Page 1 of 1
Copyrights
Posted: Mon Apr 28, 2003 8:16 am
by shad
How do you copy right your source? Like.. i want my code to be open source, so i dont want anyone stealing it.. (plus it looks cool on the logo to have copyright) So how do you go about this? Do you just write copyright?
Re:Copyrights
Posted: Mon Apr 28, 2003 8:33 am
by Pype.Clicker
Get a copy of the public license you want to apply, it generally includes the "license header" you should add in every file you want to protect.
I personnally feel boring to copy/paste the license in every file, so i just mention my project is GPL (thus any material i release for the project is GPL) and provide a short "initial release @ <date> by <author>" in the source files to remember people where it originally come from (and thus who owns the intellectual property), assuming people are fair enough not to "steal" it (i.e. shamelessly claiming someone else's work is their own). Writing down the whole license copyright in every file is unlikely to prevent people stupid enough to "steal" open-source material from doing it, anyway ...
Re:Copyrights
Posted: Mon Apr 28, 2003 8:38 am
by distantvoices
I won't bother about claiming copyright. For I work with other sources to learn from how to build a wheel, what sense would it then make to have a copyright. Anything else than bragging doesn't come into my mind. The more, I come hither asking questions receiving wisdom from others which I canna claim as my own.
stay safe pals
Re:Copyrights
Posted: Mon Apr 28, 2003 9:22 am
by Whatever5k
I am using the GNU General Public License (GPL), and have a LICENSE file in my package. This LICENSE file contains the *whole* GPL license. The source files just contain a "Copyright (C) <year> <name>".