Update copyright info. radsecproxy-1.5
authorLinus Nordberg <linus@nordu.net>
Thu, 29 Sep 2011 18:58:17 +0000 (20:58 +0200)
committerLinus Nordberg <linus@nordu.net>
Thu, 29 Sep 2011 18:58:17 +0000 (20:58 +0200)
debug.h
fticks_hashmac.c
fticks_hashmac.h
main.c
radsecproxy.h
tests/t_fticks.c
tlscommon.c
tlv11.h

diff --git a/debug.h b/debug.h
index 803f406..d9b48c1 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -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
index eb0d29b..bc7b8ba 100644 (file)
@@ -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>
index eb40a04..2c031e1 100644 (file)
@@ -1,3 +1,7 @@
+/* Copyright (C) 2011 NORDUnet A/S
+ * See LICENSE for information about licensing.
+ */
+
 #include <stdint.h>
 #include <stddef.h>
 
diff --git a/main.c b/main.c
index c3befc4..e2ed409 100644 (file)
--- 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);
 }
-
index 03ae54c..f7cc570 100644 (file)
@@ -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
index e0c9b0f..cece6a8 100644 (file)
@@ -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"
index eb2af8c..13a140a 100644 (file)
@@ -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/tlv11.h b/tlv11.h
index 301768e..d8bd3c5 100644 (file)
--- a/tlv11.h
+++ b/tlv11.h
@@ -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