From: lbergman Date: Wed, 5 Jul 2000 14:13:44 +0000 (+0000) Subject: Added minimum GNU License X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=ef8703220ec8e7573417b08881f636082e4b8d58 Added minimum GNU License git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@592 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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 @@