Skip to content

Commit 6bccfc8

Browse files
Updated license (GPL-3.0 License)
Adjusted  license to fit this project. I segmented the licenses in 3 different parts. The first segment titled "GPL-3.0 License" relates to this project alone. JulianPrieber/littlelink-custom is licensed under the GNU General Public License v3.0. Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.   You may:    -  Commercially  use    -  Modify    -  Distribute    -  Patent    -  Privately use this project.    ###   I DO NOT PROVIDE ANY LIABILITY OR WARRANTY REGARDING THIS PROJECT!   ###    The second segment titled "Forked from" lists every repository this project is based on/forked from. The third segment titled "Third-Party licenses" includes all third-party licenses of  third-party code used in this project, including credit and links to the used repository.
1 parent c1604ff commit 6bccfc8

File tree

1 file changed

+29
-44
lines changed

1 file changed

+29
-44
lines changed

LICENSE

Lines changed: 29 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1+
2+
-------------------------------------- GPL-3.0 License --------------------------------------
3+
4+
JulianPrieber/littlelink-custom is licensed under the GNU General Public License v3.0
5+
6+
"LittleLink Custom" Copyright (C) 2022 Julian Prieber
7+
8+
This program is free software: you can redistribute it and/or modify
9+
it under the terms of the GNU General Public License as published by
10+
the Free Software Foundation, either version 3 of the License, or
11+
(at your option) any later version.
12+
13+
This program is distributed in the hope that it will be useful,
14+
but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16+
117
GNU GENERAL PUBLIC LICENSE
218
Version 3, 29 June 2007
319

4-
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
20+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
521
Everyone is permitted to copy and distribute verbatim copies
622
of this license document, but changing it is not allowed.
723

@@ -618,63 +634,30 @@ an absolute waiver of all civil liability in connection with the
618634
Program, unless a warranty or assumption of liability accompanies a
619635
copy of the Program in return for a fee.
620636

621-
END OF TERMS AND CONDITIONS
637+
-------------------------------------- --------------- --------------------------------------
622638

623-
How to Apply These Terms to Your New Programs
624639

625-
If you develop a new program, and you want it to be of the greatest
626-
possible use to the public, the best way to achieve this is to make it
627-
free software which everyone can redistribute and change under these terms.
628640

629-
To do so, attach the following notices to the program. It is safest
630-
to attach them to the start of each source file to most effectively
631-
state the exclusion of warranty; and each file should have at least
632-
the "copyright" line and a pointer to where the full notice is found.
641+
---------------------------------------- Forked from: ----------------------------------------
633642

634-
<one line to give the program's name and a brief idea of what it does.>
635-
Copyright (C) <year> <name of author>
643+
"LittleLink" Copyright (C) Seth Cottle (https://github.com/sethcottle)
644+
Under: MIT License (https://raw.githubusercontent.com/sethcottle/littlelink/main/LICENSE.md)
636645

637-
This program is free software: you can redistribute it and/or modify
638-
it under the terms of the GNU General Public License as published by
639-
the Free Software Foundation, either version 3 of the License, or
640-
(at your option) any later version.
641646

642-
This program is distributed in the hope that it will be useful,
643-
but WITHOUT ANY WARRANTY; without even the implied warranty of
644-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645-
GNU General Public License for more details.
646647

647-
You should have received a copy of the GNU General Public License
648-
along with this program. If not, see <https://www.gnu.org/licenses/>.
648+
"LittleLink Admin" Copyright (C) Khashayar Zavosh (https://github.com/khashayarzavosh)
649+
Under: GPL-3.0 License (https://raw.githubusercontent.com/khashayarzavosh/littlelink-admin/main/LICENSE)
649650

650-
Also add information on how to contact you by electronic and paper mail.
651651

652-
If the program does terminal interaction, make it output a short
653-
notice like this when it starts in an interactive mode:
654652

655-
<program> Copyright (C) <year> <name of author>
656-
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657-
This is free software, and you are welcome to redistribute it
658-
under certain conditions; type `show c' for details.
653+
"LittleLink Admin" Copyright (C) Aprillio Latuminggi (https://github.com/latuminggi)
654+
Under: GPL-3.0 License (https://raw.githubusercontent.com/latuminggi/littlelink-admin/main/LICENSE)
659655

660-
The hypothetical commands `show w' and `show c' should show the appropriate
661-
parts of the General Public License. Of course, your program's commands
662-
might be different; for a GUI interface, you would use an "about box".
656+
---------------------------------------- ------------ ----------------------------------------
663657

664-
You should also get your employer (if you work as a programmer) or school,
665-
if any, to sign a "copyright disclaimer" for the program, if necessary.
666-
For more information on this, and how to apply and follow the GNU GPL, see
667-
<https://www.gnu.org/licenses/>.
668658

669-
The GNU General Public License does not permit incorporating your program
670-
into proprietary programs. If your program is a subroutine library, you
671-
may consider it more useful to permit linking proprietary applications with
672-
the library. If this is what you want to do, use the GNU Lesser General
673-
Public License instead of this License. But first, please read
674-
<https://www.gnu.org/licenses/why-not-lgpl.html>.
675659

676-
677-
------------------Third-Party licenses------------------
660+
----------------------------------- Third-Party licenses: -----------------------------------
678661

679662
#begin Hover (https://github.com/IanLunn/Hover)
680663

@@ -724,3 +707,5 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
724707
SOFTWARE.
725708

726709
#end js-cookie
710+
711+
----------------------------------- -------------------- -----------------------------------

0 commit comments

Comments
 (0)