From 4a37db424f42e8cd82c956c110907ee3960895b2 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Wed, 1 Jan 2020 15:03:55 +0000
Subject: [PATCH] Update copyright year

---
 COPYING                       | 2 +-
 templates/includes/footer.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/COPYING b/COPYING
index 7b542386f..96aa6db83 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright 2007-2015 UNINETT AS, http://www.uninett.no
+Copyright 2007-2020 UNINETT AS, https://www.uninett.no
 
 SimpleSAMLphp is licensed under the CC-GNU LGPL version 2.1.
 http://creativecommons.org/licenses/LGPL/2.1/
diff --git a/templates/includes/footer.php b/templates/includes/footer.php
index 58905b0df..ed4d11e6d 100644
--- a/templates/includes/footer.php
+++ b/templates/includes/footer.php
@@ -9,7 +9,7 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) {
             <div id="footer">
                 <hr />
                 <img src="/<?php echo $this->data['baseurlpath']; ?>resources/icons/ssplogo-fish-small.png" alt="Small fish logo" style="float: right" />		
-                    Copyright &copy; 2007-2019 <a href="http://uninett.no/">UNINETT AS</a>
+                    Copyright &copy; 2007-2020 <a href="https://uninett.no/">UNINETT AS</a>
 
                 <br style="clear: right" />
 
-- 
GitLab