diff options
author | Linus Nordberg <linus@nordu.net> | 2012-09-14 11:11:19 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-09-14 11:11:19 +0200 |
commit | bd942add4b203e9876dc1b8a2f9ae18413a54a20 (patch) | |
tree | a6f3ae7af376d0f94c391b2bfb7d50135d6ea922 | |
parent | 58e30cdae860e84881d45de63b178801ed69a95e (diff) |
Update copyright and licensing information.
Note that this change makes all files carry the same copyright info,
regardless of when they've been touched. People interested in more
detail will have to consult the commit history.
-rw-r--r-- | catgconf.c | 12 | ||||
-rw-r--r-- | debug.c | 12 | ||||
-rw-r--r-- | debug.h | 12 | ||||
-rw-r--r-- | dtls.c | 11 | ||||
-rw-r--r-- | dtls.h | 11 | ||||
-rw-r--r-- | fticks.c | 7 | ||||
-rw-r--r-- | fticks.h | 7 | ||||
-rw-r--r-- | fticks_hashmac.c | 7 | ||||
-rw-r--r-- | fticks_hashmac.h | 7 | ||||
-rw-r--r-- | gconfig.c | 11 | ||||
-rw-r--r-- | hash.c | 11 | ||||
-rw-r--r-- | hash.h | 11 | ||||
-rw-r--r-- | hostport.c | 11 | ||||
-rw-r--r-- | hostport.h | 11 | ||||
-rw-r--r-- | list.c | 11 | ||||
-rw-r--r-- | list.h | 11 | ||||
-rw-r--r-- | main.c | 7 | ||||
-rw-r--r-- | radmsg.c | 11 | ||||
-rw-r--r-- | radmsg.h | 11 | ||||
-rw-r--r-- | radsecproxy-hash.c | 11 | ||||
-rw-r--r-- | radsecproxy.c | 12 | ||||
-rw-r--r-- | radsecproxy.h | 12 | ||||
-rw-r--r-- | tcp.c | 11 | ||||
-rw-r--r-- | tcp.h | 11 | ||||
-rw-r--r-- | tls.c | 11 | ||||
-rw-r--r-- | tls.h | 11 | ||||
-rw-r--r-- | tlscommon.c | 12 | ||||
-rw-r--r-- | tlscommon.h | 11 | ||||
-rw-r--r-- | tlv11.c | 12 | ||||
-rw-r--r-- | tlv11.h | 12 | ||||
-rw-r--r-- | udp.c | 11 | ||||
-rw-r--r-- | udp.h | 11 | ||||
-rw-r--r-- | util.c | 11 | ||||
-rw-r--r-- | util.h | 11 |
34 files changed, 136 insertions, 226 deletions
@@ -1,11 +1,7 @@ -/* - * Copyright (C) 2008 Stig Venaas <venaas@uninett.no> - * Copyright (C) 2010,2011,2012 NORDUnet A/S - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2013, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include <stdio.h> #include <string.h> @@ -1,11 +1,7 @@ -/* - * Copyright (C) 2007 Stig Venaas <venaas@uninett.no> - * Copyright (C) 2010,2011 NORDUnet A/S - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #ifndef SYS_SOLARIS9 #include <stdint.h> @@ -1,11 +1,7 @@ -/* - * Copyright (C) 2007 Stig Venaas <venaas@uninett.no> - * Copyright (C) 2010,2011 NORDUnet A/S - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #ifndef SYS_SOLARIS9 #include <stdint.h> @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2008-2009 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include <signal.h> #include <sys/socket.h> @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2008 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ const struct protodefs *dtlsinit(uint8_t h); @@ -1,6 +1,7 @@ -/* Copyright (C) 2011 NORDUnet A/S - * See LICENSE for information about licensing. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include "radsecproxy.h" #include "debug.h" @@ -1,6 +1,7 @@ -/* Copyright (C) 2011 NORDUnet A/S - * See LICENSE for information about licensing. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ int fticks_configure(struct options *options, uint8_t **reportingp, diff --git a/fticks_hashmac.c b/fticks_hashmac.c index bc7b8ba..aeb4c7d 100644 --- a/fticks_hashmac.c +++ b/fticks_hashmac.c @@ -1,6 +1,7 @@ -/* Copyright (C) 2011 NORDUnet A/S - * See LICENSE for information about licensing. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include <stdio.h> #include <stdlib.h> diff --git a/fticks_hashmac.h b/fticks_hashmac.h index 2c031e1..564815d 100644 --- a/fticks_hashmac.h +++ b/fticks_hashmac.h @@ -1,6 +1,7 @@ -/* Copyright (C) 2011 NORDUnet A/S - * See LICENSE for information about licensing. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include <stdint.h> #include <stddef.h> @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2007, 2008 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include <string.h> #include <stdarg.h> @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2008 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include <stdlib.h> #include <string.h> @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2008 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #ifndef SYS_SOLARIS9 #include <stdint.h> @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ /* Code contributions from: * @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ struct hostportres { char *host; @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include <stdlib.h> #include <string.h> @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #ifdef SYS_SOLARIS9 #include <sys/inttypes.h> @@ -1,6 +1,7 @@ -/* Copyright (C) 2011 NORDUnet A/S - * See LICENSE for information about licensing. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ int radsecproxy_main(int argc, char **argv); @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #ifdef SYS_SOLARIS9 #include <sys/inttypes.h> @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #define RAD_Access_Request 1 #define RAD_Access_Accept 2 diff --git a/radsecproxy-hash.c b/radsecproxy-hash.c index 48b3845..24cf236 100644 --- a/radsecproxy-hash.c +++ b/radsecproxy-hash.c @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2011 NORDUnet A/S - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include <stdio.h> #include <stdlib.h> diff --git a/radsecproxy.c b/radsecproxy.c index 8489a18..a92fcd1 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -1,11 +1,7 @@ -/* - * Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no> - * Copyright (C) 2010,2011,2012 NORDUnet A/S - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ /* Code contributions from: * diff --git a/radsecproxy.h b/radsecproxy.h index 1e9dc42..fa16baa 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -1,11 +1,7 @@ -/* - * Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no> - * Copyright (C) 2010,2011,2012 NORDUnet A/S - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include <sys/time.h> #include <stdint.h> @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2008-2009 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include <signal.h> #include <sys/socket.h> @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2008 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ const struct protodefs *tcpinit(uint8_t h); @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include <signal.h> #include <sys/socket.h> @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ const struct protodefs *tlsinit(uint8_t h); diff --git a/tlscommon.c b/tlscommon.c index 13a140a..59c2045 100644 --- a/tlscommon.c +++ b/tlscommon.c @@ -1,11 +1,7 @@ -/* - * Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no> - * Copyright (C) 2010,2011 NORDUnet A/S - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #if defined(RADPROT_TLS) || defined(RADPROT_DTLS) #include <signal.h> diff --git a/tlscommon.h b/tlscommon.h index 084cb1c..40e2d05 100644 --- a/tlscommon.h +++ b/tlscommon.h @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include <openssl/ssl.h> @@ -1,11 +1,7 @@ -/* - * Copyright (C) 2008 Stig Venaas <venaas@uninett.no> - * Copyright (C) 2010 NORDUnet A/S - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #ifdef SYS_SOLARIS9 #include <sys/inttypes.h> @@ -1,11 +1,7 @@ -/* - * Copyright (C) 2008 Stig Venaas <venaas@uninett.no> - * Copyright (C) 2010 NORDUnet A/S - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ struct tlv { uint8_t t; @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include <signal.h> #include <sys/socket.h> @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ const struct protodefs *udpinit(uint8_t h); @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ /* Code contributions from: * @@ -1,10 +1,7 @@ -/* - * Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. + * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. + * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* See LICENSE for licensing information. */ #include <sys/socket.h> #include <netdb.h> |