From 824ad60d6d15075fd4f51f8fabb2d33ca1cf16a5 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 4 Jul 2009 22:00:25 +0000 Subject: Clarify test suite license. --- tests/X.c | 21 ++++++++++----------- tests/error.c | 21 ++++++++++----------- tests/gl.c | 21 ++++++++++----------- tests/png.c | 21 ++++++++++----------- tests/pngxx.cpp | 21 ++++++++++----------- tests/raytrace.c | 21 ++++++++++----------- tests/raytracexx.cpp | 21 ++++++++++----------- tests/tests.c | 21 ++++++++++----------- tests/tests.h | 21 ++++++++++----------- tests/testsxx.cpp | 21 ++++++++++----------- tests/testsxx.hpp | 21 ++++++++++----------- tests/warning.c | 21 ++++++++++----------- 12 files changed, 120 insertions(+), 132 deletions(-) diff --git a/tests/X.c b/tests/X.c index b8735e3..aa672fd 100644 --- a/tests/X.c +++ b/tests/X.c @@ -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 * - * . * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * *************************************************************************/ #include "tests.h" diff --git a/tests/error.c b/tests/error.c index fd9fc75..f847982 100644 --- a/tests/error.c +++ b/tests/error.c @@ -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 * - * . * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * *************************************************************************/ /* Make sure that errors terminate us - this test should fail */ diff --git a/tests/gl.c b/tests/gl.c index b1839a4..12e3d77 100644 --- a/tests/gl.c +++ b/tests/gl.c @@ -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 * - * . * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * *************************************************************************/ #include "tests.h" diff --git a/tests/png.c b/tests/png.c index d93b913..8db6d63 100644 --- a/tests/png.c +++ b/tests/png.c @@ -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 * - * . * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * *************************************************************************/ /* Test PNG file I/O */ 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 * - * . * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * *************************************************************************/ // Test C++ PNG file I/O diff --git a/tests/raytrace.c b/tests/raytrace.c index a4b7748..4d54e1c 100644 --- a/tests/raytrace.c +++ b/tests/raytrace.c @@ -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 * - * . * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * *************************************************************************/ #include "tests.h" diff --git a/tests/raytracexx.cpp b/tests/raytracexx.cpp index 0a23819..2c1d3c9 100644 --- a/tests/raytracexx.cpp +++ b/tests/raytracexx.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 * - * . * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * *************************************************************************/ #include "testsxx.hpp" diff --git a/tests/tests.c b/tests/tests.c index 4469666..ad43c26 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -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 * - * . * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * *************************************************************************/ #include "tests.h" diff --git a/tests/tests.h b/tests/tests.h index 288f339..2d390a5 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -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 * - * . * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * *************************************************************************/ #include "../libdimension/dimension.h" diff --git a/tests/testsxx.cpp b/tests/testsxx.cpp index 532b3dc..1247eee 100644 --- a/tests/testsxx.cpp +++ b/tests/testsxx.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 * - * . * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * *************************************************************************/ #include "testsxx.hpp" diff --git a/tests/testsxx.hpp b/tests/testsxx.hpp index f7b0bc6..45e944a 100644 --- a/tests/testsxx.hpp +++ b/tests/testsxx.hpp @@ -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 * - * . * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * *************************************************************************/ #include "../libdimensionxx/dimensionxx.hpp" diff --git a/tests/warning.c b/tests/warning.c index b2170d4..46ccf15 100644 --- a/tests/warning.c +++ b/tests/warning.c @@ -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 * - * . * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * *************************************************************************/ // Make sure warnings don't kill us - this test should pass -- cgit v1.2.3