<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>pixmaps/pixmaps.license</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,516 +1,528 @@
-2005-10-16 Andy Jeffries &lt;andy@gphpedit.org&gt;
-
-	* Single instance working, thanks to Yevgen Muntyan
-	* Comment patch so hopefully the Ubuntu guys will stop
-	  applying unnecessary patches
-	
-2005-10-14 Andy Jeffries &lt;andy@gphpedit.org&gt;
-
-	* GtkCombo's changed to
-	  GtkEntry in Find and Replace dialogs, as no history was being
-	  kept - when/if I do actually do that feature they'll be
-	  GtkComboBoxes anyway
-	* Tweaks to Find/Replace - Escape, Enter key
-	  presses works, close is consistent, not found wraps
-	* Find dialog should close on clicking close,
-	  not just hide
-	* Open Selected failed to check if file exists before opening, hence 
-	  asks to create in each folder that is open (new GNOME-VFS prob)
-	
-2005-10-13 Andy Jeffries &lt;andy@gphpedit.org&gt;
-
-	* File dialogs now work with non-local folders
-	* Converted to Asynchronous GNOME-VFS calls
-	* Fixed bug when trying to search
-	  Help, searching files isn't available in GtkHTML2 so disabled for
-	  help tabs
-	* Changed GtkCombo to GtkComboBox to fix problem with Change all
-	  fonts/size under Dropdown
-	* AMD64 fixes and work to stop crash with unsaved files  
-	
-2005-10-12 Andy Jeffries &lt;andy@gphpedit.org&gt;
-
-	* Removed a GTK warning when the
-	  preferences box is shown, some needless box stuff
-	* Calltip functionality is now
-	  case-insensitive, as are php/sql/css function/property names  
-	* File Save/Rename alter MRU list and
-	  Rename actually gets the full URI rather than just the old
-	  filename
-	* Fixed bug: opening gphpedit with
-	  untitled, type text and quit chosing to discard changes crashes
-	  with segfault  
-	* Upgraded to Scintilla 1.66
-	
-2005-09-15 Andy Jeffries &lt;andy@gphpedit.org&gt;
-
-	* Added new Gentoo PHP-Docs location
-
-2005-08-22 Andy Jeffries &lt;andy@gphpedit.org&gt;
-
-	* Incremental search box suggests
-	  highlighted text
-	
-2005-08-22 Andy Jeffries &lt;andy@gphpedit.org&gt;
-
-	* Returns to previous line number after reopening a file
-	
-2005-04-07 Andy Jeffries &lt;andy@gphpedit.org&gt;
-
-	* Fixed two compiler warnings
-	  about UTF-8 and added some debugging prints
-	  
+2009-01-18  Anoop John &lt;anoop.john at zyxware.com&gt;
+
+          * Added GPL notices correctly in source files
+
+2009-01-01  Anoop John &lt;anoop.john at zyxware.com&gt;
+
+          * Started Maintenance of the project
+
+2005-10-16  Andy Jeffries &lt;andy@gphpedit.org&gt;
+
+          * Single instance working, thanks to Yevgen Muntyan
+          * Comment patch so hopefully the Ubuntu guys will stop
+            applying unnecessary patches
+          
+2005-10-14  Andy Jeffries &lt;andy@gphpedit.org&gt;
+
+          * GtkCombo's changed to
+            GtkEntry in Find and Replace dialogs, as no history was being
+            kept - when/if I do actually do that feature they'll be
+            GtkComboBoxes anyway
+          * Tweaks to Find/Replace - Escape, Enter key
+            presses works, close is consistent, not found wraps
+          * Find dialog should close on clicking close,
+            not just hide
+          * Open Selected failed to check if file exists before opening, hence 
+            asks to create in each folder that is open (new GNOME-VFS prob)
+          
+2005-10-13  Andy Jeffries &lt;andy@gphpedit.org&gt;
+
+          * File dialogs now work with non-local folders
+          * Converted to Asynchronous GNOME-VFS calls
+          * Fixed bug when trying to search
+            Help, searching files isn't available in GtkHTML2 so disabled for
+            help tabs
+          * Changed GtkCombo to GtkComboBox to fix problem with Change all
+            fonts/size under Dropdown
+          * AMD64 fixes and work to stop crash with unsaved files  
+          
+2005-10-12  Andy Jeffries &lt;andy@gphpedit.org&gt;
+
+          * Removed a GTK warning when the
+            preferences box is shown, some needless box stuff
+          * Calltip functionality is now
+            case-insensitive, as are php/sql/css function/property names  
+          * File Save/Rename alter MRU list and
+            Rename actually gets the full URI rather than just the old
+            filename
+          * Fixed bug: opening gphpedit with
+            untitled, type text and quit chosing to discard changes crashes
+            with segfault  
+          * Upgraded to Scintilla 1.66
+          
+2005-09-15  Andy Jeffries &lt;andy@gphpedit.org&gt;
+
+          * Added new Gentoo PHP-Docs location
+
+2005-08-22  Andy Jeffries &lt;andy@gphpedit.org&gt;
+
+          * Incremental search box suggests
+            highlighted text
+          
+2005-08-22  Andy Jeffries &lt;andy@gphpedit.org&gt;
+
+          * Returns to previous line number after reopening a file
+          
+2005-04-07  Andy Jeffries &lt;andy@gphpedit.org&gt;
+
+          * Fixed two compiler warnings
+            about UTF-8 and added some debugging prints
+            
 2005-03-18  Sven Herzberg  &lt;herzi@gnome-de.org&gt;
 
