From 6b08ffcaafe0d9755aca07c6b9f624c3775c2dd0 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 3 Mar 2008 16:09:13 +0000 Subject: [PATCH] Updated headers, added Id git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9256 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_CopyPasteHandler.inc | 20 +++++++ gosa-core/include/class_MultiSelectWindow.inc | 20 +++++++ gosa-core/include/class_SnapShotDialog.inc | 20 +++++++ gosa-core/include/class_acl.inc | 20 +++++++ gosa-core/include/class_cache_handler.inc | 20 +++++++ gosa-core/include/class_certificate.inc | 20 +++++++ gosa-core/include/class_config.inc | 6 +- gosa-core/include/class_divSelectBox.inc | 20 +++++++ gosa-core/include/class_divlist.inc | 20 +++++++ gosa-core/include/class_gosaSupportDaemon.inc | 57 +++++++------------ gosa-core/include/class_hostActionQueue.inc | 35 ++++++------ gosa-core/include/class_ldap.inc | 30 +++++++--- gosa-core/include/class_log.inc | 35 ++++++------ gosa-core/include/class_msg_dialog.inc | 20 +++++++ gosa-core/include/class_multi_plug.inc | 34 +++++------ gosa-core/include/class_plugin.inc | 34 +++++------ gosa-core/include/class_pluglist.inc | 35 ++++++------ gosa-core/include/class_session.inc | 35 ++++++------ gosa-core/include/class_socketClient.inc | 20 +++++++ gosa-core/include/class_tabs.inc | 36 ++++++------ gosa-core/include/class_userinfo.inc | 34 +++++------ gosa-core/include/functions.inc | 10 ++-- gosa-core/include/functions_helpviewer.inc | 34 +++++------ gosa-core/include/php_setup.inc | 34 +++++------ 24 files changed, 432 insertions(+), 217 deletions(-) diff --git a/gosa-core/include/class_CopyPasteHandler.inc b/gosa-core/include/class_CopyPasteHandler.inc index 06006fbef..e18c26b7c 100644 --- a/gosa-core/include/class_CopyPasteHandler.inc +++ b/gosa-core/include/class_CopyPasteHandler.inc @@ -1,4 +1,24 @@ + * This code is part of GOsa (http://www.gosa-project.org) + * Copyright (C) 2003-2008 GONICUS GmbH + * + * ID: $$Id$$ * * 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 diff --git a/gosa-core/include/class_divSelectBox.inc b/gosa-core/include/class_divSelectBox.inc index dbee8bed4..a477eff43 100644 --- a/gosa-core/include/class_divSelectBox.inc +++ b/gosa-core/include/class_divSelectBox.inc @@ -1,4 +1,24 @@ diff --git a/gosa-core/include/class_ldap.inc b/gosa-core/include/class_ldap.inc index 642908017..4e0b82ac9 100644 --- a/gosa-core/include/class_ldap.inc +++ b/gosa-core/include/class_ldap.inc @@ -1,12 +1,26 @@ - Copyright (C) 2004-2006 Cajus Pollmeier - - Based in code of ldap.inc of - Copyright (C) 1998 Eric Kilfoil - *****************************************************************************/ +/* + * This code is part of GOsa (http://www.gosa-project.org) + * Copyright (C) 2003-2008 GONICUS GmbH + * Copyright (C) 2003 Alejandro Escanero Blanco + * Copyright (C) 1998 Eric Kilfoil + * + * ID: $$Id$$ + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ define("ALREADY_EXISTING_ENTRY",-10001); define("UNKNOWN_TOKEN_IN_LDIF_FILE",-10002); diff --git a/gosa-core/include/class_log.inc b/gosa-core/include/class_log.inc index fdebaaf80..5ac848379 100644 --- a/gosa-core/include/class_log.inc +++ b/gosa-core/include/class_log.inc @@ -1,24 +1,25 @@ \version 2.6 diff --git a/gosa-core/include/class_msg_dialog.inc b/gosa-core/include/class_msg_dialog.inc index 0a9a6a566..eba6b42bf 100644 --- a/gosa-core/include/class_msg_dialog.inc +++ b/gosa-core/include/class_msg_dialog.inc @@ -1,4 +1,24 @@