diff options
author | Marius Kintel <marius@kintel.net> | 2012-08-13 19:59:01 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-08-13 19:59:01 (GMT) |
commit | 88e0cf28d7530fdc34e0f6676a90cee133bb9f2b (patch) | |
tree | 2c2c985188ba6d41b15a2747b0f23faca2b50096 /src/version_check.h | |
parent | 7ef48a28ff7353d90165af43de095c806852ab43 (diff) | |
parent | 967f5a57abf1ff6641ff26cba3d2919d75b1b942 (diff) |
Merge pull request #169 from openscad/copyright_notices
Copyright notices
Diffstat (limited to 'src/version_check.h')
-rw-r--r-- | src/version_check.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/version_check.h b/src/version_check.h index 16a54a2..a9556e9 100644 --- a/src/version_check.h +++ b/src/version_check.h @@ -1,5 +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 /* 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 |