diff options
Diffstat (limited to 'src/daemon/connection.h')
-rw-r--r-- | src/daemon/connection.h | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/src/daemon/connection.h b/src/daemon/connection.h index 4955931d..e00a83e1 100644 --- a/src/daemon/connection.h +++ b/src/daemon/connection.h | |||
@@ -2,20 +2,19 @@ | |||
2 | This file is part of libmicrohttpd | 2 | This file is part of libmicrohttpd |
3 | (C) 2007 Daniel Pittman and Christian Grothoff | 3 | (C) 2007 Daniel Pittman and Christian Grothoff |
4 | 4 | ||
5 | libmicrohttpd is free software; you can redistribute it and/or modify | 5 | This library is free software; you can redistribute it and/or |
6 | it under the terms of the GNU General Public License as published | 6 | modify it under the terms of the GNU Lesser General Public |
7 | by the Free Software Foundation; either version 2, or (at your | 7 | License as published by the Free Software Foundation; either |
8 | option) any later version. | 8 | version 2.1 of the License, or (at your option) any later version. |
9 | 9 | ||
10 | libmicrohttpd is distributed in the hope that it will be useful, but | 10 | This library is distributed in the hope that it will be useful, |
11 | WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
13 | General Public License for more details. | 13 | Lesser General Public License for more details. |
14 | 14 | ||
15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU Lesser General Public |
16 | along with libmicrohttpd; see the file COPYING. If not, write to the | 16 | License along with this library; if not, write to the Free Software |
17 | Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 17 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
18 | Boston, MA 02111-1307, USA. | ||
19 | */ | 18 | */ |
20 | 19 | ||
21 | /** | 20 | /** |