Cscott has uploaded a new change for review. https://gerrit.wikimedia.org/r/204082
Change subject: Clarify that Parsoid is GPLv2+ ...................................................................... Clarify that Parsoid is GPLv2+ Change-Id: Ie1710959bd2aa12b12d4f34fcd469e1bc6ec322f --- R COPYING.txt M README.md M package.json 3 files changed, 19 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/parsoid refs/changes/82/204082/1 diff --git a/COPYING b/COPYING.txt similarity index 100% rename from COPYING rename to COPYING.txt diff --git a/README.md b/README.md index 51bfa7c..18bdb28 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,21 @@ ``` More details are available at https://www.mediawiki.org/wiki/Parsoid/Setup + +== License == +Copyright (c) 2011-2015 Wikimedia Foundation and others; see +`AUTHORS.txt`. + +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 +the Free Software Foundation; either version 2 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 General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. diff --git a/package.json b/package.json index 4ab5af2..24ed622 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "parsoid", "description": "Mediawiki parser for the VisualEditor.", "version": "0.2.0-git", + "license": "GPL-2.0+", "dependencies": { "alea": "~0.0.9", "async": "~0.9.0", -- To view, visit https://gerrit.wikimedia.org/r/204082 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie1710959bd2aa12b12d4f34fcd469e1bc6ec322f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/services/parsoid Gerrit-Branch: master Gerrit-Owner: Cscott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
