ALL: change license headers from LGPL to GPL, and few updates
This commit is contained in:
parent
1e9c530ccd
commit
175620b62a
218 changed files with 2308 additions and 2284 deletions
|
@ -4,19 +4,19 @@
|
|||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* This library 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 2.1 of the License, or (at your option) any later version.
|
||||
* 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 (at your option) any later version.
|
||||
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* This program 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.
|
||||
* 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 library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -121,8 +121,8 @@ void Matrix<4, 4>::invertAffineOrthonormal() {
|
|||
// The following functions are adapted from Portalib3d, which no longer is
|
||||
// available on the net, but was used in the iconoclast-project:
|
||||
// http://code.google.com/p/iconoclast/
|
||||
// Original copyright notice (license.txt was not supplied in iconoclast,
|
||||
// but should match our LGPL-license):
|
||||
// Original copyright notice (license.txt was not supplied in iconoclast)
|
||||
// http://web.archive.org/web/20050209062435/http://rsn.gamedev.net/pl3d/license.txt
|
||||
// Author: Brett Porter
|
||||
// Email: brettporter@yahoo.com
|
||||
// Website: http://rsn.gamedev.net/pl3d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue