SF.net SVN: geany-plugins:[2182] trunk/geany-plugins/debugger/src

cesspit at users.sourceforge.net cesspit at xxxxx
Sun Aug 28 16:07:34 UTC 2011


Revision: 2182
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2182&view=rev
Author:   cesspit
Date:     2011-08-28 16:07:34 +0000 (Sun, 28 Aug 2011)
Log Message:
-----------
debugger: developer email updated :)

Modified Paths:
--------------
    trunk/geany-plugins/debugger/src/bptree.c
    trunk/geany-plugins/debugger/src/bptree.h
    trunk/geany-plugins/debugger/src/breakpoint.c
    trunk/geany-plugins/debugger/src/breakpoint.h
    trunk/geany-plugins/debugger/src/breakpoints.c
    trunk/geany-plugins/debugger/src/breakpoints.h
    trunk/geany-plugins/debugger/src/btnpanel.c
    trunk/geany-plugins/debugger/src/btnpanel.h
    trunk/geany-plugins/debugger/src/callbacks.c
    trunk/geany-plugins/debugger/src/callbacks.h
    trunk/geany-plugins/debugger/src/calltip.h
    trunk/geany-plugins/debugger/src/dbm_gdb.c
    trunk/geany-plugins/debugger/src/dconfig.c
    trunk/geany-plugins/debugger/src/dconfig.h
    trunk/geany-plugins/debugger/src/debug.c
    trunk/geany-plugins/debugger/src/debug.h
    trunk/geany-plugins/debugger/src/debug_module.c
    trunk/geany-plugins/debugger/src/debug_module.h
    trunk/geany-plugins/debugger/src/gui.c
    trunk/geany-plugins/debugger/src/gui.h
    trunk/geany-plugins/debugger/src/keys.c
    trunk/geany-plugins/debugger/src/keys.h
    trunk/geany-plugins/debugger/src/ltree.c
    trunk/geany-plugins/debugger/src/ltree.h
    trunk/geany-plugins/debugger/src/markers.c
    trunk/geany-plugins/debugger/src/markers.h
    trunk/geany-plugins/debugger/src/plugin.c
    trunk/geany-plugins/debugger/src/stree.c
    trunk/geany-plugins/debugger/src/stree.h
    trunk/geany-plugins/debugger/src/tpage.c
    trunk/geany-plugins/debugger/src/tpage.h
    trunk/geany-plugins/debugger/src/utils.c
    trunk/geany-plugins/debugger/src/utils.h
    trunk/geany-plugins/debugger/src/vtree.c
    trunk/geany-plugins/debugger/src/vtree.h
    trunk/geany-plugins/debugger/src/watch_model.c
    trunk/geany-plugins/debugger/src/watch_model.h
    trunk/geany-plugins/debugger/src/wtree.c
    trunk/geany-plugins/debugger/src/wtree.h

Modified: trunk/geany-plugins/debugger/src/bptree.c
===================================================================
--- trunk/geany-plugins/debugger/src/bptree.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/bptree.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      bptree.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/bptree.h
===================================================================
--- trunk/geany-plugins/debugger/src/bptree.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/bptree.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      bptree.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/breakpoint.c
===================================================================
--- trunk/geany-plugins/debugger/src/breakpoint.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/breakpoint.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      breakpoint.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/breakpoint.h
===================================================================
--- trunk/geany-plugins/debugger/src/breakpoint.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/breakpoint.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      breakpoint.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/breakpoints.c
===================================================================
--- trunk/geany-plugins/debugger/src/breakpoints.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/breakpoints.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      breakpoints.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/breakpoints.h
===================================================================
--- trunk/geany-plugins/debugger/src/breakpoints.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/breakpoints.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      breakpoints.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/btnpanel.c
===================================================================
--- trunk/geany-plugins/debugger/src/btnpanel.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/btnpanel.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      btnpanel.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/btnpanel.h
===================================================================
--- trunk/geany-plugins/debugger/src/btnpanel.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/btnpanel.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      btnpanel.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/callbacks.c
===================================================================
--- trunk/geany-plugins/debugger/src/callbacks.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/callbacks.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      callbacks.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/callbacks.h
===================================================================
--- trunk/geany-plugins/debugger/src/callbacks.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/callbacks.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      callbacks.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/calltip.h
===================================================================
--- trunk/geany-plugins/debugger/src/calltip.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/calltip.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		calltip.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/dbm_gdb.c
===================================================================
--- trunk/geany-plugins/debugger/src/dbm_gdb.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/dbm_gdb.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      dbm_gdm.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/dconfig.c
===================================================================
--- trunk/geany-plugins/debugger/src/dconfig.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/dconfig.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -2,7 +2,7 @@
  *
  *		dconfig.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/dconfig.h
