From 09bb6975c5cc263e9fcea62021e80d2a717270b5 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 6 May 2012 07:50:15 +0200 Subject: [PATCH] Added missing GPLv2 headers in some places. Also made file/class documentation more consistent. Change-Id: I1615bf268515ed7169e33173cea6ec30402451dc --- includes/installer/CliInstaller.php | 15 ++++++++++++++ includes/installer/DatabaseInstaller.php | 15 ++++++++++++++ includes/installer/DatabaseUpdater.php | 15 ++++++++++++++ includes/installer/Ibm_db2Installer.php | 15 ++++++++++++++ includes/installer/Ibm_db2Updater.php | 15 ++++++++++++++ includes/installer/InstallDocFormatter.php | 20 +++++++++++++++++++ includes/installer/Installer.php | 15 ++++++++++++++ includes/installer/LocalSettingsGenerator.php | 15 ++++++++++++++ includes/installer/MysqlInstaller.php | 15 ++++++++++++++ includes/installer/MysqlUpdater.php | 15 ++++++++++++++ includes/installer/OracleInstaller.php | 15 ++++++++++++++ includes/installer/OracleUpdater.php | 15 ++++++++++++++ includes/installer/PostgresInstaller.php | 15 ++++++++++++++ includes/installer/PostgresUpdater.php | 15 ++++++++++++++ includes/installer/SqliteInstaller.php | 15 ++++++++++++++ includes/installer/SqliteUpdater.php | 15 ++++++++++++++ includes/installer/WebInstaller.php | 15 ++++++++++++++ includes/installer/WebInstallerOutput.php | 15 ++++++++++++++ includes/installer/WebInstallerPage.php | 15 ++++++++++++++ 19 files changed, 290 insertions(+) diff --git a/includes/installer/CliInstaller.php b/includes/installer/CliInstaller.php index f9afbb20fb..0c3876c79d 100644 --- a/includes/installer/CliInstaller.php +++ b/includes/installer/CliInstaller.php @@ -2,6 +2,21 @@ /** * Core installer command line interface. * + * 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 + * * @file * @ingroup Deployment */ diff --git a/includes/installer/DatabaseInstaller.php b/includes/installer/DatabaseInstaller.php index 046fa16431..2cc539bccc 100644 --- a/includes/installer/DatabaseInstaller.php +++ b/includes/installer/DatabaseInstaller.php @@ -2,6 +2,21 @@ /** * DBMS-specific installation helper. * + * 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 + * * @file * @ingroup Deployment */ diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index 923b9941e1..6483c4e8ac 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -2,6 +2,21 @@ /** * DBMS-specific updater helper. * + * 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 + * * @file * @ingroup Deployment */ diff --git a/includes/installer/Ibm_db2Installer.php b/includes/installer/Ibm_db2Installer.php index a6c4fd65fb..76df7af478 100644 --- a/includes/installer/Ibm_db2Installer.php +++ b/includes/installer/Ibm_db2Installer.php @@ -2,6 +2,21 @@ /** * IBM_DB2-specific installer. * + * 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 + * * @file * @ingroup Deployment */ diff --git a/includes/installer/Ibm_db2Updater.php b/includes/installer/Ibm_db2Updater.php index 02d7cb1eb7..f812ac2774 100644 --- a/includes/installer/Ibm_db2Updater.php +++ b/includes/installer/Ibm_db2Updater.php @@ -2,6 +2,21 @@ /** * IBM_DB2-specific updater. * + * 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 + * * @file * @ingroup Deployment */ diff --git a/includes/installer/InstallDocFormatter.php b/includes/installer/InstallDocFormatter.php index 5801f26d88..9a389dd8bb 100644 --- a/includes/installer/InstallDocFormatter.php +++ b/includes/installer/InstallDocFormatter.php @@ -1,4 +1,24 @@