diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-12-22 15:30:07 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-12-22 15:30:07 +0100 |
commit | 9c0d5280780f5009abca54a9b140df1d01b4ebd7 (patch) | |
tree | b23fd83b8d8a2f859d621cd78f2fbca36684a05d /replace.sh | |
parent | b425f071e39ac15e0b5ab8eca5639dcfc26323f9 (diff) | |
download | nx-libs-9c0d5280780f5009abca54a9b140df1d01b4ebd7.tar.gz nx-libs-9c0d5280780f5009abca54a9b140df1d01b4ebd7.tar.bz2 nx-libs-9c0d5280780f5009abca54a9b140df1d01b4ebd7.zip |
helper scripts: Add license headers to files.
Diffstat (limited to 'replace.sh')
-rw-r--r-- | replace.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/replace.sh b/replace.sh index 83d6b5b3e..c2b187fda 100644 --- a/replace.sh +++ b/replace.sh @@ -1,3 +1,20 @@ +# Copyright (C) 2013 Jan Engelhardt <jengelh@inai.de> +# +# This program 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 2 of the License, or +# (at your option) any later version. +# +# This program 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, write to the +# Free Software Foundation, Inc., +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + # from http://mywiki.wooledge.org/BashFAQ/021 # The ${a/b/c} substitution is not POSIX compatible. Additionally, in |