summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-10-20 12:41:37 +0200
committerLinus Nordberg <linus@nordu.net>2016-11-01 10:36:48 +0100
commit5ccca99b571f8bd948d87eab006612cbc02689dd (patch)
treee037039b27a6acd62523cce31b6cead2496cde04
parent1f25de3f4619fcb112ee0a36ec1c2965ac6e64c4 (diff)
Copyright year fixes.
-rw-r--r--Makefile.am4
-rw-r--r--dtls.c2
-rw-r--r--hostport.c2
-rw-r--r--tlscommon.c2
-rw-r--r--tlscommon.h3
-rw-r--r--util.c3
-rw-r--r--util.h3
7 files changed, 13 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index b8f75c2..5ae7720 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,7 @@
+## Copyright (c) 2006-2010, UNINETT AS
+## Copyright (c) 2010-2012,2016, NORDUnet A/S
+## See LICENSE for licensing information.
+
AUTOMAKE_OPTIONS = foreign
if HAVE_DOCBOOK2X_MAN
diff --git a/dtls.c b/dtls.c
index 7dc9c72..1a8f5e5 100644
--- a/dtls.c
+++ b/dtls.c
@@ -1,5 +1,5 @@
/* Copyright (c) 2007-2009, UNINETT AS
- * Copyright (c) 2012, NORDUnet A/S */
+ * Copyright (c) 2012,2016 NORDUnet A/S */
/* See LICENSE for licensing information. */
#include <signal.h>
diff --git a/hostport.c b/hostport.c
index 961edb9..593147e 100644
--- a/hostport.c
+++ b/hostport.c
@@ -1,5 +1,5 @@
/* Copyright (c) 2007-2009, UNINETT AS
- * Copyright (c) 2012, NORDUnet A/S */
+ * Copyright (c) 2012,2016 NORDUnet A/S */
/* See LICENSE for licensing information. */
#include <stdlib.h>
diff --git a/tlscommon.c b/tlscommon.c
index 843ae44..f71cc11 100644
--- a/tlscommon.c
+++ b/tlscommon.c
@@ -1,5 +1,5 @@
/* Copyright (c) 2007-2009, UNINETT AS
- * Copyright (c) 2010-2011, NORDUnet A/S */
+ * Copyright (c) 2010-2011,2015-2016, NORDUnet A/S */
/* See LICENSE for licensing information. */
#if defined(RADPROT_TLS) || defined(RADPROT_DTLS)
diff --git a/tlscommon.h b/tlscommon.h
index de990ef..5f8f149 100644
--- a/tlscommon.h
+++ b/tlscommon.h
@@ -1,4 +1,5 @@
-/* Copyright (c) 2007-2009, UNINETT AS */
+/* Copyright (c) 2007-2009, UNINETT AS
+ * Copyright (c) 2016, NORDUnet A/S */
/* See LICENSE for licensing information. */
#include <openssl/ssl.h>
diff --git a/util.c b/util.c
index bf327ad..c976175 100644
--- a/util.c
+++ b/util.c
@@ -1,4 +1,5 @@
-/* Copyright (c) 2007-2009, UNINETT AS */
+/* Copyright (c) 2007-2009, UNINETT AS
+ * Copyright (c) 2016, NORDUnet A/S */
/* See LICENSE for licensing information. */
#include <sys/socket.h>
diff --git a/util.h b/util.h
index 099a30f..36a5cdd 100644
--- a/util.h
+++ b/util.h
@@ -1,4 +1,5 @@
-/* Copyright (c) 2007-2009, UNINETT AS */
+/* Copyright (c) 2007-2009, UNINETT AS
+ * Copyright (c) 2016, NORDUnet A/S */
/* See LICENSE for licensing information. */
#include <sys/socket.h>