From 195ca75ec0a696203fcf2117d9f8aee083ce59b9 Mon Sep 17 00:00:00 2001
From: Thomas Bellman <bellman@nsc.liu.se>
Date: Mon, 5 Sep 2022 18:16:28 +0200
Subject: [PATCH] Update copyright years and information.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

A couple of files had been updated, but I missed updating the years
for copyright in them.  Also, the README file should mention all the
authors, not just me (Kent Engström has made one contribution).
---
 README                    | 2 +-
 manifests/include_file.pp | 2 +-
 manifests/named_vhost.pp  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README
index d23e355..6ff42e7 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 This is a Puppet module for managing Apache httpd.
-Copyright © 2014-2020 Thomas Bellman
+Copyright © 2014-2022  Thomas Bellman, Kent Engström.
 
 
 ===== LICENSING =====
diff --git a/manifests/include_file.pp b/manifests/include_file.pp
index 482dea2..ce29992 100644
--- a/manifests/include_file.pp
+++ b/manifests/include_file.pp
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2020 Thomas Bellman.
+# Copyright (C) 2014-2022 Thomas Bellman.
 # Licensed under the GNU LGPL v3+; see the README file for more information.
 
 
diff --git a/manifests/named_vhost.pp b/manifests/named_vhost.pp
index a6cb96f..03a7631 100644
--- a/manifests/named_vhost.pp
+++ b/manifests/named_vhost.pp
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2020 Thomas Bellman.
+# Copyright (C) 2014-2022 Thomas Bellman.
 # Licensed under the GNU LGPL v3+; see the README file for more information.
 
 
-- 
GitLab