Update third party licenses

This commit is contained in:
Matthew Jones
2017-01-04 12:39:14 -05:00
parent 448b066cfc
commit 6188f2d9b5
67 changed files with 4985 additions and 68 deletions

18
docs/licenses/inflect.txt Normal file
View File

@@ -0,0 +1,18 @@
Copyright (C) 2010 Paul Dyson
Based upon the Perl module Lingua::EN::Inflect by Damian Conway.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
The original Perl module Lingua::EN::Inflect by Damian Conway is available from http://search.cpan.org/~dconway/
This module can be downloaded at http://pypi.python.org/pypi/inflect
This module can be installed via easy_install inflect
Repository available at http://github.com/pwdyson/inflect.py