095b9b2f82
Add eight license templates: - Apache2.txt: Apache License 2.0 - BSD2.txt: BSD 2-Clause License - BSD3.txt: BSD 3-Clause License - GPLv2.txt: GNU General Public License v2 - ISC.txt: ISC License - LGPL.txt: GNU Lesser General Public License v3 - MIT0.txt: MIT No Attribution License (0-Clause MIT) - MPL2.txt: Mozilla Public License v2.0 - Unlicense.txt: Unlicense (public domain) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
18 lines
720 B
Plaintext
18 lines
720 B
Plaintext
GNU LESSER GENERAL PUBLIC LICENSE
|
|
Version 3, 29 June 2007
|
|
|
|
Copyright (c) YEAR AUTHOR
|
|
|
|
This library is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Lesser General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This library is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Lesser General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Lesser General Public License
|
|
along with this library. If not, see <https://www.gnu.org/licenses/>.
|