summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/lexica/copyrights.txt10
-rw-r--r--quacker/settings.cpp8
2 files changed, 8 insertions, 10 deletions
diff --git a/data/lexica/copyrights.txt b/data/lexica/copyrights.txt
index 73cb4b9..01c0c0e 100644
--- a/data/lexica/copyrights.txt
+++ b/data/lexica/copyrights.txt
@@ -1,8 +1,8 @@
eea8dfe5:Collins Scrabble™ Words 2012, ©HarperCollins Publishers Ltd 2015
48dea2c8:Collins Scrabble™ Words 2015, ©HarperCollins Publishers Ltd 2015
-0109ce12:Official Tournament and Club Word List 2014 Edition (OTCWL2014) Copyright © 2014 Hasbro, Inc. Published under license with Merriam-Webster, Incorporated.
-9ea8d964:Official Tournament and Club Word List 2016 Edition (OTCWL2016) Copyright © 2016 Hasbro, Inc. Published under license with Merriam-Webster, Incorporated.
-5a728cf0:School Scrabble Word List 2016 Edition (SSWL2016) Copyright © 2016 Hasbro, Inc. Published under license with Merriam-Webster, Incorporated.
-41da74af:Official Tournament and Club Word List 2018 Edition (OTCWL2018) Copyright © 2018 Hasbro, Inc. Published under license with Merriam-Webster, Incorporated.
-7ddbe7ef:School Scrabble Word List 2018 Edition (SSWL2018) Copyright © 2018 Hasbro, Inc. Published under license with Merriam-Webster, Incorporated.
+0109ce12:Official Tournament and Club Word List 2014 Edition (OTCWL2014), Copyright © 2014 Hasbro, Inc. Published under license with Merriam-Webster, Incorporated.
+9ea8d964:Official Tournament and Club Word List 2016 Edition (OTCWL2016), Copyright © 2016 Hasbro, Inc. Published under license with Merriam-Webster, Incorporated.
+5a728cf0:School Scrabble Word List 2016 Edition (SSWL2016), Copyright © 2016 Hasbro, Inc. Published under license with Merriam-Webster, Incorporated.
+41da74af:NASPA Word List 2018 (NWL2018), Copyright © 2019 North American SCRABBLE Players Association.
+de591703:NASPA School Word List 2018 (NSWL2018), Copyright © 2019 North American SCRABBLE Players Association.
d5aeccff:ODS7
diff --git a/quacker/settings.cpp b/quacker/settings.cpp
index 7896f90..53bb269 100644
--- a/quacker/settings.cpp
+++ b/quacker/settings.cpp
@@ -1,10 +1,10 @@
/*
* Quackle -- Crossword game artificial intelligence and analysis tool
- * Copyright (C) 2005-2006 Jason Katz-Brown and John O'Laughlin.
+ * Copyright (C) 2005-2019 Jason Katz-Brown, John O'Laughlin, and John Fultz.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -13,9 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>