mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Clarify licensing
The COPYING file contained the LGPL but README.md stated the license was GPL. I have decided to use the LGPL, so this commit fixes README.md.
This commit is contained in:
parent
b3c28ce3d4
commit
848d5d5049
1 changed files with 3 additions and 3 deletions
|
@ -70,16 +70,16 @@ template ShumateDemoWindow : Gtk.ApplicationWindow {
|
|||
Copyright (C) 2021 James Westman <james@jwestman.net>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
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 program 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 General Public License for more details.
|
||||
GNU Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
## Donate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue