File: copyright

package info (click to toggle)
simulide 0.1.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 5,196 kB
  • sloc: ansic: 41,683; cpp: 22,563; xml: 135; makefile: 23
file content (157 lines) | stat: -rw-r--r-- 6,055 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: simulide
Source: https://sourceforge.net/projects/simulide/files
 The files listed in the Files-Excluded field have subsequently been removed
 from the source package for lack of copying permission statements or for
 otherwise not conforming to the DFSG.
Files-Excluded:
 resources/data/arduino/ATmegaBOOT_168_atmega328.hex

Files: *
Copyright: 2012, 2017 santiago González  santigoro@gmail.com
License: GPL-3.0+

Files: debian/*
Copyright: 2018 Milan Kupcevic <milan@debian.org>
License: GPL-3.0+

Files: src/*
Copyright:
 2003-2006 David Saxton david@bluehaze.org
 2009 Lorenzo Bettini <http://www.lorenzobettini.it>
 2010-2018 santiago González santigoro@gmail.com
 2017 Popov Alexey hovercraft@yandex.ru
 2018 Pavel Lamonov leamonpaul@yandex.ru
License:   GPL-3.0+

Files:
 src/gui/QPropertyEditor/*
Copyright:
 2007 Volker Wiendl Acknowledgements to Roman alias banal from qt-apps.org for the Enum enhancement
 2012 by santiago González  santigoro@gmail.com
License:   GPL-3.0
 The QPropertyEditor Library 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 3 of the License
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 3 can be found in `/usr/share/common-licenses/GPL-3'.

Files:
 src/simavr/cores/*
 src/simavr/sim/*
Copyright:
 2008-2009 Michel Pollet <buserror@gmail.com>
           Jon Escombe <lists@dresco.co.uk>
 2008-2013 Michel Pollet <buserror@gmail.com>
 2011 Markus Lampert  <mlampert@telus.net>
 2011, 2012 Stephan Veigl <veig@gmx.net>
 2012 Torbjorn Tyridal <ttyridal@gmail.com>
 2013 Yann GOUY <yann_gouy@yahoo.fr>
 2014 Doug Goldstein <cardoe@cardoe.com>
 2014 Doug Szumski <d.s.szumski@gmail.com>
 2014 Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
 2015 Santiago González <santigoro@gmail.com>
 2017 Konstantin Begun
License: GPL-3.0+

Files:
 src/simavr/sim/read_elf.c
 src/simavr/sim_core_decl.h
Copyright:
 2017 Popov Alexey hovercraft@yandex.ru
 2018 santiago González santigoro@gmail.com
License: GPL-3.0+

Files:
 src/simavr/cores/avr/*
Copyright:
 2002 Marek Michalkiewicz
 2002 Steinar Haugen
 2002 Peter Jansen
 2002 Steinar Haugen
 2002-2006 Juergen Schilling <juergen.schilling@honeywell.com>
           Eric B. Weddington <ericw@evcohs.com>
           Anatoly Sokolov <aesok@post.ru>
 2004 Eric B. Weddington
 2004-2005 Theodore A. Roth
 2004-2006 Bob Paddock
 2005 Joerg Wunsch
 2005-2007 Anatoly Sokolov
 2007, 2008, 2009, 2010, 2013, 2014 Atmel Corporation
License: BSD-3-Clause

Files:
 src/simavr/cores/avr/sfr_defs.h
Copyright:
 2008-2012 Michel Pollet <buserror@gmail.com>
License: GPL-3.0+

Files:
 src/simavr/sim/fifo_declare.h
Copyright:
 2003-2012 Michel Pollet <buserror@gmail.com>
License: LGPL-2.1+

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library 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
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 .
 On Debian systems, the complete text of the GNU Lesser General Public License
 Version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.

License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 .
 * 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.
 .
 * Neither the name of the copyright holders nor the names of
 contributors may be used to endorse or promote products derived
 from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 THE COPYRIGHT OWNER 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.

License: GPL-3.0+
 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 3 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 program; if not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 3 can be found in `/usr/share/common-licenses/GPL-3'.