From 6db8a5f586fed8e4d1abdc7c48050a49502d1b73 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Sat, 5 Jul 2008 17:19:59 +0000 Subject: [PATCH] Fix copyrights --- graphgen.php | 4 ++-- index.php | 4 ++-- lib/Driver.php | 4 ++-- lib/Driver/asterisksql.php | 4 ++-- lib/Operator.php | 4 ++-- lib/api.php | 5 ++++- lib/base.php | 6 +++++- search.php | 4 ++-- viewgraph.php | 4 ++-- 9 files changed, 23 insertions(+), 16 deletions(-) diff --git a/graphgen.php b/graphgen.php index 9562976c0..04f8528fa 100644 --- a/graphgen.php +++ b/graphgen.php @@ -1,8 +1,8 @@ + * Copyright 2008 The Horde Project * * 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 bab9245f4..0acf17d41 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,8 @@ + * Copyright 2008 The Horde Project * * 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 8f432f9db..7d51f6a56 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.2 2008/06/27 04:03:51 bklang Exp $ + * $Horde: incubator/operator/lib/Driver.php,v 1.3 2008/07/05 17:20:00 bklang Exp $ * - * Copyright 2007-2008 The Horde Project (http://www.horde.org/) + * Copyright 2007-2008 The Horde Project * * 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 b990d8f6b..f55b0bcc6 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.8 2008/07/03 14:29:17 bklang Exp $ + * $Horde: incubator/operator/lib/Driver/asterisksql.php,v 1.9 2008/07/05 17:20:00 bklang Exp $ * - * Copyright 2007-2008 The Horde Project (http://www.horde.org/) + * Copyright 2008 The Horde Project * * 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 1dc2fd70a..42005656d 100644 --- a/lib/Operator.php +++ b/lib/Operator.php @@ -2,9 +2,9 @@ /** * Operator Base Class. * - * $Horde: incubator/operator/lib/Operator.php,v 1.7 2008/07/05 15:53:39 bklang Exp $ + * $Horde: incubator/operator/lib/Operator.php,v 1.8 2008/07/05 17:20:00 bklang Exp $ * - * Copyright 2008 Alkaloid Networks LLC + * Copyright 2008 The Horde Project * * 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 ae92a72d4..9c3077695 100644 --- a/lib/api.php +++ b/lib/api.php @@ -5,11 +5,14 @@ * 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.1 2008/07/05 15:53:39 bklang Exp $ + * $Horde: incubator/operator/lib/api.php,v 1.2 2008/07/05 17:20:00 bklang Exp $ + * + * Copyright 2008 The Horde Project * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * + * @author Ben Klang * @package Operator */ diff --git a/lib/base.php b/lib/base.php index 0e9fbdc7f..30fdc9244 100644 --- a/lib/base.php +++ b/lib/base.php @@ -2,10 +2,14 @@ /** * Operator base application file. * - * $Horde: incubator/operator/lib/base.php,v 1.3 2008/06/27 17:17:11 bklang Exp $ + * $Horde: incubator/operator/lib/base.php,v 1.4 2008/07/05 17:20:00 bklang 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 + * + * @author Ben Klang */ // Check for a prior definition of HORDE_BASE (perhaps by an auto_prepend_file diff --git a/search.php b/search.php index 74de0d667..629fdec01 100644 --- a/search.php +++ b/search.php @@ -1,8 +1,8 @@ + * Copyright 2008 The Horde Project * * 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 c22ab3b57..efb48f7ba 100644 --- a/viewgraph.php +++ b/viewgraph.php @@ -1,8 +1,8 @@ + * Copyright 2008 The Horde Project * * 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