From ba52c0eaa1c2622f03cef9b5d10371fdfa3921cc Mon Sep 17 00:00:00 2001
From: Thomas Bellman <bellman@nsc.liu.se>
Date: Wed, 9 Apr 2014 22:29:30 +0200
Subject: [PATCH] Add missing copyright notices to files.

Also fix incorrect year in the copyright notice in manifests/init.pp.
---
 manifests/init.pp         | 2 +-
 manifests/mod_perl.pp     | 4 ++++
 manifests/mod_ssl.pp      | 4 ++++
 templates/module.conf.erb | 5 +++++
 4 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/manifests/init.pp b/manifests/init.pp
index 7261b1b..7913c00 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 6711a22..f9989c9 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 a04fa68..a2e2a44 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 a98cf02..42e7bd6 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| -%>
-- 
GitLab