From afb21a155687cd874dc6ba3a4d108b896e6c3235 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 29 Sep 2011 20:58:17 +0200 Subject: Update copyright info. --- debug.h | 1 + fticks_hashmac.c | 4 ++++ fticks_hashmac.h | 4 ++++ main.c | 5 ++++- radsecproxy.h | 2 +- tests/t_fticks.c | 4 ++++ tlscommon.c | 2 +- tlv11.h | 1 + 8 files changed, 20 insertions(+), 3 deletions(-) diff --git a/debug.h b/debug.h index 803f406..d9b48c1 100644 --- a/debug.h +++ b/debug.h @@ -1,5 +1,6 @@ /* * Copyright (C) 2007 Stig Venaas + * 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 #include #include 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 #include diff --git a/main.c b/main.c index c3befc4..e2ed409 100644 --- a/main.c +++ b/main.c @@ -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 - * 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 #include #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 - * 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/tlv11.h b/tlv11.h index 301768e..d8bd3c5 100644 --- a/tlv11.h +++ b/tlv11.h @@ -1,5 +1,6 @@ /* * Copyright (C) 2008 Stig Venaas + * 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 -- cgit v1.1