File: copyright

package info (click to toggle)
python-markdown2 2.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,492 kB
  • sloc: python: 6,201; perl: 1,493; php: 865; makefile: 37
file content (114 lines) | stat: -rw-r--r-- 3,851 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: markdown2
Source: https://github.com/trentm/python-markdown2

Files: *
Copyright: © 2013 - 2021 Nicholas Serra <nickserra@gmail.com>
 © 2007 - 2017 Trent Mick <trentm@gmail.com>
License: MIT

Files: debian/*
Copyright: 2018-2021, Pierre-Elliott Bécue <becue@crans.org>
License: MIT

Files: lib/*
Copyright: 2012, Trent Mick.
 2007, 2008, ActiveState Corp.
License: Expat

Files: perf/Markdown.pm
Copyright: 2004, John Gruber
License: MIT

Files: perf/util.py
Copyright: 2002-2007, ActiveState Software Inc.
License: MIT

Files: setup.py
Copyright: © 2013 - 2021 Nicholas Serra <nickserra@gmail.com>
 © 2007 - 2017 Trent Mick <trentm@gmail.com>
License: Expat

Files: test/Markdown.pl
Copyright: 2004, John Gruber
License: MIT

Files: test/markdown.php
Copyright: 2004-2007, Michel Fortin
 2004-2006, John Gruber
License: MIT

Files: test/markdown.py
Copyright: © 2013 - 2021 Nicholas Serra <nickserra@gmail.com>
 © 2007 - 2017 Trent Mick <trentm@gmail.com>
License: GPL-2

Files: test/test.py
  test/test_markdown2.py
  test/testlib.py
Copyright: 2000-2008, ActiveState Software Inc.
License: Expat

Files: tools/cutarelease.py
Copyright: 2009-2012, Trent Mick
License: MIT

Files: tools/which.py
Copyright: 2002-2007, ActiveState Software Inc.
License: MIT

License: Expat
 The MIT License
 .
 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.

License: GPL-2
 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; version 2 dated June, 1991.
 On Debian systems, the complete text of version 2 of the GNU General
 Public License can be found in '/usr/share/common-licenses/GPL-2'.

License: MIT
 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.