@@ -538,58 +538,3 @@ given local legal effect according to their terms, reviewing courts shall apply
538
538
law that most closely approximates an absolute waiver of all civil liability in
539
539
connection with the Program, unless a warranty or assumption of liability accompanies
540
540
a copy of the Program in return for a fee.
541
-
542
- _ END OF TERMS AND CONDITIONS_
543
-
544
- ## How to Apply These Terms to Your New Programs
545
-
546
- If you develop a new program, and you want it to be of the greatest possible use to
547
- the public, the best way to achieve this is to make it free software which everyone
548
- can redistribute and change under these terms.
549
-
550
- To do so, attach the following notices to the program. It is safest to attach them
551
- to the start of each source file to most effectively state the exclusion of warranty;
552
- and each file should have at least the “copyright” line and a pointer to
553
- where the full notice is found.
554
-
555
- @jsdsl/queue - A queue/FIFO data structure.
556
- Copyright (C) 2019 Trevor Sears
557
-
558
- This program is free software: you can redistribute it and/or modify
559
- it under the terms of the GNU General Public License as published by
560
- the Free Software Foundation, either version 3 of the License, or
561
- (at your option) any later version.
562
-
563
- This program is distributed in the hope that it will be useful,
564
- but WITHOUT ANY WARRANTY; without even the implied warranty of
565
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
566
- GNU General Public License for more details.
567
-
568
- You should have received a copy of the GNU General Public License
569
- along with this program. If not, see <http://www.gnu.org/licenses/>.
570
-
571
- Also add information on how to contact you by electronic and paper mail.
572
-
573
- If the program does terminal interaction, make it output a short notice like this
574
- when it starts in an interactive mode:
575
-
576
- @jsdsl/queue Copyright (C) 2019 Trevor Sears
577
- This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'.
578
- This is free software, and you are welcome to redistribute it
579
- under certain conditions; type 'show c' for details.
580
-
581
- The hypothetical commands ` show w ` and ` show c ` should show the appropriate parts of
582
- the General Public License. Of course, your program's commands might be different;
583
- for a GUI interface, you would use an “about box”.
584
-
585
- You should also get your employer (if you work as a programmer) or school, if any, to
586
- sign a “copyright disclaimer” for the program, if necessary. For more
587
- information on this, and how to apply and follow the GNU GPL, see
588
- < ; < http://www.gnu.org/licenses/ > > ; .
589
-
590
- The GNU General Public License does not permit incorporating your program into
591
- proprietary programs. If your program is a subroutine library, you may consider it
592
- more useful to permit linking proprietary applications with the library. If this is
593
- what you want to do, use the GNU Lesser General Public License instead of this
594
- License. But first, please read
595
- < ; < http://www.gnu.org/philosophy/why-not-lgpl.html > > ; .
0 commit comments