-	Added i18n build framework and a simple (end empty) german
-	translation.
+          * Added i18n build framework and a simple (end empty) german
+            translation.
 
-2005-02-08 Andy Jeffries &lt;andy@gphpedit.org&gt;
+2005-02-08  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	* Fixes to Python highlighting
+          * Fixes to Python highlighting
 
 2005-02-08  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	* src/main_window_callbacks.c: Fixed a crash bug
+          * src/main_window_callbacks.c: Fixed a crash bug
 
 2005-02-04  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	* New plugin response MESSAGE pops open dialog
+          * New plugin response MESSAGE pops open dialog
 
 2005-02-04  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	* Added very basic Python syntax highlighting
+          * Added very basic Python syntax highlighting
 
 2004-12-15  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	* Fixed PHP Help location for Debian
+          * Fixed PHP Help location for Debian
 
 2004-12-07  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	* Fixed off by one error and warnings in reopen
+          * Fixed off by one error and warnings in reopen
 
 2004-11-26  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	* Updated num plugins to 30 and num reopen items to 20
+          * Updated num plugins to 30 and num reopen items to 20
 
 2004-11-24  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	* Simplified completion timer code and bracket matching
-	  and indentation
+          * Simplified completion timer code and bracket matching
+            and indentation
 
 2004-11-19  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	* Fixed class browser
+          * Fixed class browser
 
 2004-11-18  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	* Wouldn't prompt for saving
-	  unsaved PHP/SQL/CSS files etc only non-coded files
+          * Wouldn't prompt for saving
+            unsaved PHP/SQL/CSS files etc only non-coded files
 
 2004-11-14  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	* Sorts plugin menu in alphabetical order
+          * Sorts plugin menu in alphabetical order
 
 2004-11-03  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	* Muntyan (someone I met off IRC) converted gPHPEdit to use a local
-	  statically built version of GtkScintilla2 to aid getting gPHPEdit
-	  into Debian
+          * Muntyan (someone I met off IRC) converted gPHPEdit to use a local
+            statically built version of GtkScintilla2 to aid getting gPHPEdit
+            into Debian
 
 2004-10-27  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	* Got session saving working
-	* Fixed a bug making the X button leave the app running but orphaned
+          * Got session saving working
+          * Fixed a bug making the X button leave the app running but orphaned
 
 2004-10-01  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	There are quite a few items that have been done that aren't in the ChangeLog below - so lets try
-	to bring it up to date....
-	
-	* Used GNOME-VFS now so you can open/save files to/from FTP/SCP/SFTP locations (and indeed any other type
-	  of location supported by GNOME-VFS)
-	* Updated syntax highlighting to support PHP5 keywords
-	* By editing the settings file (~/.gnome2/gPHPEdit) you can now change what files are
-	  recognised as PHP files (the separator is a comma - NO spaces)
-	* Opens with a blank page by default, if you haven't changed it and open a file
-	  the Untitled page is replaced by the file you choose to open.
+            There are quite a few items that have been done that aren't in the ChangeLog below - so lets try
+            to bring it up to date....
+          
+          * Used GNOME-VFS now so you can open/save files to/from FTP/SCP/SFTP locations (and indeed any other type
+            of location supported by GNOME-VFS)
+          * Updated syntax highlighting to support PHP5 keywords
+          * By editing the settings file (~/.gnome2/gPHPEdit) you can now change what files are
+            recognised as PHP files (the separator is a comma - NO spaces)
+          * Opens with a blank page by default, if you haven't changed it and open a file
+            the Untitled page is replaced by the file you choose to open.
 
 2004-09-16  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-	Wow!  Really looks like I haven't done anything for ages, I have but
-	I've forgotten to put it in here.  Here is a list of some of the things
-	done:
+            Wow!  Really looks like I haven't done anything for ages, I have but
+            I've forgotten to put it in here.  Here is a list of some of the things
+            done:
 
-        * Fixed the fact that changes to the Line Number size don't show
-	* Moved to GtkFileChooser from GtkFileSelection
-	* Implemented plugins (although still possibly buggy)
+          * Fixed the fact that changes to the Line Number size don't show
+          * Moved to GtkFileChooser from GtkFileSelection
+          * Implemented plugins (although still possibly buggy)
 
 2004-04-08  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-        * Fixed a few bugs from the bugs list, mainly crash bugs
+          * Fixed a few bugs from the bugs list, mainly crash bugs
 
 2004-04-07  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-        * UTF-8 and other code pages now work.  It works by converting on the fly from the user's locale to UTF-8 
-	  and back to their locale when saving
-	* Recently opened files menu implemented
-	* File open dialog remembers last opened folder (unless you have an active file open, in which case it still
-	  reverts to that folder).
+          * UTF-8 and other code pages now work.  It works by converting on the fly from the user's locale to UTF-8 
+            and back to their locale when saving
+          * Recently opened files menu implemented
+          * File open dialog remembers last opened folder (unless you have an active file open, in which case it still
+            reverts to that folder).
 
 2004-03-10  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-         * UTF-8 works (although other code pages such as ISO-8859-1 don't!
+          * UTF-8 works (although other code pages such as ISO-8859-1 don't!
 
 2004-03-10  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-         * As there have been quite a few fixes, I've decided to do an interim release.
+          * As there have been quite a few fixes, I've decided to do an interim release.
 
 2004-03-10  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-         * Class browser doesn't update (slow) if it isn't currently shown - speeds up opening of files for those people 
-   	   that don't use the class browser.
+          * Class browser doesn't update (slow) if it isn't currently shown - speeds up opening of files for those people 
+            that don't use the class browser.
 
 2004-03-04  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-         * Implemented brace matching (properly) - and it works :-)
+          * Implemented brace matching (properly) - and it works :-)
 
 2004-02-25  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-         * Fixed crash bug when Find dialog is closed using WM X button rather than close
