Placing of copyright notice in source code
Posted
by
Diana Dcn
on Programmers
See other posts from Programmers
or by Diana Dcn
Published on 2012-07-01T17:34:14Z
Indexed on
2012/07/01
21:24 UTC
Read the original article
Hit count: 275
I'm about to release a project of mine that I'm really proud of under the GNU GPL and I have some questions:
- Should one attach a copyright notice on each and every source code file from their project? I think it's a bit ridiculous to claim copyright on a 3 line abstract class. Should I attach a copyright notice only to really important source code files?
Can I not attach the whole standard thingy? Because it's big and bulky and gets in the way... If so, is the variant below ok/enough?
Copyright year firstname lastname. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation.
© Programmers or respective owner