From f21d286d0c09b2cf47d4e79266d29b09abf1972d Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 3 Feb 2017 15:15:17 -0200 Subject: Add license and copyright --- tools/scripts/update_translations.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'tools') 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)} -- cgit v1.1