@tophtab/homer 0.1.1 → 0.1.2

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