summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2011-09-29 20:58:17 +0200
committerLinus Nordberg <linus@nordu.net>2011-09-29 20:58:17 +0200
commitafb21a155687cd874dc6ba3a4d108b896e6c3235 (patch)
tree903510c9a9d5bfd8b4a80910bd97ba1cbe2a4fea
parentf4ce74bc95ae1e114922a604ac20b60b41ec1404 (diff)
Update copyright info.radsecproxy-1.5
-rw-r--r--debug.h1
-rw-r--r--fticks_hashmac.c4
-rw-r--r--fticks_hashmac.h4
-rw-r--r--main.c5
-rw-r--r--radsecproxy.h2
-rw-r--r--tests/t_fticks.c4
-rw-r--r--tlscommon.c2
-rw-r--r--tlv11.h1
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 <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>
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 <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
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 <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