forked from syl20bnr/spacemacs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
COPYRIGHT
209 lines (153 loc) · 9.56 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
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
Spacemacs is licensed under GPL 3.0 terms, except as otherwise noted below
and/or in individual files.
Spacemacs includes packages and snippets written by third parties.
The following third party packages/snippets are included, and carry their own
copyright notices and license terms:
* erc-yank, under layers/+chat/erc/local/erc-yank.
Copyright (C) 2012 John Wiegley <[email protected]>
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, 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 GNU Emacs; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
* evil-tmux-navigator, under layers/+tools/tmux/local/tmux.
Copyright (c) 2019 Keith Smiley <http://keith.so>
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.
* help-fns+.el, under layers/+spacemacs/spacemacs-defaults/local/help-fns+.
Published on <https://www.emacswiki.org/emacs/HelpPlus> and thus licensed under
GPL 2.0.
Copyright (C) 2007-2021, Drew Adams, all rights reserved.
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 program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* org-async-init.el, under layers/+emacs/org/local.
Copyright (C) T. Verron.
Published at <http://superuser.com/a/898717/702698>.
Licensed under CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0/>.
* pylookup, under layers/+lang/python/local/pylookup.
Copyright (C) 2010-2013 Taesoo Kim.
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 <https://www.gnu.org/licenses/>.
* nyan-mode, under layers/+themes/colors/local/nyan-mode.
Copyright (C) Jacek "TeMPOraL" Zlydach <[email protected]>.
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, 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; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth
Floor, Boston, MA 02110-1301, USA.
* vim-colors.el, under layers/+spacemacs/spacemacs-modeline/local/vim-powerline.
Adapted from default color scheme of
vim-powerline <https://github.com/Lokaltog/vim-powerline> and is move to
powerline <https://github.com/powerline/powerline>.
Copyright (C) 2013 Kim Silkebækken and other contributors.
https://github.com/powerline/powerline
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.
* nav-flash, under layers/+misc/nav-flash
This is ported from Doom Emacs <https://github.com/doomemacs/doomemacs>
and originally licensed under MIT License.
It had since been modified and relicensed to GPL 3.0 License.
Below is the original MIT License.
The MIT License (MIT)
Copyright (c) 2014-2021 Henrik Lissner.
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.
* A few code snippets are borrowed from Prelude <https://github.com/bbatsov/prelude>
Copyright © 2011-2022 Bozhidar Batsov and contributors.
Distributed under the GNU General Public License, version 3
* Multiple code snippets from various users of Stack Exchange.
Snippets from the following copyright holders are licensed under
CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0/> and are used
under fair use doctrine:
event-jr <https://stackoverflow.com/users/903943/event-jr>
itsjeyd <https://stackoverflow.com/users/1199226/itsjeyd>
Jon Ericson <https://emacs.stackexchange.com/users/2/jon-ericson>
malabarba <https://emacs.stackexchange.com/users/50/malabarba>
phils <https://stackoverflow.com/users/324105/phils>
punchagan <https://emacs.stackexchange.com/users/2465/punchagan>
Scott Weldon <https://stackoverflow.com/users/2747593/scott-weldon>
Trey Jackson <https://stackoverflow.com/users/6148/trey-jackson>
Snippets from the following copyright holders are licensed under
CC BY-SA 2.5 <https://creativecommons.org/licenses/by-sa/2.5/> and are used
under fair use doctrine:
Trey Jackson <https://stackoverflow.com/users/6148/trey-jackson>
* Various code snippets are from Emacs Wiki, which we choose to receive the work
uner GNU Free Documentation License
Copyright (c) 2022 Emacs Wiki.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".