diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | dtls.c | 2 | ||||
-rw-r--r-- | hostport.c | 2 | ||||
-rw-r--r-- | tlscommon.c | 2 | ||||
-rw-r--r-- | tlscommon.h | 3 | ||||
-rw-r--r-- | util.c | 3 | ||||
-rw-r--r-- | util.h | 3 |
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 @@ -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> @@ -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> @@ -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> @@ -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> |