From 58e30cdae860e84881d45de63b178801ed69a95e Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 14 Sep 2012 11:07:07 +0200 Subject: Add copyright and licensing information. --- configure.ac | 5 +++++ gconfig.h | 5 +++++ 2 files changed, 10 insertions(+) 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 -- cgit v1.1