From c73536a2c6c76df6d4c178ddb5d6f0b546ba5829 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 25 Sep 2012 20:44:44 +0200 Subject: [PATCH] Add licensing clarification re vcsrepo. Change-Id: I576128d185da81c68f652eccee2755f591ab0758 Reviewed-on: https://review.openstack.org/13651 Reviewed-by: Monty Taylor Reviewed-by: Paul Belanger Reviewed-by: Clark Boylan Approved: James E. Blair Tested-by: Jenkins --- install_modules.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/install_modules.sh b/install_modules.sh index 8ed56a9a03..f73afb087f 100755 --- a/install_modules.sh +++ b/install_modules.sh @@ -30,7 +30,19 @@ fi # Array of modules to be installed key:value is module:version. declare -A MODULES MODULES["openstackci-dashboard"]="0.0.4" + +# freenode #puppet 2012-09-25: +# 18:25 < jeblair> i would like to use some code that someone wrote, +# but it's important that i understand how the author wants me to use +# it... +# 18:25 < jeblair> in the case of the vcsrepo module, there is +# ambiguity, and so we are trying to determine what the author(s) +# intent is +# 18:30 < jamesturnbull> jeblair: since we - being PL - are the author +# - our intent was not to limit it's use and it should be Apache +# licensed MODULES["openstackci-vcsrepo"]="0.0.6" + MODULES["puppetlabs-apache"]="0.0.4" MODULES["puppetlabs-apt"]="0.0.4" MODULES["puppetlabs-mysql"]="0.5.0"