From bd942add4b203e9876dc1b8a2f9ae18413a54a20 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 14 Sep 2012 11:11:19 +0200 Subject: Update copyright and licensing information. Note that this change makes all files carry the same copyright info, regardless of when they've been touched. People interested in more detail will have to consult the commit history. --- radsecproxy.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'radsecproxy.c') diff --git a/radsecproxy.c b/radsecproxy.c index 8489a18..a92fcd1 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -1,11 +1,7 @@ -/* - * Copyright (C) 2006-2009 Stig Venaas - * 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. - */ +/* 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. */ /* Code contributions from: * -- 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. --- radsecproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'radsecproxy.c') diff --git a/radsecproxy.c b/radsecproxy.c index a92fcd1..69e369f 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS. +/* Copyright (c) 2006-2010, UNINETT AS. * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. * Copyright (c) 2010-2012, NORDUnet A/S. */ /* 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. --- radsecproxy.c | 1 - 1 file changed, 1 deletion(-) (limited to 'radsecproxy.c') diff --git a/radsecproxy.c b/radsecproxy.c index 69e369f..1cc477a 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -1,5 +1,4 @@ /* Copyright (c) 2006-2010, UNINETT AS. - * Copyright (c) 2010, UNINETT AS, NORDUnet A/S. * Copyright (c) 2010-2012, NORDUnet A/S. */ /* See LICENSE for licensing information. */ -- cgit v1.1 From 896ace8fa719b7ee93481bbe6f60bb4988a6879d Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 17 Sep 2012 10:03:46 +0200 Subject: Remove the "Code contributions from" block from three files. The contributors are mentioned in AUTHORS and these blocks are not being maintained. Info about what person has written what in source files should be obtained through the source control management system (i.e. git). --- radsecproxy.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'radsecproxy.c') diff --git a/radsecproxy.c b/radsecproxy.c index 1cc477a..9346a37 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2,14 +2,6 @@ * Copyright (c) 2010-2012, NORDUnet A/S. */ /* See LICENSE for licensing information. */ -/* Code contributions from: - * - * Arne Schwabe - * Maja Wolniewicz - * Simon Leinen - * Stefan Winter - */ - /* For UDP there is one server instance consisting of udpserverrd and udpserverth * rd is responsible for init and launching wr * For TLS there is a server instance that launches tlsserverrd for each TLS peer -- 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 --- radsecproxy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'radsecproxy.c') diff --git a/radsecproxy.c b/radsecproxy.c index 9346a37..d10d7a8 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -1,5 +1,5 @@ -/* Copyright (c) 2006-2010, UNINETT AS. - * Copyright (c) 2010-2012, NORDUnet A/S. */ +/* Copyright (c) 2006-2010, UNINETT AS + * Copyright (c) 2010-2012, NORDUnet A/S */ /* See LICENSE for licensing information. */ /* For UDP there is one server instance consisting of udpserverrd and udpserverth -- cgit v1.1