give Kintel and Wolf permission to alter the license
This commit is contained in:
parent
83879ab41c
commit
fddad68a73
4 changed files with 15 additions and 15 deletions
6
doc/contributor_copyright.txt
Normal file
6
doc/contributor_copyright.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
WE the undersigned contributors, grant perpetual license for the
|
||||||
|
original authors of OpenSCAD, Marius Kintel and Clifford Wolf, to
|
||||||
|
change the license under which the code we have contributed to OpenSCAD is
|
||||||
|
released, in future versions of OpenSCAD.
|
||||||
|
|
||||||
|
Don Bright <hugh.m.bright@gmail.com> 2012
|
||||||
|
|
@ -1,4 +1,9 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
# test_pretty_print copyright 2012 don bright. released under the GPL 2, or
|
||||||
|
# later, as described in the file named 'COPYING' in OpenSCAD's project root.
|
||||||
|
# permission to change this license is given to Marius Kintel & Clifford Wolf
|
||||||
|
|
||||||
#
|
#
|
||||||
# This script builds all library dependencies of OpenSCAD for Linux
|
# This script builds all library dependencies of OpenSCAD for Linux
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// version_check.h copyright 2012 don bright. released under the GPL 2, or
|
// version_check.h copyright 2012 don bright. released under the GPL 2, or
|
||||||
// later, as described in the file named 'COPYING' in OpenSCAD's project root.
|
// later, as described in the file named 'COPYING' in OpenSCAD's project root.
|
||||||
|
// permission to change this license is given to Marius Kintel & Clifford Wolf
|
||||||
|
|
||||||
/* This file will check versions of libraries at compile time. If they
|
/* This file will check versions of libraries at compile time. If they
|
||||||
are too old, the user will be warned. If the user wishes to force
|
are too old, the user will be warned. If the user wishes to force
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,8 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
# Copyright (C) 2011 Don Bright <hugh.m.bright@gmail.com>
|
# test_pretty_print copyright 2012 don bright. released under the GPL 2, or
|
||||||
#
|
# later, as described in the file named 'COPYING' in OpenSCAD's project root.
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# permission to change this license is given to Marius Kintel & Clifford Wolf
|
||||||
# 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 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 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# This program 'pretty prints' the ctest output, namely
|
# This program 'pretty prints' the ctest output, namely
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue