On Fri, 2009-10-23 at 12:43 +0300, Giannis Z. wrote: > Still I wonder if I must add any "banner" or any other comment / way > to distinct my code from the statusnet ?
If I were you I'd insert a notice like: /**** ** THIS FILE HAS BEEN MODIFIED FROM THE ORIGINAL STATUSNET DISTRIBUTION ** Your Name, Date ****/ Near the top of each file that is modified, and then, place comments further down in the source code noting what each of your modifications do. For any files which you've created yourself (and are not part of the original distribution) add your own copyright information to the top (along with GNU AGPLv3 license statement). Including these comments will not only help people downloading your modified version, but will probably help *you* when you decide to upgrade to a newer release of StatusNet and need to merge your changes into it. -- Toby A Inkster <mailto:[email protected]> <http://tobyinkster.co.uk> _______________________________________________ StatusNet-dev mailing list [email protected] http://lists.status.net/mailman/listinfo/statusnet-dev
