-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcopyright
116 lines (111 loc) · 6.11 KB
/
copyright
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
115
116
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ocelotgui
Source: http://ocelot.ca and http://github.com/ocelot-inc/ocelotgui
Comment: See the LICENSE.GPL file for explanation why Peter Gulutzan chose GPL-2.
Files: ocelotgui.cpp ocelotgui.h hparse.h ostrings.h readmylogin.c
*.png *.jpg *.pro *.txt *.ui *.htm *.md *.sh ocelotgui* *changelog* debian/* *.cnf
COPYING* LICENSE* copyright
Copyright: Copyright 2022 by Peter Gulutzan. <ocelot.ca>
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; either
version 2 of the License, or (at your option) any later
version.
.
This program 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 package; if not, write to the Free
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
Boston, MA 02110-1301 USA
.
On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file
'/usr/share/common-licenses/GPL-2'.
Files: install_sql.cpp
Copyright: 2012, Hewlett-Packard Development Company, L.P.
Comment:
The routine named debug_mdbug_install inside ocelotgui.cpp is taken and modified from
https://launchpad.net/mdbug, specifically http://bazaar.launchpad.net/~hp-mdbug-team/mdbug/trunk/view/head:/install.sql,
and therefore MDBug's maker's copyright and GPL version 2 license provisions
are reproduced below. These provisions apply only for the
part of the debug_mdbug_install routine which is marked within the program.
The program as a whole is copyrighted by Peter Gulutzan and
licensed under GPL version 2 as stated above.
.
This file is part of MDBug.
License: GPL-2 with Eclipse exception
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 of the License.
.
This program 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>.
.
Linking MDBug statically or dynamically with other modules is making a combined work based on MDBug. Thus, the terms and
conditions of the GNU General Public License cover the whole combination.
.
In addition, as a special exception, the copyright holders of MDBug give you permission to combine MDBug with free
software programs or libraries that are released under the GNU LGPL and with code included in the standard release
of Eclipse under the Eclipse Public License version 1.0 (or modified versions of such code, with unchanged license).
You may copy and distribute such a system following the terms of the GNU GPL for MDBug and the licenses of the other
code concerned, provided that you include the source code of that other code when and as the GNU GPL requires
distribution of source code.
.
Note that people who make modified versions of MDBug are not obligated to grant this special exception for their
modified versions; it is their choice whether to do so. The GNU General Public License gives permission to release a
modified version without this exception; this exception also makes it possible to release a modified version which
carries forward this exception.
Files: codeeditor.h
Copyright: 2014 Digia Plc and/or its subsidiary(-ies).
License: BSD-2-clause
Comment:
The class named CodeEditor inside this program is taken and modified from
http://doc.qt.io/qt-4.8/qt-widgets-codeeditor-example.html
and therefore CodeEditor's maker's copyright and BSD license provisions
are reproduced below. These provisions apply only for the
part of the CodeEditor class which is included by #include "codeeditor.h".
The program as a whole is copyrighted by Peter Gulutzan and
licensed under GPL version 2 as stated above.
Files: third_party.h
Copyright: 2010-2016 Tarantool AUTHORS: please see AUTHORS file.
License: BSD-2-clause
Comment:
The file named third_party.h inside this program is taken and modified from
https://github.com/tarantool/tarantool-c
and therefore Tarantool-C's maker's copyright and BSD-2 license provisions
are reproduced below. These provisions apply only for the
part of the third_party.h file which is taken from that source.
The program as a whole is copyrighted by Peter Gulutzan and
licensed under GPL version 2 as stated above.
License: BSD-2-clause
Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:
1. Redistributions of source code must retain the above
copyright notice, this list of conditions and the
following disclaimer.
2. Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials
provided with the distribution.
THIS SOFTWARE IS PROVIDED BY AUTHORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.