X Tutup
Skip to content

Commit 23cab13

Browse files
author
Sebastiano Merlino
committed
Added license to doc files
While the documentation is licensed using GFDL, the man source is licensed with verbatim license in a way to avoid problems on Debian: http://www.debian.org/vote/2006/vote_001
1 parent 3e13767 commit 23cab13

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

doc/Makefile.am

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1+
#
2+
# This file is part of libhttpserver
3+
# Copyright (C) 2011, 2012, 2013, 2014 Sebastiano Merlino
4+
#
5+
# This library is free software; you can redistribute it and/or
6+
# modify it under the terms of the GNU Lesser General Public
7+
# License as published by the Free Software Foundation; either
8+
# version 2.1 of the License, or (at your option) any later version.
9+
#
10+
# This library is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
# Lesser General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU Lesser General Public
16+
# License along with this library; if not, write to the Free Software
17+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18+
119
man_MANS = libhttpserver.3
220
EXTRA_DIST = $(man_MANS)

doc/libhttpserver.3

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
.\" Copyright (c) 2014, Sebastiano Merlino
2+
.\"
3+
.\" %%%LICENSE_START(VERBATIM)
4+
.\" Permission is granted to make and distribute verbatim copies of this
5+
.\" manual provided the copyright notice and this permission notice are
6+
.\" preserved on all copies.
7+
.\"
8+
.\" Permission is granted to copy and distribute modified versions of
9+
.\" this manual under the conditions for verbatim copying, provided that
10+
.\" the entire resulting derived work is distributed under the terms of
11+
.\" a permission notice identical to this one.
12+
.\"
13+
.\" Since the Linux kernel and libraries are constantly changing, this
14+
.\" manual page may be incorrect or out-of-date. The author(s) assume.
15+
.\" no responsibility for errors or omissions, or for damages resulting.
16+
.\" from the use of the information contained herein. The author(s) may.
17+
.\" not have taken the same level of care in the production of this.
18+
.\" manual, which is licensed free of charge, as they might when working.
19+
.\" professionally.
20+
.\"
21+
.\" Formatted or processed versions of this manual, if unaccompanied by
22+
.\" the source, must acknowledge the copyright and authors of this work.
23+
.\" %%%LICENSE_END
24+
125
.TH LIBHTTPSERVER "3" "02 Mar 2013 "libhttpserver"
226
.SH "NAME"
327
libhttpserver \- C++ library for creating an embedded Rest HTTP server (and more)

doc/libhttpserver.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<!---
2+
Copyright (C) 2014 Sebastiano Merlino.
3+
Permission is granted to copy, distribute and/or modify this document
4+
under the terms of the GNU Free Documentation License, Version 1.3
5+
or any later version published by the Free Software Foundation;
6+
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
7+
A copy of the license is included in the section entitled "GNU
8+
Free Documentation License".
9+
-->
10+
111
The libhttpserver (0.7.1) reference manual
212
==========================================
313

0 commit comments

Comments
 (0)
X Tutup