code-foundry 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/.editorconfig +18 -0
  2. package/.env.example +3 -0
  3. package/.gitattributes +9 -0
  4. package/.githooks/pre-commit +67 -0
  5. package/.github/CODEOWNERS +4 -0
  6. package/.github/CODE_OF_CONDUCT.md +41 -0
  7. package/.github/CONTRIBUTING.md +198 -0
  8. package/.github/ISSUE_TEMPLATE/bug_report.yml +56 -0
  9. package/.github/ISSUE_TEMPLATE/config.yml +5 -0
  10. package/.github/ISSUE_TEMPLATE/feature_request.yml +38 -0
  11. package/.github/PULL_REQUEST_TEMPLATE.md +29 -0
  12. package/.github/SECURITY.md +23 -0
  13. package/.github/actions/cache/action.yml +43 -0
  14. package/.github/actions/codeql/action.yml +29 -0
  15. package/.github/actions/setup/action.yml +776 -0
  16. package/.github/dependabot.yml +42 -0
  17. package/.github/scripts/bootstrap.sh +20 -0
  18. package/.github/scripts/changed-files.sh +96 -0
  19. package/.github/scripts/ci.sh +636 -0
  20. package/.github/scripts/codeql-languages.sh +86 -0
  21. package/.github/scripts/doctor.sh +103 -0
  22. package/.github/scripts/format-fast-path.sh +80 -0
  23. package/.github/scripts/init-repo.sh +134 -0
  24. package/.github/scripts/security.sh +209 -0
  25. package/.github/scripts/sitecustomize.py +17 -0
  26. package/.github/scripts/sync-codeowners.sh +76 -0
  27. package/.github/scripts/sync-protection.sh +137 -0
  28. package/.github/scripts/sync-template.sh +432 -0
  29. package/.github/scripts/turbo-cache-probe.sh +102 -0
  30. package/.github/template.yml +7 -0
  31. package/.github/template.yml.example +8 -0
  32. package/.github/workflows/ci.yml +166 -0
  33. package/.github/workflows/codeql.yml +160 -0
  34. package/.github/workflows/draft-pr.yml +59 -0
  35. package/.github/workflows/release-pr.yml +66 -0
  36. package/.github/workflows/release.yml +103 -0
  37. package/.github/workflows/security.yml +228 -0
  38. package/.github/workflows/test.yml +175 -0
  39. package/.gitignore +77 -0
  40. package/.mise.toml +6 -0
  41. package/.prettierrc +6 -0
  42. package/AGENTS.md +155 -0
  43. package/CHANGELOG.md +3 -0
  44. package/LICENSE +616 -0
  45. package/NOTICE +7 -0
  46. package/README.md +172 -0
  47. package/package.json +44 -0
  48. package/release-please-config.json +16 -0
  49. package/ruff.toml +6 -0
  50. package/src/cli.mjs +137 -0
