SF.net SVN: geany-plugins:[1095] trunk/geany-plugins/spellcheck

eht16 at users.sourceforge.net eht16 at xxxxx
Fri Jan 1 22:17:29 UTC 2010


Revision: 1095
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1095&view=rev
Author:   eht16
Date:     2010-01-01 22:17:20 +0000 (Fri, 01 Jan 2010)

Log Message:
-----------
Update copyright information.

Modified Paths:
--------------
    trunk/geany-plugins/spellcheck/ChangeLog
    trunk/geany-plugins/spellcheck/src/gui.c
    trunk/geany-plugins/spellcheck/src/gui.h
    trunk/geany-plugins/spellcheck/src/scplugin.c
    trunk/geany-plugins/spellcheck/src/scplugin.h
    trunk/geany-plugins/spellcheck/src/speller.c
    trunk/geany-plugins/spellcheck/src/speller.h

Modified: trunk/geany-plugins/spellcheck/ChangeLog
===================================================================
--- trunk/geany-plugins/spellcheck/ChangeLog	2009-12-31 15:14:21 UTC (rev 1094)
+++ trunk/geany-plugins/spellcheck/ChangeLog	2010-01-01 22:17:20 UTC (rev 1095)
@@ -1,3 +1,9 @@
+2010-01-01  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/*.c, src/*.h:
+   Update copyright information.
+
+
 2009-11-28  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * src/speller.c:

Modified: trunk/geany-plugins/spellcheck/src/gui.c
===================================================================
--- trunk/geany-plugins/spellcheck/src/gui.c	2009-12-31 15:14:21 UTC (rev 1094)
+++ trunk/geany-plugins/spellcheck/src/gui.c	2010-01-01 22:17:20 UTC (rev 1095)
@@ -1,8 +1,8 @@
 /*
  *      gui.c - this file is part of Spellcheck, a Geany plugin
  *
- *      Copyright 2008-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
- *      Copyright 2008-2009 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+ *      Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ *      Copyright 2008-2010 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/geany-plugins/spellcheck/src/gui.h
===================================================================
--- trunk/geany-plugins/spellcheck/src/gui.h	2009-12-31 15:14:21 UTC (rev 1094)
+++ trunk/geany-plugins/spellcheck/src/gui.h	2010-01-01 22:17:20 UTC (rev 1095)
@@ -1,8 +1,8 @@
 /*
  *      gui.h - this file is part of Spellcheck, a Geany plugin
  *
- *      Copyright 2008-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
- *      Copyright 2008-2009 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+ *      Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ *      Copyright 2008-2010 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/geany-plugins/spellcheck/src/scplugin.c
===================================================================
--- trunk/geany-plugins/spellcheck/src/scplugin.c	2009-12-31 15:14:21 UTC (rev 1094)
+++ trunk/geany-plugins/spellcheck/src/scplugin.c	2010-01-01 22:17:20 UTC (rev 1095)
@@ -1,8 +1,8 @@
 /*
  *      scplugin.c - this file is part of Spellcheck, a Geany plugin
  *
- *      Copyright 2008-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
- *      Copyright 2008-2009 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+ *      Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ *      Copyright 2008-2010 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/geany-plugins/spellcheck/src/scplugin.h
===================================================================
--- trunk/geany-plugins/spellcheck/src/scplugin.h	2009-12-31 15:14:21 UTC (rev 1094)
+++ trunk/geany-plugins/spellcheck/src/scplugin.h	2010-01-01 22:17:20 UTC (rev 1095)
@@ -1,8 +1,8 @@
 /*
  *      scplugin.h - this file is part of Spellcheck, a Geany plugin
  *
- *      Copyright 2008-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
- *      Copyright 2008-2009 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+ *      Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ *      Copyright 2008-2010 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/geany-plugins/spellcheck/src/speller.c
===================================================================
--- trunk/geany-plugins/spellcheck/src/speller.c	2009-12-31 15:14:21 UTC (rev 1094)
+++ trunk/geany-plugins/spellcheck/src/speller.c	2010-01-01 22:17:20 UTC (rev 1095)
@@ -1,8 +1,8 @@
 /*
  *      speller.c - this file is part of Spellcheck, a Geany plugin
  *
- *      Copyright 2008-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
- *      Copyright 2008-2009 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+ *      Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ *      Copyright 2008-2010 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/geany-plugins/spellcheck/src/speller.h
===================================================================
--- trunk/geany-plugins/spellcheck/src/speller.h	2009-12-31 15:14:21 UTC (rev 1094)
+++ trunk/geany-plugins/spellcheck/src/speller.h	2010-01-01 22:17:20 UTC (rev 1095)
@@ -1,8 +1,8 @@
 /*
  *      speller.h - this file is part of Spellcheck, a Geany plugin
  *
- *      Copyright 2008-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
- *      Copyright 2008-2009 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+ *      Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ *      Copyright 2008-2010 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


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