diff options
Diffstat (limited to 'scripts/mkderivedparameters.pl')
-rw-r--r--[-rwxr-xr-x] | scripts/mkderivedparameters.pl | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/scripts/mkderivedparameters.pl b/scripts/mkderivedparameters.pl index 05aea1c2..26091ca5 100755..100644 --- a/scripts/mkderivedparameters.pl +++ b/scripts/mkderivedparameters.pl @@ -1,17 +1,11 @@ #!/usr/bin/env perl ################################################################################ -# (C) COPYRIGHT 2000, Eric Busboom <eric@civicknowledge.com> +# SPDX-FileCopyrightText: 2000, Eric Busboom <eric@civicknowledge.com> # -# This library is free software; you can redistribute it and/or modify -# it under the terms of either: +# SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0 # -# The LGPL as published by the Free Software Foundation, version -# 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 https://www.mozilla.org/MPL/ ################################################################################ require "readvaluesfile.pl"; |