File: copyright

package info (click to toggle)
libfunction-parameters-perl 2.001003-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 948 kB
  • sloc: perl: 6,478; makefile: 3
file content (88 lines) | stat: -rw-r--r-- 3,441 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/Function-Parameters
Upstream-Contact: Lukas Mai <l.mai@web.de>
Upstream-Name: Function-Parameters

Files: *
Copyright: 2009-2014, 2017, Lukas Mai <l.mai@web.de>
License: Artistic or GPL-1+

Files: t/foreign/Fun/*
Copyright: 2012, Jesse Luehrs
License: MIT-X11
Comment: The files are from the Fun distribution on the CPAN.

Files: t/foreign/Method-Signatures/*
Copyright: 2007-2012, Michael G Schwern <schwern@pobox.com>
License: Artistic or GPL-1+
Comment: The files are from the Method-Signatures distribution on the CPAN,
 in Debian packaged as src:libmethod-signatures-perl.

Files: t/foreign/Method-Signatures-Simple/*
Copyright: 2008-2013, Rhesa Rozendaal
License: Artistic or GPL-1+
Comment: The files are from the Method-Signatures-Simple distribution on the CPAN,
 in Debian packaged as src:libmethod-signatures-simple-perl.

Files: t/foreign/MooseX-Method-Signatures/*
Copyright: 2008, Florian Ragwitz <rafl@debian.org>
License: Artistic or GPL-1+
Comment: The files are from the MooseX-Method-Signatures distribution on the CPAN,
 in Debian packaged as src:libmoosex-method-signatures-perl.

Files: t/foreign/perl/*
Copyright: 1987-2014 by Larry Wall and others
License: Artistic or GPL-1+
Comment: The files are from Perl core, in Debian packaged as src:perl.

Files: t/foreign/signatures/*
Copyright: 2008, Florian Ragwitz <rafl@debian.org>
License: Artistic or GPL-1+
Comment: The files are from the signatures distribution on the CPAN,
 in Debian packaged as src:libsignatures-perl.

Files: debian/*
Copyright: 2017, gregor herrmann <gregoa@debian.org>
License: Artistic or GPL-1+

License: Artistic
 This program is free software; you can redistribute it and/or modify
 it under the terms of the Artistic License, which comes with Perl.
 .
 On Debian systems, the complete text of the Artistic License can be
 found in `/usr/share/common-licenses/Artistic'.

License: GPL-1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 1, or (at your option)
 any later version.
 .
 On Debian systems, the complete text of version 1 of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-1'.

License: MIT-X11
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated
 documentation files (the "Software"), to deal in the Software
 without restriction, including without limitation the rights to
 use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to
 whom the Software is furnished to do so, subject to the
 following conditions:
 . 
 The above copyright notice and this permission notice shall
 be included in all copies or substantial portions of the
 Software.
 . 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT
 WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
 INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR
 PURPOSE AND NONINFRINGEMENT. IN NO EVENT
 SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.