diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-07-04 22:00:25 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-07-04 22:00:25 +0000 |
commit | 824ad60d6d15075fd4f51f8fabb2d33ca1cf16a5 (patch) | |
tree | aada0f142e846a708d8f7c06a8ae9e7e62074eef /tests/pngxx.cpp | |
parent | 20d6adfd5baf5b27d77ecfdfa6f0877c318a309a (diff) | |
download | dimension-824ad60d6d15075fd4f51f8fabb2d33ca1cf16a5.tar.xz |
Clarify test suite license.
Diffstat (limited to 'tests/pngxx.cpp')
-rw-r--r-- | tests/pngxx.cpp | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/tests/pngxx.cpp b/tests/pngxx.cpp index bf297f6..43c4f5d 100644 --- a/tests/pngxx.cpp +++ b/tests/pngxx.cpp @@ -3,19 +3,18 @@ * * * This file is part of The Dimension Test Suite. * * * - * Dimension is free software; you can redistribute it and/or modify it * - * under the terms of the GNU Lesser General Public License as published * - * by the Free Software Foundation; either version 3 of the License, or * - * (at your option) any later version. * + * The Dimension Test Suite 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 3 of the * + * License, or (at your option) any later version. * * * - * Dimension is distributed in the hope that it will be useful, but * - * WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * Lesser General Public License for more details. * + * The Dimension Test Suite is distributed in the hope that it will be * + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty * + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * + * General Public License for more details. * * * - * You should have received a copy of the GNU Lesser General Public * - * License along with this program. If not, see * - * <http://www.gnu.org/licenses/>. * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see <http://www.gnu.org/licenses/>. * *************************************************************************/ // Test C++ PNG file I/O |