package/LICENSE ADDED
@@ -0,0 +1,616 @@
1
+ GNU AFFERO GENERAL PUBLIC LICENSE
2
+ Version 3, 19 November 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+ Preamble
9
+
10
+ The GNU Affero General Public License is a free, copyleft license for
11
+ software and other kinds of works, specifically designed to ensure
12
+ cooperation with the community in the case of network server software.
13
+
14
+ The licenses for most software and other practical works are designed
15
+ to take away your freedom to share and change the works. By contrast,
16
+ our General Public Licenses are intended to guarantee your freedom to
17
+ share and change all versions of a program--to make sure it remains
18
+ free software for all its users.
19
+
20
+ When we speak of free software, we are referring to freedom, not
21
+ price. Our General Public Licenses are designed to make sure that you
22
+ have the freedom to distribute copies of free software (and charge for
23
+ them if you wish), that you receive source code or can get it if you
24
+ want it, that you can change the software or use pieces of it in new
25
+ free programs, and that you know you can do these things.
26
+
27
+ Developers that use our General Public Licenses protect your rights
28
+ with two steps: (1) assert copyright on the software, and (2) offer
29
+ you this License which gives you legal permission to copy, distribute
30
+ and/or modify the software.
31
+
32
+ A secondary benefit of defending all users' freedom is that
33
+ improvements made in alternate versions of the program, if they
34
+ receive widespread use, become available for other developers to
35
+ incorporate. Many developers of free software are heartened and
36
+ encouraged by the resulting cooperation. For example, when you make
37
+ modifications to a copy of the GNU Affero GPL program for a network
38
+ service, other developers may choose to use your modified version for
39
+ their own services; you may have no way to compel them to do so, but
40
+ the greater public good is served by making your modifications
41
+ available to all as open source.
42
+
43
+ TERMS AND CONDITIONS
44
+
45
+ 0. Definitions.
46
+
47
+ "This License" refers to version 3 of the GNU Affero General Public
48
+ License.
49
+
50
+ "Copyright" also means copyright-like laws that apply to other kinds
51
+ of works, such as semiconductor masks.
52
+
53
+ "The Program" refers to any copyrightable work licensed under this
54
+ License. Each licensee is addressed as "you". "Licensees" and
55
+ "recipients" may be individuals or organizations.
56
+
57
+ To "modify" a work means to copy from or adapt all or part of the
58
+ work in a fashion requiring copyright permission, other than the making
59
+ of an exact copy. The resulting work is called a "modified version"
60
+ of the earlier work or a work "based on" the earlier work.
61
+
62
+ A "covered work" means either the unmodified Program or a work based
63
+ on the Program.
64
+
65
+ To "propagate" a work means to do anything with it that, without
66
+ permission, would make you directly or secondarily liable for
67
+ infringement under applicable copyright law, except executing it on a
68
+ computer or modifying a private copy. Propagation includes copying,
69
+ distribution (with or without modification), making available to the
70
+ public, and in some countries other activities as well.
71
+
72
+ To "convey" a work means any kind of propagation that enables other
73
+ parties to make or receive copies. Mere interaction with a user
74
+ through a computer network, with no transfer of a copy, is not
75
+ conveying.
76
+
77
+ An interactive user interface displays "Appropriate Legal Notices"
78
+ to the extent that it includes a convenient and prominently visible
79
+ feature that (1) displays an appropriate copyright notice, and (2)
80
+ tells the user that there is no warranty for the work (except to the
81
+ extent that warranties are provided), that licensees may convey the
82
+ work under this License, and how to view a copy of this License. If
83
+ the interface presents a list of user commands or options, such as a
84
+ menu, a prominent item in the list meets this criterion.
85
+
86
+ 1. Source Code.
87
+
88
+ The "source code" for a work means the preferred form of the work
89
+ for making modifications to it. "Object code" means any non-source
90
+ form of a work.
91
+
92
+ A "Standard Interface" means an interface that either is an official
93
+ standard defined by a recognized standards body, or, in the case of
94
+ interfaces specified for a particular programming language, one that
95
+ is widely used among developers working in that language.
96
+
97
+ The "System Libraries" of an executable work include anything, other
98
+ than the work as a whole, that (a) is included in the normal form of
99
+ packaging a Major Component, but which is not part of that Major
100
+ Component, and (b) serves only to enable use of the work with that
101
+ Major Component, or to implement a Standard Interface for which an
102
+ implementation is available to the public in source code form. A
103
+ "Major Component", in this context, means a major essential component
104
+ (kernel, window system, and so on) of the specific operating system
105
+ (if any) on which the executable work runs, or a compiler used to
106
+ produce the work, or an object code interpreter used to run it.
107
+
108
+ The "Corresponding Source" for a work in object code form means all
109
+ the source code needed to generate, install, and (for an executable
110
+ work) run the object code and to modify the work, including scripts to
111
+ control those activities. However, it does not include the work's
112
+ System Libraries, or general-purpose tools or generally available free
113
+ programs which are used unmodified in performing those activities but
114
+ which are not part of the work. For example, Corresponding Source
115
+ includes interface definition files associated with source files for
116
+ the work, and the source code for shared libraries and dynamically
117
+ linked subprograms that the work is specifically designed to require,
118
+ such as by intimate data communication or control flow between those
119
+ subprograms and other parts of the work.
120
+
121
+ The Corresponding Source need not include anything that users
122
+ can regenerate automatically from other parts of the Corresponding
123
+ Source.
124
+
125
+ The Corresponding Source for a work in source code form is that
126
+ same work.
127
+
128
+ 2. Basic Permissions.
129
+
130
+ All rights granted under this License are granted for the term of
131
+ copyright on the Program, and are irrevocable provided the stated
132
+ conditions are met. This License explicitly affirms your unlimited
133
+ permission to run the unmodified Program. The output from running a
134
+ covered work is covered by this License only if the output, given its
135
+ content, constitutes a covered work. This License acknowledges your
136
+ rights of fair use or other equivalent, as provided by copyright law.
137
+
138
+ You may make, run and propagate covered works that you do not
139
+ convey, without conditions so long as your license otherwise remains
140
+ in force. You may convey covered works to others for the sole purpose
141
+ of having them make modifications exclusively for you, or provide you
142
+ with facilities for running those works, provided that you comply with
143
+ the terms of this License in conveying all material for which you do
144
+ not control copyright. Those thus making or running the covered works
145
+ for you must do so exclusively on your behalf, under your direction
146
+ and control, on terms that prohibit them from making any copies of
147
+ your copyrighted material outside their relationship with you.
148
+
149
+ Conveying under any other circumstances is permitted solely under
150
+ the conditions stated below. Sublicensing is not allowed; section 10
151
+ makes it unnecessary.
152
+
153
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
154
+
155
+ No covered work shall be deemed part of an effective technological
156
+ measure under any applicable law fulfilling obligations under article
157
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
158
+ similar laws prohibiting or restricting circumvention of such
159
+ measures.
160
+
161
+ When you convey a covered work, you waive any legal power to forbid
162
+ circumvention of technological measures to the extent such circumvention
163
+ is effected by exercising rights under this License with respect to
164
+ the covered work, and you disclaim any intention to limit operation or
165
+ modification of the work as a means of enforcing, against the work's
166
+ users, your or third parties' legal rights to forbid circumvention of
167
+ technological measures.
168
+
169
+ 4. Conveying Verbatim Copies.
170
+
171
+ You may convey verbatim copies of the Program's source code as you
172
+ receive it, in any medium, provided that you conspicuously and
173
+ appropriately publish on each copy an appropriate copyright notice,
174
+ keep intact all notices stating that this License and any
175
+ non-permissive terms added in accord with section 7 apply to the code;
176
+ keep intact all notices of the absence of any warranty; and give all
177
+ recipients a copy of this License along with the Program.
178
+
179
+ You may charge any price or no price for each copy that you convey,
180
+ and you may offer support or warranty protection for a fee.
181
+
182
+ 5. Conveying Modified Source Versions.
183
+
184
+ You may convey a work based on the Program, or the modifications to
185
+ produce it from the Program, in the form of source code under the
186
+ terms of section 4, provided that you also meet all of these conditions:
187
+
188
+ a) The work must carry prominent notices stating that you modified
189
+ it, giving a relevant date.
190
+
191
+ b) The work must carry prominent notices stating that it is
192
+ released under this License.
193
+
194
+ c) You must license the entire work, as a whole, under this
195
+ License to anyone who comes into possession of a copy. This
196
+ License will therefore apply, along with any applicable section 7
197
+ additional terms, to the whole of the work, and all its parts,
198
+ regardless of how they are packaged. This License gives no
199
+ permission to license the work in any other way, but it does not
200
+ invalidate such permission if you have separately received it.
201
+
202
+ d) If the work has interactive user interfaces, each must display
203
+ Appropriate Legal Notices; however, if the Program has interactive
204
+ interfaces that do not display Appropriate Legal Notices, your
205
+ work need not make them do so.
206
+
207
+ A compilation of a covered work with other separate and independent
208
+ works, which are not by their nature extensions of the covered work,
209
+ and which are not combined with it so as to form a larger program, in
210
+ or on a volume of a storage or distribution medium, is called an
211
+ "aggregate" if the compilation and its resulting copyright are not
212
+ used to limit the access or legal rights of the compilation's users
213
+ beyond what the individual works permit. Inclusion of a covered work
214
+ in an aggregate does not cause this License to apply to the other
215
+ parts of the aggregate.
216
+
217
+ 6. Conveying Non-Source Forms.
218
+
219
+ You may convey a covered work in object code form under the terms
220
+ of sections 4 and 5, provided that you also convey the
221
+ machine-readable Corresponding Source under the terms of this License,
222
+ in one of these ways:
223
+
224
+ a) Convey the object code in, or embodied in, a physical product
225
+ (including a physical distribution medium), accompanied by the
226
+ Corresponding Source fixed on a durable physical medium
227
+ customarily used for software interchange.
228
+
229
+ b) Convey the object code in, or embodied in, a physical product
230
+ (including a physical distribution medium), accompanied by a
231
+ written offer, valid for at least three years and valid for as
232
+ long as you offer spare parts or customer support for that product
233
+ model, to give anyone who possesses the object code either (1) a
234
+ copy of the Corresponding Source for all the software in the
235
+ product that is covered by this License, on a durable physical
236
+ medium customarily used for software interchange, for a price no
237
+ more than your reasonable cost of physically performing this
238
+ conveying of source, or (2) access to copy the Corresponding Source
239
+ from a network server at no charge.
240
+
241
+ c) Convey individual copies of the object code with a copy of the
242
+ written offer to provide the Corresponding Source. This
243
+ alternative is allowed only occasionally and noncommercially, and
244
+ only if you received the object code with such an offer, in accord
245
+ with subsection 6b.
246
+
247
+ d) Convey the object code by offering access from a designated
248
+ place (gratis or for a charge), and offer equivalent access to the
249
+ Corresponding Source in the same way through the same place at no
250
+ further charge. You need not require recipients to copy the
251
+ Corresponding Source along with the object code. If the place to
252
+ copy the object code is a network server, the Corresponding Source
253
+ can be on a different server (operated by you or a third party)
254
+ that supports equivalent copying facilities, provided you maintain
255
+ clear directions next to the object code saying where to find the
256
+ Corresponding Source. Regardless of what server hosts the
257
+ Corresponding Source, you remain obligated to ensure that it is
258
+ available for as long as needed to satisfy these requirements.
259
+
260
+ e) Convey the object code using peer-to-peer transmission, provided
261
+ you inform other peers where the object code and Corresponding
262
+ Source of the work are being offered to the general public at no
263
+ charge by subsection 6d.
264
+
265
+ A separable portion of the object code, whose source code is
266
+ excluded from the Corresponding Source as a System Library, need not
267
+ be included in conveying the object code work.
268
+
269
+ A "User Product" is either (1) a "consumer product", which means any
270
+ tangible personal property which is normally used for personal, family,
271
+ or household purposes, or (2) anything designed or sold for
272
+ incorporation into a dwelling. In determining whether a product is a
273
+ consumer product, doubtful cases shall be resolved in favor of
274
+ coverage. For a particular product received by a particular user,
275
+ "normally used" refers to a typical or common use of that class of
276
+ product, regardless of the status of the particular user or of the way
277
+ in which the particular user actually uses, or expects or is expected
278
+ to use, the product. A product is a consumer product regardless of
279
+ whether the product has substantial commercial, industrial or
280
+ non-consumer uses, unless such uses represent the only significant
281
+ mode of use of the product.
282
+
283
+ "Installation Information" for a User Product means any methods,
284
+ procedures, authorization keys, or other information required to
285
+ install and execute modified versions of a covered work in that User
286
+ Product from a modified version of its Corresponding Source. The
287
+ information must suffice to ensure that the continued functioning of
288
+ the modified object code is in no case prevented or hindered solely
289
+ because modification has been made.
290
+
291
+ If you convey an object code work under this section in, or with, or
292
+ specifically for use in, a User Product, and the conveying occurs as
293
+ part of a transaction in which the right of possession and use of the
294
+ User Product is transferred to the recipient in perpetuity or for a
295
+ fixed term (regardless of how the transaction is characterized), the
296
+ Corresponding Source conveyed under this section must be accompanied
297
+ by the Installation Information. But this requirement does not apply
298
+ if neither you nor any third party retains the ability to install
299
+ modified object code on the User Product (for example, the work has
300
+ been installed in ROM).
301
+
302
+ The requirement to provide Installation Information does not include
303
+ a requirement to continue to provide support service, warranty, or
304
+ updates for a work that has been modified by or for the recipient.
305
+ Service, warranty, or updates for a work that has been modified by or
306
+ for the recipient, or the Equivalent Installable Object Code for the
307
+ work, may be charged a fee.
308
+
309
+ 7. Additional Terms.
310
+
311
+ "Additional permissions" are terms that supplement the terms of this
312
+ License by making exceptions from one or more of its conditions.
313
+ Additional permissions that are applicable to the entire Program shall
314
+ be treated as though they were included in this License, to the extent
315
+ that they are valid under applicable law. If additional permissions
316
+ apply only to part of the Program, that part may be used separately
317
+ under those permissions, but the entire Program remains governed by
318
+ this License without regard to the additional permissions.
319
+
320
+ When you convey a copy of a covered work, you may at your option
321
+ remove any additional permissions from that copy, or from any part of
322
+ it. (Additional permissions may be written to require their own
323
+ removal in certain cases when you modify the work.) You may place
324
+ additional permissions on material, added by you to a covered work,
325
+ for which you have or can give appropriate copyright permission.
326
+
327
+ Notwithstanding any other provision of this License, for material
328
+ you add to a covered work, you may (if authorized by the copyright
329
+ holders of that material) supplement the terms of this License with
330
+ terms:
331
+
332
+ a) Disclaiming warranty or limiting liability differently from
333
+ the terms of sections 15 and 16 of this License; or
334
+
335
+ b) Requiring preservation of specified reasonable legal notices or
336
+ author attributions in that material or in the Appropriate Legal
337
+ Notices displayed by works containing it; or
338
+
339
+ c) Prohibiting misrepresentation of the origin of that material,
340
+ or requiring that modified versions of such material be marked in
341
+ reasonable ways as different from the original version; or
342
+
343
+ d) Limiting the use for publicity purposes of names of licensors
344
+ or authors of the material; or
345
+
346
+ e) Declining to grant rights under trademark law for use of some
347
+ trade names, trademarks, or service marks; or
348
+
349
+ f) Requiring indemnification of licensors and authors of that
350
+ material by anyone who conveys that material (or modified versions
351
+ of it) with contractual assumptions of liability to the recipient,
352
+ for any liability that these contractual assumptions directly
353
+ impose on those licensors and authors.
354
+
355
+ All other non-permissive additional terms are considered "further
356
+ restrictions" within the meaning of section 10. If the Program as you
357
+ received it, or any part of it, contains a notice stating that it is
358
+ governed by this License along with a term that is a further
359
+ restriction, you may remove that term. If a license document contains
360
+ a further restriction but permits relicensing or conveying under this
361
+ License, you may add to a covered work material governed by the terms
362
+ of that license document, provided that the further restriction does
363
+ not survive such relicensing or conveying.
364
+
365
+ If you add terms for a covered work in accord with this section, you
366
+ must place, in the relevant source files, a statement of the
367
+ additional terms that apply to those files, or a notice indicating
368
+ where to find the applicable terms.
369
+
370
+ Additional terms, permissive or non-permissive, may be stated in the
371
+ form of a separately written license, or stated as exceptions;
372
+ the above requirements apply either way.
373
+
374
+ 8. Termination.
375
+
376
+ You may not propagate or modify a covered work except as expressly
377
+ provided under this License. Any attempt otherwise to propagate or
378
+ modify it is void, and will automatically terminate your rights under
379
+ this License (including any patent grants provided under the third
380
+ paragraph of section 11). However, if you cease all violation of this
381
+ License, then your license from a particular copyright holder is
382
+ reinstated (a) provisionally, unless and until the copyright holder
383
+ explicitly and finally terminates your license, and (b) permanently,
384
+ if the copyright holder fails to notify you of the violation by some
385
+ reasonable means prior to 60 days after the cessation.
386
+
387
+ Moreover, your license from a particular copyright holder is
388
+ reinstated permanently if the copyright holder notifies you of the
389
+ violation by some reasonable means, this is the first time you have
390
+ received notice of violation of this License (for any work) from that
391
+ copyright holder, and you cure the violation prior to 30 days after
392
+ your receipt of the notice.
393
+
394
+ Termination of your rights under this section does not terminate the
395
+ licenses of parties who have received copies or rights from you under
396
+ this License. If your rights have been terminated and not permanently
397
+ reinstated, you do not qualify to receive new licenses for the same
398
+ material under section 10.
399
+
400
+ 9. Acceptance Not Required for Having Copies.
401
+
402
+ You are not required to accept this License in order to receive or
403
+ run a copy of the Program. Ancillary propagation of a covered work
404
+ occurring solely as a consequence of using peer-to-peer transmission
405
+ to receive a copy also does not require acceptance. However, nothing
406
+ other than this License grants you permission to propagate or modify
407
+ any covered work. These actions infringe copyright if you do not
408
+ accept this License. Therefore, by modifying or propagating a covered
409
+ work, you indicate your acceptance of this License to do so.
410
+
411
+ 10. Automatic Licensing of Downstream Recipients.
412
+
413
+ Each time you convey a covered work, the recipient automatically
414
+ receives a license from the original licensors, to run, modify and
415
+ propagate that work, subject to this License. You are not responsible
416
+ for enforcing compliance by third parties with this License. An
417
+ "entity transaction" is a transaction transferring control of an
418
+ organization, or substantially all assets of one, or subdividing an
419
+ organization, or merging organizations. If propagation of a covered
420
+ work results from an entity transaction, each party to that
421
+ transaction who receives a copy of the work also receives whatever
422
+ licenses to the work the party's predecessor in interest had or could
423
+ give under the previous paragraph, plus a right to possession of the
424
+ Corresponding Source of the work from the predecessor in interest, if
425
+ the predecessor has it or can get it with reasonable efforts.
426
+
427
+ You may not impose any further restrictions on the exercise of the
428
+ rights granted or affirmed under this License. For example, you may
429
+ not impose a license fee, royalty, or other charge for exercise of
430
+ rights granted under this License, and you may not initiate litigation
431
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
432
+ any patent claim is infringed by making, using, selling, offering for
433
+ sale, or importing the Program or any portion of it.
434
+
435
+ 11. Patents.
436
+
437
+ A "contributor" is a copyright holder who authorizes use under this
438
+ License of the Program or a work on which the Program is based. The
439
+ work thus modified is called the contributor's "contributor version".
440
+
441
+ A contributor's "essential patent claims" are all patent claims
442
+ owned or controlled by the contributor, whether already acquired or
443
+ hereafter acquired, that would be infringed by some manner, permitted
444
+ by this License, of making, using, or selling its contributor version,
445
+ but do not include claims that would be infringed only as a
446
+ consequence of further modification of the contributor version. For
447
+ purposes of this definition, "control" includes the right to grant
448
+ patent sublicenses in a manner consistent with the requirements of
449
+ this License.
450
+
451
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
452
+ patent license under the contributor's essential patent claims, to
453
+ make, use, sell, offer for sale, import and otherwise run, modify and
454
+ propagate the contents of its contributor version.
455
+
456
+ In the following three paragraphs, a "patent license" is any express
457
+ agreement or commitment, however denominated, not to enforce a patent
458
+ (such as an express permission to practice a patent or covenant not to
459
+ sue for patent infringement). To "grant" such a patent license to a
460
+ party means to make such an agreement or commitment not to enforce a
461
+ patent against the party.
462
+
463
+ If you convey a covered work, knowingly relying on a patent license,
464
+ and the Corresponding Source of the work is not available for anyone
465
+ to copy, free of charge and under the terms of this License, through a
466
+ publicly available network server or other readily accessible means,
467
+ then you must either (1) cause the Corresponding Source to be so
468
+ available, or (2) arrange to deprive yourself of the benefit of the
469
+ patent license for this particular work, or (3) arrange, in a manner
470
+ consistent with the requirements of this License, to extend the patent
471
+ license to downstream recipients. "Knowingly relying" means you have
472
+ actual knowledge that, but for the patent license, your conveying the
473
+ covered work in a country, or your recipient's use of the covered work
474
+ in a country, would infringe one or more identifiable patents in that
475
+ country that you have reason to believe are valid.
476
+
477
+ If, pursuant to or in connection with a single transaction or
478
+ arrangement, you convey, or propagate by procuring conveyance of, a
479
+ covered work, and grant a patent license to some of the parties
480
+ receiving the covered work authorizing them to use, propagate, modify
481
+ or convey a specific copy of the covered work, then the patent license
482
+ you grant is automatically extended to all recipients of the covered
483
+ work and works based on it.
484
+
485
+ A patent license is "discriminatory" if it does not include within
486
+ the scope of its coverage, prohibits the exercise of, or is
487
+ conditioned on the non-exercise of one or more of the rights that are
488
+ specifically granted under this License. You may not convey a covered
489
+ work if you are a party to an arrangement with a third party that is
490
+ in the business of distributing software, under which you make payment
491
+ to the third party based on the extent of your activity of conveying
492
+ the work, and under which the third party grants, to any of the
493
+ parties who would receive the covered work from you, a discriminatory
494
+ patent license (a) in connection with copies of the covered work
495
+ conveyed by you (or copies made from those copies), or (b) primarily
496
+ for and in connection with specific products or compilations that
497
+ contain the covered work, unless you entered into that arrangement,
498
+ or that patent license was granted, prior to 28 March 2007.
499
+
500
+ Nothing in this License shall be construed as excluding or limiting
501
+ any implied license or other defenses to infringement that may
502
+ otherwise be available to you under applicable patent law.
503
+
504
+ 12. No Surrender of Others' Freedom.
505
+
506
+ If conditions are imposed on you (whether by court order, agreement
507
+ or otherwise) that contradict the conditions of this License, they do
508
+ not excuse you from the conditions of this License. If you cannot
509
+ convey a covered work so as to satisfy simultaneously your obligations
510
+ under this License and any other pertinent obligations, then as a
511
+ consequence you may not convey it at all. For example, if you agree
512
+ to terms that obligate you to collect a royalty for further conveying
513
+ from those to whom you convey the Program, the only way you could
514
+ satisfy both those terms and this License would be to refrain entirely
515
+ from conveying the Program.
516
+
517
+ 13. Remote Network Interaction; Use with the GNU General Public License.
518
+
519
+ Notwithstanding any other provision of this License, if you modify
520
+ the Program, or if you convey a covered work for which your
521
+ corresponding source is not available for all users in the same
522
+ geographic region as you require corresponding source to be available,
523
+ then your modified version or your modified copy must offer access for
524
+ all users to the corresponding source for as long as you convey the
525
+ covered work.
526
+
527
+ If you have knowledge that a license including a software restriction
528
+ is applicable to a covered work for which corresponding source is not
529
+ available, you must take any reasonable steps to inform the users of
530
+ this fact.
531
+
532
+ The GNU Affero General Public License is based on the GNU General
533
+ Public License, but includes an additional condition on interactive
534
+ user interfaces: if your modified version provides an interface that
535
+ displays "Appropriate Legal Notices", it must display them as well.
536
+
537
+ All material added by you to a covered work must likewise be made
538
+ available under this License, unless the material's own license states
539
+ that it is governed by a different license.
540
+
541
+ 14. Revised Versions of this License.
542
+
543
+ The Free Software Foundation may publish revised and/or new versions
544
+ of the GNU Affero General Public License from time to time. Such new
545
+ versions will be similar in spirit to the present version, but may
546
+ differ in detail to address new problems or concerns.
547
+
548
+ Each version is given a distinguishing version number. If the
549
+ Program specifies that a certain numbered version of the GNU Affero
550
+ General Public License "or any later version" applies to it, you have
551
+ the option of following the terms and conditions either of that
552
+ numbered version or of any later version published by the Free Software
553
+ Foundation. If the Program does not specify a version number of the
554
+ GNU Affero General Public License, you may choose any version ever
555
+ published by the Free Software Foundation.
556
+
557
+ If the Program specifies that a proxy can decide which future
558
+ versions of the GNU Affero General Public License can be used, that
559
+ proxy's public statement of acceptance of a version permanently
560
+ authorizes you to choose that version for the Program.
561
+
562
+ Later license versions may give you additional or different
563
+ permissions. However, no additional obligations are imposed on any
564
+ author or copyright holder as a result of your choosing to follow a
565
+ later version.
566
+
567
+ 15. Disclaimer of Warranty.
568
+
569
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
570
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
571
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
572
+ WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
573
+ LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
574
+ PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
575
+ PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
576
+ DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
577
+ CORRECTION.
578
+
579
+ 16. Limitation of Liability.
580
+
581
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
582
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
583
+ CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
584
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
585
+ ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
586
+ NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
587
+ LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM
588
+ TO OPERATE WITH ANY OTHER PROGRAM), EVEN IF SUCH HOLDER OR OTHER PARTY
589
+ HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
590
+
591
+ 17. Interpretation of Sections 15 and 16.
592
+
593
+ If the disclaimer of warranty and limitation of liability provided
594
+ above cannot be given local legal effect according to their terms,
595
+ reviewing courts shall apply local law that most closely approximates
596
+ an absolute waiver of all civil liability in connection with the
597
+ Program, unless a warranty or assumption of liability accompanies a
598
+ copy of the Program in return for a fee.
599
+
600
+ END OF TERMS AND CONDITIONS
601
+
602
+ Copyright notice and license for the project
603
+
604
+ hermes-infra is free software: you can redistribute it and/or
605
+ modify it under the terms of the GNU Affero General Public License as
606
+ published by the Free Software Foundation, either version 3 of the
607
+ License, or (at your option) any later version.
608
+
609
+ hermes-infra is distributed in the hope that it will be useful, but
610
+ WITHOUT ANY WARRANTY; without even the implied warranty of
611
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
612
+ Affero General Public License for more details.
613
+
614
+ You should have received a copy of the GNU Affero General Public
615
+ License along with this program. If not, see
616
+ <https://www.gnu.org/licenses/>.
package/NOTICE ADDED
@@ -0,0 +1,7 @@
1
+ Copyright (C) 2026 0xPlayerOne
2
+
3
+ This repository is distributed under the GNU Affero General Public License
4
+ version 3 or later (AGPL-3.0-or-later). The complete license text is available
5
+ at https://www.gnu.org/licenses/agpl-3.0.txt.
6
+
7
+ Individual files may retain their original copyright and license notices.