From 71b14360681038a4738726db7120be6e5420df41 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 4 Mar 2008 07:25:08 +0000 Subject: [PATCH] Added headers and props git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9273 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../plugins/admin/acl/class_aclManagement.inc | 34 +++++++++--------- gosa-core/plugins/admin/acl/class_aclRole.inc | 20 +++++++++++ .../plugins/admin/acl/class_divListACL.inc | 20 +++++++++++ gosa-core/plugins/admin/acl/main.inc | 36 ++++++++++--------- gosa-core/plugins/admin/acl/tabs_acl.inc | 20 +++++++++++ gosa-core/plugins/admin/acl/tabs_acl_role.inc | 20 +++++++++++ 6 files changed, 117 insertions(+), 33 deletions(-) diff --git a/gosa-core/plugins/admin/acl/class_aclManagement.inc b/gosa-core/plugins/admin/acl/class_aclManagement.inc index 43b238543..80c82530d 100644 --- a/gosa-core/plugins/admin/acl/class_aclManagement.inc +++ b/gosa-core/plugins/admin/acl/class_aclManagement.inc @@ -1,21 +1,23 @@ - - 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 aclManagement extends plugin diff --git a/gosa-core/plugins/admin/acl/class_aclRole.inc b/gosa-core/plugins/admin/acl/class_aclRole.inc index 70cf22c5b..0fca34925 100644 --- a/gosa-core/plugins/admin/acl/class_aclRole.inc +++ b/gosa-core/plugins/admin/acl/class_aclRole.inc @@ -1,4 +1,24 @@