diff options
-rw-r--r-- | debug.h | 1 | ||||
-rw-r--r-- | fticks_hashmac.c | 4 | ||||
-rw-r--r-- | fticks_hashmac.h | 4 | ||||
-rw-r--r-- | main.c | 5 | ||||
-rw-r--r-- | radsecproxy.h | 2 | ||||
-rw-r--r-- | tests/t_fticks.c | 4 | ||||
-rw-r--r-- | tlscommon.c | 2 | ||||
-rw-r--r-- | tlv11.h | 1 |
8 files changed, 20 insertions, 3 deletions
@@ -1,5 +1,6 @@ /* * Copyright (C) 2007 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 diff --git a/fticks_hashmac.c b/fticks_hashmac.c index eb0d29b..bc7b8ba 100644 --- a/fticks_hashmac.c +++ b/fticks_hashmac.c @@ -1,3 +1,7 @@ +/* Copyright (C) 2011 NORDUnet A/S + * See LICENSE for information about licensing. + */ + #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/fticks_hashmac.h b/fticks_hashmac.h index eb40a04..2c031e1 100644 --- a/fticks_hashmac.h +++ b/fticks_hashmac.h @@ -1,3 +1,7 @@ +/* Copyright (C) 2011 NORDUnet A/S + * See LICENSE for information about licensing. + */ + #include <stdint.h> #include <stddef.h> @@ -1,7 +1,10 @@ +/* Copyright (C) 2011 NORDUnet A/S + * See LICENSE for information about licensing. + */ + int radsecproxy_main(int argc, char **argv); int main(int argc, char **argv) { return radsecproxy_main(argc, argv); } - diff --git a/radsecproxy.h b/radsecproxy.h index 03ae54c..f7cc570 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no> - * Copyright (C) 2010 NORDUnet A/S + * 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 diff --git a/tests/t_fticks.c b/tests/t_fticks.c index e0c9b0f..cece6a8 100644 --- a/tests/t_fticks.c +++ b/tests/t_fticks.c @@ -1,3 +1,7 @@ +/* Copyright (C) 2011 NORDUnet A/S + * See LICENSE for information about licensing. + */ + #include <stdio.h> #include <errno.h> #include "../radsecproxy.h" diff --git a/tlscommon.c b/tlscommon.c index eb2af8c..13a140a 100644 --- a/tlscommon.c +++ b/tlscommon.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no> - * Copyright (C) 2010 NORDUnet A/S + * 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 @@ -1,5 +1,6 @@ /* * 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 |