Foxtrott has submitted this change and it was merged. Change subject: Add license text to files ......................................................................
Add license text to files Change-Id: I0b15f674ef4b7fdede48e67ba0f031cf4c00854c --- M README.md M libs/Lingo.js M src/LingoBackend.php M src/LingoBasicBackend.php M src/LingoElement.php M src/LingoHooks.php M src/LingoMessageLog.php M src/LingoParser.php M src/LingoTree.php M styles/Lingo.css 10 files changed, 172 insertions(+), 4 deletions(-) Approvals: Foxtrott: Verified; Looks good to me, approved jenkins-bot: Checked diff --git a/README.md b/README.md index 2d1837f..2a6f52d 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ ## Requirements -- PHP 5.3.2 or later -- MediaWiki 1.25 or later +- PHP 5.3.3 or later +- MediaWiki 1.26 or later ## Installation diff --git a/libs/Lingo.js b/libs/Lingo.js index e281509..e1db33c 100644 --- a/libs/Lingo.js +++ b/libs/Lingo.js @@ -1,7 +1,28 @@ /** * Javascript handler for the Lingo extension * + * This file is part of the MediaWiki extension Lingo. + * + * @copyright 2011 - 2016, Stephan Gambke + * @license GNU General Public License, version 2 (or any later version) + * + * The Lingo extension 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. + * + * The Lingo extension 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, see <http://www.gnu.org/licenses/>. + * * @author Stephan Gambke + * + * @file + * @ingroup Lingo */ /*global jQuery, mediaWiki */ diff --git a/src/LingoBackend.php b/src/LingoBackend.php index 4d4f2a2..e64741a 100644 --- a/src/LingoBackend.php +++ b/src/LingoBackend.php @@ -3,6 +3,24 @@ /** * File holding the LingoBackend class * + * This file is part of the MediaWiki extension Lingo. + * + * @copyright 2011 - 2016, Stephan Gambke + * @license GNU General Public License, version 2 (or any later version) + * + * The Lingo extension 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. + * + * The Lingo extension 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, see <http://www.gnu.org/licenses/>. + * * @author Stephan Gambke * @file * @ingroup Lingo diff --git a/src/LingoBasicBackend.php b/src/LingoBasicBackend.php index 7d0bb47..84d80c2 100644 --- a/src/LingoBasicBackend.php +++ b/src/LingoBasicBackend.php @@ -3,6 +3,24 @@ /** * File holding the LingoBackend class * + * This file is part of the MediaWiki extension Lingo. + * + * @copyright 2011 - 2016, Stephan Gambke + * @license GNU General Public License, version 2 (or any later version) + * + * The Lingo extension 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. + * + * The Lingo extension 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, see <http://www.gnu.org/licenses/>. + * * @author Stephan Gambke * @file * @ingroup Lingo diff --git a/src/LingoElement.php b/src/LingoElement.php index cbe7574..9614ce8 100644 --- a/src/LingoElement.php +++ b/src/LingoElement.php @@ -3,6 +3,24 @@ /** * File holding the LingoElement class. * + * This file is part of the MediaWiki extension Lingo. + * + * @copyright 2011 - 2016, Stephan Gambke + * @license GNU General Public License, version 2 (or any later version) + * + * The Lingo extension 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. + * + * The Lingo extension 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, see <http://www.gnu.org/licenses/>. + * * @author Stephan Gambke * * @file diff --git a/src/LingoHooks.php b/src/LingoHooks.php index 589dca7..c260ac6 100644 --- a/src/LingoHooks.php +++ b/src/LingoHooks.php @@ -3,6 +3,24 @@ /** * File holding the LingoHooks class * + * This file is part of the MediaWiki extension Lingo. + * + * @copyright 2011 - 2016, Stephan Gambke + * @license GNU General Public License, version 2 (or any later version) + * + * The Lingo extension 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. + * + * The Lingo extension 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, see <http://www.gnu.org/licenses/>. + * * @author Stephan Gambke * @file * @ingroup Lingo diff --git a/src/LingoMessageLog.php b/src/LingoMessageLog.php index d7f2a2d..d5b8993 100644 --- a/src/LingoMessageLog.php +++ b/src/LingoMessageLog.php @@ -3,6 +3,24 @@ /** * File holding the LingoMessageLog class. * + * This file is part of the MediaWiki extension Lingo. + * + * @copyright 2011 - 2016, Stephan Gambke + * @license GNU General Public License, version 2 (or any later version) + * + * The Lingo extension 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. + * + * The Lingo extension 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, see <http://www.gnu.org/licenses/>. + * * @author Stephan Gambke * * @file diff --git a/src/LingoParser.php b/src/LingoParser.php index a2938ef..115127c 100644 --- a/src/LingoParser.php +++ b/src/LingoParser.php @@ -3,6 +3,24 @@ /** * File holding the LingoParser class. * + * This file is part of the MediaWiki extension Lingo. + * + * @copyright 2011 - 2016, Stephan Gambke + * @license GNU General Public License, version 2 (or any later version) + * + * The Lingo extension 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. + * + * The Lingo extension 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, see <http://www.gnu.org/licenses/>. + * * @author Stephan Gambke * * @file diff --git a/src/LingoTree.php b/src/LingoTree.php index 3d99c6a..cae4c2f 100644 --- a/src/LingoTree.php +++ b/src/LingoTree.php @@ -3,6 +3,24 @@ /** * File holding the LingoTree class * + * This file is part of the MediaWiki extension Lingo. + * + * @copyright 2011 - 2016, Stephan Gambke + * @license GNU General Public License, version 2 (or any later version) + * + * The Lingo extension 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. + * + * The Lingo extension 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, see <http://www.gnu.org/licenses/>. + * * @author Stephan Gambke * * @file diff --git a/styles/Lingo.css b/styles/Lingo.css index 6a8a1af..a2ed51e 100644 --- a/styles/Lingo.css +++ b/styles/Lingo.css @@ -1,11 +1,32 @@ /* * Stylesheet for the markup of glossary terms in wiki pages. + * + * This file is part of the MediaWiki extension Lingo. + * + * @copyright 2011 - 2016, Stephan Gambke + * @license GNU General Public License, version 2 (or any later version) + * + * The Lingo extension 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. + * + * The Lingo extension 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, see <http://www.gnu.org/licenses/>. + * + * @author Stephan Gambke + * + * @file + * @ingroup Lingo */ .mw-lingo-tooltip { - /*display: inline;*/ position: relative; - /*cursor: help;*/ } .mw-lingo-tooltip-abbr { -- To view, visit https://gerrit.wikimedia.org/r/275213 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0b15f674ef4b7fdede48e67ba0f031cf4c00854c Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Lingo Gerrit-Branch: master Gerrit-Owner: Foxtrott <[email protected]> Gerrit-Reviewer: Foxtrott <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
