SF.net SVN: geany-plugins:[1104] trunk/geany-plugins/geanygdb

dmaphy at users.sourceforge.net dmaphy at xxxxx
Sat Jan 2 22:53:35 UTC 2010


Revision: 1104
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1104&view=rev
Author:   dmaphy
Date:     2010-01-02 22:53:35 +0000 (Sat, 02 Jan 2010)

Log Message:
-----------
update copyright information

Modified Paths:
--------------
    trunk/geany-plugins/geanygdb/ChangeLog
    trunk/geany-plugins/geanygdb/src/gdb-io-break.c
    trunk/geany-plugins/geanygdb/src/gdb-io-envir.c
    trunk/geany-plugins/geanygdb/src/gdb-io-frame.c
    trunk/geany-plugins/geanygdb/src/gdb-io-priv.h
    trunk/geany-plugins/geanygdb/src/gdb-io-read.c
    trunk/geany-plugins/geanygdb/src/gdb-io-run.c
    trunk/geany-plugins/geanygdb/src/gdb-io-stack.c
    trunk/geany-plugins/geanygdb/src/gdb-io.h
    trunk/geany-plugins/geanygdb/src/gdb-lex.c
    trunk/geany-plugins/geanygdb/src/gdb-lex.h
    trunk/geany-plugins/geanygdb/src/gdb-ui-break.c
    trunk/geany-plugins/geanygdb/src/gdb-ui-envir.c
    trunk/geany-plugins/geanygdb/src/gdb-ui-frame.c
    trunk/geany-plugins/geanygdb/src/gdb-ui-locn.c
    trunk/geany-plugins/geanygdb/src/gdb-ui-main.c
    trunk/geany-plugins/geanygdb/src/gdb-ui.h
    trunk/geany-plugins/geanygdb/src/geanygdb.c

Modified: trunk/geany-plugins/geanygdb/ChangeLog
===================================================================
--- trunk/geany-plugins/geanygdb/ChangeLog	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/ChangeLog	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,3 +1,6 @@
+2010-01-02 Dominic Hopf <dmaphy at googlemail.com>
+ * update copyright information
+
 2009-12-13 Dominic Hopf <dmaphy at googlemail.com>
  * finally fix any remaining naming issues, GeanyGDB will show up as "GeanyGDB"
    now in the plugin manager

Modified: trunk/geany-plugins/geanygdb/src/gdb-io-break.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-io-break.c	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-io-break.c	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,12 +1,22 @@
-
 /*
  * gdb-io-break.c - Breakpoint management functions for GDB wrapper library.
+ * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- * See the file "gdb-io.h" for license information.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
  */
 
-
 #include <string.h>
 #include <glib.h>
 #include "gdb-io-priv.h"

Modified: trunk/geany-plugins/geanygdb/src/gdb-io-envir.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-io-envir.c	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-io-envir.c	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,12 +1,22 @@
-
 /*
  * gdb-io-envir.c - Environment settings for GDB wrapper library.
+ * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- * See the file "gdb-io.h" for license information.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
  */
 
-
 #include <string.h>
 #include <glib.h>
 #include "gdb-io-priv.h"

Modified: trunk/geany-plugins/geanygdb/src/gdb-io-frame.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-io-frame.c	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-io-frame.c	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,9 +1,20 @@
-
 /*
  * gdb-io-frame.c - Stack frame information functions for GDB wrapper library.
+ * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- * See the file "gdb-io.h" for license information.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
  */
 
 

Modified: trunk/geany-plugins/geanygdb/src/gdb-io-priv.h
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-io-priv.h	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-io-priv.h	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,12 +1,22 @@
-
 /*
  * gdb-io-priv.h - private header for GDB wrapper library.
+ * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- * See the file "gdb-io.h" for license information.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
  */
 
-
 #include "gdb-lex.h"
 #include "gdb-io.h"
 

Modified: trunk/geany-plugins/geanygdb/src/gdb-io-read.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-io-read.c	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-io-read.c	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,11 +1,22 @@
 /*
- *
  * gdb-io-read.c - Output reading functions for GDB wrapper library.
+ * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- * See the file "gdb-io.h" for license information.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
  */
 
-
 #include <stdlib.h>
 #include <sys/time.h>
 

Modified: trunk/geany-plugins/geanygdb/src/gdb-io-run.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-io-run.c	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-io-run.c	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,12 +1,22 @@
-
 /*
  * gdb-io-run.c - Process execution and input functions for GDB wrapper library.
+ * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- * See the file "gdb-io.h" for license information.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
  */
 
