Skip to content

Commit

Permalink
Merge branch 'licensing-nogpl'
Browse files Browse the repository at this point in the history
Conflicts:
	configure.ac
  • Loading branch information
Linus Nordberg committed Oct 30, 2012
2 parents 7c623ad + 9142e68 commit 8c8a142
Show file tree
Hide file tree
Showing 38 changed files with 118 additions and 261 deletions.
3 changes: 0 additions & 3 deletions COPYING

This file was deleted.

22 changes: 8 additions & 14 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
The radsecproxy source code is subject to two licenses, you may pick
the one that best suits your needs.

The radsecproxy source code is subject to the terms of the GNU General
Public License Version 2 or later (GPL).

Alternatively the radsecproxy source code is subject to the terms of the
below BSD style license.
Radsecproxy is distributed under this license:

* Copyright (c) 2006-2010, UNINETT AS
* Copyright (c) 2010,2011, NORDUnet A/S
* Copyright (c) 2010-2012, NORDUnet A/S
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand All @@ -18,14 +11,15 @@ below BSD style license.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with distribution.
* * Neither the name of the UNINETT AS nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
* * Neither the name of NORDUnet A/S nor the names of its
* contributors may be used to endorse or promote products
* derived from this software without specific prior written
* permission.
*
* THIS SOFTWARE IS PROVIDED BY UNINETT AS ``AS IS'' AND ANY
* THIS SOFTWARE IS PROVIDED BY NORDUNET AS ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL UNINETT AS BE LIABLE FOR ANY
* DISCLAIMED. IN NO EVENT SHALL NORDUNET AS BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
Expand Down
11 changes: 3 additions & 8 deletions catgconf.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
/*
* Copyright (C) 2008 Stig Venaas <venaas@uninett.no>
* 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#include <stdio.h>
#include <string.h>
Expand Down
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
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.7-dev, radsecproxy@uninett.no)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
Expand Down
11 changes: 3 additions & 8 deletions debug.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
/*
* Copyright (C) 2007 Stig Venaas <venaas@uninett.no>
* Copyright (C) 2010,2011 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#ifndef SYS_SOLARIS9
#include <stdint.h>
Expand Down
11 changes: 3 additions & 8 deletions debug.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
/*
* Copyright (C) 2007 Stig Venaas <venaas@uninett.no>
* Copyright (C) 2010,2011 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#ifndef SYS_SOLARIS9
#include <stdint.h>
Expand Down
10 changes: 3 additions & 7 deletions dtls.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* Copyright (C) 2008-2009 Stig Venaas <venaas@uninett.no>
*
* 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#include <signal.h>
#include <sys/socket.h>
Expand Down
10 changes: 3 additions & 7 deletions dtls.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* Copyright (C) 2008 Stig Venaas <venaas@uninett.no>
*
* 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

const struct protodefs *dtlsinit(uint8_t h);

Expand Down
6 changes: 3 additions & 3 deletions fticks.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright (C) 2011 NORDUnet A/S
* See LICENSE for information about licensing.
*/
/* Copyright (c) 2006-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#include "radsecproxy.h"
#include "debug.h"
Expand Down
6 changes: 3 additions & 3 deletions fticks.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright (C) 2011 NORDUnet A/S
* See LICENSE for information about licensing.
*/
/* Copyright (c) 2006-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

int fticks_configure(struct options *options,
uint8_t **reportingp,
Expand Down
6 changes: 3 additions & 3 deletions fticks_hashmac.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright (C) 2011 NORDUnet A/S
* See LICENSE for information about licensing.
*/
/* Copyright (c) 2006-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#include <stdio.h>
#include <stdlib.h>
Expand Down
6 changes: 3 additions & 3 deletions fticks_hashmac.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright (C) 2011 NORDUnet A/S
* See LICENSE for information about licensing.
*/
/* Copyright (c) 2006-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#include <stdint.h>
#include <stddef.h>
Expand Down
10 changes: 3 additions & 7 deletions gconfig.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* Copyright (C) 2007, 2008 Stig Venaas <venaas@uninett.no>
*
* 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#include <string.h>
#include <stdarg.h>
Expand Down
4 changes: 4 additions & 0 deletions gconfig.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* Copyright (c) 2006-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#define CONF_STR 1
#define CONF_CBK 2
#define CONF_MSTR 3
Expand Down
10 changes: 3 additions & 7 deletions hash.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* Copyright (C) 2008 Stig Venaas <venaas@uninett.no>
*
* 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#include <stdlib.h>
#include <string.h>
Expand Down
10 changes: 3 additions & 7 deletions hash.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* Copyright (C) 2008 Stig Venaas <venaas@uninett.no>
*
* 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#ifndef SYS_SOLARIS9
#include <stdint.h>
Expand Down
15 changes: 3 additions & 12 deletions hostport.c
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
/*
* Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no>
*
* 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.
*/

/* Code contributions from:
*
* Simon Leinen <simon.leinen@switch.ch>
*/
/* Copyright (c) 2006-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#include <stdlib.h>
#include <unistd.h>
Expand Down
10 changes: 3 additions & 7 deletions hostport.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no>
*
* 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

struct hostportres {
char *host;
Expand Down
10 changes: 3 additions & 7 deletions list.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no>
*
* 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#include <stdlib.h>
#include <string.h>
Expand Down
10 changes: 3 additions & 7 deletions list.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no>
*
* 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#ifdef SYS_SOLARIS9
#include <sys/inttypes.h>
Expand Down
6 changes: 3 additions & 3 deletions main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright (C) 2011 NORDUnet A/S
* See LICENSE for information about licensing.
*/
/* Copyright (c) 2006-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

int radsecproxy_main(int argc, char **argv);

Expand Down
10 changes: 3 additions & 7 deletions radmsg.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no>
*
* 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#ifdef SYS_SOLARIS9
#include <sys/inttypes.h>
Expand Down
10 changes: 3 additions & 7 deletions radmsg.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no>
*
* 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#define RAD_Access_Request 1
#define RAD_Access_Accept 2
Expand Down
10 changes: 3 additions & 7 deletions radsecproxy-hash.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* Copyright (C) 2011 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#include <stdio.h>
#include <stdlib.h>
Expand Down
19 changes: 3 additions & 16 deletions radsecproxy.c
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
/*
* Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no>
* 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.
*/

/* 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>
*/
/* 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
* rd is responsible for init and launching wr
Expand Down
11 changes: 3 additions & 8 deletions radsecproxy.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
/*
* Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no>
* 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#include <sys/time.h>
#include <stdint.h>
Expand Down
10 changes: 3 additions & 7 deletions tcp.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* Copyright (C) 2008-2009 Stig Venaas <venaas@uninett.no>
*
* 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

#include <signal.h>
#include <sys/socket.h>
Expand Down
10 changes: 3 additions & 7 deletions tcp.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* Copyright (C) 2008 Stig Venaas <venaas@uninett.no>
*
* 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-2010, UNINETT AS
* Copyright (c) 2010-2012, NORDUnet A/S */
/* See LICENSE for licensing information. */

const struct protodefs *tcpinit(uint8_t h);

Expand Down
Loading

0 comments on commit 8c8a142

Please sign in to comment.