diff options
Diffstat (limited to 'makeminidawg')
-rw-r--r-- | makeminidawg/makeminidawg.cpp | 8 | ||||
-rw-r--r-- | makeminidawg/makeminidawgmain.cpp | 8 | ||||
-rw-r--r-- | makeminidawg/minidawgmaker.cpp | 8 | ||||
-rw-r--r-- | makeminidawg/minidawgmaker.h | 8 |
4 files changed, 12 insertions, 20 deletions
diff --git a/makeminidawg/makeminidawg.cpp b/makeminidawg/makeminidawg.cpp index e504d4e..60c6264 100644 --- a/makeminidawg/makeminidawg.cpp +++ b/makeminidawg/makeminidawg.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-2014 Jason Katz-Brown and John O'Laughlin. * * 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 <string> diff --git a/makeminidawg/makeminidawgmain.cpp b/makeminidawg/makeminidawgmain.cpp index dae1ff9..82871be 100644 --- a/makeminidawg/makeminidawgmain.cpp +++ b/makeminidawg/makeminidawgmain.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-2014 Jason Katz-Brown and John O'Laughlin. * * 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 <QCoreApplication> diff --git a/makeminidawg/minidawgmaker.cpp b/makeminidawg/minidawgmaker.cpp index 50d7ece..fa4df2f 100644 --- a/makeminidawg/minidawgmaker.cpp +++ b/makeminidawg/minidawgmaker.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-2014 Jason Katz-Brown and John O'Laughlin. * * 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 <string> diff --git a/makeminidawg/minidawgmaker.h b/makeminidawg/minidawgmaker.h index 5aebee3..7c8deee 100644 --- a/makeminidawg/minidawgmaker.h +++ b/makeminidawg/minidawgmaker.h @@ -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-2014 Jason Katz-Brown and John O'Laughlin. * * 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/>. */ #ifndef QUACKLE_MINIDAWGMAKER_H |