summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--catgconf.c9
-rw-r--r--debug.c2
-rw-r--r--debug.h2
-rw-r--r--radsecproxy.c2
-rw-r--r--radsecproxy.h2
-rw-r--r--util.h8
6 files changed, 21 insertions, 4 deletions
diff --git a/catgconf.c b/catgconf.c
index f972051..42b1d40 100644
--- a/catgconf.c
+++ b/catgconf.c
@@ -1,3 +1,12 @@
+/*
+ * 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.
+ */
+
#include <stdio.h>
#include <string.h>
#include <unistd.h>
diff --git a/debug.c b/debug.c
index b329c66..4f6f59e 100644
--- a/debug.c
+++ b/debug.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2007 Stig Venaas <venaas@uninett.no>
- * Copyright (C) 2010, 2011 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/debug.h b/debug.h
index c008e47..08c655d 100644
--- a/debug.h
+++ b/debug.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2007 Stig Venaas <venaas@uninett.no>
- * Copyright (C) 2010, 2011 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/radsecproxy.c b/radsecproxy.c
index 9a4d2bc..88c198f 100644
--- a/radsecproxy.c
+++ b/radsecproxy.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no>
- * Copyright (C) 2010, 2011 NORDUnet A/S
+ * 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
diff --git a/radsecproxy.h b/radsecproxy.h
index a8d5b49..680a58d 100644
--- a/radsecproxy.h
+++ b/radsecproxy.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no>
- * Copyright (C) 2010,2011 NORDUnet A/S
+ * 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
diff --git a/util.h b/util.h
index d8d002c..c421505 100644
--- a/util.h
+++ b/util.h
@@ -1,3 +1,11 @@
+/*
+ * 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.
+ */
+
#include <sys/socket.h>
#include <netdb.h>