forked from Seagate/openSeaChest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEULA.c
769 lines (630 loc) · 44.5 KB
/
EULA.c
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
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
//
// Do NOT modify or remove this copyright and license
//
// Copyright (c) 2014-2018 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
//
// This software is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// ******************************************************************************************
//
// \file EULA.c
// \brief This file defines the a function to print the EULA for the license option in a tool
// BR note: http://tomeko.net/online_tools/cpp_text_escape.php?lang=en
// BR note: added print_wingetopt_EULA_To_Screen, print_mbedtls_zlib_EULA_To_Screen functions (22-Aug-2016)
// BR note: added Modifications notice to mgedtls license function (23-Aug-2016)
// BR note: openSeaChest project released under Mozilla Public License Version 2.0 (01-Nov-2017)
#include "EULA.h"
void print_EULA_To_Screen(void)
{
printf("BINARIES and SOURCE CODE files of the openSeaChest open source project have\n");
printf("been made available to you under the Mozilla Public License 2.0 (MPL). Mozilla\n");
printf("is the custodian of the Mozilla Public License (\"MPL\"), an open source/free\n");
printf("software license.\n\n");
printf("https://www.mozilla.org/en-US/MPL/\n\n");
printf("Mozilla Public License Version 2.0\n");
printf("==================================\n\n");
printf("1. Definitions\n");
printf("--------------\n\n");
printf("1.1. \"Contributor\"\n");
printf(" means each individual or legal entity that creates, contributes to\n");
printf(" the creation of, or owns Covered Software.\n\n");
printf("1.2. \"Contributor Version\"\n");
printf(" means the combination of the Contributions of others (if any) used\n");
printf(" by a Contributor and that particular Contributor's Contribution.\n\n");
printf("1.3. \"Contribution\"\n");
printf(" means Covered Software of a particular Contributor.\n\n");
printf("1.4. \"Covered Software\"\n");
printf(" means Source Code Form to which the initial Contributor has attached\n");
printf(" the notice in Exhibit A, the Executable Form of such Source Code\n");
printf(" Form, and Modifications of such Source Code Form, in each case\n");
printf(" including portions thereof.\n\n");
printf("1.5. \"Incompatible With Secondary Licenses\"\n");
printf(" means\n\n");
printf(" (a) that the initial Contributor has attached the notice described\n");
printf(" in Exhibit B to the Covered Software; or\n\n");
printf(" (b) that the Covered Software was made available under the terms of\n");
printf(" version 1.1 or earlier of the License, but not also under the\n");
printf(" terms of a Secondary License.\n\n");
printf("1.6. \"Executable Form\"\n");
printf(" means any form of the work other than Source Code Form.\n\n");
printf("1.7. \"Larger Work\"\n");
printf(" means a work that combines Covered Software with other material, in\n");
printf(" a separate file or files, that is not Covered Software.\n\n");
printf("1.8. \"License\"\n");
printf(" means this document.\n\n");
printf("1.9. \"Licensable\"\n");
printf(" means having the right to grant, to the maximum extent possible,\n");
printf(" whether at the time of the initial grant or subsequently, any and\n");
printf(" all of the rights conveyed by this License.\n\n");
printf("1.10. \"Modifications\"\n");
printf(" means any of the following:\n\n");
printf(" (a) any file in Source Code Form that results from an addition to,\n");
printf(" deletion from, or modification of the contents of Covered\n");
printf(" Software; or\n\n");
printf(" (b) any new file in Source Code Form that contains any Covered\n");
printf(" Software.\n\n");
printf("1.11. \"Patent Claims\" of a Contributor\n");
printf(" means any patent claim(s), including without limitation, method,\n");
printf(" process, and apparatus claims, in any patent Licensable by such\n");
printf(" Contributor that would be infringed, but for the grant of the\n");
printf(" License, by the making, using, selling, offering for sale, having\n");
printf(" made, import, or transfer of either its Contributions or its\n");
printf(" Contributor Version.\n\n");
printf("1.12. \"Secondary License\"\n");
printf(" means either the GNU General Public License, Version 2.0, the GNU\n");
printf(" Lesser General Public License, Version 2.1, the GNU Affero General\n");
printf(" Public License, Version 3.0, or any later versions of those\n");
printf(" licenses.\n\n");
printf("1.13. \"Source Code Form\"\n");
printf(" means the form of the work preferred for making modifications.\n\n");
printf("1.14. \"You\" (or \"Your\")\n");
printf(" means an individual or a legal entity exercising rights under this\n");
printf(" License. For legal entities, \"You\" includes any entity that\n");
printf(" controls, is controlled by, or is under common control with You. For\n");
printf(" purposes of this definition, \"control\" means (a) the power, direct\n");
printf(" or indirect, to cause the direction or management of such entity,\n");
printf(" whether by contract or otherwise, or (b) ownership of more than\n");
printf(" fifty percent (50%%) of the outstanding shares or beneficial\n");
printf(" ownership of such entity.\n\n");
printf("2. License Grants and Conditions\n");
printf("--------------------------------\n\n");
printf("2.1. Grants\n\n");
printf("Each Contributor hereby grants You a world-wide, royalty-free,\n");
printf("non-exclusive license:\n\n");
printf("(a) under intellectual property rights (other than patent or trademark)\n");
printf(" Licensable by such Contributor to use, reproduce, make available,\n");
printf(" modify, display, perform, distribute, and otherwise exploit its\n");
printf(" Contributions, either on an unmodified basis, with Modifications, or\n");
printf(" as part of a Larger Work; and\n\n");
printf("(b) under Patent Claims of such Contributor to make, use, sell, offer\n");
printf(" for sale, have made, import, and otherwise transfer either its\n");
printf(" Contributions or its Contributor Version.\n\n");
printf("2.2. Effective Date\n\n");
printf("The licenses granted in Section 2.1 with respect to any Contribution\n");
printf("become effective for each Contribution on the date the Contributor first\n");
printf("distributes such Contribution.\n\n");
printf("2.3. Limitations on Grant Scope\n\n");
printf("The licenses granted in this Section 2 are the only rights granted under\n");
printf("this License. No additional rights or licenses will be implied from the\n");
printf("distribution or licensing of Covered Software under this License.\n");
printf("Notwithstanding Section 2.1(b) above, no patent license is granted by a\n");
printf("Contributor:\n\n");
printf("(a) for any code that a Contributor has removed from Covered Software;\n");
printf(" or\n\n");
printf("(b) for infringements caused by: (i) Your and any other third party's\n");
printf(" modifications of Covered Software, or (ii) the combination of its\n");
printf(" Contributions with other software (except as part of its Contributor\n");
printf(" Version); or\n\n");
printf("(c) under Patent Claims infringed by Covered Software in the absence of\n");
printf(" its Contributions.\n\n");
printf("This License does not grant any rights in the trademarks, service marks,\n");
printf("or logos of any Contributor (except as may be necessary to comply with\n");
printf("the notice requirements in Section 3.4).\n\n");
printf("2.4. Subsequent Licenses\n\n");
printf("No Contributor makes additional grants as a result of Your choice to\n");
printf("distribute the Covered Software under a subsequent version of this\n");
printf("License (see Section 10.2) or under the terms of a Secondary License (if\n");
printf("permitted under the terms of Section 3.3).\n\n");
printf("2.5. Representation\n\n");
printf("Each Contributor represents that the Contributor believes its\n");
printf("Contributions are its original creation(s) or it has sufficient rights\n");
printf("to grant the rights to its Contributions conveyed by this License.\n\n");
printf("2.6. Fair Use\n\n");
printf("This License is not intended to limit any rights You have under\n");
printf("applicable copyright doctrines of fair use, fair dealing, or other\n");
printf("equivalents.\n\n");
printf("2.7. Conditions\n\n");
printf("Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted\n");
printf("in Section 2.1.\n\n");
printf("3. Responsibilities\n");
printf("-------------------\n\n");
printf("3.1. Distribution of Source Form\n\n");
printf("All distribution of Covered Software in Source Code Form, including any\n");
printf("Modifications that You create or to which You contribute, must be under\n");
printf("the terms of this License. You must inform recipients that the Source\n");
printf("Code Form of the Covered Software is governed by the terms of this\n");
printf("License, and how they can obtain a copy of this License. You may not\n");
printf("attempt to alter or restrict the recipients' rights in the Source Code\n");
printf("Form.\n\n");
printf("3.2. Distribution of Executable Form\n\n");
printf("If You distribute Covered Software in Executable Form then:\n\n");
printf("(a) such Covered Software must also be made available in Source Code\n");
printf(" Form, as described in Section 3.1, and You must inform recipients of\n");
printf(" the Executable Form how they can obtain a copy of such Source Code\n");
printf(" Form by reasonable means in a timely manner, at a charge no more\n");
printf(" than the cost of distribution to the recipient; and\n\n");
printf("(b) You may distribute such Executable Form under the terms of this\n");
printf(" License, or sublicense it under different terms, provided that the\n");
printf(" license for the Executable Form does not attempt to limit or alter\n");
printf(" the recipients' rights in the Source Code Form under this License.\n\n");
printf("3.3. Distribution of a Larger Work\n\n");
printf("You may create and distribute a Larger Work under terms of Your choice,\n");
printf("provided that You also comply with the requirements of this License for\n");
printf("the Covered Software. If the Larger Work is a combination of Covered\n");
printf("Software with a work governed by one or more Secondary Licenses, and the\n");
printf("Covered Software is not Incompatible With Secondary Licenses, this\n");
printf("License permits You to additionally distribute such Covered Software\n");
printf("under the terms of such Secondary License(s), so that the recipient of\n");
printf("the Larger Work may, at their option, further distribute the Covered\n");
printf("Software under the terms of either this License or such Secondary\n");
printf("License(s).\n\n");
printf("3.4. Notices\n\n");
printf("You may not remove or alter the substance of any license notices\n");
printf("(including copyright notices, patent notices, disclaimers of warranty,\n");
printf("or limitations of liability) contained within the Source Code Form of\n");
printf("the Covered Software, except that You may alter any license notices to\n");
printf("the extent required to remedy known factual inaccuracies.\n\n");
printf("3.5. Application of Additional Terms\n\n");
printf("You may choose to offer, and to charge a fee for, warranty, support,\n");
printf("indemnity or liability obligations to one or more recipients of Covered\n");
printf("Software. However, You may do so only on Your own behalf, and not on\n");
printf("behalf of any Contributor. You must make it absolutely clear that any\n");
printf("such warranty, support, indemnity, or liability obligation is offered by\n");
printf("You alone, and You hereby agree to indemnify every Contributor for any\n");
printf("liability incurred by such Contributor as a result of warranty, support,\n");
printf("indemnity or liability terms You offer. You may include additional\n");
printf("disclaimers of warranty and limitations of liability specific to any\n");
printf("jurisdiction.\n\n");
printf("4. Inability to Comply Due to Statute or Regulation\n");
printf("---------------------------------------------------\n\n");
printf("If it is impossible for You to comply with any of the terms of this\n");
printf("License with respect to some or all of the Covered Software due to\n");
printf("statute, judicial order, or regulation then You must: (a) comply with\n");
printf("the terms of this License to the maximum extent possible; and (b)\n");
printf("describe the limitations and the code they affect. Such description must\n");
printf("be placed in a text file included with all distributions of the Covered\n");
printf("Software under this License. Except to the extent prohibited by statute\n");
printf("or regulation, such description must be sufficiently detailed for a\n");
printf("recipient of ordinary skill to be able to understand it.\n\n");
printf("5. Termination\n");
printf("--------------\n\n");
printf("5.1. The rights granted under this License will terminate automatically\n");
printf("if You fail to comply with any of its terms. However, if You become\n");
printf("compliant, then the rights granted under this License from a particular\n");
printf("Contributor are reinstated (a) provisionally, unless and until such\n");
printf("Contributor explicitly and finally terminates Your grants, and (b) on an\n");
printf("ongoing basis, if such Contributor fails to notify You of the\n");
printf("non-compliance by some reasonable means prior to 60 days after You have\n");
printf("come back into compliance. Moreover, Your grants from a particular\n");
printf("Contributor are reinstated on an ongoing basis if such Contributor\n");
printf("notifies You of the non-compliance by some reasonable means, this is the\n");
printf("first time You have received notice of non-compliance with this License\n");
printf("from such Contributor, and You become compliant prior to 30 days after\n");
printf("Your receipt of the notice.\n\n");
printf("5.2. If You initiate litigation against any entity by asserting a patent\n");
printf("infringement claim (excluding declaratory judgment actions,\n");
printf("counter-claims, and cross-claims) alleging that a Contributor Version\n");
printf("directly or indirectly infringes any patent, then the rights granted to\n");
printf("You by any and all Contributors for the Covered Software under Section\n");
printf("2.1 of this License shall terminate.\n\n");
printf("5.3. In the event of termination under Sections 5.1 or 5.2 above, all\n");
printf("end user license agreements (excluding distributors and resellers) which\n");
printf("have been validly granted by You or Your distributors under this License\n");
printf("prior to termination shall survive termination.\n\n");
printf("************************************************************************\n");
printf("* *\n");
printf("* 6. Disclaimer of Warranty *\n");
printf("* ------------------------- *\n");
printf("* *\n");
printf("* Covered Software is provided under this License on an \"as is\" *\n");
printf("* basis, without warranty of any kind, either expressed, implied, or *\n");
printf("* statutory, including, without limitation, warranties that the *\n");
printf("* Covered Software is free of defects, merchantable, fit for a *\n");
printf("* particular purpose or non-infringing. The entire risk as to the *\n");
printf("* quality and performance of the Covered Software is with You. *\n");
printf("* Should any Covered Software prove defective in any respect, You *\n");
printf("* (not any Contributor) assume the cost of any necessary servicing, *\n");
printf("* repair, or correction. This disclaimer of warranty constitutes an *\n");
printf("* essential part of this License. No use of any Covered Software is *\n");
printf("* authorized under this License except under this disclaimer. *\n");
printf("* *\n");
printf("************************************************************************\n\n");
printf("************************************************************************\n");
printf("* *\n");
printf("* 7. Limitation of Liability *\n");
printf("* -------------------------- *\n");
printf("* *\n");
printf("* Under no circumstances and under no legal theory, whether tort *\n");
printf("* (including negligence), contract, or otherwise, shall any *\n");
printf("* Contributor, or anyone who distributes Covered Software as *\n");
printf("* permitted above, be liable to You for any direct, indirect, *\n");
printf("* special, incidental, or consequential damages of any character *\n");
printf("* including, without limitation, damages for lost profits, loss of *\n");
printf("* goodwill, work stoppage, computer failure or malfunction, or any *\n");
printf("* and all other commercial damages or losses, even if such party *\n");
printf("* shall have been informed of the possibility of such damages. This *\n");
printf("* limitation of liability shall not apply to liability for death or *\n");
printf("* personal injury resulting from such party's negligence to the *\n");
printf("* extent applicable law prohibits such limitation. Some *\n");
printf("* jurisdictions do not allow the exclusion or limitation of *\n");
printf("* incidental or consequential damages, so this exclusion and *\n");
printf("* limitation may not apply to You. *\n");
printf("* *\n");
printf("************************************************************************\n\n");
printf("8. Litigation\n");
printf("-------------\n\n");
printf("Any litigation relating to this License may be brought only in the\n");
printf("courts of a jurisdiction where the defendant maintains its principal\n");
printf("place of business and such litigation shall be governed by laws of that\n");
printf("jurisdiction, without reference to its conflict-of-law provisions.\n");
printf("Nothing in this Section shall prevent a party's ability to bring\n");
printf("cross-claims or counter-claims.\n\n");
printf("9. Miscellaneous\n");
printf("----------------\n\n");
printf("This License represents the complete agreement concerning the subject\n");
printf("matter hereof. If any provision of this License is held to be\n");
printf("unenforceable, such provision shall be reformed only to the extent\n");
printf("necessary to make it enforceable. Any law or regulation which provides\n");
printf("that the language of a contract shall be construed against the drafter\n");
printf("shall not be used to construe this License against a Contributor.\n\n");
printf("10. Versions of the License\n");
printf("---------------------------\n\n");
printf("10.1. New Versions\n\n");
printf("Mozilla Foundation is the license steward. Except as provided in Section\n");
printf("10.3, no one other than the license steward has the right to modify or\n");
printf("publish new versions of this License. Each version will be given a\n");
printf("distinguishing version number.\n\n");
printf("10.2. Effect of New Versions\n\n");
printf("You may distribute the Covered Software under the terms of the version\n");
printf("of the License under which You originally received the Covered Software,\n");
printf("or under the terms of any subsequent version published by the license\n");
printf("steward.\n\n");
printf("10.3. Modified Versions\n\n");
printf("If you create software not governed by this License, and you want to\n");
printf("create a new license for such software, you may create and use a\n");
printf("modified version of this License if you rename the license and remove\n");
printf("any references to the name of the license steward (except to note that\n");
printf("such modified license differs from this License).\n\n");
printf("10.4. Distributing Source Code Form that is Incompatible With Secondary\n");
printf("Licenses\n\n");
printf("If You choose to distribute Source Code Form that is Incompatible With\n");
printf("Secondary Licenses under the terms of this version of the License, the\n");
printf("notice described in Exhibit B of this License must be attached.\n\n");
printf("Exhibit A - Source Code Form License Notice\n");
printf("-------------------------------------------\n\n");
printf(" This Source Code Form is subject to the terms of the Mozilla Public\n");
printf(" License, v. 2.0. If a copy of the MPL was not distributed with this\n");
printf(" file, You can obtain one at http://mozilla.org/MPL/2.0/.\n\n");
printf("If it is not possible or desirable to put the notice in a particular\n");
printf("file, then You may include the notice in a location (such as a LICENSE\n");
printf("file in a relevant directory) where a recipient would be likely to look\n");
printf("for such a notice.\n\n");
printf("You may add additional accurate notices of copyright ownership.\n\n");
printf("Exhibit B - \"Incompatible With Secondary Licenses\" Notice\n");
printf("---------------------------------------------------------\n\n");
printf(" This Source Code Form is \"Incompatible With Secondary Licenses\", as\n");
printf(" defined by the Mozilla Public License, v. 2.0.\n\n");
print_Open_Source_Licenses();
return;
}
static void print_Win_Getopt_Licenses(void)
{
printf("===========================================================================\n");
printf("wingetopt - getopt library for Windows compilers\n\n");
printf("This library was created to allow compilation linux-based software on Windows.\n");
printf("http://en.wikipedia.org/wiki/Getopt The sources were taken from MinGW-runtime\n");
printf("project.\n\n");
printf("AUTHORS: Todd C. Miller [email protected]; The NetBSD Foundation, Inc.\n\n");
printf("LICENSE\n\n");
printf("Copyright (c) 2002 Todd C. Miller <[email protected]>\n\n");
printf("Permission to use, copy, modify, and distribute this software for any purpose\n");
printf("with or without fee is hereby granted, provided that the above copyright notice\n");
printf("and this permission notice appear in all copies.\n\n");
printf("THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\n");
printf("REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\n");
printf("FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\n");
printf("INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\n");
printf("LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n");
printf("OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n");
printf("PERFORMANCE OF THIS SOFTWARE.\n\n");
printf("Sponsored in part by the Defense Advanced Research Projects Agency (DARPA) and\n");
printf("Air Force Research Laboratory, Air Force Materiel Command, USAF, under\n");
printf("agreement number F39502-99-1-0512.\n\n");
printf(" -------------------------------------\n\n");
printf("Copyright (c) 2000 The NetBSD Foundation, Inc.\n");
printf("All rights reserved.\n\n");
printf("This code is derived from software contributed to The NetBSD Foundation\n");
printf("by Dieter Baron and Thomas Klausner.\n\n");
printf("Redistribution and use in source and binary forms, with or without\n");
printf("modification, are permitted provided that the following conditions are met:\n");
printf("1. Redistributions of source code must retain the above copyright notice, this\n");
printf(" list of conditions and the following disclaimer.\n");
printf("2. Redistributions in binary form must reproduce the above copyright notice,\n");
printf(" this list of conditions and the following disclaimer in the documentation\n");
printf(" and/or other materials provided with the distribution.\n\n");
printf("THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS \"AS\n");
printf("IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n");
printf("IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n");
printf("DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY\n");
printf("DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n");
printf("(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n");
printf("LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\n");
printf("ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n");
printf("(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n");
printf("SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n");
return;
}
#if defined (__FreeBSD__)
static void print_FreeBSD_License(void)
{
printf("Copyright 1992 - 2019 The FreeBSD Project.\n\n");
printf("Redistribution and use in source and binary forms, with or without\n");
printf("modification, are permitted provided that the following conditions are met :\n");
printf("\n");
printf("1. Redistributions of source code must retain the above copyright notice,\n");
printf("this list of conditions and the following disclaimer.\n");
printf("2. Redistributions in binary form must reproduce the above copyright notice,\n");
printf("this list of conditions and the following disclaimer in the documentation\n");
printf("and/or other materials provided with the distribution.\n");
printf("\n");
printf("THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY\n");
printf("EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n");
printf("WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\n");
printf("IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,\n");
printf("INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES(INCLUDING, BUT NOT\n");
printf("LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,\n");
printf("OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n");
printf("LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE\n");
printf("OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n");
printf("OF THE POSSIBILITY OF SUCH DAMAGE.\n");
printf("\n");
printf("The views and conclusions contained in the software and documentation are those of\n");
printf("the authors and should not be interpreted as representing official policies, either\n");
printf("expressed or implied, of the FreeBSD Project.\n");
printf("\n\n");
}
#endif //__FreeBSD__
#if defined(__GLIBC__)
static void print_GNU_LGPL_License(void)
{
printf("===========================================================================\n");
printf("glibc (GNU libc)\n\n");
printf("GNU LESSER GENERAL PUBLIC LICENSE\n\n");
printf("Version 3, 29 June 2007\n\n");
printf("Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>\n\n");
printf("Everyone is permitted to copy and distribute verbatim copies of this license\n");
printf("document, but changing it is not allowed.\n\n");
printf("This version of the GNU Lesser General Public License incorporates the terms\n");
printf("and conditions of version 3 of the GNU General Public License, supplemented\n");
printf("by the additional permissions listed below.\n\n");
printf("0. Additional Definitions.\n\n");
printf("As used herein, \"this License\" refers to version 3 of the GNU Lesser General\n");
printf("Public License, and the \"GNU GPL\" refers to version 3 of the GNU General\n");
printf("Public License.\n\n");
printf("\"The Library\" refers to a covered work governed by this License, other than\n");
printf("an Application or a Combined Work as defined below.\n\n");
printf("An \"Application\" is any work that makes use of an interface provided by the\n");
printf("Library, but which is not otherwise based on the Library. Defining a subclass\n");
printf("of a class defined by the Library is deemed a mode of using an interface\n");
printf("provided by the Library.\n\n");
printf("A \"Combined Work\" is a work produced by combining or linking an Application\n");
printf("with the Library. The particular version of the Library with which the\n");
printf("Combined Work was made is also called the \"Linked Version\".\n\n");
printf("The \"Minimal Corresponding Source\" for a Combined Work means the\n");
printf("Corresponding Source for the Combined Work, excluding any source code for\n");
printf("portions of the Combined Work that, considered in isolation, are based on the\n");
printf("Application, and not on the Linked Version.\n\n");
printf("The \"Corresponding Application Code\" for a Combined Work means the object\n");
printf("code and/or source code for the Application, including any data and utility\n");
printf("programs needed for reproducing the Combined Work from the Application, but\n");
printf("excluding the System Libraries of the Combined Work.\n\n");
printf("1. Exception to Section 3 of the GNU GPL.\n\n");
printf("You may convey a covered work under sections 3 and 4 of this License without\n");
printf("being bound by section 3 of the GNU GPL.\n\n");
printf("2. Conveying Modified Versions.\n\n");
printf("If you modify a copy of the Library, and, in your modifications, a facility\n");
printf("refers to a function or data to be supplied by an Application that uses the\n");
printf("facility (other than as an argument passed when the facility is invoked),\n");
printf("then you may convey a copy of the modified version:\n\n");
printf("* a) under this License, provided that you make a good faith effort to ensure\n");
printf("that, in the event an Application does not supply the function or data, the\n");
printf("facility still operates, and performs whatever part of its purpose remains\n");
printf("meaningful, or\n\n");
printf("* b) under the GNU GPL, with none of the additional permissions of this\n");
printf("License applicable to that copy.\n\n");
printf("3. Object Code Incorporating Material from Library Header Files.\n\n");
printf("The object code form of an Application may incorporate material from a header\n");
printf("file that is part of the Library. You may convey such object code under terms\n");
printf("of your choice, provided that, if the incorporated material is not limited to\n");
printf("numerical parameters, data structure layouts and accessors, or small macros,\n");
printf("inline functions and templates (ten or fewer lines in length), you do both of\n");
printf("the following:\n\n");
printf("* a) Give prominent notice with each copy of the object code that the Library\n");
printf("is used in it and that the Library and its use are covered by this License.\n\n");
printf("* b) Accompany the object code with a copy of the GNU GPL and this license\n");
printf("document.\n\n");
printf("4. Combined Works.\n\n");
printf("You may convey a Combined Work under terms of your choice that, taken\n");
printf("together, effectively do not restrict modification of the portions of the\n");
printf("Library contained in the Combined Work and reverse engineering for debugging\n");
printf("such modifications, if you also do each of the following:\n\n");
printf("* a) Give prominent notice with each copy of the Combined Work that the\n");
printf("Library is used in it and that the Library and its use are covered by this\n");
printf("License.\n\n");
printf("* b) Accompany the Combined Work with a copy of the GNU GPL and this license\n");
printf("document.\n\n");
printf("* c) For a Combined Work that displays copyright notices during execution,\n");
printf("include the copyright notice for the Library among these notices, as well as\n");
printf("a reference directing the user to the copies of the GNU GPL and this license\n");
printf("document.\n\n");
printf("* d) Do one of the following:\n");
printf(" o 0) Convey the Minimal Corresponding Source under the terms of this\n");
printf("License, and the Corresponding Application Code in a form suitable for, and\n");
printf("under terms that permit, the user to recombine or relink the Application\n");
printf("with a modified version of the Linked Version to produce a modified\n");
printf("Combined Work, in the manner specified by section 6 of the GNU GPL for\n");
printf("conveying Corresponding Source.\n");
printf(" o 1) Use a suitable shared library mechanism for linking with the Library.\n");
printf("A suitable mechanism is one that (a) uses at run time a copy of the Library\n");
printf("already present on the user's computer system, and (b) will operate\n");
printf("properly with a modified version of the Library that is\n");
printf("interface-compatible with the Linked Version.\n\n");
printf("* e) Provide Installation Information, but only if you would otherwise be\n");
printf("required to provide such information under section 6 of the GNU GPL, and only\n");
printf("to the extent that such information is necessary to install and execute a\n");
printf("modified version of the Combined Work produced by recombining or relinking\n");
printf("the Application with a modified version of the Linked Version. (If you use\n");
printf("option 4d0, the Installation Information must accompany the Minimal\n");
printf("Corresponding Source and Corresponding Application Code. If you use option\n");
printf("4d1, you must provide the Installation Information in the manner specified by\n");
printf("section 6 of the GNU GPL for conveying Corresponding Source.)\n\n");
printf("5. Combined Libraries.\n\n");
printf("You may place library facilities that are a work based on the Library side by\n");
printf("side in a single library together with other library facilities that are not\n");
printf("Applications and are not covered by this License, and convey such a combined\n");
printf("library under terms of your choice, if you do both of the following:\n\n");
printf("* a) Accompany the combined library with a copy of the same work based on the\n");
printf("Library, uncombined with any other library facilities, conveyed under the\n");
printf("terms of this License.\n\n");
printf("* b) Give prominent notice with the combined library that part of it is a\n");
printf("work based on the Library, and explaining where to find the accompanying\n");
printf("uncombined form of the same work.\n\n");
printf("6. Revised Versions of the GNU Lesser General Public License.\n\n");
printf("The Free Software Foundation may publish revised and/or new versions of the\n");
printf("GNU Lesser General Public License from time to time. Such new versions will\n");
printf("be similar in spirit to the present version, but may differ in detail to\n");
printf("address new problems or concerns.\n\n");
printf("Each version is given a distinguishing version number. If the Library as you\n");
printf("received it specifies that a certain numbered version of the GNU Lesser\n");
printf("General Public License \"or any later version\" applies to it, you have the\n");
printf("option of following the terms and conditions either of that published version\n");
printf("or of any later version published by the Free Software Foundation. If the\n");
printf("Library as you received it does not specify a version number of the GNU\n");
printf("Lesser General Public License, you may choose any version of the GNU Lesser\n");
printf("General Public License ever published by the Free Software Foundation.\n\n");
printf("If the Library as you received it specifies that a proxy can decide whether\n");
printf("future versions of the GNU Lesser General Public License shall apply, that\n");
printf("proxy's public statement of acceptance of any version is permanent\n");
printf("authorization for you to choose that version for the Library.\n\n");
return;
}
#endif//__GLIBC__
#if defined (USING_MUSL_LIBC) && USING_MUSL_LIBC > 0
static void print_Musl_MIT_License(void)
{
printf("===========================================================================\n");
printf("musl libc\n\n");
printf("Copyright © 2005-2020 Rich Felker, et al.\n"
"\n"
"Permission is hereby granted, free of charge, to any person obtaining\n"
"a copy of this software and associated documentation files (the\n"
"\"Software\"), to deal in the Software without restriction, including\n"
"without limitation the rights to use, copy, modify, merge, publish,\n"
"distribute, sublicense, and/or sell copies of the Software, and to\n"
"permit persons to whom the Software is furnished to do so, subject to\n"
"the following conditions:\n"
"\n"
"The above copyright notice and this permission notice shall be\n"
"included in all copies or substantial portions of the Software.\n"
"\n"
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n"
"EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n"
"MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n"
"IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n"
"CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n"
"TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n"
"SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n");
return;
}
#endif //USING_MUSL_LIBC
#if defined (_WIN32)
//TODO: This is technically flagged with ENABLE_OFNVME in opensea-transport, but that is always on right now.
// May need a way to access that flag to determine when this should or should-not be part of the license output.-TJE
static void print_Open_Fabrics_NVMe_IOCTL_License(void)
{
printf("===========================================================================\n");
printf("open fabrics NVMe IOCTL\n\n");
printf("Copyright (c) 2011-2012 \n");
printf(" \n");
printf(" Integrated Device Technology, Inc. \n");
printf(" Intel Corporation \n");
printf(" LSI Corporation \n");
printf(" \n");
printf("All rights reserved. \n");
printf(" \n");
printf("*************************************************************************\n");
printf(" \n");
printf("Redistribution and use in source and binary forms, with or without \n");
printf("modification, are permitted provided that the following conditions are \n");
printf("met: \n");
printf(" \n");
printf(" 1. Redistributions of source code must retain the above copyright \n");
printf(" notice, this list of conditions and the following disclaimer. \n");
printf(" \n");
printf(" 2. Redistributions in binary form must reproduce the above copyright \n");
printf(" notice, this list of conditions and the following disclaimer in the \n");
printf(" documentation and/or other materials provided with the distribution.\n");
printf(" \n");
printf("THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS \n");
printf("IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\n");
printf("THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR \n");
printf("PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR \n");
printf("CONTRIBUTORS BE LIABLE FOR ANY DIRECT,INDIRECT, INCIDENTAL, SPECIAL, \n");
printf("EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, \n");
printf("PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR \n");
printf("PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF \n");
printf("LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING \n");
printf("NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS \n");
printf("SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n");
printf(" \n");
printf("The views and conclusions contained in the software and documentation \n");
printf("are those of the authors and should not be interpreted as representing \n");
printf("official policies, either expressed or implied, of Intel Corporation, \n");
printf("Integrated Device Technology Inc., or Sandforce Corporation. \n");
printf("\n");
return;
}
#endif //_WIN32
void print_Open_Source_Licenses(void)
{
//show this license for the getopt parser in all builds now since it is the getopt used under all OSs. Name should be changed to portable-getopt or something in the future.-TJE
print_Win_Getopt_Licenses();
#if defined (_WIN32)
//TODO: This is technically flagged with ENABLE_OFNVME in opensea-transport, but that is always on right now.
// May need a way to access that flag to determine when this should or should-not be part of the license output.-TJE
print_Open_Fabrics_NVMe_IOCTL_License();
#elif defined (__FreeBSD__)
print_FreeBSD_License();
#elif defined (__linux__)
#if defined (__GLIBC__)
//in other 'nix systems, we need to show this since we are using gnu libc
print_GNU_LGPL_License();
#else
#if defined (USING_MUSL_LIBC) && USING_MUSL_LIBC > 0
print_Musl_MIT_License();
#else
//NOTE: This should work with gcc and clang to emit a warning. If this causes problems with other
// compilers, using #pramga message may also work.
#pragma GCC warning "Unknown libc license. Please specify a libc license. Ex: USING_MUSL_LIBC"
#endif
#endif
#elif defined (__sun) || defined (_AIX)
//TODO: Any special license for system libc/etc that needs to be shown. Cannot easily identify one at this time - TJE
#else
#error Please update #if for system library licenses!
#endif
printf("===========================================================================\n\n");
return;
}