-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathAUTHORS
113 lines (88 loc) · 3.08 KB
/
AUTHORS
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
Guildhall is a port of Andreas Rottmann's `dorodango' package manager
for R6RS Scheme. Dorodango is available under the GNU GPL, version 3 or
later, and is Copyright (C) 2009-2011 Andreas Rottman.
The porting work to turn Dorodango into Guildhall was done by Andy Wingo,
and is Copyright (C) 2011 Free Software Foundation, Inc.
* imported code
For resolving dependencies, guildhall employs a Scheme "port" of
aptitude's solver, from the Debian project. The code is based on
aptitude changeset 3258:f952da7ee794, Copyright (C) 2005, 2007-2009,
Daniel Burrows, licensed under the GPL, version 2 or later. Guildhall
also takes some inspiration from aptitude's command line user interface,
mostly in the form of similiar wording of messages.
Guildhall also includes a number of external Scheme libraries which
have their own licenses, all of them compatible with the GPLv3+. Here
is a list of those libraries, their files, and their licenses. If a
file does not appear in this list, it is probably under the GPLv3+,
though the header on the file will tell you for sure.
See the COPYING.* files for the full licenses.
Author: Andreas Rottmann <[email protected]>
Files: guildhall/ext/define-values.scm
License: MIT
Author: Olin Shivers
Files: guildhall/ext/let-optionals.scm
License: BSD
Author: Andreas Rottmann
Files: guildhall/ext/fmt.scm
License: BSD
Author: Alex Shinn
Files: guildhall/ext/inc/{mantissa,fmt,fmt-pretty,fmt-column}.scm
License: BSD
Author: Taylor Campbell
Files: guildhall/ext/inc/syn-param.scm
License: Public Domain
Author: Andreas Rottmann
Files: guildhall/ext/foof-loop.scm, guildhall/ext/foof-loop/nested.scm
License: BSD
Author: Taylor Campbell
Files: guildhall/ext/inc/{nested-,}foof-loop.scm
License: BSD
Author: Andreas Rottmann
Files: guildhall/ext/irregex.scm
License: BSD
Author: Alex Shinn
Files: guildhall/ext/inc/irregex-{r6rs,utils}.scm
License: BSD
Author: Andreas Rottmann
Author: Taylor Campbell
Files: guildhall/ext/trc-testing.scm
Files: guildhall/ext/trc-testing/parameters.scm
Files: guildhall/ext/inc/test.scm
License: LGPLv3+
Author: Andreas Rottmann
Author: Taylor Campbell
Files: guildhall/ext/trc-testing/restart.scm
License: Public Domain
Author: Andreas Rottmann
Files: guildhall/ext/trc-testing/port-tracker.scm
Files: guildhall/ext/trc-testing/display-condition.scm
License: BSD
Author: Richard Kelsey
Author: Jonathan Rees
Files: guildhall/ext/trc-testing/limited-write.scm
License: BSD
Author: Andreas Rottmann
Author: Massachusetts Institute of Technology
Author: Stephen Adams
Files: guildhall/ext/wt-tree.scm
License: GPLv2+
Author: Andreas Rottmann
Files: guildhall/spells/*
License: BSD
Author: Anthony Carrico
Files: guildhall/spells/args-fold.scm
License: BSD
Author: Richard Kelsey
Author: Jonathan Rees
Files: guildhall/spells/private/condition.scm
License: BSD
Author: Taylor Campbell
Files: guildhall/spells/record-types/expand-drt.scm,
guildhall/spells/private/xvector.scm
License: BSD
Author: Göran Weinholt
Files: guildhall/weinholt/*
License: GPLv3+
Author: Andreas Rottmann
Files: guildhall/weinholt/compression/sliding-buffer.scm
License: GPLv3+