diff --git a/manifests/init.pp b/manifests/init.pp
index 7261b1b927d24b227fb1796d6656b2edf8e0abc7..7913c00209cbb2782763d8c65c40e8f3e138e4ab 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,4 +1,4 @@
-# Copyright (C) 2012 Thomas Bellman.
+# Copyright (C) 2014 Thomas Bellman.
 # Licensed under the GNU LGPL v3+; see the README file for more information.
 
 
diff --git a/manifests/mod_perl.pp b/manifests/mod_perl.pp
index 6711a2261608e53ce01816d0c852a80746682b0f..f9989c9070dc67427f12c270f9d8b2a034102239 100644
--- a/manifests/mod_perl.pp
+++ b/manifests/mod_perl.pp
@@ -1,3 +1,7 @@
+# Copyright (C) 2014 Thomas Bellman.
+# Licensed under the GNU LGPL v3+; see the README file for more information.
+
+
 import "apache"
 
 
diff --git a/manifests/mod_ssl.pp b/manifests/mod_ssl.pp
index a04fa68fa8d8c66923c91bdb0c4f8dc7405b5ffd..a2e2a44c8e677ae858607f56169468f6ec3e5833 100644
--- a/manifests/mod_ssl.pp
+++ b/manifests/mod_ssl.pp
@@ -1,3 +1,7 @@
+# Copyright (C) 2014 Thomas Bellman.
+# Licensed under the GNU LGPL v3+; see the README file for more information.
+
+
 import "apache"
 
 
diff --git a/templates/module.conf.erb b/templates/module.conf.erb
index a98cf0230efe517f18cb782c928adc448b43fb19..42e7bd69c534a2df75bcbb6b2949f5cefbdeadac 100644
--- a/templates/module.conf.erb
+++ b/templates/module.conf.erb
@@ -1,3 +1,8 @@
+<%
+ # Copyright (C) 2014 Thomas Bellman.
+ # Licensed under the GNU LGPL v3+; see the README file for more information.
+ #
+-%>
 LoadModule <%= @loadmodule %>
 
 <% @directives.each do |line| -%>