diff options
author | Philipp Tölke <toelke@in.tum.de> | 2010-07-20 09:41:26 +0000 |
---|---|---|
committer | Philipp Tölke <toelke@in.tum.de> | 2010-07-20 09:41:26 +0000 |
commit | 0e35fa03c78b3e1f7c023ff554df7b315870b11c (patch) | |
tree | ef35c4d9b699f870c31cca60ba5807f0370c24fd | |
parent | 67576021d826e729e3ddf247e1c596e29608f0c8 (diff) |
Changed the copyright-notice
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | src/vpn/gnunet-daemon-vpn.c | 2 | ||||
-rw-r--r-- | src/vpn/gnunet-vpn-helper.c | 25 |
3 files changed, 27 insertions, 1 deletions
@@ -6,6 +6,7 @@ Milan Bouchet-Valat <nalimilan@club.fr> Nathan Evans <evans@net.in.tum.de> Nils Durner <durner@gnunet.org> Safey Allah Mohammed <safey.allah@gmail.com> +Philipp Tölke <toelke@in.tum.de> Code contributions also came from: Adam Warrington [ UPnP ] diff --git a/src/vpn/gnunet-daemon-vpn.c b/src/vpn/gnunet-daemon-vpn.c index e9e944ca89..c8b1c895f0 100644 --- a/src/vpn/gnunet-daemon-vpn.c +++ b/src/vpn/gnunet-daemon-vpn.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2010 Philipp Tölke + (C) 2010 Christian Grothoff GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/vpn/gnunet-vpn-helper.c b/src/vpn/gnunet-vpn-helper.c index 9bbf662831..1c6df623a8 100644 --- a/src/vpn/gnunet-vpn-helper.c +++ b/src/vpn/gnunet-vpn-helper.c @@ -1,3 +1,28 @@ +/* + This file is part of GNUnet. + (C) 2010 Christian Grothoff + + GNUnet is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published + by the Free Software Foundation; either version 3, or (at your + option) any later version. + + GNUnet is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GNUnet; see the file COPYING. If not, write to the + Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. +*/ + +/** + * @file vpn/gnunet-daemon-vpn.c + * @brief + * @author Philipp Tölke + */ #define _GNU_SOURCE #include <arpa/inet.h> #include <linux/if.h> |