diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/admin/addressbook/index.php | 4 | ||||
-rw-r--r-- | www/admin/distributionlist/index.php | 2 | ||||
-rw-r--r-- | www/admin/distributionlist/list.php | 2 | ||||
-rw-r--r-- | www/admin/index.php | 2 | ||||
-rw-r--r-- | www/admin/kolab/kde.php | 2 | ||||
-rw-r--r-- | www/admin/user/forward.php | 2 | ||||
-rw-r--r-- | www/admin/user/index.php | 22 |
7 files changed, 24 insertions, 12 deletions
diff --git a/www/admin/addressbook/index.php b/www/admin/addressbook/index.php index 83ca00a..88595c5 100644 --- a/www/admin/addressbook/index.php +++ b/www/admin/addressbook/index.php @@ -1,6 +1,6 @@ <?php /* - (c) 2004 Klarlvdalens Datakonsult AB + (c) 2004 Klarälvdalens Datakonsult AB (c) 2003 Tassilo Erlewein <tassilo.erlewein@erfrakon.de> (c) 2003 Martin Konold <martin.konold@erfrakon.de> This program is Free Software under the GNU General Public License (>=v2). @@ -96,4 +96,4 @@ $smarty->display('page.tpl'); buffer-file-coding-system: utf-8 End: */ -?> +?>
\ No newline at end of file diff --git a/www/admin/distributionlist/index.php b/www/admin/distributionlist/index.php index 61fdfcc..8be9cab 100644 --- a/www/admin/distributionlist/index.php +++ b/www/admin/distributionlist/index.php @@ -1,6 +1,6 @@ <?php /* - * Copyright (c) 2004 Klarälvdalens Datakonsult AB + * Copyright (c) 2004 Klarälvdalens Datakonsult AB * Copyright (c) 2003 Tassilo Erlewein <tassilo.erlewein@erfrakon.de> * Copyright (c) 2003 Martin Konold <martin.konold@erfrakon.de> * diff --git a/www/admin/distributionlist/list.php b/www/admin/distributionlist/list.php index be84f93..c54b8a8 100644 --- a/www/admin/distributionlist/list.php +++ b/www/admin/distributionlist/list.php @@ -1,6 +1,6 @@ <?php /* - * Copyright (c) 2004 KlarÃ��¿½ï¿½Â¤lvdalens Datakonsult AB + * Copyright (c) 2004 Klarälvdalens Datakonsult AB * * Written by Steffen Hansen <steffen@klaralvdalens-datakonsult.se> * diff --git a/www/admin/index.php b/www/admin/index.php index 0aa7fbd..f5ff5af 100644 --- a/www/admin/index.php +++ b/www/admin/index.php @@ -1,6 +1,6 @@ <?php /* - * Copyright (c) 2004 Klarälvdalens Datakonsult AB + * Copyright (c) 2004 Klarälvdalens Datakonsult AB * * Written by Steffen Hansen <steffen@klaralvdalens-datakonsult.se> * diff --git a/www/admin/kolab/kde.php b/www/admin/kolab/kde.php index 1e8fad3..87fe44c 100644 --- a/www/admin/kolab/kde.php +++ b/www/admin/kolab/kde.php @@ -1,6 +1,6 @@ <?php /* - (c) 2004 Klarlvdalens Datakonsult AB + (c) 2004 Klarälvdalens Datakonsult AB (c) 2003 Tassilo Erlewein <tassilo.erlewein@erfrakon.de> (c) 2003 Martin Konold <martin.konold@erfrakon.de> This program is Free Software under the GNU General Public License (>=v2). diff --git a/www/admin/user/forward.php b/www/admin/user/forward.php index 57b9bc9..92bbb56 100644 --- a/www/admin/user/forward.php +++ b/www/admin/user/forward.php @@ -1,6 +1,6 @@ <?php /* - * Copyright (c) 2004 KlarÃ��¿½ï¿½Â¿Â½Ã¯Â¿Â½Ã��¿Ã��½Ã��¯Ã��¿Ã��½Ã��¿½ï¿½Â¤lvdalens Datakonsult AB + * Copyright (c) 2004 Klarälvdalens Datakonsult AB * * Written by Steffen Hansen <steffen@klaralvdalens-datakonsult.se> * diff --git a/www/admin/user/index.php b/www/admin/user/index.php index 2daff4b..c2fbbb4 100644 --- a/www/admin/user/index.php +++ b/www/admin/user/index.php @@ -1,10 +1,22 @@ <?php /* - (c) 2004 Klarlvdalens Datakonsult AB - - This program is Free Software under the GNU General Public License (>=v2). - Read the file COPYING that comes with this packages for details. -*/ + * Copyright (c) 2004 Klarälvdalens Datakonsult AB + * + * Written by Steffen Hansen <steffen@klaralvdalens-datakonsult.se> + * + * 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, 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 can view the GNU General Public License, online, at the GNU + * Project's homepage; see <http://www.gnu.org/licenses/gpl.html>. + */ require_once('admin/include/mysmarty.php'); require_once('admin/include/headers.php'); |