Revision: 1797 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1797&view=re... Author: frlan Date: 2011-01-01 00:41:43 +0000 (Sat, 01 Jan 2011)
Log Message: ----------- GeanyLaTeX: Update copyright info for 2011
Modified Paths: -------------- trunk/geany-plugins/geanylatex/src/bibtex.c trunk/geany-plugins/geanylatex/src/bibtex.h trunk/geany-plugins/geanylatex/src/bibtexlabels.c trunk/geany-plugins/geanylatex/src/datatypes.h trunk/geany-plugins/geanylatex/src/formatpatterns.c trunk/geany-plugins/geanylatex/src/formatutils.c trunk/geany-plugins/geanylatex/src/formatutils.h trunk/geany-plugins/geanylatex/src/geanylatex.c trunk/geany-plugins/geanylatex/src/geanylatex.h trunk/geany-plugins/geanylatex/src/latexencodings.c trunk/geany-plugins/geanylatex/src/latexencodings.h trunk/geany-plugins/geanylatex/src/latexenvironments.c trunk/geany-plugins/geanylatex/src/latexenvironments.h trunk/geany-plugins/geanylatex/src/latexkeybindings.c trunk/geany-plugins/geanylatex/src/latexkeybindings.h trunk/geany-plugins/geanylatex/src/latexstructure.c trunk/geany-plugins/geanylatex/src/latexstructure.h trunk/geany-plugins/geanylatex/src/latexutils.c trunk/geany-plugins/geanylatex/src/latexutils.h trunk/geany-plugins/geanylatex/src/letters.c trunk/geany-plugins/geanylatex/src/letters.h trunk/geany-plugins/geanylatex/src/reftex.c trunk/geany-plugins/geanylatex/src/reftex.h trunk/geany-plugins/geanylatex/src/templates.c trunk/geany-plugins/geanylatex/src/templates.h
Modified: trunk/geany-plugins/geanylatex/src/bibtex.c =================================================================== --- trunk/geany-plugins/geanylatex/src/bibtex.c 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/bibtex.c 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * bibtex.c * - * Copyright 2008-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/bibtex.h =================================================================== --- trunk/geany-plugins/geanylatex/src/bibtex.h 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/bibtex.h 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * bibtex.h * - * Copyright 2008-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/bibtexlabels.c =================================================================== --- trunk/geany-plugins/geanylatex/src/bibtexlabels.c 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/bibtexlabels.c 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * bibtexlabels.c * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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 @@ -126,5 +126,3 @@ N_("Internet address"), N_("Number of the volume"), N_("Year of publication or creation if unpublished")}; - -
Modified: trunk/geany-plugins/geanylatex/src/datatypes.h =================================================================== --- trunk/geany-plugins/geanylatex/src/datatypes.h 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/datatypes.h 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * datatypes.h * - * Copyright 2008-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/formatpatterns.c =================================================================== --- trunk/geany-plugins/geanylatex/src/formatpatterns.c 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/formatpatterns.c 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * formatpatterns.c * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/formatutils.c =================================================================== --- trunk/geany-plugins/geanylatex/src/formatutils.c 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/formatutils.c 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * formatutils.c * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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 @@ -89,5 +89,3 @@ } } } - -
Modified: trunk/geany-plugins/geanylatex/src/formatutils.h =================================================================== --- trunk/geany-plugins/geanylatex/src/formatutils.h 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/formatutils.h 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * formatutils.h * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/geanylatex.c =================================================================== --- trunk/geany-plugins/geanylatex/src/geanylatex.c 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/geanylatex.c 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * geanylatex.c - Plugin to let Geany better work together with LaTeX * - * Copyright 2007-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2007-2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> * Copyright 2005-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> * Copyright 2006-2009 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> *
Modified: trunk/geany-plugins/geanylatex/src/geanylatex.h =================================================================== --- trunk/geany-plugins/geanylatex/src/geanylatex.h 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/geanylatex.h 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * geanylatex.h * - * Copyright 2008-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/latexencodings.c =================================================================== --- trunk/geany-plugins/geanylatex/src/latexencodings.c 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/latexencodings.c 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * latexencodings.h * - * Copyright 2008-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/latexencodings.h =================================================================== --- trunk/geany-plugins/geanylatex/src/latexencodings.h 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/latexencodings.h 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * latexencodings.h * - * Copyright 2008-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/latexenvironments.c =================================================================== --- trunk/geany-plugins/geanylatex/src/latexenvironments.c 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/latexenvironments.c 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * latexenvironments.c * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/latexenvironments.h =================================================================== --- trunk/geany-plugins/geanylatex/src/latexenvironments.h 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/latexenvironments.h 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * latexenvironments.h * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/latexkeybindings.c =================================================================== --- trunk/geany-plugins/geanylatex/src/latexkeybindings.c 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/latexkeybindings.c 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * latexkeybindings.c * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/latexkeybindings.h =================================================================== --- trunk/geany-plugins/geanylatex/src/latexkeybindings.h 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/latexkeybindings.h 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * latexkeybindings.h * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/latexstructure.c =================================================================== --- trunk/geany-plugins/geanylatex/src/latexstructure.c 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/latexstructure.c 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * latexstructure.c * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/latexstructure.h =================================================================== --- trunk/geany-plugins/geanylatex/src/latexstructure.h 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/latexstructure.h 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * latexstructure.h * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/latexutils.c =================================================================== --- trunk/geany-plugins/geanylatex/src/latexutils.c 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/latexutils.c 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * latexutils.c * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/latexutils.h =================================================================== --- trunk/geany-plugins/geanylatex/src/latexutils.h 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/latexutils.h 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * latexutils.h * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/letters.c =================================================================== --- trunk/geany-plugins/geanylatex/src/letters.c 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/letters.c 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * letters.c * - * Copyright 2008-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/letters.h =================================================================== --- trunk/geany-plugins/geanylatex/src/letters.h 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/letters.h 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* - * letters.h + * letters.h * - * Copyright 2008-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2008-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/reftex.c =================================================================== --- trunk/geany-plugins/geanylatex/src/reftex.c 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/reftex.c 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * reftex.c * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/reftex.h =================================================================== --- trunk/geany-plugins/geanylatex/src/reftex.h 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/reftex.h 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * reftex.h * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/templates.c =================================================================== --- trunk/geany-plugins/geanylatex/src/templates.c 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/templates.c 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,7 +1,7 @@ /* * templates.c * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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/geany-plugins/geanylatex/src/templates.h =================================================================== --- trunk/geany-plugins/geanylatex/src/templates.h 2011-01-01 00:40:54 UTC (rev 1796) +++ trunk/geany-plugins/geanylatex/src/templates.h 2011-01-01 00:41:43 UTC (rev 1797) @@ -1,8 +1,8 @@ /* * templates.h * - * Copyright 2009-2010 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> - * + * Copyright 2009-2011 Frank Lanitz <frank(at)frank(dot)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 * the Free Software Foundation; either version 2 of the License, or
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.