diff --git a/MaharaAuthPlugin.php b/MaharaAuthPlugin.php index 450ff042d9a000f58a0aa84dabcfe503de88c056..5eb55d0edb8b98c9bb623dc99d5c6351082e82ba 100644 --- a/MaharaAuthPlugin.php +++ b/MaharaAuthPlugin.php @@ -1,23 +1,22 @@ -# http://www.mediawiki.org/ -# -# 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. -# http://www.gnu.org/copyleft/gpl.html -*/ + *Mediawiki Authentication Plugin for Mahara + *Copyright (C) 2010, 2011 Catalyst IT (http://www.catalyst.net.nz) + * + *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. +**/ require_once('includes/AuthPlugin.php'); $wgExtensionCredits['other'][] = array( diff --git a/README.source b/README.source index be0e3a2c33f8b6a58c53ba544971eba03b24e5c4..ee27b6d6b952b232c323cec12b1b36114df56413 100644 --- a/README.source +++ b/README.source @@ -1,3 +1,22 @@ +Mediawiki Authentication Plugin for Mahara +Copyright (C) 2010, 2011 Catalyst IT (http://www.catalyst.net.nz) + +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. + +---------------------------------------- + To install this plugin, follow these steps: 1) Copy MaharaAuthPlugin.php into the includes directory in your mediawiki instance.