diff options
author | Linus Nordberg <linus@nordberg.se> | 2012-12-18 14:40:35 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2012-12-18 22:07:49 +0100 |
commit | b877d7d52b0c12bc6d1f5cbcebbd054a4fb433b6 (patch) | |
tree | dcb5b2ac6e736b9c14ef2e752b352e7ed1caf1a9 /lib/rsp_tlscommon.h | |
parent | 0efe1f109fd1953135be072f1516854e554e35d3 (diff) |
Remove the option to use GPLv2 as the license.
This follows the changes to the upstream radsecproxy repository.
Also, Stig Venaas is removed from all copyright, replaced by UNINETT.
Add JANET as copyright holder (avp.c).
Diffstat (limited to 'lib/rsp_tlscommon.h')
-rw-r--r-- | lib/rsp_tlscommon.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/rsp_tlscommon.h b/lib/rsp_tlscommon.h index d96f553..73cd261 100644 --- a/lib/rsp_tlscommon.h +++ b/lib/rsp_tlscommon.h @@ -1,10 +1,5 @@ -/* - * 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) 2007-2009, UNINETT AS */ +/* See COPYING for licensing information. */ #include <netinet/in.h> #include <openssl/ssl.h> |