Skip to content

Commit

Permalink
Remove the "Code contributions from" block from three files.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
Linus Nordberg committed Sep 17, 2012
1 parent 99cd701 commit 896ace8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
5 changes: 0 additions & 5 deletions hostport.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
* Copyright (c) 2010-2012, NORDUnet A/S. */
/* See LICENSE for licensing information. */

/* Code contributions from:
*
* Simon Leinen <simon.leinen@switch.ch>
*/

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
Expand Down
8 changes: 0 additions & 8 deletions radsecproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions util.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
* Copyright (c) 2010-2012, NORDUnet A/S. */
/* See LICENSE for licensing information. */

/* Code contributions from:
*
* Stefan Winter <stefan.winter@restena.lu>
*/

#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
Expand Down

0 comments on commit 896ace8

Please sign in to comment.