From 3154df97ddacb203deadb7448ebeca65afb740e0 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 6 Jan 2009 17:51:06 +0000 Subject: [PATCH] Happy New Year --- COPYING | 2 +- graphgen.php | 4 ++-- index.php | 4 ++-- lib/Driver.php | 4 ++-- lib/Driver/asterisksql.php | 4 ++-- lib/Operator.php | 4 ++-- lib/api.php | 4 ++-- lib/base.php | 4 ++-- search.php | 4 ++-- viewgraph.php | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/COPYING b/COPYING index 5a965fbc5..a6b67561a 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,7 @@ GNU GENERAL PUBLIC LICENSE Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. + Copyright 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/graphgen.php b/graphgen.php index d15894aeb..4106d350d 100644 --- a/graphgen.php +++ b/graphgen.php @@ -1,8 +1,8 @@ + * Copyright 2008-2009 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. diff --git a/index.php b/index.php index 0acf17d41..bb539f4c6 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,8 @@ + * Copyright 2008-2009 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. diff --git a/lib/Driver.php b/lib/Driver.php index 130579dbc..caef17e92 100644 --- a/lib/Driver.php +++ b/lib/Driver.php @@ -3,9 +3,9 @@ * Operator_Driver:: defines an API for implementing storage backends for * Operator. * - * $Horde: incubator/operator/lib/Driver.php,v 1.4 2008/07/06 18:21:50 bklang Exp $ + * $Horde: incubator/operator/lib/Driver.php,v 1.5 2009/01/06 17:51:06 jan Exp $ * - * Copyright 2007-2008 The Horde Project + * Copyright 2007-2009 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. diff --git a/lib/Driver/asterisksql.php b/lib/Driver/asterisksql.php index 60538827b..3df1acdc2 100644 --- a/lib/Driver/asterisksql.php +++ b/lib/Driver/asterisksql.php @@ -20,9 +20,9 @@ * The table structure can be created by the scripts/sql/operator_foo.sql * script. * - * $Horde: incubator/operator/lib/Driver/asterisksql.php,v 1.10 2008/07/06 18:21:50 bklang Exp $ + * $Horde: incubator/operator/lib/Driver/asterisksql.php,v 1.11 2009/01/06 17:51:07 jan Exp $ * - * Copyright 2008 The Horde Project + * Copyright 2008-2009 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. diff --git a/lib/Operator.php b/lib/Operator.php index 079be0dd8..5b8d94256 100644 --- a/lib/Operator.php +++ b/lib/Operator.php @@ -2,9 +2,9 @@ /** * Operator Base Class. * - * $Horde: incubator/operator/lib/Operator.php,v 1.12 2008/07/08 15:35:52 bklang Exp $ + * $Horde: incubator/operator/lib/Operator.php,v 1.13 2009/01/06 17:51:06 jan Exp $ * - * Copyright 2008 The Horde Project + * Copyright 2008-2009 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. diff --git a/lib/api.php b/lib/api.php index 9c3077695..116358928 100644 --- a/lib/api.php +++ b/lib/api.php @@ -5,9 +5,9 @@ * This file defines Operator's external API interface. Other applications * can interact with Operator through this API. * - * $Horde: incubator/operator/lib/api.php,v 1.2 2008/07/05 17:20:00 bklang Exp $ + * $Horde: incubator/operator/lib/api.php,v 1.3 2009/01/06 17:51:06 jan Exp $ * - * Copyright 2008 The Horde Project + * Copyright 2008-2009 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. diff --git a/lib/base.php b/lib/base.php index 30fdc9244..9653877be 100644 --- a/lib/base.php +++ b/lib/base.php @@ -2,12 +2,12 @@ /** * Operator base application file. * - * $Horde: incubator/operator/lib/base.php,v 1.4 2008/07/05 17:20:00 bklang Exp $ + * $Horde: incubator/operator/lib/base.php,v 1.5 2009/01/06 17:51:06 jan Exp $ * * This file brings in all of the dependencies that every Operator script will * need, and sets up objects that all scripts use. * - * Copyright 2008 The Horde Project + * Copyright 2008-2009 The Horde Project (http://www.horde.org/) * * @author Ben Klang */ diff --git a/search.php b/search.php index 8d0bcb740..7dbccd45d 100644 --- a/search.php +++ b/search.php @@ -1,8 +1,8 @@ + * Copyright 2008-2009 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. diff --git a/viewgraph.php b/viewgraph.php index efb48f7ba..2aab8ecb1 100644 --- a/viewgraph.php +++ b/viewgraph.php @@ -1,8 +1,8 @@ + * Copyright 2008-2009 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. -- 2.11.0