diff options
author | Linus Nordberg <linus@nordu.net> | 2012-09-17 10:03:46 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-09-17 10:03:46 +0200 |
commit | 896ace8fa719b7ee93481bbe6f60bb4988a6879d (patch) | |
tree | 636a4e51018ca61fc9292e2164e89949301fa697 /radsecproxy.c | |
parent | 99cd70118fe023e7b2c19132778383a98b05028b (diff) |
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).
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 8 |
1 files changed, 0 insertions, 8 deletions
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 <schwabe at uni-paderborn.de> - * Maja Wolniewicz <mgw@umk.pl> - * Simon Leinen <simon.leinen@switch.ch> - * Stefan Winter <stefan.winter@restena.lu> - */ - /* 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 |