From 9c39566fe7af8265e9adb94810238eccd331af68 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 21 Jan 2011 14:27:34 +0100 Subject: [PATCH] Fix licenses. --- ingo/migration/1_ingo_base_tables.php | 6 +++--- ingo/migration/2_ingo_upgrade_autoincrement.php | 6 +++--- mnemo/migration/1_mnemo_base_tables.php | 6 +++--- mnemo/migration/2_mnemo_upgrade_autoincrement.php | 6 +++--- turba/lib/Driver.php | 2 +- turba/migration/1_turba_base_tables.php | 6 +++--- turba/migration/2_turba_upgrade_autoincrement.php | 6 +++--- whups/migration/1_whups_base_tables.php | 6 +++--- whups/migration/2_whups_autoincrement_shares.php | 6 +++--- 9 files changed, 25 insertions(+), 25 deletions(-) diff --git a/ingo/migration/1_ingo_base_tables.php b/ingo/migration/1_ingo_base_tables.php index 2f7be1d4e..855e82547 100644 --- a/ingo/migration/1_ingo_base_tables.php +++ b/ingo/migration/1_ingo_base_tables.php @@ -4,12 +4,12 @@ * * Copyright 2010 The Horde Project (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you - * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. + * See the enclosed file LICENSE for license information (ASL). If you + * did not receive this file, see http://www.horde.org/licenses/asl.php. * * @author Michael J. Rubinsky * @category Horde - * @license http://www.fsf.org/copyleft/gpl.html GPL + * @license http://www.horde.org/licenses/asl.php ASL * @package Ingo */ class IngoBaseTables extends Horde_Db_Migration_Base diff --git a/ingo/migration/2_ingo_upgrade_autoincrement.php b/ingo/migration/2_ingo_upgrade_autoincrement.php index b8ecac98d..72c762054 100644 --- a/ingo/migration/2_ingo_upgrade_autoincrement.php +++ b/ingo/migration/2_ingo_upgrade_autoincrement.php @@ -4,12 +4,12 @@ * * Copyright 2010 The Horde Project (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you - * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. + * See the enclosed file LICENSE for license information (ASL). If you + * did not receive this file, see http://www.horde.org/licenses/asl.php. * * @author Michael J. Rubinsky * @category Horde - * @license http://www.fsf.org/copyleft/gpl.html GPL + * @license http://www.horde.org/licenses/asl.php ASL * @package Ingo */ class IngoUpgradeAutoIncrement extends Horde_Db_Migration_Base diff --git a/mnemo/migration/1_mnemo_base_tables.php b/mnemo/migration/1_mnemo_base_tables.php index 1deed639b..c503a1e78 100644 --- a/mnemo/migration/1_mnemo_base_tables.php +++ b/mnemo/migration/1_mnemo_base_tables.php @@ -4,12 +4,12 @@ * * Copyright 2010 The Horde Project (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you - * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. + * See the enclosed file LICENSE for license information (ASL). If you + * did not receive this file, see http://www.horde.org/licenses/asl.php. * * @author Michael J. Rubinsky * @category Horde - * @license http://www.fsf.org/copyleft/gpl.html GPL + * @license http://www.horde.org/licenses/asl.php ASL * @package Mnemo */ class MnemoBaseTables extends Horde_Db_Migration_Base diff --git a/mnemo/migration/2_mnemo_upgrade_autoincrement.php b/mnemo/migration/2_mnemo_upgrade_autoincrement.php index d6e99d2f6..11b6dc40a 100644 --- a/mnemo/migration/2_mnemo_upgrade_autoincrement.php +++ b/mnemo/migration/2_mnemo_upgrade_autoincrement.php @@ -4,12 +4,12 @@ * * Copyright 2010 The Horde Project (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you - * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. + * See the enclosed file LICENSE for license information (ASL). If you + * did not receive this file, see http://www.horde.org/licenses/asl.php. * * @author Michael J. Rubinsky * @category Horde - * @license http://www.fsf.org/copyleft/gpl.html GPL + * @license http://www.horde.org/licenses/asl.php ASL * @package Mnemo */ class MnemoUpgradeAutoIncrement extends Horde_Db_Migration_Base diff --git a/turba/lib/Driver.php b/turba/lib/Driver.php index ec8ef1beb..9051de1fb 100644 --- a/turba/lib/Driver.php +++ b/turba/lib/Driver.php @@ -6,7 +6,7 @@ * * Copyright 2000-2010 The Horde Project (http://www.horde.org/) * - * See the enclosed file LICENSE for license information (ASL). If you did + * See the enclosed file LICENSE for license information (ASL). If you * did not receive this file, see http://www.horde.org/licenses/asl.php. * * @author Chuck Hagenbuch diff --git a/turba/migration/1_turba_base_tables.php b/turba/migration/1_turba_base_tables.php index 375b8d7e5..ba942fb02 100644 --- a/turba/migration/1_turba_base_tables.php +++ b/turba/migration/1_turba_base_tables.php @@ -4,12 +4,12 @@ * * Copyright 2010 The Horde Project (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you - * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. + * See the enclosed file LICENSE for license information (ASL). If you + * did not receive this file, see http://www.horde.org/licenses/asl.php. * * @author Michael J. Rubinsky * @category Horde - * @license http://www.fsf.org/copyleft/gpl.html GPL + * @license http://www.horde.org/licenses/asl.php ASL * @package Turba */ class TurbaBaseTables extends Horde_Db_Migration_Base diff --git a/turba/migration/2_turba_upgrade_autoincrement.php b/turba/migration/2_turba_upgrade_autoincrement.php index 797577e48..581412fd3 100644 --- a/turba/migration/2_turba_upgrade_autoincrement.php +++ b/turba/migration/2_turba_upgrade_autoincrement.php @@ -4,12 +4,12 @@ * * Copyright 2010 The Horde Project (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you - * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. + * See the enclosed file LICENSE for license information (ASL). If you + * did not receive this file, see http://www.horde.org/licenses/asl.php. * * @author Michael J. Rubinsky * @category Horde - * @license http://www.fsf.org/copyleft/gpl.html GPL + * @license http://www.horde.org/licenses/asl.php ASL * @package Turba */ class TurbaUpgradeAutoIncrement extends Horde_Db_Migration_Base diff --git a/whups/migration/1_whups_base_tables.php b/whups/migration/1_whups_base_tables.php index 9114b5d45..148d40865 100644 --- a/whups/migration/1_whups_base_tables.php +++ b/whups/migration/1_whups_base_tables.php @@ -4,12 +4,12 @@ * * Copyright 2010 The Horde Project (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you - * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. + * See the enclosed file LICENSE for license information (BSD). If you + * did not receive this file, see http://www.horde.org/licenses/bsdl.php. * * @author Michael J. Rubinsky * @category Horde - * @license http://www.fsf.org/copyleft/gpl.html GPL + * @license http://www.horde.org/licenses/bsdl.php BSD * @package Whups */ class WhupsBaseTables extends Horde_Db_Migration_Base diff --git a/whups/migration/2_whups_autoincrement_shares.php b/whups/migration/2_whups_autoincrement_shares.php index 43d4f9570..08c4e1265 100644 --- a/whups/migration/2_whups_autoincrement_shares.php +++ b/whups/migration/2_whups_autoincrement_shares.php @@ -4,12 +4,12 @@ * * Copyright 2010 The Horde Project (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you - * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. + * See the enclosed file LICENSE for license information (BSD). If you + * did not receive this file, see http://www.horde.org/licenses/bsdl.php. * * @author Michael J. Rubinsky * @category Horde - * @license http://www.fsf.org/copyleft/gpl.html GPL + * @license http://www.horde.org/licenses/bsdl.php BSD * @package Whups */ class WhupsAutoIncrementShares extends Horde_Db_Migration_Base -- 2.11.0