diff options
-rwxr-xr-x | scripts/linux-build-dependencies.sh | 4 | ||||
-rw-r--r-- | src/boosty.h | 6 | ||||
-rw-r--r-- | src/version_check.h | 6 | ||||
-rwxr-xr-x | tests/test_pretty_print.py | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/scripts/linux-build-dependencies.sh b/scripts/linux-build-dependencies.sh index be678d3..5e361df 100755 --- a/scripts/linux-build-dependencies.sh +++ b/scripts/linux-build-dependencies.sh @@ -1,8 +1,8 @@ #!/bin/sh -e -# test_pretty_print copyright 2012 don bright. released under the GPL 2, or +# linux-build-dependencies by don bright 2012. copyright assigned to +# Marius Kintel and Clifford Wolf, 2012. 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 diff --git a/src/boosty.h b/src/boosty.h index 87260ff..6ec417a 100644 --- a/src/boosty.h +++ b/src/boosty.h @@ -1,6 +1,6 @@ -// boosty.h copyright 2012 don bright. released under the GPL 2, or later, -// as described in the file named 'COPYING' in OpenSCAD's project root. -// permission is given to Marius Kintel & Clifford Wolf to change this license. +// boosty.h by don bright 2012. Copyright assigned to Marius Kintel and +// Clifford Wolf 2012. Released under the GPL 2, or later, as described in +// the file named 'COPYING' in OpenSCAD's project root. #ifndef boosty_h_ #define boosty_h_ diff --git a/src/version_check.h b/src/version_check.h index a9556e9..92b00db 100644 --- a/src/version_check.h +++ b/src/version_check.h @@ -1,6 +1,6 @@ -// 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. -// permission to change this license is given to Marius Kintel & Clifford Wolf +// version_check.h by don bright 2012. Copyright assigned to Marius Kintel and +// Clifford Wolf 2012. Released under the GPL 2, or later, as described in +// the file named 'COPYING' in OpenSCAD's project root. /* 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 diff --git a/tests/test_pretty_print.py b/tests/test_pretty_print.py index 8c57f1c..a2a04ed 100755 --- a/tests/test_pretty_print.py +++ b/tests/test_pretty_print.py @@ -1,8 +1,8 @@ #!/usr/bin/python -# 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 +# test_pretty_print by don bright 2012. Copyright assigned to Marius Kintel and +# Clifford Wolf 2012. Released under the GPL 2, or later, as described in +# the file named 'COPYING' in OpenSCAD's project root. # # This program 'pretty prints' the ctest output, namely |