Clarify use of LGPLv3 license. Closes #35.

This commit is contained in:
Tony Garnock-Jones 2018-01-17 13:24:39 +00:00
parent 1ab4f0f525
commit 22d837d6a4
2 changed files with 15 additions and 2 deletions

View File

View File

@ -47,6 +47,19 @@ This repository contains
- a sketch of a Haskell implementation of the core routing structures
of Syndicate in `hs/`
## Copyright
## Copyright and License
Copyright © Tony Garnock-Jones 2010, 2011, 2012, 2013, 2014, 2015, 2016.
Copyright © Tony Garnock-Jones 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018.
This program 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 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.