The board3d/tr.* files had only a copyright notice but no license, which looks like a red flag for a license analysis. This patch adds the license text from the original source of those files. (That unfortunately means changing the text of those files compared to the upstream; I don't know if there's any intention to import new versions from the original source, though, and upstream development seems to be dead.)
--- a/board3d/tr.c +++ b/board3d/tr.c @@ -35,7 +35,23 @@ /* * Tiled Rendering library * Version 1.1 - * Copyright (C) Brian Paul + * Copyright (C) 1997 Brian Paul + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * Notice added by Russ Allbery on 2013-07-21 based on the license information + * in tr-1.3.tar.gz retrieved from <http://www.mesa3d.org/brianp/TR.html>. */ #include "config.h" diff --git a/board3d/tr.h b/board3d/tr.h index 1317e18..8e1c811 100644 #include "config.h" diff --git a/board3d/tr.h b/board3d/tr.h index 1317e18..8e1c811 100644 --- a/board3d/tr.h +++ b/board3d/tr.h @@ -23,7 +23,23 @@ /* * Tiled Rendering library * Version 1.1 - * Copyright (C) Brian Paul + * Copyright (C) 1997 Brian Paul + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * Notice added by Russ Allbery on 2013-07-21 based on the license information + * in tr-1.3.tar.gz retrieved from <http://www.mesa3d.org/brianp/TR.html>. * * * This library allows one to render arbitrarily large images with OpenGL. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> _______________________________________________ Bug-gnubg mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-gnubg
