From ef8703220ec8e7573417b08881f636082e4b8d58 Mon Sep 17 00:00:00 2001 From: lbergman Date: Wed, 5 Jul 2000 14:13:44 +0000 Subject: [PATCH] Added minimum GNU License git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@592 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/addrbook_popup.php | 3 +++ src/addrbook_search.php | 3 +++ src/addrbook_search_html.php | 2 ++ src/addressbook.php | 3 +++ src/addressbook_csvimport.php | 26 +++++-------------- src/compose.php | 8 +++++- src/delete_message.php | 10 ++++++++ src/download.php | 10 ++++++++ src/empty_trash.php | 10 ++++++++ src/folders.php | 11 ++++++++ src/folders_create.php | 10 ++++++++ src/folders_delete.php | 10 ++++++++ src/folders_rename_do.php | 47 ++++++++++++++++++++++++++++++++++ src/folders_rename_getname.php | 10 ++++++++ src/folders_subscribe.php | 10 ++++++++ src/help.php | 17 +++++++----- src/left_help.php | 5 +++- src/left_main.php | 2 ++ src/load_prefs.php | 11 ++++++++ src/move_messages.php | 9 +++++++ src/msg_highlight.php | 12 +++++++++ src/options.php | 11 ++++++++ src/options_submit.php | 11 ++++++++ src/read_body.php | 15 +++++++++++ 24 files changed, 237 insertions(+), 29 deletions(-) diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index 27fb93b3..f8248efe 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -2,6 +2,9 @@ /** ** addrbook_popup.php ** + ** Copyright (c) 1999-2000 The SquirrelMail development team + ** Licensed under the GNU GPL. For full terms see the file COPYING. + ** ** Frameset for the JavaScript version of the address book. ** **/ diff --git a/src/addrbook_search.php b/src/addrbook_search.php index a4b74f4e..d89d118b 100644 --- a/src/addrbook_search.php +++ b/src/addrbook_search.php @@ -2,6 +2,9 @@ /** ** addrbook_search.php ** + ** Copyright (c) 1999-2000 The SquirrelMail development team + ** Licensed under the GNU GPL. For full terms see the file COPYING. + ** ** Handle addressbook searching in the popup window. ** ** NOTE: A lot of this code is similar to the code in diff --git a/src/addrbook_search_html.php b/src/addrbook_search_html.php index e07d8f9d..11a7416f 100644 --- a/src/addrbook_search_html.php +++ b/src/addrbook_search_html.php @@ -2,6 +2,8 @@ /** ** addrbook_search.php ** + ** Copyright (c) 1999-2000 The SquirrelMail development team + ** Licensed under the GNU GPL. For full terms see the file COPYING. ** Handle addressbook searching with pure html. ** This file is included from compose.php ** diff --git a/src/addressbook.php b/src/addressbook.php index c98549bf..685ea836 100644 --- a/src/addressbook.php +++ b/src/addressbook.php @@ -2,6 +2,9 @@ /** ** addressbook.php ** + ** Copyright (c) 1999-2000 The SquirrelMail development team + ** Licensed under the GNU GPL. For full terms see the file COPYING. + ** ** Manage personal address book. ** **/ diff --git a/src/addressbook_csvimport.php b/src/addressbook_csvimport.php index 1b262d2c..9899f361 100644 --- a/src/addressbook_csvimport.php +++ b/src/addressbook_csvimport.php @@ -1,30 +1,16 @@

"; + if ($method == "sub") { + echo _("Subscribed Successfully!"); + echo "

"; + echo _("You have been successfully subscribed."); + } else { + echo _("Unsubscribed Successfully!"); + echo "

"; + echo _("You have been successfully unsubscribed."); + } + echo "
"; session_start(); if (!isset($config_php)) diff --git a/src/folders_rename_getname.php b/src/folders_rename_getname.php index d574edae..58fad366 100644 --- a/src/folders_rename_getname.php +++ b/src/folders_rename_getname.php @@ -1,4 +1,14 @@