diff options
author | John Fultz <jfultz@wolfram.com> | 2019-02-04 10:42:53 -0600 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2019-02-04 10:42:53 -0600 |
commit | 4a8e4405dca115383ada8b7816839076bebcb7f4 (patch) | |
tree | 3cfe326dc043a371f0dea2815f182cd363e51f2c /quackleio | |
parent | 4edbe34a20dc522798bf48e479f8996dd0fa4dc8 (diff) |
After discussion with Jason/John, add myself as a copyright holder.
Also, extend copyright to 2019.
Diffstat (limited to 'quackleio')
-rw-r--r-- | quackleio/dawgfactory.cpp | 2 | ||||
-rw-r--r-- | quackleio/dawgfactory.h | 2 | ||||
-rw-r--r-- | quackleio/dict.h | 2 | ||||
-rw-r--r-- | quackleio/dictfactory.cpp | 2 | ||||
-rw-r--r-- | quackleio/dictfactory.h | 2 | ||||
-rw-r--r-- | quackleio/dictimplementation.cpp | 2 | ||||
-rw-r--r-- | quackleio/dictimplementation.h | 2 | ||||
-rw-r--r-- | quackleio/flexiblealphabet.cpp | 2 | ||||
-rw-r--r-- | quackleio/flexiblealphabet.h | 2 | ||||
-rw-r--r-- | quackleio/gaddagfactory.cpp | 2 | ||||
-rw-r--r-- | quackleio/gaddagfactory.h | 2 | ||||
-rw-r--r-- | quackleio/gcgio.cpp | 2 | ||||
-rw-r--r-- | quackleio/gcgio.h | 2 | ||||
-rw-r--r-- | quackleio/iotest/iotest.cpp | 2 | ||||
-rw-r--r-- | quackleio/iotest/trademarkedboards.cpp | 2 | ||||
-rw-r--r-- | quackleio/iotest/trademarkedboards.h | 2 | ||||
-rw-r--r-- | quackleio/logania.h | 2 | ||||
-rw-r--r-- | quackleio/queenie.cpp | 2 | ||||
-rw-r--r-- | quackleio/queenie.h | 2 | ||||
-rw-r--r-- | quackleio/streamingreporter.cpp | 2 | ||||
-rw-r--r-- | quackleio/streamingreporter.h | 2 | ||||
-rw-r--r-- | quackleio/util.cpp | 2 | ||||
-rw-r--r-- | quackleio/util.h | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/quackleio/dawgfactory.cpp b/quackleio/dawgfactory.cpp index 4dd4ec3..54d753b 100644 --- a/quackleio/dawgfactory.cpp +++ b/quackleio/dawgfactory.cpp @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/dawgfactory.h b/quackleio/dawgfactory.h index 7af4d68..b5751c2 100644 --- a/quackleio/dawgfactory.h +++ b/quackleio/dawgfactory.h @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/dict.h b/quackleio/dict.h index e6ef22e..7e09704 100644 --- a/quackleio/dict.h +++ b/quackleio/dict.h @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/dictfactory.cpp b/quackleio/dictfactory.cpp index 966d214..95275a3 100644 --- a/quackleio/dictfactory.cpp +++ b/quackleio/dictfactory.cpp @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/dictfactory.h b/quackleio/dictfactory.h index 09d0d0e..117029f 100644 --- a/quackleio/dictfactory.h +++ b/quackleio/dictfactory.h @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/dictimplementation.cpp b/quackleio/dictimplementation.cpp index ffa6c2c..2107440 100644 --- a/quackleio/dictimplementation.cpp +++ b/quackleio/dictimplementation.cpp @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/dictimplementation.h b/quackleio/dictimplementation.h index 21313a1..00691be 100644 --- a/quackleio/dictimplementation.h +++ b/quackleio/dictimplementation.h @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/flexiblealphabet.cpp b/quackleio/flexiblealphabet.cpp index 21cc8e0..34ce229 100644 --- a/quackleio/flexiblealphabet.cpp +++ b/quackleio/flexiblealphabet.cpp @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/flexiblealphabet.h b/quackleio/flexiblealphabet.h index d5db68a..c13b820 100644 --- a/quackleio/flexiblealphabet.h +++ b/quackleio/flexiblealphabet.h @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/gaddagfactory.cpp b/quackleio/gaddagfactory.cpp index 53ccf04..bd5d67a 100644 --- a/quackleio/gaddagfactory.cpp +++ b/quackleio/gaddagfactory.cpp @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/gaddagfactory.h b/quackleio/gaddagfactory.h index a7289db..966c561 100644 --- a/quackleio/gaddagfactory.h +++ b/quackleio/gaddagfactory.h @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/gcgio.cpp b/quackleio/gcgio.cpp index 76360ac..4c08de6 100644 --- a/quackleio/gcgio.cpp +++ b/quackleio/gcgio.cpp @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/gcgio.h b/quackleio/gcgio.h index a219c9f..3442056 100644 --- a/quackleio/gcgio.h +++ b/quackleio/gcgio.h @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/iotest/iotest.cpp b/quackleio/iotest/iotest.cpp index 1802238..213d1b1 100644 --- a/quackleio/iotest/iotest.cpp +++ b/quackleio/iotest/iotest.cpp @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/iotest/trademarkedboards.cpp b/quackleio/iotest/trademarkedboards.cpp index d7cb12e..bdf39c1 100644 --- a/quackleio/iotest/trademarkedboards.cpp +++ b/quackleio/iotest/trademarkedboards.cpp @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/iotest/trademarkedboards.h b/quackleio/iotest/trademarkedboards.h index b2bdd07..ef72582 100644 --- a/quackleio/iotest/trademarkedboards.h +++ b/quackleio/iotest/trademarkedboards.h @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/logania.h b/quackleio/logania.h index eb8e48e..35824cb 100644 --- a/quackleio/logania.h +++ b/quackleio/logania.h @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/queenie.cpp b/quackleio/queenie.cpp index 668e867..c68f76d 100644 --- a/quackleio/queenie.cpp +++ b/quackleio/queenie.cpp @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/queenie.h b/quackleio/queenie.h index 94b91b9..f7a0766 100644 --- a/quackleio/queenie.h +++ b/quackleio/queenie.h @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/streamingreporter.cpp b/quackleio/streamingreporter.cpp index 5e9546f..62ee576 100644 --- a/quackleio/streamingreporter.cpp +++ b/quackleio/streamingreporter.cpp @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/streamingreporter.h b/quackleio/streamingreporter.h index 6345159..911ca9e 100644 --- a/quackleio/streamingreporter.h +++ b/quackleio/streamingreporter.h @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/util.cpp b/quackleio/util.cpp index 2fca766..5f2f3a0 100644 --- a/quackleio/util.cpp +++ b/quackleio/util.cpp @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 diff --git a/quackleio/util.h b/quackleio/util.h index 62545bb..fe514a9 100644 --- a/quackleio/util.h +++ b/quackleio/util.h @@ -1,6 +1,6 @@ /* * Quackle -- Crossword game artificial intelligence and analysis tool - * Copyright (C) 2005-2014 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 |