diff options
author | Renato Botelho <renato@netgate.com> | 2017-02-03 15:15:17 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-02-03 15:15:17 -0200 |
commit | f21d286d0c09b2cf47d4e79266d29b09abf1972d (patch) | |
tree | 1a467ede1da4b3e1efcebb84eb6a68dacf03154a /tools | |
parent | 681264e0121c7a2e82c59dcc8e5d874b27da4078 (diff) | |
download | pfsense-f21d286d0c09b2cf47d4e79266d29b09abf1972d.zip pfsense-f21d286d0c09b2cf47d4e79266d29b09abf1972d.tar.gz |
Add license and copyright
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/scripts/update_translations.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/scripts/update_translations.sh b/tools/scripts/update_translations.sh index dd7adf6..577bf20 100755 --- a/tools/scripts/update_translations.sh +++ b/tools/scripts/update_translations.sh @@ -1,4 +1,22 @@ #!/bin/sh +# +# update_translations.sh +# +# part of pfSense (https://www.pfsense.org) +# Copyright (c) 2017 Rubicon Communications, LLC (Netgate) +# All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. ldir=src/usr/local/share/locale : ${MSGFMT=$(which msgfmt)} |