<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Copyright</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,18 @@
+# Copyright (c) 2008, Luke Kanies, luke@madstop.com
+# 
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+# 
+# THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
 class rails {
 	include rubygems
 	package { rails: provider =&gt; gem }
 }
-
-# $Id$</diff>
      <filename>manifests/init.pp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,17 @@
+# Copyright (c) 2008, Luke Kanies, luke@madstop.com
+# 
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+# 
+# THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
 # Create a Rails instance.
 define rails::install($path, $dbtype = postgresql, $dbserver = false, $dbuser = false, $dbpassword = $false, $environments = [production, test, development]) {
     # Create the system
@@ -12,5 +26,3 @@ define rails::install($path, $dbtype = postgresql, $dbserver = false, $dbuser =
     }
 
 }
-
-# $Id$</diff>
      <filename>manifests/install.pp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,17 @@
+# Copyright (c) 2008, Luke Kanies, luke@madstop.com
+# 
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+# 
+# THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
 # Handle both the rails and db configurations in one swell foop.
 define rails::site($path, $server_name = $fqdn, $dbtype = postgresql, $dbserver = false, $dbpassword = $false, $environments = [production, test, development], $servers = 3) {
     # The first port to use for the mongrel clusters..
@@ -46,5 +60,3 @@ define rails::site($path, $server_name = $fqdn, $dbtype = postgresql, $dbserver
         }
     }
 }
-
-# $Id$</diff>
      <filename>manifests/site.pp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cdf1f0888657b9a2e538d6be714c21546faab3d8</id>
    </parent>
  </parents>
  <author>
    <name>Luke Kanies</name>
    <email>luke@madstop.com</email>
  </author>
  <url>http://github.com/lak/puppet-rails/commit/9ac08ed120ee5c08a40a86141eb43593a257aca5</url>
  <id>9ac08ed120ee5c08a40a86141eb43593a257aca5</id>
  <committed-date>2008-07-07T22:23:03-07:00</committed-date>
  <authored-date>2008-07-07T22:23:03-07:00</authored-date>
  <message>Adding copyright info

Signed-off-by: Luke Kanies &lt;luke@madstop.com&gt;</message>
  <tree>d738e973d05b58bebaafcbdad736e5c3891079af</tree>
  <committer>
    <name>Luke Kanies</name>
    <email>luke@madstop.com</email>
  </committer>
</commit>
