Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Programming IT Technology

New Site Makes OSS Development Easier 42

An anonymous reader submits "OpenSnippets is a fledgling online community for OSS developers. New members are welcome to submit articles and code of interest, and everyone can view/download the code! It's blog-styled with topics for most popular languages. How useful- I only wish it'd make my coffee..."
This discussion has been archived. No new comments can be posted.

New Site Makes OSS Development Easier

Comments Filter:
  • by larry bagina ( 561269 ) on Sunday July 13, 2003 @05:25PM (#6429800) Journal
    the license you're talking about IS GPL.

    Consider if you want to use the snippet in BSD licensed code. Oops, it can't be BSD licensed, becuase BSD allows you to make a closed fork. MIT, Artistic License, and a few other "open source" licenses do allow closed forks.

  • woah (Score:5, Informative)

    by SHEENmaster ( 581283 ) <travis@uUUUtk.edu minus threevowels> on Sunday July 13, 2003 @06:27PM (#6430161) Homepage Journal
    A friend just told me I was /.ed. Sorry that the site is on such a slow line, I'll be moving it to a faster one tomorrow.

    As for the name, it's open if you can read it. If you are trying to get code for commercial software, check out planet source code [planetsourcecode.com]. I might change the default license in the near future, but it isn't very likely. Submissions can specify their license of choice in their comments.

    Email me [mailto] with any suggestions, complaints, burning garbage, or offers of endorsement.
  • by moncyb ( 456490 ) on Sunday July 13, 2003 @11:23PM (#6431594) Journal

    The GNU site is a very biased place to go. However it is a good place if you want to know if a license is compatible with the GPL.

    I can't think of any places which aren't biased, but opensource.org [opensource.org] lists a whole tonne of them without stating one is better than the other. I suppose they have to be certified as "open source" by the site to be listed there, but it seems more objective to me...

  • The FAQ (Score:2, Informative)

    by jesboat ( 64736 ) on Monday July 14, 2003 @07:40AM (#6433092) Homepage Journal
    Sortof,

    It's guidelines: Here [osnippets.org]
    Open Snippets->Misc Stuff->Official->Snippet Guidelines
  • by Znork ( 31774 ) on Monday July 14, 2003 @03:10PM (#6436162)
    Not at all. The resulting code must be distributed _under the terms of the GPL_. The GPL code remains under GPL, the BSD code remains under BSD, and the combined work is guided by the terms of the most restrictive license in the combination.

    BSD code can get distributed under pretty much any terms, and thus the BSD license wont interfere. The GPL code only requires that the terms of the GPL are fulfilled on the combined work, and as the BSD license doesnt place further restrictions on the combined code, that means you can distribute the GPL code together with the BSD code.

    Relevant sections of the GPL:

    2. ...

    These requirements apply to the modified work as a whole. If
    identifiable sections of that work are not derived from the Program,
    and can be reasonably considered independent and separate works in
    themselves, then this License, and its terms, do not apply to those
    sections when you distribute them as separate works. But when you
    distribute the same sections as part of a whole which is a work based
    on the Program, the distribution of the whole must be on the terms of
    this License, whose permissions for other licensees extend to the
    entire whole, and thus to each and every part regardless of who wrote it.

    Thus, it is not the intent of this section to claim rights or contest
    your rights to work written entirely by you; rather, the intent is to
    exercise the right to control the distribution of derivative or
    collective works based on the Program. ...

    That means, the GPL only governs the right to distribute the GPL part of the code as long as that part is combined with the other work. The other work is still governed by its own license, but that license has to be able to fulfill the terms of the GPL to allow you to distribute them together.

Saliva causes cancer, but only if swallowed in small amounts over a long period of time. -- George Carlin

Working...