From 813fc9259925ff6a6c806486bda942a402c31562 Mon Sep 17 00:00:00 2001 From: Simon Josi Date: Thu, 29 May 2008 18:39:42 +0200 Subject: added puzzle copyright notice --- manifests/init.pp | 15 +++++++++++---- 1 file 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 } -- cgit v1.2.3