summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
-rw-r--r--gconfig.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 711f9fd..f30694f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,8 @@
+dnl Copyright (c) 2006-2009, Stig Venaas, UNINETT AS.
+dnl Copyright (c) 2010, UNINETT AS, NORDUnet A/S.
+dnl Copyright (c) 2010-2012, NORDUnet A/S.
+dnl See LICENSE for licensing information.
+
AC_INIT(radsecproxy, 1.6.1-dev, radsecproxy@uninett.no)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
diff --git a/gconfig.h b/gconfig.h
index 463ebdf..ae894a6 100644
--- a/gconfig.h
+++ b/gconfig.h
@@ -1,3 +1,8 @@
+/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS.
+ * Copyright (c) 2010, UNINETT AS, NORDUnet A/S.
+ * Copyright (c) 2010-2012, NORDUnet A/S. */
+/* See LICENSE for licensing information. */
+
#define CONF_STR 1
#define CONF_CBK 2
#define CONF_MSTR 3