You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(160) |
Mar
(119) |
Apr
(111) |
May
(118) |
Jun
(101) |
Jul
(304) |
Aug
(113) |
Sep
(140) |
Oct
(137) |
Nov
(87) |
Dec
(122) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(78) |
Feb
(125) |
Mar
(131) |
Apr
(59) |
May
(121) |
Jun
(166) |
Jul
(150) |
Aug
(137) |
Sep
(73) |
Oct
(58) |
Nov
(27) |
Dec
(60) |
| 2005 |
Jan
(131) |
Feb
(84) |
Mar
(36) |
Apr
(8) |
May
(28) |
Jun
(20) |
Jul
(10) |
Aug
(72) |
Sep
(76) |
Oct
(34) |
Nov
(3) |
Dec
(29) |
| 2006 |
Jan
(13) |
Feb
(92) |
Mar
(7) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(4) |
Aug
(17) |
Sep
(5) |
Oct
(2) |
Nov
(8) |
Dec
(12) |
| 2007 |
Jan
(28) |
Feb
(15) |
Mar
|
Apr
|
May
(8) |
Jun
(4) |
Jul
(5) |
Aug
(8) |
Sep
(20) |
Oct
(38) |
Nov
(65) |
Dec
(92) |
| 2008 |
Jan
(21) |
Feb
(56) |
Mar
(27) |
Apr
(174) |
May
(25) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <jgr...@us...> - 2003-08-01 00:36:30
|
Update of /cvsroot/popfile/engine/Proxy
In directory sc8-pr-cvs1:/tmp/cvs-serv22465/Proxy
Modified Files:
POP3.pm
Log Message:
Fix two bugs in our TOP handling when toptoo is enabled: 1. we were getting the +OK twice which meant that TOPed messages out have a +OK 'header' 2. We were not sending the message number into the second classify call and hence the XPL link had the wrong thing in it: both discovered because of the test suite
Index: POP3.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Proxy/POP3.pm,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** POP3.pm 31 Jul 2003 23:39:06 -0000 1.69
--- POP3.pm 1 Aug 2003 00:36:26 -0000 1.70
***************
*** 308,316 ****
if ( $command =~ /TOP (.*) (.*)/i ) {
if ( $2 ne '99999999' ) {
if ( $self->config_( 'toptoo' ) ) {
! my $count = $1;
!
! if ( $self->echo_response_($mail, $client, "RETR $1" ) ) {
# Classify without echoing to client, saving file for later RETR's
--- 308,316 ----
if ( $command =~ /TOP (.*) (.*)/i ) {
+ my $count = $1;
+
if ( $2 ne '99999999' ) {
if ( $self->config_( 'toptoo' ) ) {
! if ( $self->echo_response_($mail, $client, "RETR $count" ) ) {
# Classify without echoing to client, saving file for later RETR's
***************
*** 320,328 ****
$downloaded{$count} = 1;
! if ( $self->echo_response_($mail, $client, $command ) ) {
# Classify with pre-defined class, without saving, echoing to client
! $self->{classifier__}->classify_and_modify( $mail, $client, $download_count, 0, 1, $class, 1 );
# Tell the parent that we just handled a mail
--- 320,331 ----
$downloaded{$count} = 1;
! # Note that the 1 here indicates that echo_response_ does not send the response to the
! # client. The +OK has already been sent by the RETR
!
! if ( $self->echo_response_($mail, $client, $command, 1 ) ) {
# Classify with pre-defined class, without saving, echoing to client
! $self->{classifier__}->classify_and_modify( $mail, $client, $download_count, $count, 1, $class, 1 );
# Tell the parent that we just handled a mail
|
|
From: <xue...@us...> - 2003-08-01 00:34:37
|
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1:/tmp/cvs-serv22141a Added Files: Polish-mui.nsh Polish-pfi.nsh Log Message: Polish language files for the installer/uninstaller. --- NEW FILE: Polish-mui.nsh --- #-------------------------------------------------------------------------- # Polish-mui.nsh # # This file contains additional "Polish" text strings used by the Windows installer # for POPFile (these strings are customised versions of strings provided by NSIS). # # See 'Polish-pfi.nsh' for the strings which are used on the custom pages. # # These strings are grouped according to the page/window where they are used # # Copyright (c) 2001-2003 John Graham-Cumming # # This file is part of POPFile # # POPFile 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. # # POPFile 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 POPFile; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # #-------------------------------------------------------------------------- !ifndef PFI_VERBOSE !verbose 3 !endif #-------------------------------------------------------------------------- # Standard MUI Page - Welcome # # The sequence \r\n\r\n inserts a blank line (note that the MUI_TEXT_WELCOME_INFO_TEXT string # should end with a \r\n\r\n sequence because another paragraph follows this string). #-------------------------------------------------------------------------- !insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_WELCOME_INFO_TEXT \ "Ten kreator pomo¿e Ci zainstalowaæ program POPFile.\r\n\r\nZalecamy, by zamkn¹³ wszystkie uruchomione programy zanim rozpoczniesz instalacjê.\r\n\r\n" #-------------------------------------------------------------------------- # Standard MUI Page - Finish # # The MUI_TEXT_FINISH_RUN text should be a short phrase (not a long paragraph) #-------------------------------------------------------------------------- !insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_FINISH_RUN \ "POPFile Interface u¿ytkownika" #-------------------------------------------------------------------------- # End of 'Polish-mui.nsh' #-------------------------------------------------------------------------- --- NEW FILE: Polish-pfi.nsh --- #-------------------------------------------------------------------------- # Polish-pfi.nsh # # This file contains additional "Polish" text strings used by the Windows installer # for POPFile (these strings are unique to POPFile). # # See 'Polish-mui.nsh' for the strings which modify standard NSIS MUI messages. # # These strings are grouped according to the page/window where they are used # # Copyright (c) 2001-2003 John Graham-Cumming # # This file is part of POPFile # # POPFile 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. # # POPFile 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 POPFile; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): # # (1) The sequence $\r$\n inserts a newline # (2) The sequence $\r$\n$\r\$n inserts a blank line # # (the 'PFI_LANG_CBP_MBCONTERR_2' message box string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_IO_ text used for custom pages): # # (1) The sequence \r\n inserts a newline # (2) The sequence \r\n\r\n inserts a blank line # # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- !ifndef PFI_VERBOSE !verbose 3 !endif #-------------------------------------------------------------------------- # Mark the start of the language data #-------------------------------------------------------------------------- !define PFI_LANG "POLISH" #-------------------------------------------------------------------------- # Startup message box offering to display the Release Notes #-------------------------------------------------------------------------- !insertmacro PFI_LANG_STRING PFI_LANG_MBRELNOTES_1 "Display POPFile Release Notes ?" !insertmacro PFI_LANG_STRING PFI_LANG_MBRELNOTES_2 "'Yes' recommended if you are upgrading POPFile (you may need to backup BEFORE upgrading)" #-------------------------------------------------------------------------- # Standard MUI Page - Choose Components #-------------------------------------------------------------------------- !insertmacro PFI_LANG_STRING DESC_SecPOPFile "Installs the core files needed by POPFile, including a minimal version of Perl." !insertmacro PFI_LANG_STRING DESC_SecSkins "Installs POPFile skins that allow you to change the look and feel of the POPFile user interface." !insertmacro PFI_LANG_STRING DESC_SecLangs "Installs non-English language versions of the POPFile UI." #-------------------------------------------------------------------------- # Custom Page - POPFile Installation Options #-------------------------------------------------------------------------- ; Page Title and Sub-title displayed in the page header !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_TITLE "POPFile Installation Options" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_SUBTITLE "Leave these options unchanged unless you need to change them" ; Text strings displayed on the custom page !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_IO_POP3 "Choose the default port number for POP3 connections (110 recommended)" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_IO_GUI "Choose the default port for 'User Interface' connections (8080 recommended)" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_IO_STARTUP "Run POPFile automatically when Windows starts (runs in background)" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_IO_WARNING "IMPORTANT WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_IO_MESSAGE "IF UPGRADING POPFILE --- INSTALLER WILL SHUTDOWN EXISTING VERSION" ; Message Boxes used when validating user's selections !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "Previous installation found at" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "'Yes' recommended" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_3 "Please change your POP3 port selection." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBGUI_1 "The 'User Interface' port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBGUI_2 "The port must be a number in the range 1 to 65535." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBGUI_3 "Please change your 'User Interface' port selection." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." ; Banner message displayed whilst uninstalling old version !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Please be patient." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- # Standard MUI Page - Installing POPfile #-------------------------------------------------------------------------- ; Installation Progress Reports displayed above the progress bar !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_UPGRADE "Checking if this is an upgrade installation..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_CORE "Installing POPFile core files..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_PERL "Installing minimal Perl files..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_SHORT "Creating POPFile shortcuts..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_SKINS "Installing POPFile skin files..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_LANGS "Installing POPFile UI language files..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_ENDSEC "Kliknij Dalej aby kontynuowaæ" ; Installation Log Messages !insertmacro PFI_LANG_STRING PFI_LANG_INST_LOG_1 "Shutting down previous version of POPFile using port" ; Message Box text strings !insertmacro PFI_LANG_STRING PFI_LANG_MBSTPWDS_1 "file from previous installation found." !insertmacro PFI_LANG_STRING PFI_LANG_MBSTPWDS_2 "OK to update this file ?" !insertmacro PFI_LANG_STRING PFI_LANG_MBSTPWDS_3 "Click 'Yes' to update it (old file will be saved as" !insertmacro PFI_LANG_STRING PFI_LANG_MBSTPWDS_4 "Click 'No' to keep the old file (new file will saved as" !insertmacro PFI_LANG_STRING PFI_LANG_MBCFGBK_1 "Backup copy of" !insertmacro PFI_LANG_STRING PFI_LANG_MBCFGBK_2 "already exists" !insertmacro PFI_LANG_STRING PFI_LANG_MBCFGBK_3 "OK to overwrite this file?" !insertmacro PFI_LANG_STRING PFI_LANG_MBCFGBK_4 "Click 'Yes' to overwrite, click 'No' to skip making a backup copy" #-------------------------------------------------------------------------- # Custom Page - POPFile Classification Bucket Creation #-------------------------------------------------------------------------- ; Page Title and Sub-title displayed in the page header !insertmacro PFI_LANG_STRING PFI_LANG_CBP_TITLE "POPFile Classification Bucket Creation" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_SUBTITLE "POPFile needs AT LEAST TWO buckets in order to be able to classify your email" ; Text strings displayed on the custom page !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_INTRO "After installation, POPFile makes it easy to change the number of buckets (and their names) to suit your needs.\r\n\r\nBucket names must be single words, using lowercase letters, digits 0 to 9, hyphens and underscores." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_CREATE "Create a new bucket by either selecting a name from the list below or typing a name of your own choice." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_DELETE "To delete one or more buckets from the list, tick the relevant 'Remove' box(es) then click the 'Continue' button." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_LISTHDR "Buckets to be used by POPFile" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_REMOVE "Usuñ" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_CONTINUE "Continue" ; Text strings used for status messages under the bucket list !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_MSG_1 "There is no need to add more buckets" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_MSG_2 "You must define AT LEAST TWO buckets" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_MSG_3 "At least one more bucket is required" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_MSG_4 "Installer cannot create more than" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_MSG_5 "buckets" ; Message box text strings !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBDUPERR_1 "A bucket called" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBDUPERR_2 "has already been defined." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBDUPERR_3 "Please choose a different name for the new bucket." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBMAXERR_1 "The installer can only create up to" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBMAXERR_2 "buckets." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBMAXERR_3 "Once POPFile has been installed you can create more than" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBNAMERR_1 "The name" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBNAMERR_2 "is not a valid name for a bucket." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBNAMERR_3 "Nazwy folderów mog± zawieraæ tylko ma³e litery od a do z, cyfry 0 do 9, oraz - i _" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBNAMERR_4 "Please choose a different name for the new bucket." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBCONTERR_1 "POPFile requires AT LEAST TWO buckets before it can classify your email." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBCONTERR_2 "Please enter the name of a bucket to be created,$\r$\n$\r$\neither by picking a suggested name from the drop-down list$\r$\n$\r$\nor by typing in a name of your own choice." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBCONTERR_3 "You must define AT LEAST TWO buckets before continuing with the installation of POPFile." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBDONE_1 "buckets have been defined for use by POPFile." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBDONE_2 "Do you want to configure POPFile to use these buckets?" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBDONE_3 "Click 'No' if you wish to change your bucket selections." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBMAKERR_1 "The installer was unable to create" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBMAKERR_2 "of the" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBMAKERR_3 "buckets you selected." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBMAKERR_4 "Once POPFile has been installed you can use its 'User Interface'$\r$\n$\r$\ncontrol panel to create the missing bucket(s)." #-------------------------------------------------------------------------- # Custom Page - Reconfigure Outlook Express #-------------------------------------------------------------------------- ; Page Title and Sub-title displayed in the page header !insertmacro PFI_LANG_STRING PFI_LANG_OECFG_TITLE "Reconfigure Outlook Express" !insertmacro PFI_LANG_STRING PFI_LANG_OECFG_SUBTITLE "POPFile can reconfigure Outlook Express for you" ; Text displayed on the custom page !insertmacro PFI_LANG_STRING PFI_LANG_OECFG_IO_INTRO "POPFile has detected the following Outlook Express email account and can automatically configure it to work with POPFile" !insertmacro PFI_LANG_STRING PFI_LANG_OECFG_IO_CHECKBOX "Reconfigure this account to work with POPFile" !insertmacro PFI_LANG_STRING PFI_LANG_OECFG_IO_EMAIL "Email address:" !insertmacro PFI_LANG_STRING PFI_LANG_OECFG_IO_SERVER "POP3 server:" !insertmacro PFI_LANG_STRING PFI_LANG_OECFG_IO_USERNAME "POP3 username:" !insertmacro PFI_LANG_STRING PFI_LANG_OECFG_IO_RESTORE "If you uninstall POPFile the original settings will be restored" !insertmacro PFI_LANG_STRING PFI_LANG_OECFG_IO_LINK_1 "account for the" !insertmacro PFI_LANG_STRING PFI_LANG_OECFG_IO_LINK_2 "identity" #-------------------------------------------------------------------------- # Custom Page - POPFile can now be started #-------------------------------------------------------------------------- ; Page Title and Sub-title displayed in the page header !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_TITLE "POPFile can now be started" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_SUBTITLE "The POPFile User Interface only works if POPFile has been started" ; Text displayed on the custom page !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_INTRO "Start POPFile now ?" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_NO "No (the 'User Interface' cannot be used if POPFile is not started)" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_DOSBOX "Run POPFile (in a window)" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_BCKGRND "Run POPFile in background (no window displayed)" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_NOTE_1 "Once POPFile has been started, you can display the 'User Interface' by" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_NOTE_2 "(a) double-clicking the POPFile icon in the system tray, OR" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_NOTE_3 "(b) using Start --> Programs --> POPFile --> POPFile User Interface." ; Banner message displayed whilst waiting for POPFile to start !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_BANNER_1 "Preparing to start POPFile." !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- # Standard MUI Page - Uninstall POPFile #-------------------------------------------------------------------------- ; Uninstall Progress Reports displayed above the progress bar !insertmacro PFI_LANG_UNSTRING PFI_LANG_PROGRESS_1 "Shutting down POPFile..." !insertmacro PFI_LANG_UNSTRING PFI_LANG_PROGRESS_2 "Deleting 'Start Menu' entries for POPFile..." !insertmacro PFI_LANG_UNSTRING PFI_LANG_PROGRESS_3 "Deleting POPFile core files..." !insertmacro PFI_LANG_UNSTRING PFI_LANG_PROGRESS_4 "Restoring Outlook Express settings..." !insertmacro PFI_LANG_UNSTRING PFI_LANG_PROGRESS_5 "Deleting POPFile skins files..." !insertmacro PFI_LANG_UNSTRING PFI_LANG_PROGRESS_6 "Deleting minimal Perl files..." ; Uninstall Log Messages !insertmacro PFI_LANG_UNSTRING PFI_LANG_LOG_1 "Shutting down POPFile using port" !insertmacro PFI_LANG_UNSTRING PFI_LANG_LOG_2 "Opened" !insertmacro PFI_LANG_UNSTRING PFI_LANG_LOG_3 "Restored" !insertmacro PFI_LANG_UNSTRING PFI_LANG_LOG_4 "Closed" !insertmacro PFI_LANG_UNSTRING PFI_LANG_LOG_5 "Removing all files from POPFile directory" !insertmacro PFI_LANG_UNSTRING PFI_LANG_LOG_6 "Note: unable to remove all files from POPFile directory" ; Message Box text strings !insertmacro PFI_LANG_UNSTRING PFI_LANG_MBNOTFOUND_1 "It does not appear that POPFile is installed in the directory" !insertmacro PFI_LANG_UNSTRING PFI_LANG_MBNOTFOUND_2 "Continue anyway (not recommended) ?" !insertmacro PFI_LANG_UNSTRING PFI_LANG_ABORT_1 "Uninstall aborted by user" !insertmacro PFI_LANG_UNSTRING PFI_LANG_MBREMDIR_1 "Do you want to remove all files in your POPFile directory?$\r$\n$\r$\n(If you have anything you created that you want to keep, click No)" !insertmacro PFI_LANG_UNSTRING PFI_LANG_MBREMERR_1 "Note" !insertmacro PFI_LANG_UNSTRING PFI_LANG_MBREMERR_2 "could not be removed." #-------------------------------------------------------------------------- # Mark the end of the language data #-------------------------------------------------------------------------- !undef PFI_LANG #-------------------------------------------------------------------------- # End of 'Polish-pfi.nsh' #-------------------------------------------------------------------------- |
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1:/tmp/cvs-serv21319 Modified Files: Bulgarian-pfi.nsh Czech-pfi.nsh Danish-pfi.nsh Dutch-pfi.nsh English-pfi.nsh Finnish-pfi.nsh French-pfi.nsh German-pfi.nsh Hungarian-pfi.nsh Japanese-pfi.nsh Korean-pfi.nsh Portuguese-pfi.nsh PortugueseBR-pfi.nsh Russian-pfi.nsh SimpChinese-pfi.nsh Slovak-pfi.nsh Spanish-pfi.nsh Swedish-pfi.nsh TradChinese-pfi.nsh Ukrainian-pfi.nsh Log Message: Header comment brought into line with the other source files (updated to refer to the GPL). Index: Bulgarian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Bulgarian-pfi.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Bulgarian-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.7 --- Bulgarian-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.8 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: Czech-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Czech-pfi.nsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Czech-pfi.nsh 22 Jul 2003 01:23:28 -0000 1.2 --- Czech-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.3 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: Danish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Danish-pfi.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Danish-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.7 --- Danish-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.8 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: Dutch-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Dutch-pfi.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Dutch-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.7 --- Dutch-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.8 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: English-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/English-pfi.nsh,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** English-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.8 --- English-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.9 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: Finnish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Finnish-pfi.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Finnish-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.7 --- Finnish-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.8 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: French-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/French-pfi.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** French-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.7 --- French-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.8 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: German-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/German-pfi.nsh,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** German-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.8 --- German-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.9 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: Hungarian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Hungarian-pfi.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Hungarian-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.7 --- Hungarian-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.8 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: Japanese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Japanese-pfi.nsh,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Japanese-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.8 --- Japanese-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.9 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: Korean-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Korean-pfi.nsh,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Korean-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.8 --- Korean-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.9 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: Portuguese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Portuguese-pfi.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Portuguese-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.7 --- Portuguese-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.8 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: PortugueseBR-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/PortugueseBR-pfi.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** PortugueseBR-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.7 --- PortugueseBR-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.8 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: Russian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Russian-pfi.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Russian-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.7 --- Russian-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.8 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: SimpChinese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/SimpChinese-pfi.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** SimpChinese-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.7 --- SimpChinese-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.8 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: Slovak-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Slovak-pfi.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Slovak-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.7 --- Slovak-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.8 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: Spanish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Spanish-pfi.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Spanish-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.7 --- Spanish-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.8 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: Swedish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Swedish-pfi.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Swedish-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.7 --- Swedish-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.8 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: TradChinese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/TradChinese-pfi.nsh,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** TradChinese-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.8 --- TradChinese-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.9 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): Index: Ukrainian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Ukrainian-pfi.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Ukrainian-pfi.nsh 16 Jul 2003 11:53:58 -0000 1.7 --- Ukrainian-pfi.nsh 1 Aug 2003 00:33:27 -0000 1.8 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): |
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1:/tmp/cvs-serv21124 Modified Files: Bulgarian-mui.nsh Czech-mui.nsh Danish-mui.nsh Dutch-mui.nsh English-mui.nsh Finnish-mui.nsh French-mui.nsh German-mui.nsh Hungarian-mui.nsh Japanese-mui.nsh Korean-mui.nsh Portuguese-mui.nsh PortugueseBR-mui.nsh Russian-mui.nsh SimpChinese-mui.nsh Slovak-mui.nsh Spanish-mui.nsh Swedish-mui.nsh TradChinese-mui.nsh Ukrainian-mui.nsh Log Message: Header comment brought into line with the other source files (updated to refer to the GPL). Index: Bulgarian-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Bulgarian-mui.nsh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Bulgarian-mui.nsh 12 Jul 2003 11:49:08 -0000 1.3 --- Bulgarian-mui.nsh 1 Aug 2003 00:30:28 -0000 1.4 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: Czech-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Czech-mui.nsh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Czech-mui.nsh 22 Jul 2003 00:47:38 -0000 1.1 --- Czech-mui.nsh 1 Aug 2003 00:30:28 -0000 1.2 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: Danish-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Danish-mui.nsh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Danish-mui.nsh 12 Jul 2003 11:49:08 -0000 1.3 --- Danish-mui.nsh 1 Aug 2003 00:30:29 -0000 1.4 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: Dutch-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Dutch-mui.nsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Dutch-mui.nsh 12 Jul 2003 11:49:08 -0000 1.2 --- Dutch-mui.nsh 1 Aug 2003 00:30:29 -0000 1.3 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: English-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/English-mui.nsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** English-mui.nsh 12 Jul 2003 11:49:08 -0000 1.2 --- English-mui.nsh 1 Aug 2003 00:30:29 -0000 1.3 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: Finnish-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Finnish-mui.nsh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Finnish-mui.nsh 12 Jul 2003 11:49:08 -0000 1.5 --- Finnish-mui.nsh 1 Aug 2003 00:30:29 -0000 1.6 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: French-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/French-mui.nsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** French-mui.nsh 12 Jul 2003 11:49:08 -0000 1.2 --- French-mui.nsh 1 Aug 2003 00:30:29 -0000 1.3 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: German-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/German-mui.nsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** German-mui.nsh 12 Jul 2003 11:49:08 -0000 1.2 --- German-mui.nsh 1 Aug 2003 00:30:29 -0000 1.3 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: Hungarian-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Hungarian-mui.nsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Hungarian-mui.nsh 12 Jul 2003 11:49:08 -0000 1.2 --- Hungarian-mui.nsh 1 Aug 2003 00:30:29 -0000 1.3 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: Japanese-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Japanese-mui.nsh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Japanese-mui.nsh 12 Jul 2003 11:49:08 -0000 1.3 --- Japanese-mui.nsh 1 Aug 2003 00:30:29 -0000 1.4 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: Korean-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Korean-mui.nsh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Korean-mui.nsh 12 Jul 2003 11:49:08 -0000 1.3 --- Korean-mui.nsh 1 Aug 2003 00:30:29 -0000 1.4 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: Portuguese-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Portuguese-mui.nsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Portuguese-mui.nsh 12 Jul 2003 11:49:08 -0000 1.2 --- Portuguese-mui.nsh 1 Aug 2003 00:30:29 -0000 1.3 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: PortugueseBR-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/PortugueseBR-mui.nsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PortugueseBR-mui.nsh 12 Jul 2003 11:49:08 -0000 1.2 --- PortugueseBR-mui.nsh 1 Aug 2003 00:30:29 -0000 1.3 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: Russian-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Russian-mui.nsh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Russian-mui.nsh 22 Jul 2003 10:48:24 -0000 1.3 --- Russian-mui.nsh 1 Aug 2003 00:30:29 -0000 1.4 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: SimpChinese-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/SimpChinese-mui.nsh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SimpChinese-mui.nsh 12 Jul 2003 11:49:08 -0000 1.3 --- SimpChinese-mui.nsh 1 Aug 2003 00:30:29 -0000 1.4 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: Slovak-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Slovak-mui.nsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Slovak-mui.nsh 12 Jul 2003 11:49:08 -0000 1.2 --- Slovak-mui.nsh 1 Aug 2003 00:30:29 -0000 1.3 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: Spanish-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Spanish-mui.nsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Spanish-mui.nsh 12 Jul 2003 11:49:08 -0000 1.2 --- Spanish-mui.nsh 1 Aug 2003 00:30:29 -0000 1.3 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: Swedish-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Swedish-mui.nsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Swedish-mui.nsh 12 Jul 2003 11:49:08 -0000 1.2 --- Swedish-mui.nsh 1 Aug 2003 00:30:29 -0000 1.3 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: TradChinese-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/TradChinese-mui.nsh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TradChinese-mui.nsh 12 Jul 2003 11:49:08 -0000 1.3 --- TradChinese-mui.nsh 1 Aug 2003 00:30:29 -0000 1.4 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: Ukrainian-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Ukrainian-mui.nsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Ukrainian-mui.nsh 12 Jul 2003 11:49:08 -0000 1.2 --- Ukrainian-mui.nsh 1 Aug 2003 00:30:29 -0000 1.3 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- |
|
From: <xue...@us...> - 2003-08-01 00:29:16
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv20856 Modified Files: CBP.nsh ioC.ini pfi-library.nsh Log Message: Header comment brought into line with the other source files (updated to refer to the GPL). Index: CBP.nsh =================================================================== RCS file: /cvsroot/popfile/windows/CBP.nsh,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** CBP.nsh 27 Jul 2003 00:19:04 -0000 1.19 --- CBP.nsh 1 Aug 2003 00:29:12 -0000 1.20 *************** *** 8,11 **** --- 8,27 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #---------------------------------------------------------------------------------------------- # Index: ioC.ini =================================================================== RCS file: /cvsroot/popfile/windows/ioC.ini,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ioC.ini 13 Jul 2003 17:30:32 -0000 1.9 --- ioC.ini 1 Aug 2003 00:29:12 -0000 1.10 *************** *** 8,11 **** --- 8,27 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #------------------------------------------------------------------- Index: pfi-library.nsh =================================================================== RCS file: /cvsroot/popfile/windows/pfi-library.nsh,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** pfi-library.nsh 24 Jul 2003 19:00:44 -0000 1.6 --- pfi-library.nsh 1 Aug 2003 00:29:12 -0000 1.7 *************** *** 7,10 **** --- 7,26 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- |
|
From: <jgr...@us...> - 2003-07-31 23:44:21
|
Update of /cvsroot/popfile/engine/Proxy
In directory sc8-pr-cvs1:/tmp/cvs-serv10287/Proxy
Modified Files:
POP3.pm
Log Message:
Small code cleanups that came about as I was writing the test suite for the module; most of these are replacing last with next so that if we fail to connect to the remote server the client can retry
Index: POP3.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Proxy/POP3.pm,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** POP3.pm 31 Jul 2003 16:32:21 -0000 1.68
--- POP3.pm 31 Jul 2003 23:39:06 -0000 1.69
***************
*** 180,186 ****
next;
}
- } else {
- $self->tee_( $client, "-ERR server name not specified in USER command$eol" );
- last;
}
--- 180,183 ----
***************
*** 191,203 ****
# User is issuing the APOP command to start a session with the remote server
! if ( $command =~ /APOP (.*):((.*):)?(.*) (.*)/i ) {
if ( $mail = $self->verify_connected_( $mail, $client, $1, $3 || 110 ) ) {
! # Pass through the USER command with the actual user name for this server,
# and send the reply straight to the client
$self->echo_response_($mail, $client, "APOP $4 $5" );
} else {
! last;
}
--- 188,200 ----
# User is issuing the APOP command to start a session with the remote server
! if ( $command =~ /APOP (.+?):((.+):)?([^ ]+) (.*)/i ) {
if ( $mail = $self->verify_connected_( $mail, $client, $1, $3 || 110 ) ) {
! # Pass through the APOP command with the actual user name for this server,
# and send the reply straight to the client
$self->echo_response_($mail, $client, "APOP $4 $5" );
} else {
! next;
}
***************
*** 231,235 ****
}
} else {
! last;
}
--- 228,232 ----
}
} else {
! next;
}
***************
*** 249,253 ****
}
} else {
! last;
}
--- 246,250 ----
}
} else {
! next;
}
***************
*** 349,357 ****
if ( $command =~ /CAPA/i ) {
! if ( $self->config_( 'secure_server' ) ne '' ) {
! if ( $mail = $self->verify_connected_( $mail, $client, $self->config_( 'secure_server' ), $self->config_( 'secure_port' ) ) ) {
$self->echo_to_dot_( $mail, $client ) if ( $self->echo_response_($mail, $client, "CAPA" ) );
} else {
! last;
}
} else {
--- 346,354 ----
if ( $command =~ /CAPA/i ) {
! if ( $mail || $self->config_( 'secure_server' ) ne '' ) {
! if ( $mail || ( $mail = $self->verify_connected_( $mail, $client, $self->config_( 'secure_server' ), $self->config_( 'secure_port' ) ) ) ) {
$self->echo_to_dot_( $mail, $client ) if ( $self->echo_response_($mail, $client, "CAPA" ) );
} else {
! next;
}
} else {
***************
*** 481,485 ****
} else {
$self->tee_( $client, "-ERR unknown command or bad syntax$eol" );
! last;
}
}
--- 478,482 ----
} else {
$self->tee_( $client, "-ERR unknown command or bad syntax$eol" );
! next;
}
}
|
|
From: <jgr...@us...> - 2003-07-31 23:36:10
|
Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv9920/tests
Modified Files:
TestPOP3.tst
Log Message:
Add tests for APOP. Note our APOP implementation is not correct. There's a patch that fixes this that I need to examine and incorporate appropriate changes and then we'll need to update the test suite
Index: TestPOP3.tst
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestPOP3.tst,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** TestPOP3.tst 31 Jul 2003 23:04:34 -0000 1.7
--- TestPOP3.tst 31 Jul 2003 23:36:07 -0000 1.8
***************
*** 90,94 ****
$command =~ s/(\015|\012)//g;
! if ( $command =~ /USER (.*)/i ) {
if ( $1 =~ /(gooduser)/ ) {
print $client "+OK Welcome $1$eol";
--- 90,94 ----
$command =~ s/(\015|\012)//g;
! if ( $command =~ /^USER (.*)/i ) {
if ( $1 =~ /(gooduser)/ ) {
print $client "+OK Welcome $1$eol";
***************
*** 138,142 ****
}
! if ( $command =~ /QUIT/i ) {
print $client "+OK Bye$eol";
last;
--- 138,142 ----
}
! if ( $command =~ /^QUIT/i ) {
print $client "+OK Bye$eol";
last;
***************
*** 222,226 ****
}
! if ( $command =~ /APOP (.*):((.*):)?(.*) (.*)/i ) {
next;
}
--- 222,227 ----
}
! if ( $command =~ /APOP (.*) (.*)/i ) {
! print $client "+OK Welcome APOPer$eol";
next;
}
***************
*** 242,246 ****
}
! return 0;
}
--- 243,247 ----
}
! return 1;
}
***************
*** 331,335 ****
my $now = time;
! while ( $p->service() && ( ( $now + 10 ) > time ) ) {
}
--- 332,336 ----
my $now = time;
! while ( $p->service() && ( ( $now + 15 ) > time ) ) {
}
***************
*** 687,691 ****
close $client;
! # TODO the APOP command
# Test SPA/AUTH commands with no secure server specified
--- 688,722 ----
close $client;
! # Test the APOP command
!
! my $client = IO::Socket::INET->new(
! Proto => "tcp",
! PeerAddr => 'localhost',
! PeerPort => $port );
!
! test_assert( defined( $client ) );
! test_assert( $client->connected );
!
! my $result = <$client>;
! test_assert_equal( $result, "+OK POP3 POPFile (test suite) server ready$eol" );
!
! # Try a connection to a server that does not exist
!
! print $client "APOP 127.0.0.1:8111:gooduser md5$eol";
! $result = <$client>;
! test_assert_equal( $result, "-ERR can't connect to 127.0.0.1:8111$eol" );
!
! # Check that we can connect to the remote POP3 server (should still be waiting
! # for us)
!
! print $client "APOP 127.0.0.1:8110:gooduser md5$eol";
! $result = <$client>;
! test_assert_equal( $result, "+OK Welcome APOPer$eol" );
!
! print $client "QUIT$eol";
! $result = <$client>;
! test_assert_equal( $result, "+OK Bye$eol" );
!
! close $client;
# Test SPA/AUTH commands with no secure server specified
***************
*** 721,724 ****
--- 752,778 ----
# TODO SPA/AUTH tests with good, bad servers
+
+ # Send the remote server a special message that makes it die
+
+ my $client = IO::Socket::INET->new(
+ Proto => "tcp",
+ PeerAddr => 'localhost',
+ PeerPort => $port );
+
+ test_assert( defined( $client ) );
+ test_assert( $client->connected );
+
+ my $result = <$client>;
+ test_assert_equal( $result, "+OK POP3 POPFile (test suite) server ready$eol" );
+
+ print $client "USER 127.0.0.1:8110:gooduser$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "+OK Welcome gooduser$eol" );
+
+ print $client "__QUIT__$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "+OK Bye$eol" );
+
+ close $client;
while ( waitpid( $pid, &WNOHANG ) != $pid ) {
|
|
From: <jgr...@us...> - 2003-07-31 23:16:53
|
Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv3653/tests
Modified Files:
TestPOP3.tst
Log Message:
Tests for various odd POP3 conditions like connecting and then sending a QUIT
Index: TestPOP3.tst
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestPOP3.tst,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** TestPOP3.tst 31 Jul 2003 22:24:13 -0000 1.6
--- TestPOP3.tst 31 Jul 2003 23:04:34 -0000 1.7
***************
*** 331,335 ****
my $now = time;
! while ( $p->service() && ( ( $now + 5 ) > time ) ) {
}
--- 331,335 ----
my $now = time;
! while ( $p->service() && ( ( $now + 10 ) > time ) ) {
}
***************
*** 633,636 ****
--- 633,640 ----
test_assert_equal( $magnet, '' );
+ # TODO Test basic TOP capability with toptoo gets classification
+ # TODO Test RETR after TOP comes from cache
+ # TODO Test TOP after TOP comes from cache
+
# Check that we echo the remote servers QUIT response
***************
*** 641,651 ****
close $client;
! # TODO QUIT straight after connect
! # TODO odd command straight after connect gives error
! # TODO -pop3_toptoo tests with caching behavior
! # TODO SPA/AUTH tests with good, bad and missing remote servers
while ( waitpid( $pid, &WNOHANG ) != $pid ) {
--- 645,724 ----
close $client;
! # Test QUIT straight after connect
! my $client = IO::Socket::INET->new(
! Proto => "tcp",
! PeerAddr => 'localhost',
! PeerPort => $port );
! test_assert( defined( $client ) );
! test_assert( $client->connected );
! my $result = <$client>;
! test_assert_equal( $result, "+OK POP3 POPFile (test suite) server ready$eol" );
!
! print $client "QUIT$eol";
! $result = <$client>;
! test_assert_equal( $result, "+OK goodbye$eol" );
!
! close $client;
!
! # Test odd command straight after connect gives error
!
! my $client = IO::Socket::INET->new(
! Proto => "tcp",
! PeerAddr => 'localhost',
! PeerPort => $port );
!
! test_assert( defined( $client ) );
! test_assert( $client->connected );
!
! my $result = <$client>;
! test_assert_equal( $result, "+OK POP3 POPFile (test suite) server ready$eol" );
!
! print $client "FOOF$eol";
! $result = <$client>;
! test_assert_equal( $result, "-ERR unknown command or bad syntax$eol" );
!
! print $client "QUIT$eol";
! $result = <$client>;
! test_assert_equal( $result, "+OK goodbye$eol" );
!
! close $client;
!
! # TODO the APOP command
!
! # Test SPA/AUTH commands with no secure server specified
!
! my $client = IO::Socket::INET->new(
! Proto => "tcp",
! PeerAddr => 'localhost',
! PeerPort => $port );
!
! test_assert( defined( $client ) );
! test_assert( $client->connected );
!
! my $result = <$client>;
! test_assert_equal( $result, "+OK POP3 POPFile (test suite) server ready$eol" );
!
! print $client "CAPA$eol";
! $result = <$client>;
! test_assert_equal( $result, "-ERR No secure server specified$eol" );
!
! print $client "AUTH$eol";
! $result = <$client>;
! test_assert_equal( $result, "-ERR No secure server specified$eol" );
!
! print $client "AUTH username$eol";
! $result = <$client>;
! test_assert_equal( $result, "-ERR No secure server specified$eol" );
!
! print $client "QUIT$eol";
! $result = <$client>;
! test_assert_equal( $result, "+OK goodbye$eol" );
!
! close $client;
!
! # TODO SPA/AUTH tests with good, bad servers
while ( waitpid( $pid, &WNOHANG ) != $pid ) {
|
|
From: <jgr...@us...> - 2003-07-31 22:51:22
|
Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv26116/tests
Modified Files:
TestPOP3.tst
Log Message:
Added tests for the TOP command (including the fetchmail hack, but excluding the use of TOPTOO)
Index: TestPOP3.tst
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestPOP3.tst,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TestPOP3.tst 31 Jul 2003 22:03:47 -0000 1.5
--- TestPOP3.tst 31 Jul 2003 22:24:13 -0000 1.6
***************
*** 191,194 ****
--- 191,195 ----
if ( $command =~ /TOP (.*) (.*)/i ) {
my $index = $1 - 1;
+ my $countdown = $2;
if ( $messages[$index] ne '' ) {
print $client "+OK " . ( -s $messages[$index] ) . "$eol";
***************
*** 198,208 ****
print $client $_;
! if ( !/[^ \t\r\n]/ ) {
last;
}
}
! my $countdown = $2;
! while ( <FILE> && ( $countdown > 0 ) ) {
! print $client $_;
$countdown -= 1;
}
--- 199,208 ----
print $client $_;
! if ( /^[\r\n]+$/ ) {
last;
}
}
! while ( ( my $line = <FILE> ) && ( $countdown > 0 ) ) {
! print $client $line;
$countdown -= 1;
}
***************
*** 534,540 ****
test_assert_equal( $result, ".$eol" );
# Check the basic TOP command
! # TODO
# Check that we echo the remote servers QUIT response
--- 534,635 ----
test_assert_equal( $result, ".$eol" );
+ # Check what happens when TOP fails
+
+ print $client "TOP $notexist 22$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "-ERR No such message $notexist$eol" );
+
# Check the basic TOP command
! unlink( 'messages/popfile1=5.msg' );
! unlink( 'messages/popfile1=5.cls' );
!
! my $countdown = 2;
! print $client "TOP 5 $countdown$eol";
! $result = <$client>;
! test_assert_equal( $result, "+OK " . ( -s $messages[4] ) . "$eol" );
!
! test_assert( open FILE, "<$messages[4]" );
! my $headers = 1;
! while ( ( my $line = <FILE> ) && ( $countdown > 0 ) ) {
! $result = <$client>;
! test_assert_equal( $result, $line );
! if ( $headers == 0 ) {
! $countdown -= 1;
! }
! if ( $line =~ /^[\r\n]+$/ ) {
! $headers = 0;
! }
! }
! close FILE;
!
! $result = <$client>;
! test_assert_equal( $result, ".$eol" );
!
! # This delay is here because Windows was having a little trouble
! # with the files created by the RETR not existing and I have a little
! # rest here while Windows wakes from its afternoon nap and writes
! # the files to disk
!
! select( undef, undef, undef, 0.1 );
!
! test_assert( !(-e 'messages/popfile1=5.msg') );
! test_assert( !(-e 'messages/popfile1=5.cls') );
!
! # Check that TOP x 99999999 is the same as RETR x for fetchmail
! # compatibility
!
! test_assert( !(-e 'messages/popfile1=7.msg') );
! test_assert( !(-e 'messages/popfile1=7.cls') );
!
! print $client "TOP 7 99999999$eol";
! $result = <$client>;
! test_assert_equal( $result, "+OK " . ( -s $messages[6] ) . "$eol" );
! my $cam = $messages[6];
! $cam =~ s/msg$/cam/;
!
! test_assert( open FILE, "<$cam" );
! while ( <FILE> ) {
! my $line = $_;
! $result = <$client>;
! $result =~ s/popfile1=7/popfile0=0/;
! test_assert_equal( $result, $line );
! }
! close FILE;
!
! $result = <$client>;
! test_assert_equal( $result, "$eol" );
! $result = <$client>;
! test_assert_equal( $result, ".$eol" );
!
! # This delay is here because Windows was having a little trouble
! # with the files created by the RETR not existing and I have a little
! # rest here while Windows wakes from its afternoon nap and writes
! # the files to disk
!
! select( undef, undef, undef, 0.1 );
!
! # TODO check for NEWFL and CLASS messages
!
! test_assert( -e 'messages/popfile1=7.msg' );
! test_assert( -e 'messages/popfile1=7.cls' );
!
! test_assert( open FILE, "<$messages[6]" );
! test_assert( open HIST, "<messages/popfile1=7.msg" );
! while ( ( my $fl = <FILE> ) && ( my $ml = <HIST> ) ) {
! $fl =~ s/[\r\n]//g;
! $ml =~ s/[\r\n]//g;
! test_assert_equal( $fl, $ml );
! }
! test_assert( eof(FILE) );
! test_assert( eof(HIST) );
! close FILE;
! close HIST;
!
! my ( $reclassified, $bucket, $usedtobe, $magnet ) = $b->history_read_class( 'popfile1=7.msg' );
! test_assert( !$reclassified );
! test_assert_equal( $bucket, 'spam' );
! test_assert( !defined( $usedtobe ) );
! test_assert_equal( $magnet, '' );
# Check that we echo the remote servers QUIT response
***************
*** 552,556 ****
# TODO -pop3_toptoo tests with caching behavior
! # TODO SPA/AUTH tests with good and bad remote servers
while ( waitpid( $pid, &WNOHANG ) != $pid ) {
--- 647,651 ----
# TODO -pop3_toptoo tests with caching behavior
! # TODO SPA/AUTH tests with good, bad and missing remote servers
while ( waitpid( $pid, &WNOHANG ) != $pid ) {
|
|
From: <jgr...@us...> - 2003-07-31 22:45:49
|
Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv22423/tests
Modified Files:
TestPOP3.tst
Log Message:
Tests for the CAPA command and a list of TODOs for the completion of the POP3 test suite
Index: TestPOP3.tst
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestPOP3.tst,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestPOP3.tst 31 Jul 2003 16:32:22 -0000 1.4
--- TestPOP3.tst 31 Jul 2003 22:03:47 -0000 1.5
***************
*** 248,251 ****
--- 248,252 ----
test_assert( `cp -R corpus.base corpus` == 0 );
test_assert( `rm -rf corpus/CVS` == 0 );
+ test_assert( `rm -rf messages/*` == 0 );
my $c = new POPFile::Configuration;
***************
*** 454,457 ****
--- 455,461 ----
# Now get a message that actually exists
+ unlink( 'messages/popfile1=1.msg' );
+ unlink( 'messages/popfile1=1.cls' );
+
print $client "RETR 1$eol";
$result = <$client>;
***************
*** 460,464 ****
$cam =~ s/msg$/cam/;
! open FILE, "<$cam";
while ( <FILE> ) {
my $line = $_;
--- 464,468 ----
$cam =~ s/msg$/cam/;
! test_assert( open FILE, "<$cam" );
while ( <FILE> ) {
my $line = $_;
***************
*** 474,480 ****
test_assert_equal( $result, ".$eol" );
# TODO check for NEWFL and CLASS messages
! # TODO check that the file was written to the history
# Try an unsuccessful delete
--- 478,510 ----
test_assert_equal( $result, ".$eol" );
+ # This delay is here because Windows was having a little trouble
+ # with the files created by the RETR not existing and I have a little
+ # rest here while Windows wakes from its afternoon nap and writes
+ # the files to disk
+
+ select( undef, undef, undef, 0.1 );
+
# TODO check for NEWFL and CLASS messages
! test_assert( -e 'messages/popfile1=1.msg' );
! test_assert( -e 'messages/popfile1=1.cls' );
!
! test_assert( open FILE, "<$messages[0]" );
! test_assert( open HIST, "<messages/popfile1=1.msg" );
! while ( ( my $fl = <FILE> ) && ( my $ml = <HIST> ) ) {
! $fl =~ s/[\r\n]//g;
! $ml =~ s/[\r\n]//g;
! test_assert_equal( $fl, $ml );
! }
! test_assert( eof(FILE) );
! test_assert( eof(HIST) );
! close FILE;
! close HIST;
!
! my ( $reclassified, $bucket, $usedtobe, $magnet ) = $b->history_read_class( 'popfile1=1.msg' );
! test_assert( !$reclassified );
! test_assert_equal( $bucket, 'spam' );
! test_assert( !defined( $usedtobe ) );
! test_assert_equal( $magnet, '' );
# Try an unsuccessful delete
***************
*** 490,493 ****
--- 520,541 ----
test_assert_equal( $result, "+OK Deleted 1$eol" );
+ # Check that CAPA command works once we are connected
+
+ print $client "CAPA$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "+OK I can handle$eol" );
+ $result = <$client>;
+ test_assert_equal( $result, "AUTH$eol" );
+ $result = <$client>;
+ test_assert_equal( $result, "USER$eol" );
+ $result = <$client>;
+ test_assert_equal( $result, "APOP$eol" );
+ $result = <$client>;
+ test_assert_equal( $result, ".$eol" );
+
+ # Check the basic TOP command
+
+ # TODO
+
# Check that we echo the remote servers QUIT response
***************
*** 497,500 ****
--- 545,556 ----
close $client;
+
+ # TODO QUIT straight after connect
+
+ # TODO odd command straight after connect gives error
+
+ # TODO -pop3_toptoo tests with caching behavior
+
+ # TODO SPA/AUTH tests with good and bad remote servers
while ( waitpid( $pid, &WNOHANG ) != $pid ) {
|
|
From: <jgr...@us...> - 2003-07-31 17:15:01
|
Update of /cvsroot/popfile/windows/POPFileIcon In directory sc8-pr-cvs1:/tmp/cvs-serv21037/windows/POPFileIcon Modified Files: icon.cpp icon.h stdafx.cpp stdafx.h Log Message: Brian Smith correctly pointed out that we were not quite sticking to the letter of the GPL in its use and so I have updated the license file to have the full GPL and I've updated every source file to include the small required text on the GPL. Note if there's anyone out there who thinks they can use this as an excuse to do something with POPFile not covered by the GPL they can KMA because I've stated frequently and loudly that POPFile is free as in speech software and released under the GPL Index: icon.cpp =================================================================== RCS file: /cvsroot/popfile/windows/POPFileIcon/icon.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** icon.cpp 29 Jun 2003 20:58:21 -0000 1.3 --- icon.cpp 31 Jul 2003 16:32:23 -0000 1.4 *************** *** 9,12 **** --- 9,28 ---- // Copyright (c) 2003 John Graham-Cumming // + // This file is part of POPFile + // + // POPFile 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. + // + // POPFile 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 POPFile; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + // //--------------------------------------------------------------------------- Index: icon.h =================================================================== RCS file: /cvsroot/popfile/windows/POPFileIcon/icon.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** icon.h 6 May 2003 16:11:56 -0000 1.1 --- icon.h 31 Jul 2003 16:32:23 -0000 1.2 *************** *** 9,12 **** --- 9,28 ---- // Copyright (c) 2003 John Graham-Cumming // + // This file is part of POPFile + // + // POPFile 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. + // + // POPFile 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 POPFile; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + // //--------------------------------------------------------------------------- Index: stdafx.cpp =================================================================== RCS file: /cvsroot/popfile/windows/POPFileIcon/stdafx.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stdafx.cpp 6 May 2003 16:11:56 -0000 1.1 --- stdafx.cpp 31 Jul 2003 16:32:23 -0000 1.2 *************** *** 5,8 **** --- 5,24 ---- // Copyright (c) 2003 John Graham-Cumming // + // This file is part of POPFile + // + // POPFile 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. + // + // POPFile 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 POPFile; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + // //--------------------------------------------------------------------------- Index: stdafx.h =================================================================== RCS file: /cvsroot/popfile/windows/POPFileIcon/stdafx.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stdafx.h 6 May 2003 16:11:56 -0000 1.1 --- stdafx.h 31 Jul 2003 16:32:23 -0000 1.2 *************** *** 5,8 **** --- 5,24 ---- // Copyright (c) 2003 John Graham-Cumming // + // This file is part of POPFile + // + // POPFile 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. + // + // POPFile 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 POPFile; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + // //--------------------------------------------------------------------------- |
|
From: <jgr...@us...> - 2003-07-31 17:01:43
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1:/tmp/cvs-serv21037/engine/UI Modified Files: HTML.pm HTTP.pm XMLRPC.pm Log Message: Brian Smith correctly pointed out that we were not quite sticking to the letter of the GPL in its use and so I have updated the license file to have the full GPL and I've updated every source file to include the small required text on the GPL. Note if there's anyone out there who thinks they can use this as an excuse to do something with POPFile not covered by the GPL they can KMA because I've stated frequently and loudly that POPFile is free as in speech software and released under the GPL Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.187 retrieving revision 1.188 diff -C2 -d -r1.187 -r1.188 *** HTML.pm 27 Jul 2003 19:07:20 -0000 1.187 --- HTML.pm 31 Jul 2003 16:32:22 -0000 1.188 *************** *** 8,11 **** --- 8,27 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #---------------------------------------------------------------------------- Index: HTTP.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTTP.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** HTTP.pm 28 Jul 2003 00:03:03 -0000 1.11 --- HTTP.pm 31 Jul 2003 16:32:22 -0000 1.12 *************** *** 6,9 **** --- 6,25 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #---------------------------------------------------------------------------- package UI::HTTP; Index: XMLRPC.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/XMLRPC.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** XMLRPC.pm 26 Jul 2003 18:28:28 -0000 1.4 --- XMLRPC.pm 31 Jul 2003 16:32:22 -0000 1.5 *************** *** 12,15 **** --- 12,31 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #---------------------------------------------------------------------------- |
|
From: <jgr...@us...> - 2003-07-31 17:00:13
|
Update of /cvsroot/popfile/engine/Platform In directory sc8-pr-cvs1:/tmp/cvs-serv21037/engine/Platform Modified Files: MSWin32.pm Log Message: Brian Smith correctly pointed out that we were not quite sticking to the letter of the GPL in its use and so I have updated the license file to have the full GPL and I've updated every source file to include the small required text on the GPL. Note if there's anyone out there who thinks they can use this as an excuse to do something with POPFile not covered by the GPL they can KMA because I've stated frequently and loudly that POPFile is free as in speech software and released under the GPL Index: MSWin32.pm =================================================================== RCS file: /cvsroot/popfile/engine/Platform/MSWin32.pm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** MSWin32.pm 29 Jun 2003 20:59:59 -0000 1.8 --- MSWin32.pm 31 Jul 2003 16:32:21 -0000 1.9 *************** *** 13,16 **** --- 13,32 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #---------------------------------------------------------------------------- |
|
From: <jgr...@us...> - 2003-07-31 16:48:25
|
Update of /cvsroot/popfile/engine
In directory sc8-pr-cvs1:/tmp/cvs-serv21037/engine
Modified Files:
bayes.pl insert.pl license popfile.pl tests.pl
Log Message:
Brian Smith correctly pointed out that we were not quite sticking to the letter of the GPL in its use and so I have updated the license file to have the full GPL and I've updated every source file to include the small required text on the GPL. Note if there's anyone out there who thinks they can use this as an excuse to do something with POPFile not covered by the GPL they can KMA because I've stated frequently and loudly that POPFile is free as in speech software and released under the GPL
Index: bayes.pl
===================================================================
RCS file: /cvsroot/popfile/engine/bayes.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** bayes.pl 12 Jul 2003 06:18:02 -0000 1.22
--- bayes.pl 31 Jul 2003 16:32:20 -0000 1.23
***************
*** 6,9 ****
--- 6,25 ----
# Copyright (c) 2001-2003 John Graham-Cumming
#
+ # This file is part of POPFile
+ #
+ # POPFile 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.
+ #
+ # POPFile 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 POPFile; if not, write to the Free Software
+ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ #
# ---------------------------------------------------------------------------------------------
Index: insert.pl
===================================================================
RCS file: /cvsroot/popfile/engine/insert.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** insert.pl 9 Jul 2003 18:18:09 -0000 1.22
--- insert.pl 31 Jul 2003 16:32:20 -0000 1.23
***************
*** 6,9 ****
--- 6,25 ----
# Copyright (c) 2001-2003 John Graham-Cumming
#
+ # This file is part of POPFile
+ #
+ # POPFile 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.
+ #
+ # POPFile 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 POPFile; if not, write to the Free Software
+ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ #
# ---------------------------------------------------------------------------------------------
Index: license
===================================================================
RCS file: /cvsroot/popfile/engine/license,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** license 14 Mar 2003 22:34:24 -0000 1.1
--- license 31 Jul 2003 16:32:20 -0000 1.2
***************
*** 1,3 ****
! GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
--- 1,61 ----
! GNU GENERAL PUBLIC LICENSE
! Version 2, June 1991
!
! Copyright (C) 1989, 1991 Free Software Foundation, Inc.
! 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
! Everyone is permitted to copy and distribute verbatim copies
! of this license document, but changing it is not allowed.
!
! Preamble
!
! The licenses for most software are designed to take away your
! freedom to share and change it. By contrast, the GNU General Public
! License is intended to guarantee your freedom to share and change free
! software--to make sure the software is free for all its users. This
! General Public License applies to most of the Free Software
! Foundation's software and to any other program whose authors commit to
! using it. (Some other Free Software Foundation software is covered by
! the GNU Library General Public License instead.) You can apply it to
! your programs, too.
!
! When we speak of free software, we are referring to freedom, not
! price. Our General Public Licenses are designed to make sure that you
! have the freedom to distribute copies of free software (and charge for
! this service if you wish), that you receive source code or can get it
! if you want it, that you can change the software or use pieces of it
! in new free programs; and that you know you can do these things.
!
! To protect your rights, we need to make restrictions that forbid
! anyone to deny you these rights or to ask you to surrender the rights.
! These restrictions translate to certain responsibilities for you if you
! distribute copies of the software, or if you modify it.
!
! For example, if you distribute copies of such a program, whether
! gratis or for a fee, you must give the recipients all the rights that
! you have. You must make sure that they, too, receive or can get the
! source code. And you must show them these terms so they know their
! rights.
!
! We protect your rights with two steps: (1) copyright the software, and
! (2) offer you this license which gives you legal permission to copy,
! distribute and/or modify the software.
!
! Also, for each author's protection and ours, we want to make certain
! that everyone understands that there is no warranty for this free
! software. If the software is modified by someone else and passed on, we
! want its recipients to know that what they have is not the original, so
! that any problems introduced by others will not reflect on the original
! authors' reputations.
!
! Finally, any free program is threatened constantly by software
! patents. We wish to avoid the danger that redistributors of a free
! program will individually obtain patent licenses, in effect making the
! program proprietary. To prevent this, we have made it clear that any
! patent must be licensed for everyone's free use or not licensed at all.
!
! The precise terms and conditions for copying, distribution and
! modification follow.
!
! GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
***************
*** 53,57 ****
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
!
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
--- 111,115 ----
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
!
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
***************
*** 111,115 ****
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
!
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
--- 169,173 ----
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
!
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
***************
*** 168,172 ****
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
!
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
--- 226,230 ----
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
!
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
***************
*** 219,221 ****
--- 277,342 ----
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+ possible use to the public, the best way to achieve this is to make it
+ free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+ to attach them to the start of each source file to most effectively
+ convey the exclusion of warranty; and each file should have at least
+ the "copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+
+ 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
+
+
+ Also add information on how to contact you by electronic and paper mail.
+
+ If the program is interactive, make it output a short notice like this
+ when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) year name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+ The hypothetical commands `show w' and `show c' should show the appropriate
+ parts of the General Public License. Of course, the commands you use may
+ be called something other than `show w' and `show c'; they could even be
+ mouse-clicks or menu items--whatever suits your program.
+
+ You should also get your employer (if you work as a programmer) or your
+ school, if any, to sign a "copyright disclaimer" for the program, if
+ necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ <signature of Ty Coon>, 1 April 1989
+ Ty Coon, President of Vice
+
+ This General Public License does not permit incorporating your program into
+ proprietary programs. If your program is a subroutine library, you may
+ consider it more useful to permit linking proprietary applications with the
+ library. If this is what you want to do, use the GNU Library General
+ Public License instead of this License.
+
Index: popfile.pl
===================================================================
RCS file: /cvsroot/popfile/engine/popfile.pl,v
retrieving revision 1.213
retrieving revision 1.214
diff -C2 -d -r1.213 -r1.214
*** popfile.pl 17 Jul 2003 20:12:16 -0000 1.213
--- popfile.pl 31 Jul 2003 16:32:20 -0000 1.214
***************
*** 10,13 ****
--- 10,29 ----
# Copyright (c) 2001-2003 John Graham-Cumming
#
+ # This file is part of POPFile
+ #
+ # POPFile 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.
+ #
+ # POPFile 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 POPFile; if not, write to the Free Software
+ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ #
# ---------------------------------------------------------------------------------------------
Index: tests.pl
===================================================================
RCS file: /cvsroot/popfile/engine/tests.pl,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** tests.pl 31 Jul 2003 14:21:10 -0000 1.24
--- tests.pl 31 Jul 2003 16:32:20 -0000 1.25
***************
*** 6,9 ****
--- 6,25 ----
# Copyright (c) 2001-2003 John Graham-Cumming
#
+ # This file is part of POPFile
+ #
+ # POPFile 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.
+ #
+ # POPFile 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 POPFile; if not, write to the Free Software
+ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ #
# ---------------------------------------------------------------------------------------------
|
|
From: <jgr...@us...> - 2003-07-31 16:48:23
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1:/tmp/cvs-serv21037/engine/Classifier Modified Files: Bayes.pm MailParse.pm WordMangle.pm Log Message: Brian Smith correctly pointed out that we were not quite sticking to the letter of the GPL in its use and so I have updated the license file to have the full GPL and I've updated every source file to include the small required text on the GPL. Note if there's anyone out there who thinks they can use this as an excuse to do something with POPFile not covered by the GPL they can KMA because I've stated frequently and loudly that POPFile is free as in speech software and released under the GPL Index: Bayes.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v retrieving revision 1.177 retrieving revision 1.178 diff -C2 -d -r1.177 -r1.178 *** Bayes.pm 27 Jul 2003 21:13:40 -0000 1.177 --- Bayes.pm 31 Jul 2003 16:32:20 -0000 1.178 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: MailParse.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v retrieving revision 1.153 retrieving revision 1.154 diff -C2 -d -r1.153 -r1.154 *** MailParse.pm 26 Jul 2003 22:53:24 -0000 1.153 --- MailParse.pm 31 Jul 2003 16:32:20 -0000 1.154 *************** *** 7,10 **** --- 7,26 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: WordMangle.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/WordMangle.pm,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** WordMangle.pm 12 Jul 2003 06:37:46 -0000 1.25 --- WordMangle.pm 31 Jul 2003 16:32:20 -0000 1.26 *************** *** 7,10 **** --- 7,26 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- |
|
From: <jgr...@us...> - 2003-07-31 16:48:23
|
Update of /cvsroot/popfile/engine/Devel In directory sc8-pr-cvs1:/tmp/cvs-serv21037/engine/Devel Modified Files: TestCoverage.pm Log Message: Brian Smith correctly pointed out that we were not quite sticking to the letter of the GPL in its use and so I have updated the license file to have the full GPL and I've updated every source file to include the small required text on the GPL. Note if there's anyone out there who thinks they can use this as an excuse to do something with POPFile not covered by the GPL they can KMA because I've stated frequently and loudly that POPFile is free as in speech software and released under the GPL Index: TestCoverage.pm =================================================================== RCS file: /cvsroot/popfile/engine/Devel/TestCoverage.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** TestCoverage.pm 27 Jul 2003 18:26:14 -0000 1.11 --- TestCoverage.pm 31 Jul 2003 16:32:21 -0000 1.12 *************** *** 5,8 **** --- 5,24 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- |
|
From: <jgr...@us...> - 2003-07-31 16:45:48
|
Update of /cvsroot/popfile/engine/POPFile In directory sc8-pr-cvs1:/tmp/cvs-serv21037/engine/POPFile Modified Files: Configuration.pm Loader.pm Logger.pm MQ.pm Module.pm Log Message: Brian Smith correctly pointed out that we were not quite sticking to the letter of the GPL in its use and so I have updated the license file to have the full GPL and I've updated every source file to include the small required text on the GPL. Note if there's anyone out there who thinks they can use this as an excuse to do something with POPFile not covered by the GPL they can KMA because I've stated frequently and loudly that POPFile is free as in speech software and released under the GPL Index: Configuration.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Configuration.pm,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Configuration.pm 26 Jul 2003 18:28:28 -0000 1.25 --- Configuration.pm 31 Jul 2003 16:32:21 -0000 1.26 *************** *** 14,17 **** --- 14,33 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #---------------------------------------------------------------------------- Index: Loader.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Loader.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Loader.pm 26 Jul 2003 18:28:28 -0000 1.4 --- Loader.pm 31 Jul 2003 16:32:21 -0000 1.5 *************** *** 14,17 **** --- 14,33 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: Logger.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Logger.pm,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Logger.pm 26 Jul 2003 18:28:28 -0000 1.21 --- Logger.pm 31 Jul 2003 16:32:21 -0000 1.22 *************** *** 12,15 **** --- 12,31 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #---------------------------------------------------------------------------- Index: MQ.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/MQ.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MQ.pm 31 Jul 2003 01:54:31 -0000 1.5 --- MQ.pm 31 Jul 2003 16:32:21 -0000 1.6 *************** *** 42,45 **** --- 42,61 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #---------------------------------------------------------------------------- Index: Module.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Module.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Module.pm 14 Jun 2003 21:10:12 -0000 1.10 --- Module.pm 31 Jul 2003 16:32:21 -0000 1.11 *************** *** 5,8 **** --- 5,24 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #---------------------------------------------------------------------------- |
|
From: <jgr...@us...> - 2003-07-31 16:39:27
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv21037/windows Modified Files: Makefile installer.nsi ioA.ini ioB.ini Log Message: Brian Smith correctly pointed out that we were not quite sticking to the letter of the GPL in its use and so I have updated the license file to have the full GPL and I've updated every source file to include the small required text on the GPL. Note if there's anyone out there who thinks they can use this as an excuse to do something with POPFile not covered by the GPL they can KMA because I've stated frequently and loudly that POPFile is free as in speech software and released under the GPL Index: Makefile =================================================================== RCS file: /cvsroot/popfile/windows/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Makefile 20 May 2003 19:58:55 -0000 1.11 --- Makefile 31 Jul 2003 16:32:22 -0000 1.12 *************** *** 1,2 **** --- 1,20 ---- + # Copyright (c) John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # .PHONY: all build Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.95 retrieving revision 1.96 diff -C2 -d -r1.95 -r1.96 *** installer.nsi 31 Jul 2003 10:58:31 -0000 1.95 --- installer.nsi 31 Jul 2003 16:32:23 -0000 1.96 *************** *** 8,11 **** --- 8,27 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #-------------------------------------------------------------------------- Index: ioA.ini =================================================================== RCS file: /cvsroot/popfile/windows/ioA.ini,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ioA.ini 13 Jul 2003 12:38:32 -0000 1.14 --- ioA.ini 31 Jul 2003 16:32:23 -0000 1.15 *************** *** 8,11 **** --- 8,27 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #------------------------------------------------------------------- Index: ioB.ini =================================================================== RCS file: /cvsroot/popfile/windows/ioB.ini,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ioB.ini 13 Jul 2003 12:38:32 -0000 1.8 --- ioB.ini 31 Jul 2003 16:32:23 -0000 1.9 *************** *** 8,11 **** --- 8,27 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #------------------------------------------------------------------- |
|
From: <jgr...@us...> - 2003-07-31 16:39:27
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1:/tmp/cvs-serv21037/engine/tests Modified Files: Makefile TestBayes.tst TestConfiguration.tst TestHTML.tst TestHTTP.tst TestLogger.tst TestMQ.tst TestMailParse.tst TestModule.tst TestPOP3.tst TestProxy.tst TestWordMangle.tst Log Message: Brian Smith correctly pointed out that we were not quite sticking to the letter of the GPL in its use and so I have updated the license file to have the full GPL and I've updated every source file to include the small required text on the GPL. Note if there's anyone out there who thinks they can use this as an excuse to do something with POPFile not covered by the GPL they can KMA because I've stated frequently and loudly that POPFile is free as in speech software and released under the GPL Index: Makefile =================================================================== RCS file: /cvsroot/popfile/engine/tests/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile 31 Jul 2003 14:20:09 -0000 1.4 --- Makefile 31 Jul 2003 16:32:22 -0000 1.5 *************** *** 5,8 **** --- 5,25 ---- # # Copyright (c) 2003 John Graham-Cummin + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # error: Index: TestBayes.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestBayes.tst,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** TestBayes.tst 31 Jul 2003 14:33:07 -0000 1.20 --- TestBayes.tst 31 Jul 2003 16:32:22 -0000 1.21 *************** *** 5,8 **** --- 5,24 ---- # Copyright (c) 2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: TestConfiguration.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestConfiguration.tst,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** TestConfiguration.tst 26 Jul 2003 17:32:27 -0000 1.6 --- TestConfiguration.tst 31 Jul 2003 16:32:22 -0000 1.7 *************** *** 5,8 **** --- 5,24 ---- # Copyright (c) 2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: TestHTML.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestHTML.tst,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestHTML.tst 18 Jun 2003 20:34:55 -0000 1.2 --- TestHTML.tst 31 Jul 2003 16:32:22 -0000 1.3 *************** *** 5,8 **** --- 5,24 ---- # Copyright (c) 2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: TestHTTP.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestHTTP.tst,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestHTTP.tst 28 Jul 2003 00:03:03 -0000 1.1 --- TestHTTP.tst 31 Jul 2003 16:32:22 -0000 1.2 *************** *** 5,8 **** --- 5,24 ---- # Copyright (c) 2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: TestLogger.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestLogger.tst,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestLogger.tst 15 Jul 2003 02:11:02 -0000 1.3 --- TestLogger.tst 31 Jul 2003 16:32:22 -0000 1.4 *************** *** 5,8 **** --- 5,24 ---- # Copyright (c) 2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: TestMQ.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestMQ.tst,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestMQ.tst 31 Jul 2003 14:22:04 -0000 1.2 --- TestMQ.tst 31 Jul 2003 16:32:22 -0000 1.3 *************** *** 5,8 **** --- 5,24 ---- # Copyright (c) 2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: TestMailParse.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestMailParse.tst,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** TestMailParse.tst 27 Jul 2003 18:26:14 -0000 1.17 --- TestMailParse.tst 31 Jul 2003 16:32:22 -0000 1.18 *************** *** 5,8 **** --- 5,24 ---- # Copyright (c) 2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: TestModule.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestModule.tst,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestModule.tst 12 Jul 2003 00:43:20 -0000 1.3 --- TestModule.tst 31 Jul 2003 16:32:22 -0000 1.4 *************** *** 5,8 **** --- 5,24 ---- # Copyright (c) 2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: TestPOP3.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestPOP3.tst,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestPOP3.tst 31 Jul 2003 14:33:07 -0000 1.3 --- TestPOP3.tst 31 Jul 2003 16:32:22 -0000 1.4 *************** *** 5,8 **** --- 5,24 ---- # Copyright (c) 2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: TestProxy.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestProxy.tst,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** TestProxy.tst 26 Jul 2003 17:14:43 -0000 1.10 --- TestProxy.tst 31 Jul 2003 16:32:22 -0000 1.11 *************** *** 5,8 **** --- 5,24 ---- # Copyright (c) 2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- *************** *** 525,527 **** $sp->stop(); ! $sp2->stop(); \ No newline at end of file --- 541,543 ---- $sp->stop(); ! $sp2->stop(); Index: TestWordMangle.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestWordMangle.tst,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestWordMangle.tst 26 Jul 2003 21:53:46 -0000 1.3 --- TestWordMangle.tst 31 Jul 2003 16:32:22 -0000 1.4 *************** *** 5,8 **** --- 5,24 ---- # Copyright (c) 2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- |
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1:/tmp/cvs-serv21037/engine/languages Modified Files: Bulgarian.msg Chinese-Simplified.msg Chinese-Traditional.msg Czech.msg Dansk.msg Deutsch.msg English-UK.msg English.msg Español.msg Francais.msg H4x0r.msg Hungarian.msg Korean.msg Nederlands.msg Nihongo.msg Norsk.msg Polish.msg Português do Brasil.msg Português.msg Russian.msg Slovak.msg Svenska.msg Ukrainian.msg check.pl Log Message: Brian Smith correctly pointed out that we were not quite sticking to the letter of the GPL in its use and so I have updated the license file to have the full GPL and I've updated every source file to include the small required text on the GPL. Note if there's anyone out there who thinks they can use this as an excuse to do something with POPFile not covered by the GPL they can KMA because I've stated frequently and loudly that POPFile is free as in speech software and released under the GPL Index: Bulgarian.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Bulgarian.msg,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Bulgarian.msg 23 Feb 2003 21:06:26 -0000 1.6 --- Bulgarian.msg 31 Jul 2003 16:32:22 -0000 1.7 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface Index: Chinese-Simplified.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Chinese-Simplified.msg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Chinese-Simplified.msg 9 Jun 2003 18:29:22 -0000 1.2 --- Chinese-Simplified.msg 31 Jul 2003 16:32:22 -0000 1.3 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # POPFile 0.18.1 Simplified Chinese Translation, Created By Mark Wu, 2003/03/04 # POPFile 0.19.0 Simplified Chinese Translation, Modified By Mark Wu, 2003/06/02 Index: Chinese-Traditional.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Chinese-Traditional.msg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Chinese-Traditional.msg 9 Jun 2003 18:29:22 -0000 1.2 --- Chinese-Traditional.msg 31 Jul 2003 16:32:22 -0000 1.3 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # POPFile 0.18.1 Traditional Chinese Translation, Created By Mark Wu, 2003/03/04 # POPFile 0.19.0 Traditional Chinese Translation, Modified By Mark Wu, 2003/06/02 Index: Czech.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Czech.msg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Czech.msg 21 Jul 2003 18:24:17 -0000 1.1 --- Czech.msg 31 Jul 2003 16:32:22 -0000 1.2 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Translation Jan Pavloviè (xp...@fi...) Index: Dansk.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Dansk.msg,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Dansk.msg 17 Jun 2003 17:24:44 -0000 1.12 --- Dansk.msg 31 Jul 2003 16:32:22 -0000 1.13 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface Index: Deutsch.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Deutsch.msg,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Deutsch.msg 17 Jun 2003 17:20:20 -0000 1.16 --- Deutsch.msg 31 Jul 2003 16:32:22 -0000 1.17 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface Index: English-UK.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/English-UK.msg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** English-UK.msg 15 Jul 2003 17:51:34 -0000 1.2 --- English-UK.msg 31 Jul 2003 16:32:22 -0000 1.3 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface Index: English.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/English.msg,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** English.msg 15 Jul 2003 17:51:35 -0000 1.38 --- English.msg 31 Jul 2003 16:32:22 -0000 1.39 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface Index: Español.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Español.msg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Español.msg 25 Jun 2003 21:06:35 -0000 1.3 --- Español.msg 31 Jul 2003 16:32:22 -0000 1.4 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface Index: Francais.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Francais.msg,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Francais.msg 23 Feb 2003 21:06:26 -0000 1.7 --- Francais.msg 31 Jul 2003 16:32:22 -0000 1.8 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface Index: H4x0r.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/H4x0r.msg,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** H4x0r.msg 23 Feb 2003 21:01:58 -0000 1.8 --- H4x0r.msg 31 Jul 2003 16:32:22 -0000 1.9 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # LanguageCode en Index: Hungarian.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Hungarian.msg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Hungarian.msg 15 Apr 2003 21:27:49 -0000 1.1 --- Hungarian.msg 31 Jul 2003 16:32:22 -0000 1.2 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface Index: Korean.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Korean.msg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Korean.msg 7 Apr 2003 10:14:04 -0000 1.1 --- Korean.msg 31 Jul 2003 16:32:22 -0000 1.2 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface *************** *** 10,14 **** # Common words that are used on their own all over the interface ! Apply Àû¿ë On »ç¿ë Áß Off »ç¿ë¾Ê´Â Áß --- 27,31 ---- # Common words that are used on their own all over the interface ! Apply Àû¿ë On »ç¿ë Áß Off »ç¿ë¾Ê´Â Áß *************** *** 100,104 **** Configuration_TinySkins ¾ÆÁÖ ÀÛÀº ½ºÅ² ! Advanced_Error1 '%s' ´Â ÀÌ¹Ì ¹«½ÃµÇ´Â ´Ü¾î·Î µî·ÏµÈ µí Advanced_Error2 ¹«½ÃµÇ´Â ´Ü¾î´Â ¾ËÆÄºª, ¼ýÀÚ,., _, -, ¶Ç´Â @ ¸¸À» ¾µ ¼ö ÀÖ½À´Ï´Ù. Advanced_Error3 '%s' °¡ ¹«½ÃµÇ´Â ´Ü¾î ¸ñ·Ï¿¡ Ãß°¡µÇ¾ú½À´Ï´Ù. --- 117,121 ---- Configuration_TinySkins ¾ÆÁÖ ÀÛÀº ½ºÅ² ! Advanced_Error1 '%s' ´Â ÀÌ¹Ì ¹«½ÃµÇ´Â ´Ü¾î·Î µî·ÏµÈ µí Advanced_Error2 ¹«½ÃµÇ´Â ´Ü¾î´Â ¾ËÆÄºª, ¼ýÀÚ,., _, -, ¶Ç´Â @ ¸¸À» ¾µ ¼ö ÀÖ½À´Ï´Ù. Advanced_Error3 '%s' °¡ ¹«½ÃµÇ´Â ´Ü¾î ¸ñ·Ï¿¡ Ãß°¡µÇ¾ú½À´Ï´Ù. Index: Nederlands.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Nederlands.msg,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Nederlands.msg 23 Feb 2003 21:01:59 -0000 1.11 --- Nederlands.msg 31 Jul 2003 16:32:22 -0000 1.12 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface Index: Nihongo.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Nihongo.msg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Nihongo.msg 17 Jun 2003 17:20:20 -0000 1.1 --- Nihongo.msg 31 Jul 2003 16:32:22 -0000 1.2 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface Index: Norsk.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Norsk.msg,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Norsk.msg 23 Feb 2003 21:01:59 -0000 1.8 --- Norsk.msg 31 Jul 2003 16:32:22 -0000 1.9 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface Index: Polish.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Polish.msg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Polish.msg 31 Jul 2003 14:47:17 -0000 1.1 --- Polish.msg 31 Jul 2003 16:32:22 -0000 1.2 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface Index: Português do Brasil.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Português do Brasil.msg,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Português do Brasil.msg 10 Jun 2003 14:10:28 -0000 1.13 --- Português do Brasil.msg 31 Jul 2003 16:32:22 -0000 1.14 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface Index: Português.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Português.msg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Português.msg 17 Jun 2003 17:20:20 -0000 1.2 --- Português.msg 31 Jul 2003 16:32:22 -0000 1.3 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Identify the language and character set used for the interface Index: Russian.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Russian.msg,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Russian.msg 23 Feb 2003 21:01:59 -0000 1.6 --- Russian.msg 31 Jul 2003 16:32:22 -0000 1.7 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # ðÒÉ ÐÅÒÅ×ÏÄÅ ÎÁ ÒÕÓÓËÉÊ ÑÚÙË ×ÓÐÌÙÌÉ ÓÁÍÙÅ ÒÁÚÎÙÅ ÏÛÉÂËÉ É ÎÅÄÏÞ£ÔÙ Index: Slovak.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Slovak.msg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Slovak.msg 22 May 2003 18:51:44 -0000 1.1 --- Slovak.msg 31 Jul 2003 16:32:22 -0000 1.2 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Translation Martin Minka (su...@k2...) Index: Svenska.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Svenska.msg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Svenska.msg 30 Apr 2003 20:33:14 -0000 1.1 --- Svenska.msg 31 Jul 2003 16:32:22 -0000 1.2 *************** *** 1,3 **** --- 1,23 ---- + # Copyright (c) 2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # + # This is used to get the appropriate subdirectory for the manual + LanguageCode sv LanguageCharset ISO-8859-1 Index: Ukrainian.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Ukrainian.msg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Ukrainian.msg 30 May 2003 19:49:25 -0000 1.1 --- Ukrainian.msg 31 Jul 2003 16:32:22 -0000 1.2 *************** *** 1,3 **** --- 1,20 ---- # Copyright (c) 2001-2003 John Graham-Cumming + # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # Translation by Myroslav Opyr <myr...@zo...> Index: check.pl =================================================================== RCS file: /cvsroot/popfile/engine/languages/check.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** check.pl 10 Jun 2003 13:39:44 -0000 1.1 --- check.pl 31 Jul 2003 16:32:22 -0000 1.2 *************** *** 9,12 **** --- 9,28 ---- # Copyright (c) 2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # #---------------------------------------------------------------------------- |
|
From: <jgr...@us...> - 2003-07-31 16:32:24
|
Update of /cvsroot/popfile/engine/Test In directory sc8-pr-cvs1:/tmp/cvs-serv21037/engine/Test Modified Files: MQReceiver.pm SimpleProxy.pm Log Message: Brian Smith correctly pointed out that we were not quite sticking to the letter of the GPL in its use and so I have updated the license file to have the full GPL and I've updated every source file to include the small required text on the GPL. Note if there's anyone out there who thinks they can use this as an excuse to do something with POPFile not covered by the GPL they can KMA because I've stated frequently and loudly that POPFile is free as in speech software and released under the GPL Index: MQReceiver.pm =================================================================== RCS file: /cvsroot/popfile/engine/Test/MQReceiver.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MQReceiver.pm 15 Jul 2003 13:39:25 -0000 1.1 --- MQReceiver.pm 31 Jul 2003 16:32:21 -0000 1.2 *************** *** 7,10 **** --- 7,26 ---- # Copyright (c) 2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: SimpleProxy.pm =================================================================== RCS file: /cvsroot/popfile/engine/Test/SimpleProxy.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** SimpleProxy.pm 31 Jul 2003 01:26:08 -0000 1.10 --- SimpleProxy.pm 31 Jul 2003 16:32:21 -0000 1.11 *************** *** 10,13 **** --- 10,29 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- |
|
From: <jgr...@us...> - 2003-07-31 16:32:24
|
Update of /cvsroot/popfile/engine/Proxy In directory sc8-pr-cvs1:/tmp/cvs-serv21037/engine/Proxy Modified Files: NNTP.pm POP3.pm Proxy.pm SMTP.pm Log Message: Brian Smith correctly pointed out that we were not quite sticking to the letter of the GPL in its use and so I have updated the license file to have the full GPL and I've updated every source file to include the small required text on the GPL. Note if there's anyone out there who thinks they can use this as an excuse to do something with POPFile not covered by the GPL they can KMA because I've stated frequently and loudly that POPFile is free as in speech software and released under the GPL Index: NNTP.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/NNTP.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** NNTP.pm 26 Jul 2003 17:14:42 -0000 1.14 --- NNTP.pm 31 Jul 2003 16:32:21 -0000 1.15 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: POP3.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/POP3.pm,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** POP3.pm 31 Jul 2003 14:22:42 -0000 1.67 --- POP3.pm 31 Jul 2003 16:32:21 -0000 1.68 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: Proxy.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/Proxy.pm,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** Proxy.pm 26 Jul 2003 18:28:28 -0000 1.28 --- Proxy.pm 31 Jul 2003 16:32:21 -0000 1.29 *************** *** 7,10 **** --- 7,26 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- Index: SMTP.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/SMTP.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** SMTP.pm 9 Jul 2003 21:15:39 -0000 1.15 --- SMTP.pm 31 Jul 2003 16:32:21 -0000 1.16 *************** *** 11,14 **** --- 11,30 ---- # Copyright (c) 2001-2003 John Graham-Cumming # + # This file is part of POPFile + # + # POPFile 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. + # + # POPFile 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 POPFile; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # # --------------------------------------------------------------------------------------------- |
|
From: <jgr...@us...> - 2003-07-31 15:03:34
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1:/tmp/cvs-serv25788/tests Modified Files: TestMQ.tst Log Message: Change message names to make test a bit more careful Index: TestMQ.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestMQ.tst,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestMQ.tst 10 Jul 2003 04:28:16 -0000 1.1 --- TestMQ.tst 31 Jul 2003 14:22:04 -0000 1.2 *************** *** 42,45 **** --- 42,46 ---- # Register three different message types + $mq->register( 'MESG1', $r ); $mq->register( 'MSG1', $r ); $mq->register( 'MSG2', $r ); *************** *** 50,60 **** # First send a single message and check that it is # received ! $mq->post( 'MSG1', 'message1', 'param1' ); $mq->service(); my @messages = $r->read(); test_assert_equal( $#messages, 0 ); ! test_assert_equal( $messages[0][0], 'MSG1' ); ! test_assert_equal( $messages[0][1], 'message1' ); ! test_assert_equal( $messages[0][2], 'param1' ); # Now send three messages and check that they are --- 51,61 ---- # First send a single message and check that it is # received ! $mq->post( 'MESG1', 'Message1', 'Param1' ); $mq->service(); my @messages = $r->read(); test_assert_equal( $#messages, 0 ); ! test_assert_equal( $messages[0][0], 'MESG1' ); ! test_assert_equal( $messages[0][1], 'Message1' ); ! test_assert_equal( $messages[0][2], 'Param1' ); # Now send three messages and check that they are |
|
From: <jgr...@us...> - 2003-07-31 14:40:43
|
Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv25500
Modified Files:
TestPOP3.tst
Log Message:
Test suite for POP3 proxy include POP3 server and client; not yet complete but covers the major POP3 commands: USER, PASS, QUIT, DELE, RETR, LIST, UIDL
Index: TestPOP3.tst
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestPOP3.tst,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestPOP3.tst 30 Jul 2003 22:50:29 -0000 1.1
--- TestPOP3.tst 31 Jul 2003 14:20:47 -0000 1.2
***************
*** 11,14 ****
--- 11,15 ----
use POPFile::Logger;
use Proxy::POP3;
+ use Classifier::Bayes;
use IO::Handle;
use IO::Socket;
***************
*** 62,67 ****
sub server
{
! my $client;
! my @messages = glob '*.msg';
while ( <$client> ) {
--- 63,70 ----
sub server
{
! my ( $client ) = @_;
! my @messages = sort glob 'TestMailParse*.msg';
!
! print $client "+OK Ready$eol";
while ( <$client> ) {
***************
*** 72,76 ****
if ( $command =~ /USER (.*)/i ) {
! if ( $1 =~ /gooduser/ ) {
print $client "+OK Welcome $1$eol";
} else {
--- 75,79 ----
if ( $command =~ /USER (.*)/i ) {
! if ( $1 =~ /(gooduser)/ ) {
print $client "+OK Welcome $1$eol";
} else {
***************
*** 86,89 ****
--- 89,93 ----
print $client "-ERR Bad Password$eol";
}
+ next;
}
***************
*** 120,133 ****
if ( $command =~ /QUIT/i ) {
print $client "+OK Bye$eol";
! next;
}
if ( $command =~ /__QUIT__/i ) {
print $client "+OK Bye$eol";
! last;
}
if ( $command =~ /RSET/i ) {
! @messages = glob '*.msg';
print $client "+OK Reset$eol";
next;
--- 124,137 ----
if ( $command =~ /QUIT/i ) {
print $client "+OK Bye$eol";
! last;
}
if ( $command =~ /__QUIT__/i ) {
print $client "+OK Bye$eol";
! return 0;
}
if ( $command =~ /RSET/i ) {
! @messages = sort glob 'TestMailParse*.msg';
print $client "+OK Reset$eol";
next;
***************
*** 140,153 ****
if ( $command =~ /DELE (.*)/i ) {
! $messages[$1] = '';
! print $client "+OK Deleted $1$eol";
next;
}
! if ( $command =~ /RETR (.*)/i ) {
! if ( $messages[$1] ne '' ) {
! print $client "+OK " . ( -s $messages[$1] ) . "$eol";
! open FILE, "<$messages[$1]";
while ( <FILE> ) {
print $client $_;
--- 144,163 ----
if ( $command =~ /DELE (.*)/i ) {
! my $index = $1 - 1;
! if ( defined( $messages[$index] ) && ( $messages[$index] ne '' ) ) {
! $messages[$index] = '';
! print $client "+OK Deleted $1$eol";
! } else {
! print $client "-ERR No such message $1$eol";
! }
next;
}
! if ( $command =~ /RETR (\d+)/i ) {
! my $index = $1 - 1;
! if ( defined( $messages[$index] ) && ( $messages[$index] ne '' ) ) {
! print $client "+OK " . ( -s $messages[$index] ) . "$eol";
! open FILE, "<$messages[$index]";
while ( <FILE> ) {
print $client $_;
***************
*** 164,171 ****
if ( $command =~ /TOP (.*) (.*)/i ) {
! if ( $messages[$1] ne '' ) {
! print $client "+OK " . ( -s $messages[$1] ) . "$eol";
! open FILE, "<$messages[$1]";
while ( <FILE> ) {
print $client $_;
--- 174,182 ----
if ( $command =~ /TOP (.*) (.*)/i ) {
! my $index = $1 - 1;
! if ( $messages[$index] ne '' ) {
! print $client "+OK " . ( -s $messages[$index] ) . "$eol";
! open FILE, "<$messages[$index]";
while ( <FILE> ) {
print $client $_;
***************
*** 191,194 ****
--- 202,206 ----
if ( $command =~ /CAPA/i ) {
+ print $client "+OK I can handle$eol" . "AUTH$eol" . "USER$eol" . "APOP$eol.$eol";
next;
}
***************
*** 206,213 ****
--- 218,265 ----
}
+ if ( $command =~ /JOHN/ ) {
+ print $client "+OK Hello John$eol";
+ next;
+ }
+
print $client "-ERR unknown command or bad syntax$eol";
}
+
+ return 0;
}
+ test_assert( `rm -rf corpus` == 0 );
+ test_assert( `cp -R corpus.base corpus` == 0 );
+
+ my $c = new POPFile::Configuration;
+ my $mq = new POPFile::MQ;
+ my $l = new POPFile::Logger;
+ my $b = new Classifier::Bayes;
+
+ $c->configuration( $c );
+ $c->mq( $mq );
+ $c->logger( $l );
+
+ $c->initialize();
+
+ $l->configuration( $c );
+ $l->mq( $mq );
+ $l->logger( $l );
+
+ $l->initialize();
+
+ $mq->configuration( $c );
+ $mq->mq( $mq );
+ $mq->logger( $l );
+
+ $b->configuration( $c );
+ $b->mq( $mq );
+ $b->logger( $l );
+
+ $b->initialize();
+ $b->module_config_( 'html', 'port', 8080 );
+ $b->config_( 'hostname', '127.0.0.1' );
+ $b->start();
+
my $pid = fork();
***************
*** 216,219 ****
--- 268,288 ----
# CHILD THAT WILL RUN THE POP3 SERVER
+ my $server = IO::Socket::INET->new( Proto => 'tcp',
+ LocalAddr => 'localhost',
+ LocalPort => 8110,
+ Listen => SOMAXCONN,
+ Reuse => 1 );
+
+ my $selector = new IO::Select( $server );
+
+ while ( 1 ) {
+ if ( defined( $selector->can_read(0) ) ) {
+ if ( my $client = $server->accept() ) {
+ last if !server($client);
+ close $client;
+ }
+ }
+ }
+
exit(0);
} else {
***************
*** 226,253 ****
# CHILD THAT WILL RUN THE POP3 PROXY
! my $c = new POPFile::Configuration;
! my $mq = new POPFile::MQ;
! my $l = new POPFile::Logger;
! my $p = new Proxy::POP3
!
! $c->configuration( $c );
! $c->mq( $mq );
! $c->logger( $l );
!
! $c->initialize();
!
! $l->configuration( $c );
! $l->mq( $mq );
! $l->logger( $l );
!
! $l->initialize();
!
! $mq->configuration( $c );
! $mq->mq( $mq );
! $mq->logger( $l );
$p->configuration( $c );
$p->mq( $mq );
$p->logger( $l );
$p->forker( \&forker );
--- 295,304 ----
# CHILD THAT WILL RUN THE POP3 PROXY
! my $p = new Proxy::POP3;
$p->configuration( $c );
$p->mq( $mq );
$p->logger( $l );
+ $p->classifier( $b );
$p->forker( \&forker );
***************
*** 257,261 ****
$p->initialize();
$p->config_( 'port', $port );
! test_assert_equal( $p->start(), 1 );
my $now = time;
--- 308,313 ----
$p->initialize();
$p->config_( 'port', $port );
! $p->global_config_( 'timeout', 1 );
! $p->start();
my $now = time;
***************
*** 285,288 ****
--- 337,481 ----
test_assert( defined( $client ) );
test_assert( $client->connected );
+
+ # Make sure that POPFile sends an appropriate banner
+
+ my $result = <$client>;
+ test_assert_equal( $result, "+OK POP3 POPFile (test suite) server ready$eol" );
+
+ # Try a connection to a server that does not exist
+
+ print $client "USER 127.0.0.1:8111:gooduser$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "-ERR can't connect to 127.0.0.1:8111$eol" );
+
+ # Check that we can connect to the remote POP3 server (should still be waiting
+ # for us)
+
+ print $client "USER 127.0.0.1:8110:gooduser$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "+OK Welcome gooduser$eol" );
+
+ # TODO check for LOGIN message
+
+ # Now send a bad password
+
+ print $client "PASS password$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "-ERR Bad Password$eol" );
+
+ # And then a good one
+
+ print $client "PASS secret$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "+OK Now logged in$eol" );
+
+ # Test that the catch all code works for connected servers
+
+ print $client "JOHN$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "+OK Hello John$eol" );
+
+ # Check that we handle HELO locally
+
+ print $client "HELO$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "+OK HELO POPFile Server Ready$eol" );
+
+ # Get the LIST response and verify
+
+ print $client "LIST$eol";
+
+ my $count = 0;
+ my $size = 0;
+ my @messages = sort glob 'TestMailParse*.msg';
+ for my $i (0..$#messages) {
+ if ( $messages[$i] ne '' ) {
+ $count += 1;
+ $size += ( -s $messages[$i] );
+ }
+ }
+
+ $result = <$client>;
+ test_assert_equal( $result, "+OK $count $size$eol" );
+
+ for my $i (0..$#messages) {
+ if ( $messages[$i] ne '' ) {
+ my $resp = ( -s $messages[$i] );
+ $result = <$client>;
+ test_assert_equal( $result, ($i+1) . " $resp$eol" );
+ }
+ }
+
+ $result = <$client>;
+ test_assert_equal( $result, ".$eol" );
+
+ # Make such that UIDL works
+
+ print $client "UIDL$eol";
+
+ $result = <$client>;
+ test_assert_equal( $result, "+OK $count $size$eol" );
+
+ for my $i (0..$#messages) {
+ if ( $messages[$i] ne '' ) {
+ my $resp = $messages[$i];
+ $result = <$client>;
+ test_assert_equal( $result, ($i+1) . " $resp$eol" );
+ }
+ }
+
+ $result = <$client>;
+ test_assert_equal( $result, ".$eol" );
+
+ # Try getting a message (first a bad message number)
+
+ my $notexist = $count + 1;
+ print $client "RETR $notexist$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "-ERR No such message $notexist$eol" );
+
+ # Now get a message that actually exists
+
+ print $client "RETR 1$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "+OK " . ( -s $messages[0] ) . "$eol" );
+ my $cam = $messages[0];
+ $cam =~ s/msg$/cam/;
+
+ open FILE, "<$cam";
+ while ( <FILE> ) {
+ my $line = $_;
+ $result = <$client>;
+ $result =~ s/popfile1=1/popfile0=0/;
+ test_assert_equal( $result, $line );
+ }
+ close FILE;
+
+ $result = <$client>;
+ test_assert_equal( $result, "$eol" );
+ $result = <$client>;
+ test_assert_equal( $result, ".$eol" );
+
+ # TODO check for NEWFL and CLASS messages
+
+ # TODO check that the file was written to the history
+
+ # Try an unsuccessful delete
+
+ print $client "DELE $notexist$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "-ERR No such message $notexist$eol" );
+
+ # Try a successful delete
+
+ print $client "DELE 1$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "+OK Deleted 1$eol" );
+
+ # Check that we echo the remote servers QUIT response
+
+ print $client "QUIT$eol";
+ $result = <$client>;
+ test_assert_equal( $result, "+OK Bye$eol" );
close $client;
|
|
From: <jgr...@us...> - 2003-07-31 14:33:11
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1:/tmp/cvs-serv28961 Modified Files: TestBayes.tst TestPOP3.tst Log Message: Make tests afer so that they don't copy the corpus CVS directory Index: TestBayes.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestBayes.tst,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** TestBayes.tst 27 Jul 2003 21:13:40 -0000 1.19 --- TestBayes.tst 31 Jul 2003 14:33:07 -0000 1.20 *************** *** 9,12 **** --- 9,13 ---- test_assert( `rm -rf corpus` == 0 ); test_assert( `cp -R corpus.base corpus` == 0 ); + test_assert( `rm -rf corpus/CVS` == 0 ); unlink 'stopwords'; Index: TestPOP3.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestPOP3.tst,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestPOP3.tst 31 Jul 2003 14:20:47 -0000 1.2 --- TestPOP3.tst 31 Jul 2003 14:33:07 -0000 1.3 *************** *** 231,234 **** --- 231,235 ---- test_assert( `rm -rf corpus` == 0 ); test_assert( `cp -R corpus.base corpus` == 0 ); + test_assert( `rm -rf corpus/CVS` == 0 ); my $c = new POPFile::Configuration; |