summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josi <sjosi@pw-sjosi.puzzle.itc>2008-05-29 18:39:42 +0200
committerSimon Josi <sjosi@pw-sjosi.puzzle.itc>2008-05-29 18:39:42 +0200
commit813fc9259925ff6a6c806486bda942a402c31562 (patch)
treee19c4e5c20012ca5d819d6bfca859289906767a3
parent239afbe18bf8fc4a456060f2a65418678d42e038 (diff)
added puzzle copyright notice
-rw-r--r--manifests/init.pp15
1 files changed, 11 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 119cc80..76d3e70 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,10 +1,17 @@
-#######################################
+#
# rubygems module
# original by luke kanies
# http://github.com/lak
-# adapted by Puzzle ITC
-# haerry+puppet(at)puzzle.ch
-#######################################
+#
+# Copyright 2008, Puzzle ITC GmbH
+# Marcel Härry haerry+puppet(at)puzzle.ch
+# Simon Josi josi+puppet(at)puzzle.ch
+#
+# This program is free software; you can redistribute
+# it and/or modify it under the terms of the GNU
+# General Public License version 3 as published by
+# the Free Software Foundation.
+#
class rubygems {
package { rubygems: ensure => installed }