From 55bb51c5291a8a0fc1d607f7c2906c9aa2ea5300 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 4 Mar 2008 07:30:49 +0000 Subject: [PATCH] Updated headers git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9277 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/users/class_divListUsers.inc | 20 +++++++++++ .../admin/users/class_userManagement.inc | 34 ++++++++++--------- gosa-core/plugins/admin/users/main.inc | 34 ++++++++++--------- gosa-core/plugins/admin/users/tabs_user.inc | 20 +++++++++++ 4 files changed, 76 insertions(+), 32 deletions(-) diff --git a/gosa-core/plugins/admin/users/class_divListUsers.inc b/gosa-core/plugins/admin/users/class_divListUsers.inc index 8a7c5570f..53f13ee28 100644 --- a/gosa-core/plugins/admin/users/class_divListUsers.inc +++ b/gosa-core/plugins/admin/users/class_divListUsers.inc @@ -1,4 +1,24 @@ - - 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 + * 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 + * 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 */ class userManagement extends plugin diff --git a/gosa-core/plugins/admin/users/main.inc b/gosa-core/plugins/admin/users/main.inc index d2ab00aa9..f54272c9b 100644 --- a/gosa-core/plugins/admin/users/main.inc +++ b/gosa-core/plugins/admin/users/main.inc @@ -1,21 +1,23 @@