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 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.1 From 8d3d567f3b3e0b7f56cce1d878d34768ee86b3c0 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 17 Sep 2012 09:49:39 +0200 Subject: Remove Stig from first copyright line. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f30694f..544c781 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. +dnl Copyright (c) 2006-2010, 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. -- cgit v1.1 From 1c6043308251a2884892cfc726dde45ab115d326 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 17 Sep 2012 09:56:38 +0200 Subject: Remove the second copyright line, with both UNINETT and NORDUnet. The overlap is clearly expressed without it. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 544c781..97993b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,4 @@ dnl Copyright (c) 2006-2010, 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. -- cgit v1.1 From 9142e68885bb6d19f0f6d44c4d8daf5ae4d12cbe Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 25 Sep 2012 13:41:08 +0200 Subject: Formatting changes. And, actually, a typo in catgconf.c. Cherry-picked b712a6bf from branch 'licensing'. Conflicts: LICENSE --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 97993b3..4326ecc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -dnl Copyright (c) 2006-2010, UNINETT AS. -dnl Copyright (c) 2010-2012, NORDUnet A/S. +dnl Copyright (c) 2006-2010, UNINETT AS +dnl Copyright (c) 2010-2012, NORDUnet A/S dnl See LICENSE for licensing information. AC_INIT(radsecproxy, 1.6.1-dev, radsecproxy@uninett.no) -- cgit v1.1