diff options
Diffstat (limited to 'scripts/mkderivedparameters.pl')
-rwxr-xr-x | scripts/mkderivedparameters.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/mkderivedparameters.pl b/scripts/mkderivedparameters.pl index 3a4028dc..05aea1c2 100755 --- a/scripts/mkderivedparameters.pl +++ b/scripts/mkderivedparameters.pl @@ -1,18 +1,17 @@ #!/usr/bin/env perl ################################################################################ -# (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org> -# http://www.softwarestudio.org +# (C) COPYRIGHT 2000, Eric Busboom <eric@civicknowledge.com> # # This library is free software; you can redistribute it and/or modify # it under the terms of either: # # The LGPL as published by the Free Software Foundation, version -# 2.1, available at: http://www.gnu.org/licenses/lgpl-2.1.txt +# 2.1, available at: https://www.gnu.org/licenses/lgpl-2.1.txt # # Or: # # The Mozilla Public License Version 2.0. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ +# the License at https://www.mozilla.org/MPL/ ################################################################################ require "readvaluesfile.pl"; |