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
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: simple-snake
Upstream-Contact: <preferred name and address to reach the upstream project>
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.
Files: AUTHORS
Makefile.am
NEWS
README
configure.ac
src/.deps/body.Po
src/.deps/draw.Po
src/Makefile.am
src/body.c
src/draw.c
src/include/body.h
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License: __NO_COPYRIGHT_NOR_LICENSE__
Files: Makefile.in
aclocal.m4
compile
configure
depcomp
install-sh
missing
src/Makefile.in
Copyright: 1992-2020 Free Software Foundation, Inc.
1994 X Consortium
License: __AUTO_PERMISSIVE__
Autogenerated files with permissive licenses.
Files: Makefile
src/Makefile
Copyright: 1994-2020 Free Software Foundation, Inc.
License: PERMISSIVE
This Makefile.in is free software; the Free Software Foundation
gives unlimited permission to copy and/or distribute it,
with or without modifications, as long as this notice is preserved.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY, to the extent permitted by law; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Files: INSTALL
Copyright: 1994-2016 Free Software Foundation, Inc.
License: PERMISSIVE
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without warranty of any kind.
.
Basic Installation
Files: config.log
Copyright: 2020 Free Software Foundation, Inc.
License: __UNKNOWN__
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Files: config.status
Copyright: 2012 Free Software Foundation, Inc.
License: __UNKNOWN__
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.
#----------------------------------------------------------------------------
# License file: COPYING
|