+          * Fixed crash bug when Find dialog is closed using WM X button rather than close
 
 2004-02-15  Tim Jackson &lt;tim@timj.co.uk&gt;
 
-         * Fixed gtkhtml2 dependencies in RPM spec file
+          * Fixed gtkhtml2 dependencies in RPM spec file
 
 2004-02-13  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* OK, preferences code is in there and seems to be working.  This version is a pre-1.0 beta 
-	  but it seems a lot more stable in use than 0.4.3 (due to the number of bugs I've fixed)
+          * OK, preferences code is in there and seems to be working.  This version is a pre-1.0 beta 
+            but it seems a lot more stable in use than 0.4.3 (due to the number of bugs I've fixed)
 
 2004-02-08  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* I've started doing the preferences code.  The dialog has been designed for a while, but there's been no code.
-	  It now makes a copy of the preferences, the code to retrieve a list of fonts is done and the code to determine
-	  when a syntax highlighting style (e.g. PHP Single-quoted String) changes.
+          * I've started doing the preferences code.  The dialog has been designed for a while, but there's been no code.
+            It now makes a copy of the preferences, the code to retrieve a list of fonts is done and the code to determine
+            when a syntax highlighting style (e.g. PHP Single-quoted String) changes.
 
 2004-02-03  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* Will these version numbers be consistent?  After a lot of soul searching (and discussions with a few users), 
-	  I've decided to make this the pre-1.0 version.  A lot of people are using it day-in-day-out and it's stable.
-	  However, I've added a couple of new features to this version - so I'll put it out for testing before going
-	  to 1.0.
-	* Upgrading to Pango fonts bug fixed (KEPT prefixing with ! every time)
-	* Multiple files open from selection dialog implemented (thanks Leszek)
+          * Will these version numbers be consistent?  After a lot of soul searching (and discussions with a few users), 
+            I've decided to make this the pre-1.0 version.  A lot of people are using it day-in-day-out and it's stable.
+            However, I've added a couple of new features to this version - so I'll put it out for testing before going
+            to 1.0.
+          * Upgrading to Pango fonts bug fixed (KEPT prefixing with ! every time)
+          * Multiple files open from selection dialog implemented (thanks Leszek)
 
 2004-02-03  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* Changed version to 0.4.9 (ready for testing locally before changing back to 0.5.0 for release)
+          * Changed version to 0.4.9 (ready for testing locally before changing back to 0.5.0 for release)
 
 2004-01-30  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* Forced upgrading to Pango rendering is complete (message box on start)
-	* Implemented bug fix for multiple calltip popups (bug 55, Urkle)
+          * Forced upgrading to Pango rendering is complete (message box on start)
+          * Implemented bug fix for multiple calltip popups (bug 55, Urkle)
 
 2004-01-30  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* Online help now works without hanging the app (although will break if an external link or an anchor is present)
+          * Online help now works without hanging the app (although will break if an external link or an anchor is present)
 
 2004-01-30  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* configure.in: Updated to 0.5.0
-	* Close page now moves the focus back a page rather than to the first page
-	* The start of online help is in there, but the app hangs on closing the help window
+          * configure.in: Updated to 0.5.0
+          * Close page now moves the focus back a page rather than to the first page
+          * The start of online help is in there, but the app hangs on closing the help window
 
 2003-07-09  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* configure.in: Updated to 0.4.3 to avoid conflicts with 0.4.2 (in testing)
-	* src/main_window.c: (main_window_create_panes), src/main_window_callbacks.c: (classbrowser_show),
-	(classbrowser_hide), src/preferences.c: (save_classbrowser_position):
-	Properly implemented Show/Hide Classbrowser, previous version didn't
-	actually resize the pane, nor remember it's status upon restarting.
+          * configure.in: Updated to 0.4.3 to avoid conflicts with 0.4.2 (in testing)
+          * src/main_window.c: (main_window_create_panes), src/main_window_callbacks.c: (classbrowser_show),
+            (classbrowser_hide), src/preferences.c: (save_classbrowser_position):
+            Properly implemented Show/Hide Classbrowser, previous version didn't
+            actually resize the pane, nor remember it's status upon restarting.
 
 2003-07-09  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* configure.in: Updated version number to 0.4.2 to reflect change below
-	* src/main_window_callbacks.c: (classbrowser_show),
-	(classbrowser_hide), src/main_window_callbacks.h, src/main_window_menu.h:
-	Implemented Show/Hide Classbrowser feature requested by Tim Jackson.
+          * configure.in: Updated version number to 0.4.2 to reflect change below
+          * src/main_window_callbacks.c: (classbrowser_show),
+            (classbrowser_hide), src/main_window_callbacks.h, src/main_window_menu.h:
+            Implemented Show/Hide Classbrowser feature requested by Tim Jackson.
 
 2003-07-01  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* configure.in: Updated version number to 0.4.1 to reflect change below
-	* src/preferences.c: (preferences_load), (preferences_save), src/preferences.h,
-	  src/tab.c: (tab_set_general_scintilla_properties): All updated to reflect 
-	  preference for turning off line wrapping in response to feature request from
-	  Erik Williamson &lt;erik@cpsc.ucalgary.ca&gt;
+          * configure.in: Updated version number to 0.4.1 to reflect change below
+          * src/preferences.c: (preferences_load), (preferences_save), src/preferences.h,
+            src/tab.c: (tab_set_general_scintilla_properties): All updated to reflect 
+            preference for turning off line wrapping in response to feature request from
+            Erik Williamson &lt;erik@cpsc.ucalgary.ca&gt;
 
 2003-06-24  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* configure.in: Changed version number to 0.4.0 as no bugs have been
-	found in code folding or keyboard macros.  Still need to define
-	keyboard shortcuts for code folding, but that won't stop it being
-	released now.
+          * configure.in: Changed version number to 0.4.0 as no bugs have been
+            found in code folding or keyboard macros.  Still need to define
+            keyboard shortcuts for code folding, but that won't stop it being
+            released now.
 
 2003-06-20  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* configure.in: Changed version number to 0.3.85 for testing (in RPM
-	form) the latest fixes for keyboard macro recording.
+          * configure.in: Changed version number to 0.3.85 for testing (in RPM
+            form) the latest fixes for keyboard macro recording.
 
 2003-06-17  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-        * Implemented keyboard macro recording, updated version to 0.3.8 (ready for 0.4 when
-          finished testing both new areas of functionality)
+          * Implemented keyboard macro recording, updated version to 0.3.8 (ready for 0.4 when
+            finished testing both new areas of functionality)
 
 2003-06-17  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* src/main_window.c: (Note: prepare-ChangeLog.pl kept reporting 
-	  a segfault) Fixed window title not to have a hanging &quot;-&quot;
+          * src/main_window.c: (Note: prepare-ChangeLog.pl kept reporting 
+            a segfault) Fixed window title not to have a hanging &quot;-&quot;
 
 2003-06-17  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* src/tab.c, src/tab_php.c, src/preferences.h: (Note: prepare-ChangeLog.pl kept reporting 
-	  a segfault) code folding implemented (uses a preference setting, but still no dialog)
+          * src/tab.c, src/tab_php.c, src/preferences.h: (Note: prepare-ChangeLog.pl kept reporting 
+            a segfault) code folding implemented (uses a preference setting, but still no dialog)
 
 2003-06-10  Tim Jackson  &lt;tim@timj.co.uk&gt;
 
-	* src/syntax_check.c: (syntax_check_run): corrected error message if PHP binary not found
+          * src/syntax_check.c: (syntax_check_run): corrected error message if PHP binary not found
 
 2003-06-10  Tim Jackson  &lt;tim@timj.co.uk&gt;
 
-	* src/syntax_check.c: (run_php_lint), (syntax_add_lines),
-	(syntax_check_run): fixed bug #37 and cleaned up behaviour if no editors are open
+          * src/syntax_check.c: (run_php_lint), (syntax_add_lines),
+            (syntax_check_run): fixed bug #37 and cleaned up behaviour if no editors are open
 
 2003-06-10  Tim Jackson  &lt;tim@timj.co.uk&gt;
 
-	* src/main_window.c: (update_app_title): fixed compile error (added missing brace)
+          * src/main_window.c: (update_app_title): fixed compile error (added missing brace)
 
 2003-06-08  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* src/main_window.c: (update_app_title): Removed the version number from the title
-          of the main window.  This wasn't standar but was useful during the early days of
-          development.
+          * src/main_window.c: (update_app_title): Removed the version number from the title
+            of the main window.  This wasn't standar but was useful during the early days of
+            development.
 
 2003-06-08  Andy Jeffries  &lt;andy@gphpedit.org&gt;
-
-	After tagging CVS as Release_0_3_0 I found I had knackered the dependancies 
-	trying to get it to work with Dennis Houy's GtkScintalla2.
+          
+            After tagging CVS as Release_0_3_0 I found I had knackered the dependancies 
+            trying to get it to work with Dennis Houy's GtkScintalla2.
 
 2003-06-08  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* configure.in: Updated version number to be 0.3.0
+          * configure.in: Updated version number to be 0.3.0
 
 2003-06-07  Sven Herzberg  &lt;herzi@abi02.de&gt;
 
-	* .cvsignore: added gphpedit.spec
-	* autogen.sh: fixed a typo
+          * .cvsignore: added gphpedit.spec
+          * autogen.sh: fixed a typo
 
 2003-06-06  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* src/Makefile.am: Added tab_sql.c/.h so the SQL lexing is included
-	* src/calltip.c: (get_sql_completion_list),
-	(css_autocomplete_word), (sql_autocomplete_word): Added the SQL known
-	  word drop down functionality
-	* src/calltip.h: added the list of SQL known words
-	* src/preferences.c: (preferences_load), (preferences_save): Added
-	  the SQL properties loading/saving
-	* src/preferences.h: Added the SQL properties
-	* src/tab.c: (is_sql_file), (tab_check_sql_file), (tab_create_new),
-	(sql_auto_complete_callback), (char_added): Added code to handle SQL 
-          lexing.
-	* src/tab.h: Added definition for SQL functions
-	* src/tab_sql.c: (tab_sql_set_lexer), src/tab_sql.h: Created
-	  SQL lexer code
+          * src/Makefile.am: Added tab_sql.c/.h so the SQL lexing is included
+          * src/calltip.c: (get_sql_completion_list),
+            (css_autocomplete_word), (sql_autocomplete_word): Added the SQL known
+            word drop down functionality
+          * src/calltip.h: added the list of SQL known words
+          * src/preferences.c: (preferences_load), (preferences_save): Added
+            the SQL properties loading/saving
+          * src/preferences.h: Added the SQL properties
+          * src/tab.c: (is_sql_file), (tab_check_sql_file), (tab_create_new),
+            (sql_auto_complete_callback), (char_added): Added code to handle SQL 
+            lexing.
+          * src/tab.h: Added definition for SQL functions
+          * src/tab_sql.c: (tab_sql_set_lexer), src/tab_sql.h: Created
+            SQL lexer code
 
 2003-06-06  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* src/main_window_callbacks.c: (open_file_ok):Changed to 
-          use switch_to_file_or_open to open a new file, should 
-          therefore stop the same file being opened twice.
-	* AUTHORS: Added Tim Jackson as he has worked on a lot of 
-          package related files
+          * src/main_window_callbacks.c: (open_file_ok):Changed to 
+            use switch_to_file_or_open to open a new file, should 
+            therefore stop the same file being opened twice.
+          * AUTHORS: Added Tim Jackson as he has worked on a lot of 
+            package related files
 
 2003-06-04  Tim Jackson  &lt;tim@timj.co.uk&gt;
 
-	* src/main_window_callbacks.c: (on_about1_activate): Added herzi as contributor
-	* src/preferences.c: (preferences_save): Fixed bug #39 (config error on quit)
+          * src/main_window_callbacks.c: (on_about1_activate): Added herzi as contributor
+          * src/preferences.c: (preferences_save): Fixed bug #39 (config error on quit)
 
 2003-06-04  Tim Jackson  &lt;tim@timj.co.uk&gt;
 
-	* gphpedit.spec.in: updated spec file for automake'd build
+          * gphpedit.spec.in: updated spec file for automake'd build
 
 2003-06-04  Sven Herzberg  &lt;herzi@gnome-de.org&gt;
 
-	* Makefile.am: should enable a RH build now
-	* data/Makefile.am: fixed a typo to install the api correctly
+          * Makefile.am: should enable a RH build now
+          * data/Makefile.am: fixed a typo to install the api correctly
 
 2003-06-04  Tim Jackson  &lt;tim@timj.co.uk&gt;
 
-	* data/Makefile.am: hopefully got it right this time
+          * data/Makefile.am: hopefully got it right this time
 
 2003-06-04  Tim Jackson  &lt;tim@timj.co.uk&gt;
 
-	* data/Makefile.am: reverting to Herzi's version
+          * data/Makefile.am: reverting to Herzi's version
 
 2003-06-04  Tim Jackson  &lt;tim@timj.co.uk&gt;
 
-	* Makefile.am:
-	* data/Makefile.am: failed attempt to get API file installed in right place
-	* gphpedit.desktop.in:
-	* src/syntax_check.c: (syntax_check_run): fixed compiler warning
+          * Makefile.am:
+          * data/Makefile.am: failed attempt to get API file installed in right place
+          * gphpedit.desktop.in:
+          * src/syntax_check.c: (syntax_check_run): fixed compiler warning
 
 2003-06-04  Tim Jackson  &lt;tim@timj.co.uk&gt;
 
-	* Makefile.am: fix duplicate EXTRA_DIST definition
-	* gphpedit.desktop.in: amend for gphpedit.png
-	* pixmaps/Makefile.am: amend for gphpedit.png
-	* pixmaps/gphpedit.png: renamed version of gphpedit_icon.png
-	* pixmaps/gphpedit_icon.png: renamed to gphpedit.png for consistency
-	* src/main.h: amend for gphpedit.png and put in &lt;data&gt;/pixmaps instead of &lt;data&gt;/pixmaps/gphpedit
+          * Makefile.am: fix duplicate EXTRA_DIST definition
+          * gphpedit.desktop.in: amend for gphpedit.png
+          * pixmaps/Makefile.am: amend for gphpedit.png
+          * pixmaps/gphpedit.png: renamed version of gphpedit_icon.png
+          * pixmaps/gphpedit_icon.png: renamed to gphpedit.png for consistency
+          * src/main.h: amend for gphpedit.png and put in &lt;data&gt;/pixmaps instead of &lt;data&gt;/pixmaps/gphpedit
 
 2003-06-04  Tim Jackson  &lt;tim@timj.co.uk&gt;
 
-	* src/preferences.c: (preferences_save): fixed saving of GNOME config for php_binary
-	* src/syntax_check.c: (syntax_check_run): disable stat() check on php binary
+          * src/preferences.c: (preferences_save): fixed saving of GNOME config for php_binary
+          * src/syntax_check.c: (syntax_check_run): disable stat() check on php binary
 
 2003-06-03  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* src/main_window_callbacks.c: (on_about1_activate): Removed the 
-          signal connection - this was causing a segfault although it appears right
+          * src/main_window_callbacks.c: (on_about1_activate): Removed the 
+            signal connection - this was causing a segfault although it appears right
 
 2003-06-03  Sven Herzberg  &lt;herzi@gnome-de.org&gt;
 
-	* src/.cvsignore: updates cleanly now
+          * src/.cvsignore: updates cleanly now
 
 2003-06-03  Sven Herzberg  &lt;herzi@gnome-de.org&gt;
 
-	* Makefile.am: added the .spec.in file to EXTRA_DIST
-	* configure.in: creates .spec file now
-	* gphpedit.spec: removed (created at configure time now)
-	* gphpedit.spec.in: added to make configure.in create a spec file
+          * Makefile.am: added the .spec.in file to EXTRA_DIST
+          * configure.in: creates .spec file now
+          * gphpedit.spec: removed (created at configure time now)
+          * gphpedit.spec.in: added to make configure.in create a spec file
 
 2003-06-03  Sven Herzberg  &lt;herzi@gnome-de.org&gt;
 
-	* Makefile.am: installs the desktopfile for an entry in the menus
+          * Makefile.am: installs the desktopfile for an entry in the menus
 
 2003-06-03  Sven Herzberg  &lt;herzi@gnome-de.org&gt;
 
-	* data/Makefile.am: fixed a typo to install the api-file correctly
+          * data/Makefile.am: fixed a typo to install the api-file correctly
 
 2003-06-03  Tim Jackson  &lt;tim@timj.co.uk&gt;
 
-	* data/Makefile.am: updated to include PHP api file on make dist
+          * data/Makefile.am: updated to include PHP api file on make dist
 
 2003-05-30  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* src/classbrowser_parse.c: (classbrowser_parse_file): Fixed a compiler warning about variables may not be initialised
-	* src/find_replace.c: (find_clicked), (replace_clicked),
-	(replace_all_clicked): Fixed a compiler warning about variables may not be initialised
-	* src/syntax_check.c: (syntax_add_lines), (syntax_check_run): Fixed a compiler warning about variables may not be initialised
+          * src/classbrowser_parse.c: (classbrowser_parse_file): Fixed a compiler warning about variables may not be initialised
+          * src/find_replace.c: (find_clicked), (replace_clicked),
+            (replace_all_clicked): Fixed a compiler warning about variables may not be initialised
+          * src/syntax_check.c: (syntax_add_lines), (syntax_check_run): Fixed a compiler warning about variables may not be initialised
 
 2003-05-21  Andy Jeffries  &lt;andy@gphpedit.org&gt;
 
-	* Makefile.am: Added the RPM spec file and the po folder into the distribution
-	* gphpedit.spec: Tried to get it to work, still has an issue with %doc
-	* pixmaps/Makefile.am: Included the gphpedit_icon.png in the distribution
-	* src/Makefile.am: Added main_window_menu.h back
+          * Makefile.am: Added the RPM spec file and the po folder into the distribution
+          * gphpedit.spec: Tried to get it to work, still has an issue with %doc
+          * pixmaps/Makefile.am: Included the gphpedit_icon.png in the distribution
+          * src/Makefile.am: Added main_window_menu.h back
 
 2003-05-21  Sven Herzberg  &lt;herzi@gnome-de.org&gt;
 
-	* .cvsignore: make updates nicer
-	* data/.cvsignore: make updates nicer
-	* doc/.cvsignore: make updates nicer
-	* pixmaps/.cvsignore: make updates nicer
-	* po/.cvsignore: make updates nicer
-	* src/.cvsignore: make updates nicer
+          * .cvsignore: make updates nicer
+          * data/.cvsignore: make updates nicer
+          * doc/.cvsignore: make updates nicer
+          * pixmaps/.cvsignore: make updates nicer
+          * po/.cvsignore: make updates nicer
+          * src/.cvsignore: make updates nicer
 
 2003-05-21  Sven Herzberg  &lt;herzi@gnome-de.org&gt;
 
-	* pixmaps/gphpedit_icon.png: added file to CVS
-	* po/Makefile.in.in: added file to CVS
+          * pixmaps/gphpedit_icon.png: added file to CVS
+          * po/Makefile.in.in: added file to CVS
 
 2003-05-21  Sven Herzberg  &lt;herzi@gnome-de.org&gt;
 
-	* .cvsignore: added file to CVS
-	* src/calltip.c: added file to CVS
-	* src/calltip.h: added file to CVS
-	* src/classbrowser.c: added file to CVS
-	* src/classbrowser.h: added file to CVS
-	* src/classbrowser_parse.c: added file to CVS
-	* src/classbrowser_parse.h: added file to CVS
-	* src/find_replace.c: added file to CVS
-	* src/find_replace.h: added file to CVS
-	* src/grel2abs.c: added file to CVS
-	* src/grel2abs.h: added file to CVS
-	* src/main.c: added file to CVS
-	* src/main.h: added file to CVS
-	* src/main_window.c: added file to CVS
-	* src/main_window_callbacks.c: added file to CVS
-	* src/main_window_callbacks.h: added file to CVS
-	* src/main_window.h: added file to CVS
-	* src/main_window_menu.h: added file to CVS
-	* src/Makefile.am: added file to CVS
-	* src/preferences.c: added file to CVS
-	* src/preferences_dialog.c: added file to CVS
-	* src/preferences_dialog.h: added file to CVS
-	* src/preferences.h: added file to CVS
-	* src/syntax_check.c: added file to CVS
-	* src/syntax_check.h: added file to CVS
-	* src/tab.c: added file to CVS
-	* src/tab_css.c: added file to CVS
-	* src/tab_css.h: added file to CVS
-	* src/tab.h: added file to CVS
-	* src/tab_php.c: added file to CVS
-	* src/tab_php.h: added file to CVS
-	* src/tab_util.c: added file to CVS
-	* src/tab_util.h: added file to CVS
+          * .cvsignore: added file to CVS
+          * src/calltip.c: added file to CVS
+          * src/calltip.h: added file to CVS
+          * src/classbrowser.c: added file to CVS
+          * src/classbrowser.h: added file to CVS
+          * src/classbrowser_parse.c: added file to CVS
+          * src/classbrowser_parse.h: added file to CVS
+          * src/find_replace.c: added file to CVS
+          * src/find_replace.h: added file to CVS
+          * src/grel2abs.c: added file to CVS
+          * src/grel2abs.h: added file to CVS
+          * src/main.c: added file to CVS
+          * src/main.h: added file to CVS
+          * src/main_window.c: added file to CVS
+          * src/main_window_callbacks.c: added file to CVS
+          * src/main_window_callbacks.h: added file to CVS
+          * src/main_window.h: added file to CVS
+          * src/main_window_menu.h: added file to CVS
+          * src/Makefile.am: added file to CVS
+          * src/preferences.c: added file to CVS
+          * src/preferences_dialog.c: added file to CVS
+          * src/preferences_dialog.h: added file to CVS
+          * src/preferences.h: added file to CVS
+          * src/syntax_check.c: added file to CVS
+          * src/syntax_check.h: added file to CVS
+          * src/tab.c: added file to CVS
+          * src/tab_css.c: added file to CVS
+          * src/tab_css.h: added file to CVS
+          * src/tab.h: added file to CVS
+          * src/tab_php.c: added file to CVS
+          * src/tab_php.h: added file to CVS
+          * src/tab_util.c: added file to CVS
+          * src/tab_util.h: added file to CVS
 
 2003-05-21  Sven Herzberg  &lt;herzi@gnome-de.org&gt;
 
-	* doc/how-to-configure: added file to CVS
+          * doc/how-to-configure: added file to CVS
 
 2003-05-21  Sven Herzberg  &lt;herzi@gnome-de.org&gt;
 
-	* data/gphpedit.pws: added file to CVS
-	* data/php-gphpedit.api: added file to CVS
-	* data/rip.php: added file to CVS
-	* data/test.php: added file to CVS
+          * data/gphpedit.pws: added file to CVS
+          * data/php-gphpedit.api: added file to CVS
+          * data/rip.php: added file to CVS
+          * data/test.php: added file to CVS
 
 2003-05-21  Sven Herzberg  &lt;herzi@gnome-de.org&gt;
 
-	* AUTHORS: added file to CVS
-	* COPYING: added file to CVS
-	* INSTALL: added file to CVS
-	* Makefile.am: added file to CVS
-	* README: added file to CVS
-	* autogen.sh: added file to CVS
-	* config.h.in: added file to CVS
-	* configure.in: added file to CVS
-	* gphpedit.desktop.in: added file to CVS
-	* gphpedit.spec: added file to CVS
+          * AUTHORS: added file to CVS
+          * COPYING: added file to CVS
+          * INSTALL: added file to CVS
+          * Makefile.am: added file to CVS
+          * README: added file to CVS
+          * autogen.sh: added file to CVS
+          * config.h.in: added file to CVS
+          * configure.in: added file to CVS
+          * gphpedit.desktop.in: added file to CVS
+          * gphpedit.spec: added file to CVS
 
 2003-03-24 Sven Herzberg &lt;herzi@abi02.de&gt;
 
-	* autogen.sh: automates creation of Makefile.in's and configure
-	* configure.in: autoconf input file
-	* Makefile.am: automake input file
-	* AUTHORS, NEWS, README: neccessary files for automake
-	* data/Makefile.am: automake input file
-	* doc/Makefile.am: automake input file
-	* pixmaps/Makefile.am: automake input file
-	* src/Makefile.am: automake input file
+          * autogen.sh: automates creation of Makefile.in's and configure
+          * configure.in: autoconf input file
+          * Makefile.am: automake input file
+          * AUTHORS, NEWS, README: neccessary files for automake
+          * data/Makefile.am: automake input file
+          * doc/Makefile.am: automake input file
+          * pixmaps/Makefile.am: automake input file
+          * src/Makefile.am: automake input file
 
-2003-03-24 Sven Herzberg &lt;herzi@abi02.de&gt;
+2003-03-24  Sven Herzberg &lt;herzi@abi02.de&gt;
+
+          * all files: moved the files into a new directory layout
+
+2003-01-23  Andy Jeffries &lt;andy@gphpedit.org&gt;
+
+          * Incremental search, jump to line and PHP function drop down list implemented
+
+2003-01-13  Tim Jackson &lt;tim@timj.co.uk&gt;
 
-	* all files: moved the files into a new directory layout
+          * PHP XML DocBook sources ripped to an api file with a PHP script
 
-### 23 January 2003, Andy Jeffries &lt;andy@gphpedit.org&gt;
-Incremental search, jump to line and PHP function drop down list implemented
+2003-01-12  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-### 13 January 2003, Tim Jackson &lt;tim@timj.co.uk&gt;
-PHP XML DocBook sources ripped to an api file with a PHP script
+          * File operations and clipboard operations completed
 
-### 12 January 2003, Andy Jeffries &lt;andy@gphpedit.org&gt;
-File operations and clipboard operations completed
+2002-12-20  Andy Jeffries &lt;andy@gphpedit.org&gt;
 
-### 20 December 2002, Andy Jeffries &lt;andy@gphpedit.org&gt;
-Work started on gPHPEdit
+          * Work started on gPHPEdit</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,23 @@
+## 
+##  This file is part of gPHPEdit, a GNOME2 PHP Editor.
+##
+##  Copyright (C) 2003, 2004, 2005 Andy Jeffries &lt;andy@gphpedit.org&gt;
+##
+##  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
+##
+
 SUBDIRS = \
 	data	\
 	doc	\</diff>
      <filename>Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,21 @@
 dnl
-dnl configure.in for gphpedit
+dnl This file is part of gPHPEdit
+dnl
+dnl  Copyright (C) 2003, 2004, 2005 Andy Jeffries &lt;andy@gphpedit.org&gt;
+dnl
+dnl gPHPEdit is free software; you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation; either version 2 of the License, or
+dnl (at your option) any later version.
+dnl
+dnl gPHPEdit is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+dnl GNU General Public License for more details.
+dnl
+dnl You should have received a copy of the GNU General Public License along
+dnl with this program; if not, write to the Free Software Foundation, Inc.,
+dnl 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 dnl
 
 AC_INIT(src)</diff>
      <filename>configure.in</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,23 @@
+## 
+##  This file is part of gPHPEdit, a GNOME2 PHP Editor.
+##
+##  Copyright (C) 2003-2005 Andy Jeffries &lt;andy@gphpedit.org&gt;
+##
+##  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
+##
+
 api_DATA = \
 	php-gphpedit.api
 </diff>
      <filename>data/Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -0,0 +1,20 @@
+## 
+##  This file is part of gPHPEdit, a GNOME2 PHP Editor.
+##
+##  Copyright (C) 2003-2005 Andy Jeffries &lt;andy@gphpedit.org&gt;
+##
+##  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
+##
+</diff>
      <filename>doc/Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -8,8 +8,9 @@
 #  Copyright (C) 2000, 2001 Eazel, Inc
 #
 #  Intltool is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU General Public License 
-#  version 2 published by the Free Software Foundation.
+#  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.
 #
 #  Intltool is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of</diff>
      <filename>intltool-merge.in</filename>
    </modified>
    <modified>
      <diff>@@ -7,8 +7,9 @@
 #  Copyright (C) 2000-2003 Free Software Foundation.
 #
 #  Intltool is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU General Public License 
-#  version 2 published by the Free Software Foundation.
+#  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.
 #
 #  Intltool is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of</diff>
      <filename>intltool-update.in</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,23 @@
+## 
+##  This file is part of gPHPEdit, a GNOME2 PHP Editor.
+##
+##  Copyright (C) 2003-2005 Andy Jeffries &lt;andy@gphpedit.org&gt;
+##
+##  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
+##
+
 pixmaps_DATA = \
 	gphpedit.png
 </diff>
      <filename>pixmaps/Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,20 @@
 # german translation file of gphpedit.
-# This file is distributed under the same license as the gphpedit package.
-# Holger Wansing &lt;linux@wansing-online.de&gt;, 2006.
 #
+# Copyright (C) 2006 Holger Wansing &lt;linux@wansing-online.de&gt;.
+#
+# 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
 #
 msgid &quot;&quot;
 msgstr &quot;&quot;</diff>
      <filename>po/de.po</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,21 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# gPHPEdit, a GNOME2 PHP Editor
+#
+# Copyright (C) 2003, 2004, 2005 Andy Jeffries &lt;andy@gphpedit.org&gt;.
+#
+# 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
+#
 # FIRST AUTHOR &lt;EMAIL@ADDRESS&gt;, YEAR.
 #
 #, fuzzy</diff>
      <filename>po/gphpedit.pot</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,23 @@
+## 
+##  This file is part of gPHPEdit, a GNOME2 PHP Editor.
+##
+##  Copyright (C) 2003, 2004, 2005 Andy Jeffries &lt;andy@gphpedit.org&gt;
+##
+##  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
+##
+
 bin_PROGRAMS = gphpedit
 
 INCLUDES = \</diff>
      <filename>src/Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/calltip.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/calltip.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/classbrowser.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/classbrowser.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/classbrowser_parse.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/classbrowser_parse.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/edit_template.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/edit_template.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/find_replace.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/find_replace.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
 
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 
    For more information or to find the latest release, visit our</diff>
      <filename>src/gphpedit_ipc.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
 
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 
    For more information or to find the latest release, visit our</diff>
      <filename>src/gphpedit_ipc.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
 
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 
    For more information or to find the latest release, visit our</diff>
      <filename>src/main.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/main.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/main_window.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/main_window.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/main_window_callbacks.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/main_window_callbacks.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/main_window_menu.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/plugin.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/plugin.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/preferences.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/preferences.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/preferences_dialog.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/preferences_dialog.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/syntax_check.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/syntax_check.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab_css.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab_css.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
 
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab_cxx.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab_cxx.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
 
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab_perl.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab_perl.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
 
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab_php.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab_php.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
 
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab_python.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab_python.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab_sql.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab_sql.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab_util.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/tab_util.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/templates.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /* This file is part of gPHPEdit, a GNOME2 PHP Editor.
  
-   Copyright (C) 2003-2005 Andy Jeffries
+   Copyright (C) 2003, 2004, 2005 Andy Jeffries
       andy@gphpedit.org
 	  
    For more information or to find the latest release, visit our </diff>
      <filename>src/templates.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2072980ab9206bd97af9f27b84f2fb34f348030e</id>
    </parent>
  </parents>
  <author>
    <name>Anoop John</name>
    <email>anoop.john@zyxware.com</email>
  </author>
  <url>http://github.com/anoopjohn/gphpedit/commit/361431b8fdbe3f0a16542d9dd8282617d43511fd</url>
  <id>361431b8fdbe3f0a16542d9dd8282617d43511fd</id>
  <committed-date>2009-02-05T09:50:04-08:00</committed-date>
  <authored-date>2009-02-05T09:50:04-08:00</authored-date>
  <message>Moving changes made for Savannah</message>
  <tree>d18e9d2f6dcf04998113823d845a50c957c9dcb9</tree>
  <committer>
    <name>Anoop John</name>
    <email>anoop.john@zyxware.com</email>
  </committer>
</commit>
