search for: lawyers

Displaying 20 results from an estimated 688 matches for "lawyers".

2013 Feb 13
3
conditional validates_associated
Hello, Have you guys noticed that conditional validation with validates_associated does not work well when you are creating a new record? Consider this gist: https://gist.github.com/aflag/4780225 The Lawyer class has validates_associated on address conditioned on whether the Lawyer data comes from a known source or not. So, if lawyer.source equals to some string, then lawyer.address must
2012 Mar 05
1
Twitter like route
...ints => PublicProfileConstraint Here is the log: Started GET "/gregory" for 127.0.0.1 at 2012-03-05 12:44:43 -0800 Processing by ProfilesController#public as HTML Parameters: {"token"=>"gregory"} Lawyer Load (0.2ms) SELECT "users".* FROM "lawyers" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Lawyer Load (0.3ms) SELECT "users".* FROM "lawyers" WHERE "users"."token" = ''gregorymarcilhacy'' LIMIT 1 Rendered profiles/_modal.haml (0.1ms) .... Rendered pr...
2008 May 14
1
[LLVMdev] GPL licensing issues or can GCC be used with llvm for a commercial application?
...hese, > the best bet is to hire legal council. Chris is right. I would add that it sounds like you are already getting nonsense responses. However, when you look for a lawyer, look for one who has dealt with GPL before. It is a very different type of license than most, and the majority of IP lawyers today remain unfamiliar with it. Further, a lawyer's training is to maximize the interests of their clients, not the interests of a community. This can lead to misunderstandings. We experienced all of these issues at IBM when I was there. shap
2015 Jun 01
5
Native ZFS on Linux
...nce upon a time, Joerg Schilling <Joerg.Schilling at fokus.fraunhofer.de> said: > Note that it is without doubt that ZFS was not derived from the Linux kernel > and thus cannot be a derived work. All that matters for CentOS is: 1: Red Hat doesn't ship ZFS because of Red Hat's lawyers' interpretation of GPL+CDDL 2: Arguing about it here will not change #1 3: CentOS ships a clone of Red Hat Enterprise Linux and so won't have things that Red Hat's lawyers don't approve (see #2) Please let it go. I think everybody here knows your opinion. -- Chris Adams &lt...
2001 Feb 22
0
Family Lawyer 2001
Hello, I am able to install Family Lawyer 2001 using wine, but when I run the application, all I can see is the logo in the top-lefthand corner of the window. Has anyone had any luck with this software? I really don't want to have to install windows. Even vmware is a pain for me. Any suggestions will be appreciated Thanks -- Justin Hickman
2016 Jul 03
3
[lldb-dev] [cfe-dev] FYI: Landing the initial draft for an LLVM Code of Conduct
> -----Original Message----- > From: Renato Golin [mailto:renato.golin at linaro.org] > Sent: Friday, July 01, 2016 2:52 PM > To: Daniel Berlin > Cc: Robinson, Paul; llvm-dev; LLDB; cfe-dev at lists.llvm.org; openmp-dev > (openmp-dev at lists.llvm.org); Rafael EspĂ­ndola > Subject: Re: [lldb-dev] [cfe-dev] [llvm-dev] FYI: Landing the initial > draft for an LLVM Code of
2016 Jul 01
2
[cfe-dev] FYI: Landing the initial draft for an LLVM Code of Conduct
...version did not? No matter how you write it, it will not precisely define the conduct that will or will not get you kicked out. > > > | But it's not, in practice, any different. > > I concede it's not any different to a lawyer, which I know you are; most > of us are not lawyers. > That's not really relevant of course - i meant that it's not any different in practice than any other set of social conduct rules one is subject to. I doubt, for example, either the Google or Sony employee handbooks have precise bright lines on what conduct is okay and not okay. Y...
2015 Oct 23
3
RFC: Improving license & patent issues in the LLVM community
...; > At least under German law, there is a clear separation between what I do > during work time and outside. Ignoring questions like anti competition > issues, my employer has no claims to what I do outside work time. Again, this is a common misconception, or so multiple german employment lawyers have told me. > That > leaves the part of "contributing on behalf of their company". > > > > Both actual (They told me i could contribute), agent (I am also actually > > authorized to contribute anyway), and apparent authority (Everyone else > in > > t...
2015 Jun 01
3
Native ZFS on Linux
...un 01, 2015 at 10:55:55AM -0500, Jason Warr wrote: > I think that you need to simplify #1 to: > > 1: Red Hat doesn't ship ZFS > > As that is really all that matters and so that people can't argue that you > are making a statement of knowledge about what/why Red Hat's lawyers have > decided. It does not matter on these lists WHY they don't ship it, just > that they don't. According to https://access.redhat.com/solutions/79633 : > Root Cause > ZFS is not included in the upstream Linux kernel. Red Hat applies an > "upstream first" poli...
2011 Jul 07
0
[LLVMdev] Licensing requirements
...his permission notice shall be included in all copies or substantial portions of the Software." ... to be talking about *copies of the software*. A binary is not a copy of the software, it is a lump of bits derived from it. I am not a lawyer, and do not offer this as legal advise. However, lawyers that I respect agree with this interpretation. You can choose to interpret it however you would like. -Chris
2008 Mar 12
0
[LLVMdev] Language lawyer question
On Tue, Mar 11, 2008 at 11:42 PM, Dale Johannesen <dalej at apple.com> wrote: > > Looking through the gcc testsuite turned up an interesting edge case. Let's > assume our target leaves a hole for alignment in struct x, as do x86 and > powerpc. Do you think the following code can validly abort? > > > struct x { char c; short s; }; > int i; char *p; >
2008 Mar 12
0
[LLVMdev] Language lawyer question
On Mar 11, 2008, at 8:42 PM, Dale Johannesen wrote: > Looking through the gcc testsuite turned up an interesting edge > case. Let's assume our target leaves a hole for alignment in struct > x, as do x86 and powerpc. Do you think the following code can > validly abort? No. The value of the object referred to be the left hand side must be replaced by the object on the
2008 Mar 12
1
[LLVMdev] Language lawyer question
On Mar 12, 2008, at 12:49 PM, Mike Stump wrote: > No. Doh, you know, I was trying to find the quoted wording... What the big print giveth, the small print takes away. Ignore me... I was wrong.
2005 Feb 27
2
opencall.org is changing to soft-switch.org
...org. A search for "opencall" on Google back then returned only references to theatrical agents. opencall.com and opencll.net were theatrical sites. Now a search for "opencall" on Google returns thousands of hits for HP's stuff, and I have dropped to number 3 :-) HP's lawyers have contacted me about the conflict. They say HP has OpenCall trademarked in lots of places, which seems strange for such a generic name. I have no wish to be associated with the HP stuff, so I registered a new name. At the same time, I also registered spandsp.org, so that name works too. Reg...
2011 Jul 06
3
[LLVMdev] Licensing requirements
On 07/06/2011 07:10 PM, Chris Lattner wrote: > On Jul 6, 2011, at 1:55 AM, Tor Gunnar Houeland wrote: > >>> There is no need to include any notices in the binaries of an application built with clang, or some with some other application that links to the LLVM runtime libraries that are dual licensed. >> Thanks for your response. Is this ability to distribute binaries without
2020 Jan 30
1
Re: [PATCH libnbd] python: Add AIO buffer is_zero method.
...this comes down to whether you prove the above if push comes > to shove. GPL talks about the headers and where are all the places > you *should* put the copyright notices and license information. But > I think it comes to the "should" and since it is written "to make > lawyers more confident" about 30 years ago it might've kept some of > the reservations from that era. > > Finally the question: How much of a problem would it be if we just > limited the information in file headers to minimum and pointed > people to git history and central license?...
2008 Oct 15
6
[LLVMdev] LLVM 2.4 problem? (resend)
On 15.10.2008, at 14.01, Pertti Kellomäki wrote: > Tatu Vaajalahti wrote: >> With this program llvm-gcc -O2 optimizes test2 away even though it's >> address is taken in program (gcc-4.2 does not, neither does llvm-gcc >> with -O or -O0): >> >> >> #include <stdio.h> >> >> static const char test1 = 'x'; >> static const char
2008 Mar 12
0
[LLVMdev] Language lawyer question
On Mar 11, 2008, at 10:52 PM, Dale Johannesen wrote: >> I think the test case is bogus in terms of language correctness, > > Why? My gut. I listen to my gut. More seriously, C99 section 6.2.6.1 paragraph 6 has: > When a value is stored in an object of structure or union type, > including in a member > object, the bytes of the object representation that correspond to
2017 Jan 18
3
unlicense
Unfortunately, our lawyers say that they can't give legal advice in this context. My question would be, what are people looking for that the MIT or 2-clause BSD license don't provide? They're short, clear, widely accepted and very permissive. Another possibility might be to dual-license packages with both an O...
2010 May 28
1
libsmbclient licensing
Dear Samba team, We have developed cross-platform multiprotocol intranet file searcher and it includes the module (SMB scanner for *nix) which uses libsmbclient to enumerate all files on smb shares ("uses" means including headers and linking with library). Other modules also use some external libraries, but all other libraries have LGPL license. We prefer to publish our