aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-02-21 22:18:30 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-02-21 22:18:30 +0100
commite112b437fca16f2da6cfad645e8cf20ded065e51 (patch)
treef2502a1b46926cfd4fd512b5eb37551d8159aec1
parent8c2a0d07a0a10940cb6aedc461d29fc8725a9839 (diff)
downloadnissy-e112b437fca16f2da6cfad645e8cf20ded065e51.tar.gz
nissy-e112b437fca16f2da6cfad645e8cf20ded065e51.zip
Updated license file
-rw-r--r--LICENSE72
1 files changed, 17 insertions, 55 deletions
diff --git a/LICENSE b/LICENSE
index f93cc48..b61b417 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,3 +1,20 @@
1The following license applies to every C source code and header file
2distributed with this LICENSE file.
3
4 Nissy - A Rubik's cube solver and FMC assistant
5 Copyright (C) 2020-2022 Sebastiano Tronto <sebastiano@tronto.net>
6
7 This program is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17
1 GNU GENERAL PUBLIC LICENSE 18 GNU GENERAL PUBLIC LICENSE
2 Version 3, 29 June 2007 19 Version 3, 29 June 2007
3 20
@@ -617,58 +634,3 @@ reviewing courts shall apply local law that most closely approximates
617an absolute waiver of all civil liability in connection with the 634an absolute waiver of all civil liability in connection with the
618Program, unless a warranty or assumption of liability accompanies a 635Program, unless a warranty or assumption of liability accompanies a
619copy of the Program in return for a fee. 636copy of the Program in return for a fee.
620
621 END OF TERMS AND CONDITIONS
622
623 How to Apply These Terms to Your New Programs
624
625 If you develop a new program, and you want it to be of the greatest
626possible use to the public, the best way to achieve this is to make it
627free software which everyone can redistribute and change under these terms.
628
629 To do so, attach the following notices to the program. It is safest
630to attach them to the start of each source file to most effectively
631state the exclusion of warranty; and each file should have at least
632the "copyright" line and a pointer to where the full notice is found.
633
634 <one line to give the program's name and a brief idea of what it does.>
635 Copyright (C) <year> <name of author>
636
637 This program is free software: you can redistribute it and/or modify
638 it under the terms of the GNU General Public License as published by
639 the Free Software Foundation, either version 3 of the License, or
640 (at your option) any later version.
641
642 This program is distributed in the hope that it will be useful,
643 but WITHOUT ANY WARRANTY; without even the implied warranty of
644 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645 GNU General Public License for more details.
646
647 You should have received a copy of the GNU General Public License
648 along with this program. If not, see <https://www.gnu.org/licenses/>.
649
650Also add information on how to contact you by electronic and paper mail.
651
652 If the program does terminal interaction, make it output a short
653notice like this when it starts in an interactive mode:
654
655 <program> Copyright (C) <year> <name of author>
656 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657 This is free software, and you are welcome to redistribute it
658 under certain conditions; type `show c' for details.
659
660The hypothetical commands `show w' and `show c' should show the appropriate
661parts of the General Public License. Of course, your program's commands
662might be different; for a GUI interface, you would use an "about box".
663
664 You should also get your employer (if you work as a programmer) or school,
665if any, to sign a "copyright disclaimer" for the program, if necessary.
666For more information on this, and how to apply and follow the GNU GPL, see
667<https://www.gnu.org/licenses/>.
668
669 The GNU General Public License does not permit incorporating your program
670into proprietary programs. If your program is a subroutine library, you
671may consider it more useful to permit linking proprietary applications with
672the library. If this is what you want to do, use the GNU Lesser General
673Public License instead of this License. But first, please read
674<https://www.gnu.org/licenses/why-not-lgpl.html>.

Generated with cgit - Back to sebastiano.tronto.net