SF.net SVN: geany-plugins:[1796] trunk/geanylatex/src

frlan at users.sourceforge.net frlan at xxxxx
Sat Jan 1 00:40:55 UTC 2011


Revision: 1796
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1796&view=rev
Author:   frlan
Date:     2011-01-01 00:40:54 +0000 (Sat, 01 Jan 2011)

Log Message:
-----------
Update copyright info for 2011

Modified Paths:
--------------
    trunk/geanylatex/src/bibtex.c
    trunk/geanylatex/src/bibtex.h
    trunk/geanylatex/src/bibtexlabels.c
    trunk/geanylatex/src/datatypes.h
    trunk/geanylatex/src/formatpatterns.c
    trunk/geanylatex/src/formatutils.c
    trunk/geanylatex/src/formatutils.h
    trunk/geanylatex/src/geanylatex.c
    trunk/geanylatex/src/geanylatex.h
    trunk/geanylatex/src/latexencodings.c
    trunk/geanylatex/src/latexencodings.h
    trunk/geanylatex/src/latexenvironments.c
    trunk/geanylatex/src/latexenvironments.h
    trunk/geanylatex/src/latexkeybindings.c
    trunk/geanylatex/src/latexkeybindings.h
    trunk/geanylatex/src/latexstructure.c
    trunk/geanylatex/src/latexstructure.h
    trunk/geanylatex/src/latexutils.c
    trunk/geanylatex/src/latexutils.h
    trunk/geanylatex/src/letters.c
    trunk/geanylatex/src/letters.h
    trunk/geanylatex/src/reftex.c
    trunk/geanylatex/src/reftex.h
    trunk/geanylatex/src/templates.c
    trunk/geanylatex/src/templates.h

Modified: trunk/geanylatex/src/bibtex.c
===================================================================
--- trunk/geanylatex/src/bibtex.c	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/bibtex.c	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/bibtex.h
===================================================================
--- trunk/geanylatex/src/bibtex.h	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/bibtex.h	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/bibtexlabels.c
===================================================================
--- trunk/geanylatex/src/bibtexlabels.c	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/bibtexlabels.c	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/datatypes.h
===================================================================
--- trunk/geanylatex/src/datatypes.h	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/datatypes.h	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/formatpatterns.c
===================================================================
--- trunk/geanylatex/src/formatpatterns.c	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/formatpatterns.c	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/formatutils.c
===================================================================
--- trunk/geanylatex/src/formatutils.c	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/formatutils.c	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/formatutils.h
===================================================================
--- trunk/geanylatex/src/formatutils.h	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/formatutils.h	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geanylatex/src/geanylatex.c	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/geanylatex.c	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/geanylatex.h
===================================================================
--- trunk/geanylatex/src/geanylatex.h	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/geanylatex.h	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/latexencodings.c
===================================================================
--- trunk/geanylatex/src/latexencodings.c	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/latexencodings.c	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/latexencodings.h
===================================================================
--- trunk/geanylatex/src/latexencodings.h	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/latexencodings.h	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/latexenvironments.c
===================================================================
--- trunk/geanylatex/src/latexenvironments.c	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/latexenvironments.c	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/latexenvironments.h
===================================================================
--- trunk/geanylatex/src/latexenvironments.h	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/latexenvironments.h	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/latexkeybindings.c
===================================================================
--- trunk/geanylatex/src/latexkeybindings.c	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/latexkeybindings.c	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/latexkeybindings.h
===================================================================
--- trunk/geanylatex/src/latexkeybindings.h	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/latexkeybindings.h	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/latexstructure.c
===================================================================
--- trunk/geanylatex/src/latexstructure.c	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/latexstructure.c	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/latexstructure.h
===================================================================
--- trunk/geanylatex/src/latexstructure.h	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/latexstructure.h	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/latexutils.c
===================================================================
--- trunk/geanylatex/src/latexutils.c	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/latexutils.c	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/latexutils.h
===================================================================
--- trunk/geanylatex/src/latexutils.h	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/latexutils.h	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/letters.c
===================================================================
--- trunk/geanylatex/src/letters.c	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/letters.c	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/letters.h
===================================================================
--- trunk/geanylatex/src/letters.h	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/letters.h	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/reftex.c
===================================================================
--- trunk/geanylatex/src/reftex.c	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/reftex.c	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/reftex.h
===================================================================
--- trunk/geanylatex/src/reftex.h	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/reftex.h	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/templates.c
===================================================================
--- trunk/geanylatex/src/templates.c	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/templates.c	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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/geanylatex/src/templates.h
===================================================================
--- trunk/geanylatex/src/templates.h	2010-12-31 15:23:18 UTC (rev 1795)
+++ trunk/geanylatex/src/templates.h	2011-01-01 00:40:54 UTC (rev 1796)
@@ -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.



More information about the Plugins-Commits mailing list