aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2006-08-19 00:07:16 +0000
committerNils Durner <durner@gnunet.org>2006-08-19 00:07:16 +0000
commit4476902f8699f2f67fdc0bc3ad1029d513353ccb (patch)
tree7964e729f76b05df7f359f3a4f30d0f4e87efbec
parent6adb5289185c1e4f69b7bc226eca34f6623891be (diff)
downloadlibmicrohttpd-4476902f8699f2f67fdc0bc3ad1029d513353ccb.tar.gz
libmicrohttpd-4476902f8699f2f67fdc0bc3ad1029d513353ccb.zip
LGPL
-rw-r--r--include/webserver_gnunet.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/include/webserver_gnunet.h b/include/webserver_gnunet.h
index 7719baec..be908019 100644
--- a/include/webserver_gnunet.h
+++ b/include/webserver_gnunet.h
@@ -3,20 +3,20 @@
3 (C) 2006 Christian Grothoff (and other contributing authors) 3 (C) 2006 Christian Grothoff (and other contributing authors)
4 (C) 2002 Luis Figueiredo (stdio@netc.pt) 4 (C) 2002 Luis Figueiredo (stdio@netc.pt)
5 5
6 GNUnet is free software; you can redistribute it and/or modify 6 This library is free software; you can redistribute it and/or
7 it under the terms of the GNU General Public License as published 7 modify it under the terms of the GNU Lesser General Public
8 by the Free Software Foundation; either version 2, or (at your 8 License as published by the Free Software Foundation; either
9 option) any later version. 9 version 2.1 of the License, or (at your option) any later version.
10 10
11 GNUnet is distributed in the hope that it will be useful, but 11 This library is distributed in the hope that it will be useful,
12 WITHOUT ANY WARRANTY; without even the implied warranty of 12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 General Public License for more details. 14 Lesser General Public License for more details.
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU Lesser General Public
17 along with GNUnet; see the file COPYING. If not, write to the 17 License along with this library; if not, write to the Free Software
18 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 Foundation, Inc., 59 Temple Place - Suite 330, Boston,
19 Boston, MA 02111-1307, USA. 19 MA 02111-1307, USA.
20*/ 20*/
21 21
22/** 22/**