From b926462582f083c818274909a26bf6a68c8e3658 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 24 Jan 2013 17:46:40 +0000 Subject: [PATCH] Add licensing information. --- .run-boostrap-tests.sh | 2 +- LICENSE | 16 ++++++++++++++++ bootstrap-salt-minion.sh | 1 + 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/.run-boostrap-tests.sh b/.run-boostrap-tests.sh index 759d015..c1fbbf3 100755 --- a/.run-boostrap-tests.sh +++ b/.run-boostrap-tests.sh @@ -11,7 +11,7 @@ # REQUIREMENTS: --- # BUGS: https://github.com/saltstack/salt-bootstrap # AUTHOR: Pedro Algarvio (s0undt3ch), pedro@algarvio.me -# ORGANIZATION: UfSoft.org +# ORGANIZATION: Salt Stack (saltstack.org) # CREATED: 32/01/2013 06:01:27 PM WET #=============================================================================== diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..1b27155 --- /dev/null +++ b/LICENSE @@ -0,0 +1,16 @@ + Salt Bootstrap - Generic Salt Bootstrap Script + + Copyright 2012-2013 Salt Stack (saltstack.org) + + 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. + diff --git a/bootstrap-salt-minion.sh b/bootstrap-salt-minion.sh index e21a564..853b985 100755 --- a/bootstrap-salt-minion.sh +++ b/bootstrap-salt-minion.sh @@ -10,6 +10,7 @@ # BUGS: https://github.com/saltstack/salty-vagrant/issues # AUTHOR: Pedro Algarvio (s0undt3ch), pedro@algarvio.me # Alec Koumjian (akoumjian), akoumjian@gmail.com +# LICENSE: Apache 2.0 # ORGANIZATION: Salt Stack (saltstack.org) # CREATED: 10/15/2012 09:49:37 PM WEST #===============================================================================