Licensing: Difference between revisions

m
Spelling changes..
[unchecked revision][unchecked revision]
m (Spelling changes..)
Line 35:
LGPL or (optionally) GPL. Object files linked to LGPL'ed code are unaffected
by the LGPL, but users must be able to link themselves (i.e., distribute
your non-(L)GPL'ed object files ''seperatelyseparately'', not linked to the LGPL'ed
code).
[Berkeley Software Distribution (BSD) License | http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5]:
Line 77:
sue you for breach of contract. The [Free Software Foundation | http://www.gnu.org]
requires you to present papers signed by your superiors before accepting your
code submissions, and they don't do so because they enjoy buereaucracybureaucracy.
 
What this means is, unless you are ''certain'' of your legal position, consider
Line 134:
into proprietary software, as you have to keep the "list of conditions" intact,
which would include the permission for redistribution. I've heard conflicting
optinionsopinions on this.'' - MartinBaute
 
=== LGPL ===
Line 154:
Also see the paragraph on (L)GPL versions below.
 
== SeperateSeparate Translation Unit / Object Code ==
 
You have a seperateseparate translation unit (i.e., a file or collection of files that
corresponds to an individual object file, module, etc., or a binary object file
for linking), and you want to integrate it in your project. (Usually by means
Line 181:
the source.
 
''According to my note above, I'd advise keeping the BSD licensed unit identifyableidentifiable
apart (as described below for LGPL'ed stuff), to avoid any misunderstandings as to
the BSD License applying to the ''whole'' of your project, including the right
Line 189:
 
You can use LGPL'ed sources, but projects not (L)GPL'ed themselves ''must keep
them in a seperateseparate translation unit''.
 
If you distribute binaries only, you ''must'' provide an ''unlinked'' version of
Line 206:
 
The question here is whether code written using X as tutorial material is
"a work derived from X" (GPL terminology), and/or "theft of intelectualintellectual
property" (company lawyer terminology). This heavily depends on what code
is involved, just how much of the code you've written is actually based
Anonymous user