|
@@ -1,13 +1,4 @@
|
1
|
|
-"THE CHOCOLATE-WARE LICENSE" (Revision 1):
|
2
|
|
-<@Seil0> wrote this file. As long as you retain
|
3
|
|
-this notice this software is licensed under the
|
4
|
|
-GNU GENERAL PUBLIC LICENSE Version 3 ,with the following additions:
|
5
|
|
-* If we meet some day, and you think this stuff is worth it,
|
6
|
|
- you can buy me a chocolate in return. - @Seil0
|
7
|
|
-(license based in Beer-ware, see https://fedoraproject.org/wiki/Licensing/Beerware )
|
8
|
|
-
|
9
|
|
-
|
10
|
|
- GNU GENERAL PUBLIC LICENSE
|
|
1
|
+ GNU GENERAL PUBLIC LICENSE
|
11
|
2
|
Version 3, 29 June 2007
|
12
|
3
|
|
13
|
4
|
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
|
@@ -640,8 +631,8 @@ to attach them to the start of each source file to most effectively
|
640
|
631
|
state the exclusion of warranty; and each file should have at least
|
641
|
632
|
the "copyright" line and a pointer to where the full notice is found.
|
642
|
633
|
|
643
|
|
- {one line to give the program's name and a brief idea of what it does.}
|
644
|
|
- Copyright (C) {year} {name of author}
|
|
634
|
+ <one line to give the program's name and a brief idea of what it does.>
|
|
635
|
+ Copyright (C) <year> <name of author>
|
645
|
636
|
|
646
|
637
|
This program is free software: you can redistribute it and/or modify
|
647
|
638
|
it under the terms of the GNU General Public License as published by
|
|
@@ -661,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
|
661
|
652
|
If the program does terminal interaction, make it output a short
|
662
|
653
|
notice like this when it starts in an interactive mode:
|
663
|
654
|
|
664
|
|
- {project} Copyright (C) {year} {fullname}
|
|
655
|
+ <program> Copyright (C) <year> <name of author>
|
665
|
656
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
666
|
657
|
This is free software, and you are welcome to redistribute it
|
667
|
658
|
under certain conditions; type `show c' for details.
|