diff --git a/modules/apache2/LICENSE b/modules/apache2/LICENSE new file mode 100644 index 0000000..0eae18e --- /dev/null +++ b/modules/apache2/LICENSE @@ -0,0 +1,13 @@ +Copyright (C) 2012 Cloudsmith Inc. + +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/modules/apache2/Modulefile b/modules/apache2/Modulefile index 0a82908..d280b4f 100644 --- a/modules/apache2/Modulefile +++ b/modules/apache2/Modulefile @@ -1,8 +1,8 @@ name 'cloudsmith-apache2' version '0.1.0' -author 'mruzicka' -license '' +author 'Cloudsmith Inc.' +license 'Apache License 2.0' project_page '' source '' summary 'Minimalistic Apache httpd' diff --git a/modules/augeas/LICENSE b/modules/augeas/LICENSE new file mode 100644 index 0000000..0eae18e --- /dev/null +++ b/modules/augeas/LICENSE @@ -0,0 +1,13 @@ +Copyright (C) 2012 Cloudsmith Inc. + +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/modules/augeas/Modulefile b/modules/augeas/Modulefile index 456465f..cc5b467 100644 --- a/modules/augeas/Modulefile +++ b/modules/augeas/Modulefile @@ -1,8 +1,8 @@ name 'cloudsmith-augeas' version '0.1.0' -author 'mruzicka' -license '' +author 'Cloudsmith Inc.' +license 'Apache License 2.0' project_page '' source '' summary 'Minimalistic Augaes' diff --git a/modules/mysql/LICENSE b/modules/mysql/LICENSE new file mode 100644 index 0000000..0eae18e --- /dev/null +++ b/modules/mysql/LICENSE @@ -0,0 +1,13 @@ +Copyright (C) 2012 Cloudsmith Inc. + +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/modules/mysql/Modulefile b/modules/mysql/Modulefile index 221608e..50dd1c0 100644 --- a/modules/mysql/Modulefile +++ b/modules/mysql/Modulefile @@ -1,8 +1,8 @@ name 'cloudsmith-mysql' version '0.1.0' -author 'mruzicka' -license '' +author 'Cloudsmith Inc.' +license 'Apache License 2.0' project_page '' source '' summary 'Minimalistic MySQL' diff --git a/modules/php5/LICENSE b/modules/php5/LICENSE new file mode 100644 index 0000000..0eae18e --- /dev/null +++ b/modules/php5/LICENSE @@ -0,0 +1,13 @@ +Copyright (C) 2012 Cloudsmith Inc. + +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/modules/php5/Modulefile b/modules/php5/Modulefile index 493ea62..9122f85 100644 --- a/modules/php5/Modulefile +++ b/modules/php5/Modulefile @@ -1,10 +1,11 @@ name 'cloudsmith-php5' version '0.1.0' -author 'mruzicka' -license '' +author 'Cloudsmith Inc.' +license 'Apache License 2.0' project_page '' source '' summary 'Minimalistic php' description '' + dependency 'cloudsmith/apache2', '>=0.1.0' diff --git a/modules/wordpress/LICENSE b/modules/wordpress/LICENSE new file mode 100644 index 0000000..0eae18e --- /dev/null +++ b/modules/wordpress/LICENSE @@ -0,0 +1,13 @@ +Copyright (C) 2012 Cloudsmith Inc. + +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/modules/wordpress/Modulefile b/modules/wordpress/Modulefile index d39d680..608f44b 100644 --- a/modules/wordpress/Modulefile +++ b/modules/wordpress/Modulefile @@ -1,12 +1,13 @@ name 'cloudsmith-wordpress' version '0.1.0' -author 'mruzicka' -license '' +author 'Cloudsmith Inc.' +license 'Apache License 2.0' project_page '' source '' summary 'Wordpress blog' description '' + dependency 'cloudsmith/apache2', '>=0.1.0' dependency 'cloudsmith/augeas', '>=0.1.0' dependency 'cloudsmith/mysql', '>=0.1.0'