diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-05-15 20:56:44 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-05-15 20:56:44 -0400 |
commit | f00b115ee10e27d23de32a106bc2e0dc15ad6907 (patch) | |
tree | 0491c034d64ec6e33a3a43763bf62ebf83873919 | |
parent | fe6c06e9a0ff4400dbb8c30f330eb945454a9299 (diff) |
Update license header in pre-inst-env script.
-rw-r--r-- | pre-inst-env.in | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/pre-inst-env.in b/pre-inst-env.in index 77d8168..ae530ee 100644 --- a/pre-inst-env.in +++ b/pre-inst-env.in @@ -1,21 +1,20 @@ #!/bin/sh -# Sly -# Copyright © 2016 David Thompson <dthompson2@worcester.edu> +# Lisparuga +# Copyright © 2016 David Thompson <davet@gnu.org> # -# Sly is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License as published by the Free -# Software Foundation; either version 3 of the License, or (at your -# option) any later version. +# Lisparuga is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# Lisparuga 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, see -# <http://www.gnu.org/licenses/>. +# along with Lisparuga. If not, see <http://www.gnu.org/licenses/>. abs_top_srcdir="`cd "@abs_top_srcdir@" > /dev/null; pwd`" abs_top_builddir="`cd "@abs_top_builddir@" > /dev/null; pwd`" |