summaryrefslogtreecommitdiff
path: root/fluid/comments.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-07-21 13:34:04 +0200
committerMatthias Melcher <github@matthiasm.com>2023-07-21 13:34:12 +0200
commitdac1af37e1b007d341e390a1e782b366068fcb95 (patch)
treef64e9b739182950d1a6d460c7b115f86731074c2 /fluid/comments.h
parent43fe6ee02720782ce9da715b57c8d0037e6ef641 (diff)
FLUID: updates templates and predefined comments
Diffstat (limited to 'fluid/comments.h')
-rw-r--r--fluid/comments.h28
1 files changed, 13 insertions, 15 deletions
diff --git a/fluid/comments.h b/fluid/comments.h
index 708089ed8..85f3376b8 100644
--- a/fluid/comments.h
+++ b/fluid/comments.h
@@ -5,19 +5,18 @@ static const char * const comment_text[] = {
"// NameOfProgram, ShortDescription\n"
"// Copyright (C) YYYY NameOfAuthor\n"
"//\n"
- "// This program is free software; you can redistribute it and/or\n"
+ "// This program is free software: you can redistribute it and/or\n"
"// modify it under the terms of the GNU General Public License\n"
- "// as published by the Free Software Foundation; either version 2\n"
+ "// as published by the Free Software Foundation, either version 3\n"
"// of the License, or (at your option) any later version.\n"
"//\n"
"// This program is distributed in the hope that it will be useful,\n"
"// but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
- "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+ "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"// GNU General Public License for more details.\n"
"//\n"
"// You should have received a copy of the GNU General Public License\n"
- "// along with this program; if not, write to the Free Software\n"
- "// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+ "// along with this program. If not, see <https://www.gnu.org/licenses/>.\n"
"//\n",
// GNU Public License/GPL Footer
"\n//\n"
@@ -29,19 +28,18 @@ static const char * const comment_text[] = {
"// NameOfLibrary, ShortDescription\n"
"// Copyright (C) YYYY NameOfAuthor\n"
"//\n"
- "// This library is free software; you can redistribute it and/or\n"
- "// modify it under the terms of the GNU Lesser General Public\n"
- "// License as published by the Free Software Foundation; either\n"
- "// version 2.1 of the License, or (at your option) any later version.\n"
+ "// This library is free software: you can redistribute it and/or\n"
+ "// modify it under the terms of the GNU Lesser General Public License\n"
+ "// as published by the Free Software Foundation, either version 3\n"
+ "// of the License, or (at your option) any later version.\n"
"//\n"
"// This library is distributed in the hope that it will be useful,\n"
"// but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
- "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+ "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"// GNU Lesser General Public License for more details.\n"
"//\n"
- "// You should have received a copy of the GNU Lesser General Public\n"
- "// License along with this program; if not, write to the Free Software\n"
- "// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+ "// You should have received a copy of the GNU Lesser General Public License\n"
+ "// along with this library. If not, see <https://www.gnu.org/licenses/>.\n"
"//\n",
// GNU Public License/LGPL Footer
"\n//\n"
@@ -52,10 +50,10 @@ static const char * const comment_text[] = {
"//\n"
"// ... for the Fast Light Tool Kit (FLTK).\n"
"//\n"
- "// Copyright 1998-2020 by Bill Spitzak and others.\n"
+ "// Copyright 1998-2023 by Bill Spitzak and others.\n"
"//\n"
"// This library is free software. Distribution and use rights are outlined in\n"
- "// the file \"COPYING\" which should have been included with this file. If this\n"
+ "// the file \"COPYING\" which should have been included with this file. If this\n"
"// file is missing or damaged, see the license at:\n"
"//\n"
"// https://www.fltk.org/COPYING.php\n"