===================================================================
--- trunk/geany-plugins/debugger/src/dconfig.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/dconfig.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		dconfig.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/debug.c
===================================================================
--- trunk/geany-plugins/debugger/src/debug.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/debug.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      debug.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/debug.h
===================================================================
--- trunk/geany-plugins/debugger/src/debug.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/debug.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      debug.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/debug_module.c
===================================================================
--- trunk/geany-plugins/debugger/src/debug_module.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/debug_module.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      debug_module.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/debug_module.h
===================================================================
--- trunk/geany-plugins/debugger/src/debug_module.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/debug_module.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      debug_module.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/gui.c
===================================================================
--- trunk/geany-plugins/debugger/src/gui.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/gui.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      gui.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/gui.h
===================================================================
--- trunk/geany-plugins/debugger/src/gui.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/gui.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      gui.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/keys.c
===================================================================
--- trunk/geany-plugins/debugger/src/keys.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/keys.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      keys.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/keys.h
===================================================================
--- trunk/geany-plugins/debugger/src/keys.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/keys.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      keys.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/ltree.c
===================================================================
--- trunk/geany-plugins/debugger/src/ltree.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/ltree.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      ltree.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/ltree.h
===================================================================
--- trunk/geany-plugins/debugger/src/ltree.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/ltree.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      ltree.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/markers.c
===================================================================
--- trunk/geany-plugins/debugger/src/markers.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/markers.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		markers.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/markers.h
===================================================================
--- trunk/geany-plugins/debugger/src/markers.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/markers.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		markers.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/plugin.c
===================================================================
--- trunk/geany-plugins/debugger/src/plugin.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/plugin.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *      plugin.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/stree.c
===================================================================
--- trunk/geany-plugins/debugger/src/stree.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/stree.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		stree.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/stree.h
===================================================================
--- trunk/geany-plugins/debugger/src/stree.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/stree.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		stree.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/tpage.c
===================================================================
--- trunk/geany-plugins/debugger/src/tpage.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/tpage.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		tpage.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/tpage.h
===================================================================
--- trunk/geany-plugins/debugger/src/tpage.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/tpage.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		tpage.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *	    Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/utils.c
===================================================================
--- trunk/geany-plugins/debugger/src/utils.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/utils.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		utils.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/utils.h
===================================================================
--- trunk/geany-plugins/debugger/src/utils.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/utils.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		utils.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/vtree.c
===================================================================
--- trunk/geany-plugins/debugger/src/vtree.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/vtree.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		vtree.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/vtree.h
===================================================================
--- trunk/geany-plugins/debugger/src/vtree.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/vtree.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		vtree.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/watch_model.c
===================================================================
--- trunk/geany-plugins/debugger/src/watch_model.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/watch_model.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		watch_model.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/watch_model.h
===================================================================
--- trunk/geany-plugins/debugger/src/watch_model.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/watch_model.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		watch_model.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/wtree.c
===================================================================
--- trunk/geany-plugins/debugger/src/wtree.c	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/wtree.c	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		wtree.c
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

Modified: trunk/geany-plugins/debugger/src/wtree.h
===================================================================
--- trunk/geany-plugins/debugger/src/wtree.h	2011-08-28 15:40:56 UTC (rev 2181)
+++ trunk/geany-plugins/debugger/src/wtree.h	2011-08-28 16:07:34 UTC (rev 2182)
@@ -1,7 +1,7 @@
 /*
  *		wtree.h
  *      
- *      Copyright 2010 Alexander Petukhov <Alexander(dot)Petukhov(at)mail(dot)ru>
+ *      Copyright 2010 Alexander Petukhov <devel(at)apetukhov.ru>
  *      
  *      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

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Plugins-Commits mailing list