[sword-svn] r3074 - in trunk: include src/modules/filters

chrislit at crosswire.org chrislit at crosswire.org
Tue Mar 4 17:30:22 MST 2014


Author: chrislit
Date: 2014-03-04 17:30:21 -0700 (Tue, 04 Mar 2014)
New Revision: 3074

Modified:
   trunk/include/gbflatex.h
   trunk/include/osislatex.h
   trunk/include/teilatex.h
   trunk/include/thmllatex.h
   trunk/src/modules/filters/gbflatex.cpp
   trunk/src/modules/filters/teilatex.cpp
   trunk/src/modules/filters/thmllatex.cpp
Log:
copyright, svn properties, capitalization of preprocessor #defines

Modified: trunk/include/gbflatex.h
===================================================================
--- trunk/include/gbflatex.h	2014-03-05 00:27:52 UTC (rev 3073)
+++ trunk/include/gbflatex.h	2014-03-05 00:30:21 UTC (rev 3074)
@@ -4,7 +4,7 @@
  *
  * $Id$
  *
- * Copyright 2011-2013 CrossWire Bible Society (http://www.crosswire.org)
+ * Copyright 2011-2014 CrossWire Bible Society (http://www.crosswire.org)
  *	CrossWire Bible Society
  *	P. O. Box 2528
  *	Tempe, AZ  85280-2528
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef GBFLaTeX_H
-#define GBFLaTeX_H
+#ifndef GBFLATEX_H
+#define GBFLATEX_H
 
 #include <swbasicfilter.h>
 

Modified: trunk/include/osislatex.h
===================================================================
--- trunk/include/osislatex.h	2014-03-05 00:27:52 UTC (rev 3073)
+++ trunk/include/osislatex.h	2014-03-05 00:30:21 UTC (rev 3074)
@@ -4,7 +4,7 @@
  *
  * $Id$
  *
- * Copyright 2011-2013 CrossWire Bible Society (http://www.crosswire.org)
+ * Copyright 2011-2014 CrossWire Bible Society (http://www.crosswire.org)
  *	CrossWire Bible Society
  *	P. O. Box 2528
  *	Tempe, AZ  85280-2528
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef OSISLaTeX_H
-#define OSISLaTeX_H
+#ifndef OSISLATEX_H
+#define OSISLATEX_H
 
 #include <swbasicfilter.h>
 

Modified: trunk/include/teilatex.h
===================================================================
--- trunk/include/teilatex.h	2014-03-05 00:27:52 UTC (rev 3073)
+++ trunk/include/teilatex.h	2014-03-05 00:30:21 UTC (rev 3074)
@@ -2,9 +2,9 @@
  *
  *  teilatex.h -	Implementation of TEILaTeX
  *
- * $Id: teixhtml.h 2833 2013-06-29 06:40:28Z chrislit $
+ * $Id$
  *
- * Copyright 2012-2013 CrossWire Bible Society (http://www.crosswire.org)
+ * Copyright 2012-2014 CrossWire Bible Society (http://www.crosswire.org)
  *	CrossWire Bible Society
  *	P. O. Box 2528
  *	Tempe, AZ  85280-2528
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef TEILaTeX_H
-#define TEILaTeX_H
+#ifndef TEILATEX_H
+#define TEILATEX_H
 
 #include <swbasicfilter.h>
 


Property changes on: trunk/include/teilatex.h
___________________________________________________________________
Added: svn:keywords
   + Author Date Id
Added: svn:eol-style
   + native

Modified: trunk/include/thmllatex.h
===================================================================
--- trunk/include/thmllatex.h	2014-03-05 00:27:52 UTC (rev 3073)
+++ trunk/include/thmllatex.h	2014-03-05 00:30:21 UTC (rev 3074)
@@ -4,7 +4,7 @@
  *
  * $Id$
  *
- * Copyright 2011-2013 CrossWire Bible Society (http://www.crosswire.org)
+ * Copyright 2011-2014 CrossWire Bible Society (http://www.crosswire.org)
  *	CrossWire Bible Society
  *	P. O. Box 2528
  *	Tempe, AZ  85280-2528
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef _THMLLaTeX_H
-#define _THMLLaTeX_H
+#ifndef THMLLATEX_H
+#define THMLLATEX_H
 
 #include <swbasicfilter.h>
 #include <utilxml.h>

Modified: trunk/src/modules/filters/gbflatex.cpp
===================================================================
--- trunk/src/modules/filters/gbflatex.cpp	2014-03-05 00:27:52 UTC (rev 3073)
+++ trunk/src/modules/filters/gbflatex.cpp	2014-03-05 00:30:21 UTC (rev 3074)
@@ -4,7 +4,7 @@
  *
  * $Id$
  *
- * Copyright 2011-2013 CrossWire Bible Society (http://www.crosswire.org)
+ * Copyright 2011-2014 CrossWire Bible Society (http://www.crosswire.org)
  *	CrossWire Bible Society
  *	P. O. Box 2528
  *	Tempe, AZ  85280-2528

Modified: trunk/src/modules/filters/teilatex.cpp
===================================================================
--- trunk/src/modules/filters/teilatex.cpp	2014-03-05 00:27:52 UTC (rev 3073)
+++ trunk/src/modules/filters/teilatex.cpp	2014-03-05 00:30:21 UTC (rev 3074)
@@ -2,9 +2,9 @@
  *
  *  teilatex.cpp -	TEI to LATEX filter
  *
- * $Id: teilatex.cpp 2984 2013-09-20 12:18:45Z refdoc $
+ * $Id$
  *
- * Copyright 2012-2013 CrossWire Bible Society (http://www.crosswire.org)
+ * Copyright 2012-2014 CrossWire Bible Society (http://www.crosswire.org)
  *	CrossWire Bible Society
  *	P. O. Box 2528
  *	Tempe, AZ  85280-2528


Property changes on: trunk/src/modules/filters/teilatex.cpp
___________________________________________________________________
Added: svn:keywords
   + Author Date Id
Added: svn:eol-style
   + native

Modified: trunk/src/modules/filters/thmllatex.cpp
===================================================================
--- trunk/src/modules/filters/thmllatex.cpp	2014-03-05 00:27:52 UTC (rev 3073)
+++ trunk/src/modules/filters/thmllatex.cpp	2014-03-05 00:30:21 UTC (rev 3074)
@@ -4,7 +4,7 @@
  *
  * $Id$
  *
- * Copyright 2011-2013 CrossWire Bible Society (http://www.crosswire.org)
+ * Copyright 2011-2014 CrossWire Bible Society (http://www.crosswire.org)
  *	CrossWire Bible Society
  *	P. O. Box 2528
  *	Tempe, AZ  85280-2528




More information about the sword-cvs mailing list