From 68bb4638cc4b8f0024c31c52338f07b7775bd0c3 Mon Sep 17 00:00:00 2001
From: Thomas Bellman <bellman@lysator.liu.se>
Date: Thu, 3 Jan 2019 15:04:26 +0100
Subject: [PATCH] Update copyright year in relevant files.

---
 Makefile                | 2 +-
 README                  | 2 +-
 check_ping_multiaddr.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 858fdb7..de0a2b6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 .DEFAULT_GOAL = all
 
 #########################################################################
-# Copyright © 2018   Thomas Bellman, Linköping, Sweden
+# Copyright © 2018-2019   Thomas Bellman, Linköping, Sweden
 # Licensed under the GNU LGPL v3+; see the README file for more information.
 
 
diff --git a/README b/README
index c06129b..8beb5c2 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 		-*- mode: text; fill-column: 70; -*-
 
 This is a collection of Nagios plugins.
-Copyright © 2018 Thomas Bellman, and any other authors.
+Copyright © 2018-2019 Thomas Bellman, and any other authors.
 
 
 ===== LICENSING =====
diff --git a/check_ping_multiaddr.py b/check_ping_multiaddr.py
index dee53a7..4456475 100755
--- a/check_ping_multiaddr.py
+++ b/check_ping_multiaddr.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python2
 # -*- coding: utf-8; indent-tabs-mode: nil -*-
 
-# Copyright © 2018   Thomas Bellman, Linköping, Sweden
+# Copyright © 2019   Thomas Bellman, Linköping, Sweden
 # Licensed under the GNU LGPL v3+; see the README file for more information.
 
 
-- 
GitLab