~ubuntu-branches/ubuntu/precise/php-mime-type/precise

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Goirand
  • Date: 2010-07-05 17:06:26 UTC
  • Revision ID: james.westby@ubuntu.com-20100705170626-xinu9i0n09biwzn1
Tags: 1.2.0-1
Initial release (Closes: #561875).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This package was debianized by Thomas Goirand <thomas@goirand.fr> on
 
2
Sun, 11 Oct 2009 14:04:38 +0800
 
3
 
 
4
It was downloaded at:
 
5
        http://pear.php.net/package/MIME_Type/download
 
6
 
 
7
Files: debian/*
 
8
Copyright: (c) 2009, Thomas Goirand <zigo@debian.org>
 
9
License: LGPL
 
10
 
 
11
        This library is free software; you can redistribute it and/or
 
12
        modify it under the terms of the GNU Lesser General Public
 
13
        License as published by the Free Software Foundation; either
 
14
        version 2.1 of the License, or (at your option) any later version.
 
15
 
 
16
        This library is distributed in the hope that it will be useful,
 
17
        but WITHOUT ANY WARRANTY; without even the implied warranty of
 
18
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
19
        Lesser General Public License for more details.
 
20
 
 
21
        You should have received a copy of the GNU Lesser General Public
 
22
        License along with this library; if not, write to the Free Software
 
23
        Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
 
24
        USA
 
25
 
 
26
On Debian systems, the complete text of the GNU Lesser General Public
 
27
License (LGPL) may be found in /usr/share/common-licenses/LGPL.
 
28
 
 
29
Files: *
 
30
Copyright: (c) Christian Weiske http://pear.php.net/account-mail.php?handle=cweiske
 
31
        (c) Ian Eure http://pear.php.net/account-mail.php?handle=cweiske
 
32
License: PHP 3.01
 
33
 
 
34
        Copyright (C) 1997-2003 The PHP Group
 
35
 
 
36
  This source file is subject to version 3.01 of the PHP license,
 
37
  that is bundled with this package in the file LICENSE, and is
 
38
  available at through the world-wide-web at
 
39
  http://www.php.net/license/3_01.txt.
 
40
 
 
41
--------------------------------------------------------------------
 
42
                  The PHP License, version 3.01
 
43
Copyright (c) 1999 - 2006 The PHP Group. All rights reserved.
 
44
--------------------------------------------------------------------
 
45
 
 
46
Redistribution and use in source and binary forms, with or without
 
47
modification, is permitted provided that the following conditions
 
48
are met:
 
49
 
 
50
  1. Redistributions of source code must retain the above copyright
 
51
     notice, this list of conditions and the following disclaimer.
 
52
 
 
53
  2. Redistributions in binary form must reproduce the above copyright
 
54
     notice, this list of conditions and the following disclaimer in
 
55
     the documentation and/or other materials provided with the
 
56
     distribution.
 
57
 
 
58
  3. The name "PHP" must not be used to endorse or promote products
 
59
     derived from this software without prior written permission. For
 
60
     written permission, please contact group@php.net.
 
61
 
 
62
  4. Products derived from this software may not be called "PHP", nor
 
63
     may "PHP" appear in their name, without prior written permission
 
64
     from group@php.net.  You may indicate that your software works in
 
65
     conjunction with PHP by saying "Foo for PHP" instead of calling
 
66
     it "PHP Foo" or "phpfoo"
 
67
 
 
68
  5. The PHP Group may publish revised and/or new versions of the
 
69
     license from time to time. Each version will be given a
 
70
     distinguishing version number.
 
71
     Once covered code has been published under a particular version
 
72
     of the license, you may always continue to use it under the terms
 
73
     of that version. You may also choose to use such covered code
 
74
     under the terms of any subsequent version of the license
 
75
     published by the PHP Group. No one other than the PHP Group has
 
76
     the right to modify the terms applicable to covered code created
 
77
     under this License.
 
78
 
 
79
  6. Redistributions of any form whatsoever must retain the following
 
80
     acknowledgment:
 
81
     "This product includes PHP software, freely available from
 
82
     <http://www.php.net/software/>".
 
83
 
 
84
THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
 
85
ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 
86
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 
87
PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
 
88
DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
 
89
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 
90
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 
91
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 
92
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 
93
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
94
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 
95
OF THE POSSIBILITY OF SUCH DAMAGE.
 
96
 
 
97
--------------------------------------------------------------------
 
98
 
 
99
This software consists of voluntary contributions made by many
 
100
individuals on behalf of the PHP Group.
 
101
 
 
102
The PHP Group can be contacted via Email at group@php.net.
 
103
 
 
104
For more information on the PHP Group and the PHP project,
 
105
please see <http://www.php.net>.
 
106
 
 
107
PHP includes the Zend Engine, freely available at
 
108
<http://www.zend.com>.