SF.net SVN: geany: [2150] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Sun Jan 6 18:11:57 UTC 2008
Revision: 2150
http://geany.svn.sourceforge.net/geany/?rev=2150&view=rev
Author: eht16
Date: 2008-01-06 10:11:57 -0800 (Sun, 06 Jan 2008)
Log Message:
-----------
Update copyright information and change format of email addresses in source files.
Modified Paths:
--------------
trunk/ChangeLog
trunk/README
trunk/doc/geany.html
trunk/doc/geany.txt
trunk/geany.nsi
trunk/geany_private.rc
trunk/plugins/autosave.c
trunk/plugins/classbuilder.c
trunk/plugins/demoplugin.c
trunk/plugins/export.c
trunk/plugins/filebrowser.c
trunk/plugins/htmlchars.c
trunk/plugins/pluginmacros.h
trunk/plugins/vcdiff.c
trunk/po/intl_stats.sh
trunk/src/about.c
trunk/src/about.h
trunk/src/build.c
trunk/src/build.h
trunk/src/callbacks.c
trunk/src/callbacks.h
trunk/src/dialogs.c
trunk/src/dialogs.h
trunk/src/document.c
trunk/src/document.h
trunk/src/editor.c
trunk/src/editor.h
trunk/src/encodings.c
trunk/src/encodings.h
trunk/src/filetypes.c
trunk/src/filetypes.h
trunk/src/gb.c
trunk/src/geany.h
trunk/src/geanyobject.c
trunk/src/geanyobject.h
trunk/src/highlighting.c
trunk/src/highlighting.h
trunk/src/images.c
trunk/src/keybindings.c
trunk/src/keybindings.h
trunk/src/keyfile.c
trunk/src/keyfile.h
trunk/src/main.c
trunk/src/main.h
trunk/src/msgwindow.c
trunk/src/msgwindow.h
trunk/src/navqueue.c
trunk/src/navqueue.h
trunk/src/notebook.c
trunk/src/notebook.h
trunk/src/plugindata.h
trunk/src/plugins.c
trunk/src/plugins.h
trunk/src/prefs.c
trunk/src/prefs.h
trunk/src/printing.c
trunk/src/printing.h
trunk/src/project.c
trunk/src/project.h
trunk/src/sciwrappers.c
trunk/src/sciwrappers.h
trunk/src/search.c
trunk/src/search.h
trunk/src/socket.c
trunk/src/socket.h
trunk/src/symbols.c
trunk/src/symbols.h
trunk/src/templates.c
trunk/src/templates.h
trunk/src/tools.c
trunk/src/tools.h
trunk/src/treeviews.c
trunk/src/treeviews.h
trunk/src/ui_utils.c
trunk/src/ui_utils.h
trunk/src/utils.c
trunk/src/utils.h
trunk/src/vte.c
trunk/src/vte.h
trunk/src/win32.c
trunk/src/win32.h
trunk/tagmanager/rest.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/ChangeLog 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,3 +1,11 @@
+2008-01-06 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * geany.nsi, geany_private.rc, README, doc/geany.html, doc/geany.txt,
+ po/intl_stats.sh, plugins/*, src/*, tagmanager/rest.c:
+ Update copyright information and change format of email addresses in
+ source files.
+
+
2008-01-04 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* plugins/pluginmacros.h:
Modified: trunk/README
===================================================================
--- trunk/README 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/README 2008-01-06 18:11:57 UTC (rev 2150)
@@ -99,6 +99,6 @@
--
2005-2008 by Enrico Tröger, Nick Treleaven and Frank Lanitz
-enrico.troeger(at)uvena(dot)de
+enrico(dot)troeger(at)uvena(dot)de
nick(dot)treleaven(at)btinternet(dot)com
frank(at)frank(dot)uvena(dot)de
Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/doc/geany.html 2008-01-06 18:11:57 UTC (rev 2150)
@@ -6,7 +6,7 @@
<meta name="generator" content="Docutils 0.4.1: http://docutils.sourceforge.net/" />
<title>Geany</title>
<meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz" />
-<meta name="date" content="2007-12-16" />
+<meta name="date" content="2007-12-18" />
<style type="text/css">
/*
@@ -133,12 +133,12 @@
<br />Nick Treleaven
<br />Frank Lanitz</td></tr>
<tr><th class="docinfo-name">Date:</th>
-<td>2007-12-16</td></tr>
+<td>2007-12-18</td></tr>
<tr><th class="docinfo-name">Version:</th>
<td>0.13</td></tr>
</tbody>
</table>
-<p>Copyright © 2005-2007</p>
+<p>Copyright © 2005-2008</p>
<p>This document is distributed 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. A copy of this
@@ -3232,7 +3232,7 @@
<div class="footer">
<hr class="footer" />
<a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2007-12-18 17:03 UTC.
+Generated on: 2008-01-06 18:10 UTC.
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/doc/geany.txt 2008-01-06 18:11:57 UTC (rev 2150)
@@ -14,7 +14,7 @@
:Date: $Date$
:Version: |(version)|
-Copyright © 2005-2007
+Copyright © 2005-2008
This document is distributed under the terms of the GNU General Public
License as published by the Free Software Foundation; either version 2
Modified: trunk/geany.nsi
===================================================================
--- trunk/geany.nsi 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/geany.nsi 2008-01-06 18:11:57 UTC (rev 2150)
@@ -42,7 +42,7 @@
VIAddVersionKey "ProductName" "${PRODUCT_NAME}"
VIAddVersionKey "FileVersion" "${PRODUCT_VERSION}"
VIAddVersionKey "ProductVersion" "${PRODUCT_VERSION}"
-VIAddVersionKey "LegalCopyright" "Copyright 2005-2007 by Enrico Tröger"
+VIAddVersionKey "LegalCopyright" "Copyright 2005-2008 by Enrico Tröger"
VIAddVersionKey "FileDescription" "${PRODUCT_NAME} Installer"
;;;;;;;;;;;;;;;;
Modified: trunk/geany_private.rc
===================================================================
--- trunk/geany_private.rc 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/geany_private.rc 2008-01-06 18:11:57 UTC (rev 2150)
@@ -17,7 +17,7 @@
VALUE "FileVersion", "0.13"
VALUE "FileDescription", "Geany"
VALUE "InternalName", "geany"
- VALUE "LegalCopyright", "Copyright 2005-2007 by Enrico Troeger"
+ VALUE "LegalCopyright", "Copyright 2005-2008 by Enrico Troeger"
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "geany"
VALUE "ProductName", "geany"
Modified: trunk/plugins/autosave.c
===================================================================
--- trunk/plugins/autosave.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/plugins/autosave.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* autosave.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/plugins/classbuilder.c
===================================================================
--- trunk/plugins/classbuilder.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/plugins/classbuilder.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -2,8 +2,8 @@
* classbuilder.c - this file is part of Geany, a fast and lightweight IDE
*
* Copyright 2007 Alexander Rodin <rodin(dot)alexander(at)gmail(dot)com>
- * Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/plugins/demoplugin.c
===================================================================
--- trunk/plugins/demoplugin.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/plugins/demoplugin.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* demoplugin.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/plugins/export.c
===================================================================
--- trunk/plugins/export.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/plugins/export.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* export.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/plugins/filebrowser.c
===================================================================
--- trunk/plugins/filebrowser.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/plugins/filebrowser.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* filebrowser.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/plugins/htmlchars.c
===================================================================
--- trunk/plugins/htmlchars.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/plugins/htmlchars.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* htmlchars.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/plugins/pluginmacros.h
===================================================================
--- trunk/plugins/pluginmacros.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/plugins/pluginmacros.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* pluginmacros.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/plugins/vcdiff.c
===================================================================
--- trunk/plugins/vcdiff.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/plugins/vcdiff.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,10 +1,10 @@
/*
* vcdiff.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
- * Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
- * Copyright 2007 Yura Siamashka <yurand2 at gmail.com>
+ * Copyright 2007-2008 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+ * Copyright 2007-2008 Yura Siamashka <yurand2(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
Modified: trunk/po/intl_stats.sh
===================================================================
--- trunk/po/intl_stats.sh 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/po/intl_stats.sh 2008-01-06 18:11:57 UTC (rev 2150)
@@ -3,8 +3,8 @@
# Little shell script to display some basic statistics about Geany's translation
# files. It also checks the menu accelerators.
#
-# Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
-# Copyright 2007 Frank Lanitz <frank at frank.uvena.de>
+# Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+# Copyright 2007-2008 Frank Lanitz <enrico(dot)troeger(at)uvena(dot)de>
#
# 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/src/about.c
===================================================================
--- trunk/src/about.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/about.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* about.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
@@ -39,7 +39,7 @@
#define INFO "<span size=\"larger\" weight=\"bold\">%s</span>"
#define CODENAME "<span weight=\"bold\">\"" GEANY_CODENAME "\"</span>"
#define BUILDDATE "<span size=\"smaller\">%s</span>"
-#define COPYRIGHT "Copyright (c) 2005-2007\nEnrico Tröger\nNick Treleaven\nFrank Lanitz\nAll rights reserved."
+#define COPYRIGHT "Copyright (c) 2005-2008\nEnrico Tröger\nNick Treleaven\nFrank Lanitz\nAll rights reserved."
const gchar *translators[][2] = {
{ "be_BY", "Yura Semashko <yurand2 at gmail.com>" },
Modified: trunk/src/about.h
===================================================================
--- trunk/src/about.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/about.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* about.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/build.c
===================================================================
--- trunk/src/build.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/build.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* build.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/build.h
===================================================================
--- trunk/src/build.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/build.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* build.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/callbacks.c
===================================================================
--- trunk/src/callbacks.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/callbacks.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* callbacks.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/callbacks.h
===================================================================
--- trunk/src/callbacks.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/callbacks.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* callbacks.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/dialogs.c
===================================================================
--- trunk/src/dialogs.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/dialogs.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* dialogs.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/dialogs.h
===================================================================
--- trunk/src/dialogs.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/dialogs.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* dialogs.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/document.c
===================================================================
--- trunk/src/document.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/document.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* document.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/document.h
===================================================================
--- trunk/src/document.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/document.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* document.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/editor.c
===================================================================
--- trunk/src/editor.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/editor.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* editor.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/editor.h
===================================================================
--- trunk/src/editor.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/editor.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* editor.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/encodings.c
===================================================================
--- trunk/src/encodings.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/encodings.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* encodings.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/encodings.h
===================================================================
--- trunk/src/encodings.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/encodings.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* encodings.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/filetypes.c
===================================================================
--- trunk/src/filetypes.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/filetypes.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* filetypes.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/filetypes.h
===================================================================
--- trunk/src/filetypes.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/filetypes.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* filetypes.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/gb.c
===================================================================
--- trunk/src/gb.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/gb.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* gb.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/geany.h
===================================================================
--- trunk/src/geany.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/geany.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* geany.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/geanyobject.c
===================================================================
--- trunk/src/geanyobject.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/geanyobject.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* geanyobject.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
- * Copyright 2007 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/geanyobject.h
===================================================================
--- trunk/src/geanyobject.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/geanyobject.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* geanyobject.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
- * Copyright 2007 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/highlighting.c
===================================================================
--- trunk/src/highlighting.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/highlighting.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* highlighting.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/highlighting.h
===================================================================
--- trunk/src/highlighting.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/highlighting.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* highlighting.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/images.c
===================================================================
--- trunk/src/images.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/images.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* images.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/keybindings.c
===================================================================
--- trunk/src/keybindings.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/keybindings.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* keybindings.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/keybindings.h
===================================================================
--- trunk/src/keybindings.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/keybindings.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* keybindings.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/keyfile.c
===================================================================
--- trunk/src/keyfile.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/keyfile.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* keyfile.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/keyfile.h
===================================================================
--- trunk/src/keyfile.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/keyfile.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* keyfile.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
@@ -18,6 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
+ * $Id$
*/
Modified: trunk/src/main.c
===================================================================
--- trunk/src/main.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/main.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* main.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/main.h
===================================================================
--- trunk/src/main.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/main.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* main.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/msgwindow.c
===================================================================
--- trunk/src/msgwindow.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/msgwindow.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* msgwindow.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/msgwindow.h
===================================================================
--- trunk/src/msgwindow.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/msgwindow.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* msgwindow.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/navqueue.c
===================================================================
--- trunk/src/navqueue.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/navqueue.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,7 +1,9 @@
/*
* navqueue.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Dave Moore <wrex006 at gmail.com>
+ * Copyright 2007 Dave Moore <wrex006(at)gmail(dot)com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/navqueue.h
===================================================================
--- trunk/src/navqueue.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/navqueue.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,7 +1,9 @@
/*
* navqueue.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Dave Moore <wrex006 at gmail.com>
+ * Copyright 2007 Dave Moore <wrex006(at)gmail(dot)com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/notebook.c
===================================================================
--- trunk/src/notebook.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/notebook.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* notebook.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/notebook.h
===================================================================
--- trunk/src/notebook.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/notebook.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* notebook.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/plugindata.h
===================================================================
--- trunk/src/plugindata.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/plugindata.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* plugindata.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/plugins.c
===================================================================
--- trunk/src/plugins.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/plugins.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* plugins.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/plugins.h
===================================================================
--- trunk/src/plugins.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/plugins.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* plugins.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/prefs.c
===================================================================
--- trunk/src/prefs.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/prefs.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* prefs.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/prefs.h
===================================================================
--- trunk/src/prefs.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/prefs.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* prefs.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/printing.c
===================================================================
--- trunk/src/printing.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/printing.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* printing.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/printing.h
===================================================================
--- trunk/src/printing.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/printing.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* printing.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/project.c
===================================================================
--- trunk/src/project.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/project.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* project.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/project.h
===================================================================
--- trunk/src/project.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/project.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* project.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2007-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2007-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/sciwrappers.c
===================================================================
--- trunk/src/sciwrappers.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/sciwrappers.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,9 +1,8 @@
/*
* sciwrappers.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
- *
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/sciwrappers.h
===================================================================
--- trunk/src/sciwrappers.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/sciwrappers.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* sciwrappers.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/search.c
===================================================================
--- trunk/src/search.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/search.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* search.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/search.h
===================================================================
--- trunk/src/search.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/search.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* search.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/socket.c
===================================================================
--- trunk/src/socket.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/socket.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* socket.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/socket.h
===================================================================
--- trunk/src/socket.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/socket.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* socket.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/symbols.c
===================================================================
--- trunk/src/symbols.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/symbols.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* symbols.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/symbols.h
===================================================================
--- trunk/src/symbols.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/symbols.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* symbols.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/templates.c
===================================================================
--- trunk/src/templates.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/templates.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* templates.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/templates.h
===================================================================
--- trunk/src/templates.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/templates.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* templates.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/tools.c
===================================================================
--- trunk/src/tools.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/tools.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* tools.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/tools.h
===================================================================
--- trunk/src/tools.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/tools.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* tools.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/treeviews.c
===================================================================
--- trunk/src/treeviews.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/treeviews.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* treeviews.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/treeviews.h
===================================================================
--- trunk/src/treeviews.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/treeviews.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* treeviews.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/ui_utils.c
===================================================================
--- trunk/src/ui_utils.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/ui_utils.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* ui_utils.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/ui_utils.h
===================================================================
--- trunk/src/ui_utils.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/ui_utils.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* ui_utils.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2006-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2006-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/utils.c
===================================================================
--- trunk/src/utils.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/utils.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* utils.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/utils.h
===================================================================
--- trunk/src/utils.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/utils.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* utils.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/vte.c
===================================================================
--- trunk/src/vte.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/vte.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* vte.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/vte.h
===================================================================
--- trunk/src/vte.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/vte.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* vte.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <<nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/win32.c
===================================================================
--- trunk/src/win32.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/win32.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* win32.c - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/src/win32.h
===================================================================
--- trunk/src/win32.h 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/src/win32.h 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,8 +1,8 @@
/*
* win32.h - this file is part of Geany, a fast and lightweight IDE
*
- * Copyright 2005-2007 Enrico Tröger <enrico.troeger at uvena.de>
- * Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
+ * Copyright 2005-2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2006-2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(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
Modified: trunk/tagmanager/rest.c
===================================================================
--- trunk/tagmanager/rest.c 2008-01-05 18:42:34 UTC (rev 2149)
+++ trunk/tagmanager/rest.c 2008-01-06 18:11:57 UTC (rev 2150)
@@ -1,6 +1,6 @@
/*
*
-* Copyright (c) 2007, Nick Treleaven
+* Copyright (c) 2007-2008, Nick Treleaven
*
* This source code is released for free distribution under the terms of the
* GNU General Public License.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list