File: copyright

package info (click to toggle)
stterm 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 276 kB
  • sloc: ansic: 4,312; makefile: 49; sh: 11
file content (101 lines) | stat: -rw-r--r-- 4,183 bytes parent folder | download | duplicates (2)
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
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: st
Upstream-Contact: https://suckless.org/community/
Source: https://st.suckless.org

Files: *
Copyright:
  2014-2018 Hiltjo Posthuma <hiltjo at codemadness dot org>
  2018 Devin J. Pohly <djpohly at gmail dot com>
  2014-2017 Quentin Rameau <quinq at fifth dot space>
  2009-2012 Aurélien APTEL <aurelien dot aptel at gmail dot com>
  2008-2017 Anselm R Garbe <garbeam at gmail dot com>
  2012-2017 Roberto E. Vargas Caballero <k0ga at shike2 dot com>
  2012-2016 Christoph Lohmann <20h at r-36 dot net>
  2013 Eon S. Jeon <esjeon at hyunmu dot am>
  2013 Alexander Sedov <alex0player at gmail dot com>
  2013 Mark Edgar <medgar123 at gmail dot com>
  2013-2014 Eric Pruitt <eric.pruitt at gmail dot com>
  2013 Michael Forney <mforney at mforney dot org>
  2013-2014 Markus Teich <markus dot teich at stusta dot mhn dot de>
  2014-2015 Laslo Hunhold <dev at frign dot de>
License: Expat

Files: arg.h
Copyright: 2017-2018 Christoph Lohmann <20h at r-36 dot net>
License: Expat
Comment:
 Got written permission from the Author.
 The relevant email excerpts follow.
 .
 On 2017-07-25 13:56, Christoph Lohmann wrote:
 > On Tue, 25 Jul 2017 13:56:30 Paride Legovini <pl@ninthfloor.org> wrote:
 > > while working on software packaging I encountered your arg.h file, with
 > > just the following notice:
 > >
 > > /*
 > >  * Copy me if you can.
 > >  * by 20h
 > >  */
 > >
 > > and no proper copyright attribution. I tracked down the file to `sbase',
 > > but I'm still unsure about where your actual intentions about the
 > > license for this file. May I assume it's MIX/X Consortium licensed as
 > > the rest of sbase?
 >
 > The license is meant to be public domain. History has destroyed this
 > dream of real public domain and lawyers live their greed.
 >
 > You can assume that it is MIT/X licensed. This will satisfy all
 > discussions.
 .
 On 2017-07-26 13:20, Christoph Lohmann wrote:
 > On Wed, 26 Jul 2017 13:20:40 Paride Legovini <pl@ninthfloor.org> wrote:
 >
 > > May I publicly quote your email?
 >
 > You are allowed to do that.

Files: debian/*
Copyright:
 2009-2016 Jari Aalto <jari.aalto@cante.net>
 2016 Dmitry Bogatov <KAction@gnu.org>
 2016 Gianfranco Costamagna <locutusofborg@debian.org>
 2018 Paride Legovini <pl@ninthfloor.org>
License: GPL-2+

License: Expat
 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 package 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 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General
 Public License can be found in "/usr/share/common-licenses/GPL-2".