-
 #include <unistd.h>
 #include <signal.h>
 #include <string.h>

Modified: trunk/geany-plugins/geanygdb/src/gdb-io-stack.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-io-stack.c	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-io-stack.c	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,9 +1,20 @@
-
 /*
  * gdb-io-stack.c - Stack information functions for GDB wrapper library.
+ * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- * See the file "gdb-io.h" for license information.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
  */
 
 #include <string.h>

Modified: trunk/geany-plugins/geanygdb/src/gdb-io.h
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-io.h	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-io.h	2010-01-02 22:53:35 UTC (rev 1104)
@@ -2,13 +2,11 @@
  * gdb-io.h - A GLib-based library wrapper for the GNU debugger.
  * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- *
  * 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
@@ -17,8 +15,6 @@
  * 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.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- *
  */
 
 

Modified: trunk/geany-plugins/geanygdb/src/gdb-lex.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-lex.c	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-lex.c	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,9 +1,20 @@
-
 /*
  * gdb-lex.c - A GLib-based parser for GNU debugger machine interface output.
+ * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- * See the file "gdb-lex.h" for license information.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
  */
 
 #include <string.h>

Modified: trunk/geany-plugins/geanygdb/src/gdb-lex.h
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-lex.h	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-lex.h	2010-01-02 22:53:35 UTC (rev 1104)
@@ -2,13 +2,11 @@
  * gdb-lex.h - A GLib-based parser for GNU debugger machine interface output.
  * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- *
  * 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
@@ -17,8 +15,6 @@
  * 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.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- *
  */
 
 

Modified: trunk/geany-plugins/geanygdb/src/gdb-ui-break.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-ui-break.c	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-ui-break.c	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,9 +1,20 @@
-
 /*
  * gdb-ui-break.c - Breakpoint management for a GTK-based GDB user interface.
+ * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- * See the file "gdb-ui.h" for license information.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
  */
 
 

Modified: trunk/geany-plugins/geanygdb/src/gdb-ui-envir.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-ui-envir.c	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-ui-envir.c	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,9 +1,20 @@
-
 /*
  * gdb-ui-envir.c - Environment and option settings for a GTK-based GDB user interface.
+ * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- * See the file "gdb-ui.h" for license information.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
  */
 
 

Modified: trunk/geany-plugins/geanygdb/src/gdb-ui-frame.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-ui-frame.c	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-ui-frame.c	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,9 +1,20 @@
-
 /*
  * gdb-ui-frame.c - Stack frame dialogs for a GTK-based GDB user interface.
+ * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- * See the file "gdb-ui.h" for license information.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
  */
 
 #include <string.h>

Modified: trunk/geany-plugins/geanygdb/src/gdb-ui-locn.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-ui-locn.c	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-ui-locn.c	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,12 +1,22 @@
-
 /*
  * gdb-ui-locn.c - Breakpoint insertion dialog for a GTK-based GDB user interface.
+ * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- * See the file "gdb-ui.h" for license information.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
  */
 
-
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gdb-io.h"

Modified: trunk/geany-plugins/geanygdb/src/gdb-ui-main.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-ui-main.c	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-ui-main.c	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,9 +1,20 @@
-
 /*
  * gdb-ui-main.c - A GTK-based user interface for the GNU debugger.
+ * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- * See the file "gdb-ui.h" for license information.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
  */
 
 #include <stdlib.h>

Modified: trunk/geany-plugins/geanygdb/src/gdb-ui.h
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-ui.h	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/gdb-ui.h	2010-01-02 22:53:35 UTC (rev 1104)
@@ -2,13 +2,11 @@
  * gdb-ui.h - A GTK-based user interface for the GNU debugger.
  * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
  *
- *
  * 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
@@ -17,8 +15,6 @@
  * 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.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- *
  */
 
 

Modified: trunk/geany-plugins/geanygdb/src/geanygdb.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/geanygdb.c	2010-01-01 22:31:10 UTC (rev 1103)
+++ trunk/geany-plugins/geanygdb/src/geanygdb.c	2010-01-02 22:53:35 UTC (rev 1104)
@@ -1,14 +1,13 @@
 /*
  * geanygdb.c - Integrated debugger plugin for the Geany IDE
  * Copyright 2008 Jeff Pohlmeyer <yetanothergeek(at)gmail(dot)com>
+ * Copyright 2009 - 2010 Dominic Hopf <dmaphy at googlemail.com>
  *
- *
  * 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
@@ -16,9 +15,7 @@
  *
  * 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- *
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
  */
 
 


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