Skip to content

Commit

Permalink
All sources of Sagui library are already under LGPL-2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioprog committed Nov 15, 2019
1 parent 8b6558c commit f177884
Show file tree
Hide file tree
Showing 103 changed files with 2,043 additions and 1,733 deletions.
21 changes: 10 additions & 11 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,21 @@
#
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
# Copyright (C) 2016-2019 Silvio Clecio <[email protected]>
#
# This file is part of Sagui library.
#
# Sagui 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.
# Sagui 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 2.1 of the License, or (at your option) any later version.
#
# Sagui 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.
# 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 Sagui library. If not, see <http:https://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Lesser General Public
# License along with Sagui library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#

cmake_minimum_required(VERSION 3.0.2)
Expand Down
659 changes: 499 additions & 160 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ Starting from the version 1.0.0, Sagui follows the [SemVer](https://semver.org)
# Licensing
Sagui is released under GNU Lesser General Public License v3.0. Check the [LICENSE file](https://github.com/risoflora/libsagui/blob/master/LICENSE) for more details.
[![GNU Lesser General Public License v3.0](https://www.gnu.org/graphics/lgplv3-88x31.png)](https://www.gnu.org/licenses/lgpl-3.0.html)
Sagui is released under GNU Lesser General Public License v2.1. Check the [LICENSE file](https://github.com/risoflora/libsagui/blob/master/LICENSE) for more details.
# Documentation
Expand Down
Loading

0 comments on commit f177884

Please sign in to comment.