Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in licenses: File-MMagic
Date: Sun, 30 Nov 2014 20:16:04
Message-Id: 20141130201600.E1198B3E1@oystercatcher.gentoo.org
1 dilfridge 14/11/30 20:16:00
2
3 Added: File-MMagic
4 Log:
5 Add license for dev-perl/File-MMagic
6
7 Revision Changes Path
8 1.1 licenses/File-MMagic
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/File-MMagic?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/File-MMagic?rev=1.1&content-type=text/plain
12
13 Index: File-MMagic
14 ===================================================================
15 This program is originated from file.kulp that is a production of The
16 Unix Reconstruction Projct.
17 <http://language.perl.com/ppt/index.html>
18 Copyright (c) 1999 NOKUBI Takatsugu <knok@××××××××××.jp>.
19
20 There is no warranty for the program.
21
22 This product includes software developed by the Apache Group
23 for use in the Apache HTTP server project (http://www.apache.org/).
24
25 Licence for the program is followed the original software. The licence is
26 below.
27
28 This program is free and open software. You may use, copy, modify, distribute
29 and sell this program (and any modified variants) in any way you wish,
30 provided you do not restrict others to do the same, except for the following
31 consideration.
32
33 I read some of Ian F. Darwin's BSD C implementation, to
34 try to determine how some of this was done since the specification
35 is a little vague. I don't believe that this perl version could
36 be construed as an "altered version", but I did grab the tokens for
37 identifying the hard-coded file types in names.h and copied some of
38 the man page.
39
40 Here's his notice:
41
42 * Copyright (c) Ian F. Darwin, 1987.
43 * Written by Ian F. Darwin.
44 *
45 * This software is not subject to any license of the American Telephone
46 * and Telegraph Company or of the Regents of the University of California.
47 *
48 * Permission is granted to anyone to use this software for any purpose on
49 * any computer system, and to alter it and redistribute it freely, subject
50 * to the following restrictions:
51 *
52 * 1. The author is not responsible for the consequences of use of this
53 * software, no matter how awful, even if they arise from flaws in it.
54 *
55 * 2. The origin of this software must not be misrepresented, either by
56 * explicit claim or by omission. Since few users ever read sources,
57 * credits must appear in the documentation.
58 *
59 * 3. Altered versions must be plainly marked as such, and must not be
60 * misrepresented as being the original software. Since few users
61 * ever read sources, credits must appear in the documentation.
62 *
63 * 4. This notice may not be removed or altered.
64
65 The following is the Apache License. This program contains the magic file
66 that derived from the Apache HTTP Server.
67
68 * Copyright (c) 1995-1999 The Apache Group. All rights reserved.
69 *
70 * Redistribution and use in source and binary forms, with or without
71 * modification, are permitted provided that the following conditions
72 * are met:
73 *
74 * 1. Redistributions of source code must retain the above copyright
75 * notice, this list of conditions and the following disclaimer.
76 *
77 * 2. Redistributions in binary form must reproduce the above copyright
78 * notice, this list of conditions and the following disclaimer in
79 * the documentation and/or other materials provided with the
80 * distribution.
81 *
82 * 3. All advertising materials mentioning features or use of this
83 * software must display the following acknowledgment:
84 * "This product includes software developed by the Apache Group
85 * for use in the Apache HTTP server project (http://www.apache.org/)."
86 *
87 * 4. The names "Apache Server" and "Apache Group" must not be used to
88 * endorse or promote products derived from this software without
89 * prior written permission. For written permission, please contact
90 * apache@××××××.org.
91 *
92 * 5. Products derived from this software may not be called "Apache"
93 * nor may "Apache" appear in their names without prior written
94 * permission of the Apache Group.
95 *
96 * 6. Redistributions of any form whatsoever must retain the following
97 * acknowledgment:
98 * "This product includes software developed by the Apache Group
99 * for use in the Apache HTTP server project (http://www.apache.org/)."
100 *
101 * THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
102 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
103 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
104 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR
105 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
106 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
107 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
108 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
109 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
110 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
111 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
112 * OF THE POSSIBILITY OF SUCH DAMAGE.