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

chrislit at crosswire.org chrislit at crosswire.org
Wed Oct 9 01:22:21 MST 2013


Author: chrislit
Date: 2013-10-09 01:22:21 -0700 (Wed, 09 Oct 2013)
New Revision: 2989

Modified:
   trunk/include/osisreferencelinks.h
   trunk/src/modules/filters/osisreferencelinks.cpp
Log:
normalized license & properties

Modified: trunk/include/osisreferencelinks.h
===================================================================
--- trunk/include/osisreferencelinks.h	2013-10-05 13:04:13 UTC (rev 2988)
+++ trunk/include/osisreferencelinks.h	2013-10-09 08:22:21 UTC (rev 2989)
@@ -1,10 +1,11 @@
 /******************************************************************************
  *
- * osisreferencelinks.h -
+ *  osisreferencelinks.h -	SWFilter descendant to toggle OSIS reference
+ *				links with specified type/subType
  *
- * $Id: osisreferencelinks.h 1688 2005-01-01 04:42:26Z $
+ * $Id$
  *
- * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
+ * Copyright 2013 CrossWire Bible Society (http://www.crosswire.org)
  *      CrossWire Bible Society
  *      P. O. Box 2528
  *      Tempe, AZ  85280-2528
@@ -18,8 +19,6 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * General Public License for more details.
  *
- * modified:  2009 by John Austin  
- *
  */
 
 #ifndef OSISREFERENCELINKS_H
@@ -39,8 +38,8 @@
 public:
 
 	/**
-      * @param optionName - name of this option
-      * @param optionTip - user help tip for this option
+	 * @param optionName - name of this option
+	 * @param optionTip - user help tip for this option
 	 * @param type - which reference types to hide
 	 * @param subType - which reference subTypes to hide (optional)
 	 * @param defaultValue - default value of option "On" or "Off" (optional)


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

Modified: trunk/src/modules/filters/osisreferencelinks.cpp
===================================================================
--- trunk/src/modules/filters/osisreferencelinks.cpp	2013-10-05 13:04:13 UTC (rev 2988)
+++ trunk/src/modules/filters/osisreferencelinks.cpp	2013-10-09 08:22:21 UTC (rev 2989)
@@ -1,12 +1,26 @@
 /******************************************************************************
  *
- * OSISReferenceLinks
- *		      modified:       2009 by John Austin
- *		      SWFilter descendant to toggle OSIS reference links with
- *		      specified type/subType
+ *  osisreferencelinks.cpp -	SWFilter descendant to toggle OSIS reference
+ *				links with specified type/subType
+ *
+ * $Id$
+ *
+ * Copyright 2001-2013 CrossWire Bible Society (http://www.crosswire.org)
+ *	CrossWire Bible Society
+ *	P. O. Box 2528
+ *	Tempe, AZ  85280-2528
+ *
+ * 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 version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
  */
 
-
 #include <stdlib.h>
 #include <osisreferencelinks.h>
 #include <utilxml.h>


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




More information about the sword-cvs mailing list