View | Details | Raw Unified | Return to bug 222450 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 10-16 Link Here
10
MAINTAINER=	dvl@FreeBSD.org
10
MAINTAINER=	dvl@FreeBSD.org
11
COMMENT=	Parse and manipulate apache conf files
11
COMMENT=	Parse and manipulate apache conf files
12
12
13
LICENSE=	BSD
13
LICENSE=	BSD2CLAUSE
14
LICENSE_FILE=	${FILESDIR}/LICENSE
14
15
15
USES=		python
16
USES=		python
16
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
(-)files/LICENSE (+26 lines)
Line 0 Link Here
1
(Following license sentences are got from https://bitbucket.org/ericsnowcurrently/apache_conf_parser/raw/c4ed197beddf1de8b33fbd09fac88370171515bc/LICENSE)
2
3
Copyright (c) 2012, Eric Snow
4
All rights reserved.
5
6
Redistribution and use in source and binary forms, with or without
7
modification, are permitted provided that the following conditions are
8
met:
9
10
* Redistributions of source code must retain the above copyright notice,
11
  this list of conditions and the following disclaimer.
12
* Redistributions in binary form must reproduce the above copyright
13
  notice, this list of conditions and the following disclaimer in the
14
  documentation and/or other materials provided with the distribution.
15
16
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
19
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
22
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
23
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
24
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
25
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Return to bug 222450