jenkins-bot has submitted this change and it was merged. Change subject: AUTHORS.txt: Credit libraries as well as direct contributors ......................................................................
AUTHORS.txt: Credit libraries as well as direct contributors Also add missing MIT-LICENSE file for jquery.uls (it's dual-licensed). Change-Id: I0af1db585244a987e1af906a79802efa1722a22f --- M AUTHORS.txt A lib/jquery.uls/MIT-LICENSE 2 files changed, 66 insertions(+), 0 deletions(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified diff --git a/AUTHORS.txt b/AUTHORS.txt index 0020aa9..507cfe9 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -14,6 +14,7 @@ Timo Tijhof <[email protected]> Trevor Parscal <[email protected]> + Patch Contributors (minor contributors, alphabetically) Aaron Schulz <[email protected]> @@ -34,3 +35,46 @@ Steven Zhang <[email protected]> Subramanya Sastry <[email protected]> Thalia Chan <[email protected]> + + +Libraries used (alphabetically) + +jQuery + – https://jquery.com/ + – MIT license + – jQuery Foundation and other contributors + +jQuery i18n + – https://github.com/wikimedia/jquery.i18n + – MIT license (dual with GPL v2) + – Wikimedia Language Engineering Team and other contributors + +jQuery ULS + – https://github.com/wikimedia/jquery.uls + – MIT license (dual with GPL v2) + – Wikimedia Language Engineering Team and other contributors + +jsdifflib + – http://snowtide.com/jsdifflib + – BSD license + – Snowtide Informatics Systems, Inc. + +OOjs + – https://www.mediawiki.org/wiki/OOjs + – MIT license + – OOjs Team and other contributors + +OOjs UI + – https://www.mediawiki.org/wiki/OOjs_UI + – MIT license + – OOjs UI Team and other contributors + +RangeFix + – https://github.com/edg2s/rangefix + – MIT license + – Ed Sanders and other contributors + +UnicodeJS + – https://www.mediawiki.org/wiki/OOjs_UI + – MIT license + – UnicodeJS Team and other contributors diff --git a/lib/jquery.uls/MIT-LICENSE b/lib/jquery.uls/MIT-LICENSE new file mode 100644 index 0000000..8a9a70a --- /dev/null +++ b/lib/jquery.uls/MIT-LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2012 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon Harris, +Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland and other +contributors. See CREDITS for a list. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- To view, visit https://gerrit.wikimedia.org/r/173030 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0af1db585244a987e1af906a79802efa1722a22f Gerrit-PatchSet: 1 Gerrit-Project: VisualEditor/VisualEditor Gerrit-Branch: master Gerrit-Owner: Jforrester <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
