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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: kexec-tools
Upstream-Contact: Simon Horman <horms@kernel.org>
Source: <https://mirrors.edge.kernel.org/pub/linux/utils/kernel/kexec/>
Files: *
Copyright: 2003-2010 Eric Biederman (ebiederm@xmission.com)
2004 Adam Litke (agl@us.ibm.com)
2004 Albert Herranz
2004 IBM Corp.
2004 Khalid Aziz <khalid.aziz@hp.com> Hewlett Packard Co
2004 Silicon Graphics, Inc. Jesse Barnes <jbarnes@sgi.com>
2004-2005 Milton D Miller II, IBM Corporation
2005 IBM Corporation,
2005 R Sharada (sharada@in.ibm.com)
2005 R Sharada (sharada@in.ibm.com), IBM Corporation
2005-2006 Zou Nan hai (nanhai.zou@intel.com)
2005-2006 Zou Nan hai <nanhai.zou@intel.com> Intel Corp
2006 Mohan Kumar M (mohan@in.ibm.com)
2006 Mohan Kumar M (mohan@in.ibm.com), IBM Corporation
2008 SUSE LINUX Products GmbH,
2004-2005 Albert Herranz
2004-2005 kogiidena@eggplant.ddo.jp
2008 AXIS Communications AB Edgar E. Iglesias
2013 Geert Uytterhoeven
2019 Sven Schnelle <svens@stackframe.org>
2022 Loongson Technology Corporation Limited.
2022 Loongson Technology Corporation Limited. Youling Tang <tangyouling@loongson.cn>
2003- Various
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 (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, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
.
Files: kexec/libfdt/fdt.c
kexec/libfdt/fdt_ro.c
kexec/libfdt/fdt_rw.c
kexec/libfdt/fdt_strerror.c
kexec/libfdt/fdt_sw.c
kexec/libfdt/fdt_wip.c
kexec/libfdt/libfdt.h
kexec/libfdt/libfdt_internal.h
Copyright: 2006 David Gibson, IBM Corporation.
License: GPL-2 or BSD-2-clause
libfdt is dual licensed: you can use it either under the terms of
the GPL, or the BSD license, at your option.
.
a) This 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; either version 2 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 General Public License for more details.
.
You should have received a copy of the GNU General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301 USA
.
Alternatively,
.
b) 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 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.
Files: kexec/arch/s390/crashdump-s390.c
purgatory/arch/s390/console-s390.c
purgatory/arch/s390/purgatory-s390.c
purgatory/arch/s390/setup-s390.S
Copyright: 2011 IBM Corp.
License: __UNKNOWN__
Author(s): Michael Holzheu <holzheu@linux.vnet.ibm.com>
Files: kexec/arch/arm64/crashdump-arm64.c
kexec/arch/arm64/crashdump-arm64.h
Copyright: 2014-2017 Linaro Limited
License: GPL-2.0
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: kexec/arch/cris/kexec-elf-rel-cris.c
kexec/arch/mips/kexec-elf-rel-mips.c
Copyright: 2007 Francesco Chiechi, Alessandro Rubini
2007 Tvblob s.r.l.
2008 AXIS Communications AB Edgar E. Iglesias
License: GPL-2.0
derived from ../ppc/kexec-elf-rel-ppc.c
Copyright (C) 2004 Albert Herranz
.
This source code is licensed under the GNU General Public License,
Version 2. See the file COPYING for more details.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: kexec/arch/ppc/include/page.h
purgatory/arch/ppc64/hvCall.S
Copyright: 2001 PPC64 Team, IBM Corp
__NO_COPYRIGHT__ in: purgatory/arch/ppc64/hvCall.S
License: GPL-2.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
2 of the License, or (at your option) any later version.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: kexec/arch/i386/x86-linux-setup.c
kexec/arch/ppc64/fdt.c
Copyright: 2003-2004 Eric Biederman (ebiederm@xmission.com)
2015 Freescale Semiconductor, Inc.
License: __UNKNOWN__
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.
Files: purgatory/arch/i386/stack.S
purgatory/arch/x86_64/stack.S
Copyright: 2003-2004 Eric Biederman (ebiederm@xmission.com)
License: __UNKNOWN__
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, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.
.
A stack for the loaded kernel.
Seperate and in the data section so it can be prepopulated.
Files: kexec/arch/cris/kexec-elf-cris.c
kexec/arch/sh/kexec-elf-sh.c
Copyright: 2008 AXIS Communications AB Edgar E. Iglesias
2008 Magnus Damm
License: __UNKNOWN__
Based on x86 implementation,
Copyright (C) 2003-2005 Eric Biederman (ebiederm@xmission.com)
.
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, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.
Files: config/config.guess
config/config.sub
Copyright: 1992-2020 Free Software Foundation, Inc.
License: __AUTO_PERMISSIVE__
Autogenerated files with permissive licenses.
Files: include/x86/multiboot2.h
Copyright: 1999-2010 Free Software Foundation, Inc.
License: MIT
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 ANY
DEVELOPER OR DISTRIBUTOR 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.
Files: kexec/arch/ppc/ppc-setup-simple.S
Copyright: 2004 Albert Herranz
License: GPL-2.0
This source code is licensed under the GNU General Public License,
Version 2. See the file COPYING for more details.
.
Only suitable for platforms booting with MMU turned off.
-- Albert Herranz
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: kexec/arch/loongarch/crashdump-loongarch.c
Copyright: 2022 Loongson Technology Corporation Limited. Youling Tang <tangyouling@loongson.cn>
License: GPL-2.0
derived from crashdump-arm64.c
.
This source code is licensed under the GNU General Public License,
Version 2. See the file COPYING for more details.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: kexec/arch/sh/kexec-elf-rel-sh.c
Copyright: 2003-2008 Kaz Kojima & Paul Mundt
2008 Paul Mundt
License: GPL-2.0
Based on the SHcompact module loader (arch/sh/kernel/module.c) in the
Linux kernel, which is written by:
.
This source code is licensed under the GNU General Public License,
Version 2. See the file COPYING for more details.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: kexec/arch/sh/crashdump-sh.c
Copyright: 2008 Magnus Damm
License: GPL-2.0
Based on x86 and ppc64 implementation, written by
Vivek Goyal (vgoyal@in.ibm.com), R Sharada (sharada@in.ibm.com)
Copyright (C) IBM Corporation, 2005.
.
This source code is licensed under the GNU General Public License,
Version 2. See the file COPYING for more details.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: kexec/arch/ppc/ops.h
Copyright: __NO_COPYRIGHT__ in: kexec/arch/ppc/ops.h
License: GPL-2.0
2006 (c) MontaVista Software, Inc. This file is licensed under
the terms of the GNU General Public License version 2. This program
is licensed "as is" without any warranty of any kind, whether express
or implied.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: kexec/arch/mips/kexec-mips.c
Copyright: 2007 Francesco Chiechi, Alessandro Rubini
2007 Tvblob s.r.l.
License: GPL-2.0
derived from ../ppc/kexec-ppc.c
Copyright (C) 2004, 2005 Albert Herranz
.
This source code is licensed under the GNU General Public License,
Version 2. See the file COPYING for more details.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: kexec/arch/loongarch/kexec-pei-loongarch.c
Copyright: 2022 Loongson Technology Corporation Limited. Youling Tang <tangyouling@loongson.cn>
License: GPL-2.0
derived from kexec-image-arm64.c
.
This source code is licensed under the GNU General Public License,
Version 2. See the file COPYING for more details.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: kexec/arch/mips/kexec-elf-mips.c
Copyright: 2007 Francesco Chiechi, Alessandro Rubini
2007 Tvblob s.r.l.
License: GPL-2.0
derived from ../ppc/kexec-elf-ppc.c
Copyright (C) 2004 Albert Herranz
.
This source code is licensed under the GNU General Public License,
Version 2. See the file COPYING for more details.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: include/x86/mb_header.h
Copyright: 2000 Free Software Foundation, Inc.
License: GPL-2.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 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., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.
.
MultiBoot Header description
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: include/image.h
Copyright: 2000-2005 Wolfgang Denk, DENX Software Engineering, wd@denx.de.
License: GPL-2.0+
See file CREDITS for list of people who contributed to this
project.
.
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., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA
.
NOTE: This header file defines an interface to U-Boot. Including
this (unmodified) header file in another file is considered normal
use of U-Boot, and does *not* fall under the heading of "derived
work".
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: kexec/arch/i386/kexec-multiboot-x86.c
Copyright: 2003 Tim Deegan (tjd21 at cl.cam.ac.uk)
License: GPL-2.0+
Parts based on GNU GRUB, Copyright (C) 2000 Free Software Foundation, Inc
Parts copied from kexec-elf32-x86.c, written by Eric Biederman
.
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., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: kexec/arch/i386/kexec-mb2-x86.c
Copyright: 2019 Varad Gautam (vrd at amazon.de), Amazon.com, Inc. or its affiliates.
License: GPL-2.0+
Parts based on GNU GRUB, Copyright (C) 2000 Free Software Foundation, Inc
Parts taken from kexec-multiboot-x86.c, Eric Biederman (ebiederm@xmission.com)
.
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., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: include/x86/mb_info.h
Copyright: 2000 Free Software Foundation, Inc.
License: GPL-2.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 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., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: purgatory/arch/ppc/misc.S
Copyright: 1995-1996 Gary Thomas (gdt@linuxppc.org)
License: GPL-2.0+
Largely rewritten by Cort Dougan (cort@cs.nmt.edu)
and Paul Mackerras.
.
Rewrittten to work with /sbin/kexec 20 December 2004 Eric Biederman
.
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.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: kexec/arch/ppc/libfdt-wrapper.c
Copyright: 2007 David Gibson, IBM Corporation.
License: GPL-2.0+
This 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; either version 2 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
General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: util_lib/sha256.c
Copyright: 2001-2003 Christophe Devine
License: GPL-2.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 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., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: kexec/arch/i386/kexec-beoboot-x86.c
Copyright: 2000 Scyld Computing Corporation
License: GPL-2.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 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: include/elf.h
Copyright: 1995-1999 Free Software Foundation, Inc.
License: LGPL-2.0+
This file is part of the GNU C Library.
Contributed by Ian Lance Taylor <ian@cygnus.com>.
.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
.
The GNU C 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
Library General Public License for more details.
.
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If not,
write to the Free Software Foundation, Inc.,51 Franklin Street,
Fifth Floor, Boston, MA 02110-1301, USA.
.
12 April 2002 Modified by Eric Biederman <ebiederm@xmission.com> so
it can be used outside of glibc.
.
On Debian systems, the complete text of the GNU Library General Public License
Version 2 can be found in `/usr/share/common-licenses/LGPL-2'.
Files: kexec/arch/ia64/kexec-elf-rel-ia64.c
Copyright: 2005-2006 Zou Nan hai (nanhai.zou@intel.com)
License: __UNKNOWN__
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, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.
.
pugatory relocation code
Most of the code in this file is
based on arch/ia64/kernel/module.c in Linux kernel
.
Most of the code in this file is
based on arch/ia64/kernel/module.c in Linux kernel
Files: kexec/arch/s390/kexec-image.c
Copyright: 2005 IBM Corp.
License: __UNKNOWN__
Author(s): Rolf Adelsberger <adelsberger@de.ibm.com>
Heiko Carstens <heiko.carstens@de.ibm.com>
Files: kexec/kexec.c
Copyright: 2003-2005 Eric Biederman (ebiederm@xmission.com)
License: __UNKNOWN__
Modified (2007-05-15) by Francesco Chiechi to rudely handle mips platform
.
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, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.
Files: kexec/arch/arm/crashdump-arm.c
Copyright: 2010 Nokia Corporation,
License: __UNKNOWN__
Based on x86 implementation
Copyright (C) IBM Corporation, 2005.
.
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, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.
Files: kexec/arch/s390/kexec-s390.h
Copyright: 2005 IBM Corp.
License: __UNKNOWN__
Author(s): Rolf Adelsberger <adelsberger@de.ibm.com>
Files: purgatory/arch/ppc/v2wrap_32.S
Copyright: 2004-2005 Milton D Miller II, IBM Corporation
2006 Mohan Kumar M (mohan@in.ibm.com), IBM Corporation
License: __UNKNOWN__
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, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.
.
v2wrap.S
a wrapper to call purgatory code to backup first
32kB of first kernel into the backup region
reserved by kexec-tools.
Invokes powerpc kernel with the expected arguments
of kernel(device-tree, phys-offset, 0)
.
calling convention:
Files: kexec/arch/s390/kexec-elf-rel-s390.c
Copyright: 2005-2011 IBM Corp.
License: __UNKNOWN__
Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
Files: kexec/arch/s390/kexec-s390.c
Copyright: 2005-2011 IBM Corp.
License: __UNKNOWN__
Author(s): Rolf Adelsberger <adelsberger@de.ibm.com>
Michael Holzheu <holzheu@linux.vnet.ibm.com>
Files: purgatory/arch/ppc64/misc.S
Copyright: 1995-2001 Free Software Foundation, Inc.
2008 Freescale Semiconductor, Inc. Michael Meissner
License: GPL-2+ with exception *** check multiple exceptions ***
Based on gcc/config/rs6000/crtsavres.asm from gcc
64 bit additions from reading the PPC elf64abi document.
.
This file 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.
.
In addition to the permissions in the GNU General Public License, the
Free Software Foundation gives you unlimited permission to link the
compiled version of this file with other programs, and to distribute
those programs without any restriction coming from the use of this
file. (The General Public License restrictions do apply in other
respects; for example, they cover modification of the file, and
distribution when not linked into another program.)
.
This file 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, 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
.
As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
the resulting executable to be covered by the GNU General Public License.
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
.
#----------------------------------------------------------------------------
# xml and html files (skipped):
# doc/multiboot.html
.
#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.
.
#----------------------------------------------------------------------------
# License file: COPYING
.
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
.
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: debian/*
Copyright: Khalid Aziz <khalid@debian.org>
2008 Kai Wasserbäch <debian@carbon-project.org>
2010 Software in the Public Interest
2011-2021 Helge Kreutzmann <debian@helgefjell.de>
2016 Debian French l10n team <debian-l10n-french@lists.debian.org>
2016 kexec-tools & nedenstående oversættere.
2022 Martin Bagge <brother@persilja.net>
Various
License: GPL-2.0
This source code is licensed under the GNU General Public License,
Version 2. See the file COPYING for more details.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
|