<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Copyright</filename>
    </added>
  </added>
  <modified type="array">
    <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.
+
 define postgres::database($ensure, $owner = false) {
     $ownerstring = $owner ? {
         false =&gt; &quot;&quot;,
@@ -24,5 +38,3 @@ define postgres::database($ensure, $owner = false) {
         }
     }
 }
-
-# $Id$</diff>
      <filename>manifests/database.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.
+
 class postgres {
 	package { [postgresql, ruby-postgres, postgresql-server]: ensure =&gt; installed }
 
@@ -8,5 +22,3 @@ class postgres {
         subscribe =&gt; [Package[postgresql-server], Package[postgresql]]
     }
 }
-
-# $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.
+
 define postgres::role($ensure, $password = false) {
     $passtext = $password ? {
         false =&gt; &quot;&quot;,
@@ -24,5 +38,3 @@ define postgres::role($ensure, $password = false) {
         }
     }
 }
-
-# $Id$</diff>
      <filename>manifests/role.pp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fc57a437ab32993189cbcda87bdddecf5d717583</id>
    </parent>
  </parents>
  <author>
    <name>Luke Kanies</name>
    <email>luke@madstop.com</email>
  </author>
  <url>http://github.com/lak/puppet-postgres/commit/603a51ddcd392254b33e8c9c907566ec08d8a47e</url>
  <id>603a51ddcd392254b33e8c9c907566ec08d8a47e</id>
  <committed-date>2008-07-07T22:22:58-07:00</committed-date>
  <authored-date>2008-07-07T22:22:58-07:00</authored-date>
  <message>Adding copyright info

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