From d3e573fa44786c99fa3f889dbab745187b9bd24c Mon Sep 17 00:00:00 2001
From: Linus Nordberg <linus@nordu.net>
Date: Thu, 12 Jan 2017 23:21:25 +0100
Subject: Update copyright headers.

---
 src/catlfish_compat.erl | 3 +++
 src/catlfish_web.erl    | 2 +-
 src/x509.erl            | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

(limited to 'src')

diff --git a/src/catlfish_compat.erl b/src/catlfish_compat.erl
index 6dab325..adf4a1a 100644
--- a/src/catlfish_compat.erl
+++ b/src/catlfish_compat.erl
@@ -1,3 +1,6 @@
+%%% Copyright (c) 2016, NORDUnet A/S.
+%%% See LICENSE for licensing information.
+
 -module(catlfish_compat).
 -export([unpack_issuer/1, unpack_signature/1, poison_val/1]).
 -include_lib("public_key/include/public_key.hrl").
diff --git a/src/catlfish_web.erl b/src/catlfish_web.erl
index 12441cf..2ddd7ed 100644
--- a/src/catlfish_web.erl
+++ b/src/catlfish_web.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014-2015, NORDUnet A/S.
+%%% Copyright (c) 2014-2016, NORDUnet A/S.
 %%% See LICENSE for licensing information.
 
 -module(catlfish_web).
diff --git a/src/x509.erl b/src/x509.erl
index 562ed3a..c31b699 100644
--- a/src/x509.erl
+++ b/src/x509.erl
@@ -1,4 +1,4 @@
-%%% Copyright (c) 2014-2015, NORDUnet A/S.
+%%% Copyright (c) 2014-2016, NORDUnet A/S.
 %%% See LICENSE for licensing information.
 
 -module(x509).
-- 
cgit v1.1