license clarification, part 1
This commit is contained in:
parent
1196b7a5b0
commit
3d1d7dabaa
3 changed files with 15 additions and 6 deletions
|
|
@ -3504,8 +3504,8 @@ const char* aboutLine[57]={
|
|||
"all members of Deflers of Noice!",
|
||||
"",
|
||||
"copyright © 2021-2022 tildearrow.",
|
||||
"licensed under GPLv2! see",
|
||||
"LICENSE.txt for more information.",
|
||||
"licensed under GPLv2+! see",
|
||||
"LICENSE for more information.",
|
||||
"",
|
||||
"help Furnace grow:",
|
||||
"https://github.com/tildearrow/furnace",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#include <exception>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
|
|
@ -108,8 +107,8 @@ bool pLogLevel(String val) {
|
|||
|
||||
bool pVersion(String) {
|
||||
printf("Furnace version " DIV_VERSION ".\n\n");
|
||||
printf("developed by tildearrow. copyright (C) 2021-2022.\n");
|
||||
printf("licensed under the GNU General Public License version 2\n");
|
||||
printf("copyright (C) 2021-2022 tildearrow and contributors.\n");
|
||||
printf("licensed under the GNU General Public License version 2 or later\n");
|
||||
printf("<https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.\n\n");
|
||||
printf("this is free software with ABSOLUTELY NO WARRANTY.\n");
|
||||
printf("pass the -warranty parameter for more information.\n\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue