Revision: 376 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=376&view=rev Author: eht16 Date: 2009-01-14 18:49:06 +0000 (Wed, 14 Jan 2009)
Log Message: ----------- Update copyright information.
Modified Paths: -------------- trunk/spellcheck/ChangeLog trunk/spellcheck/po/de.po trunk/spellcheck/src/gui.c trunk/spellcheck/src/gui.h trunk/spellcheck/src/scplugin.c trunk/spellcheck/src/scplugin.h trunk/spellcheck/src/speller.c trunk/spellcheck/src/speller.h
Modified: trunk/spellcheck/ChangeLog =================================================================== --- trunk/spellcheck/ChangeLog 2009-01-14 18:44:52 UTC (rev 375) +++ trunk/spellcheck/ChangeLog 2009-01-14 18:49:06 UTC (rev 376) @@ -3,9 +3,11 @@ * src/scplugin.c: Fix deprecated usage of g_win32_get_package_installation_directory(), pass NULL as package name. + * po/de.po, src/gui.c, src/scplugin.c, src/speller.c, src/gui.h, + src/scplugin.h, src/speller.h: + Update copyright information.
- 2008-12-06 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/scplugin.c, src/gui.c, src/speller.c:
Modified: trunk/spellcheck/po/de.po =================================================================== --- trunk/spellcheck/po/de.po 2009-01-14 18:44:52 UTC (rev 375) +++ trunk/spellcheck/po/de.po 2009-01-14 18:49:06 UTC (rev 376) @@ -1,7 +1,7 @@ # German translations for spellcheck package. -# Copyright (C) 2008 THE spellcheck's COPYRIGHT HOLDER +# Copyright (C) 2008-2009 THE spellcheck's COPYRIGHT HOLDER # This file is distributed under the same license as the spellcheck package. -# Enrico Tröger enrico.troeger@uvena.de 2008 +# Enrico Tröger enrico.troeger@uvena.de 2008-2009 # msgid "" msgstr "" @@ -85,7 +85,7 @@
#: src/gui.c:378 msgid "Spelling Suggestions" -msgstr "Rechtschreib-Vorschläge" +msgstr "Rechtschreibvorschläge"
#: src/gui.c:401 msgid "Default"
Modified: trunk/spellcheck/src/gui.c =================================================================== --- trunk/spellcheck/src/gui.c 2009-01-14 18:44:52 UTC (rev 375) +++ trunk/spellcheck/src/gui.c 2009-01-14 18:49:06 UTC (rev 376) @@ -1,8 +1,8 @@ /* * gui.c - this file is part of Spellcheck, a Geany plugin * - * Copyright 2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> - * Copyright 2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> + * 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> * * 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/spellcheck/src/gui.h =================================================================== --- trunk/spellcheck/src/gui.h 2009-01-14 18:44:52 UTC (rev 375) +++ trunk/spellcheck/src/gui.h 2009-01-14 18:49:06 UTC (rev 376) @@ -1,8 +1,8 @@ /* * gui.h - this file is part of Spellcheck, a Geany plugin * - * Copyright 2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> - * Copyright 2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> + * 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> * * 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/spellcheck/src/scplugin.c =================================================================== --- trunk/spellcheck/src/scplugin.c 2009-01-14 18:44:52 UTC (rev 375) +++ trunk/spellcheck/src/scplugin.c 2009-01-14 18:49:06 UTC (rev 376) @@ -1,8 +1,8 @@ /* * scplugin.c - this file is part of Spellcheck, a Geany plugin * - * Copyright 2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> - * Copyright 2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> + * 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> * * 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/spellcheck/src/scplugin.h =================================================================== --- trunk/spellcheck/src/scplugin.h 2009-01-14 18:44:52 UTC (rev 375) +++ trunk/spellcheck/src/scplugin.h 2009-01-14 18:49:06 UTC (rev 376) @@ -1,8 +1,8 @@ /* * scplugin.h - this file is part of Spellcheck, a Geany plugin * - * Copyright 2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> - * Copyright 2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> + * 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> * * 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/spellcheck/src/speller.c =================================================================== --- trunk/spellcheck/src/speller.c 2009-01-14 18:44:52 UTC (rev 375) +++ trunk/spellcheck/src/speller.c 2009-01-14 18:49:06 UTC (rev 376) @@ -1,8 +1,8 @@ /* * speller.c - this file is part of Spellcheck, a Geany plugin * - * Copyright 2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> - * Copyright 2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> + * 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> * * 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/spellcheck/src/speller.h =================================================================== --- trunk/spellcheck/src/speller.h 2009-01-14 18:44:52 UTC (rev 375) +++ trunk/spellcheck/src/speller.h 2009-01-14 18:49:06 UTC (rev 376) @@ -1,8 +1,8 @@ /* * speller.h - this file is part of Spellcheck, a Geany plugin * - * Copyright 2008 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> - * Copyright 2008 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> + * 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> * * 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.
plugins-commits@lists.geany.org