[sword-svn] r2992 - in branches/sword-1-7-x: include src/modules/filters
greg.hellings at crosswire.org
greg.hellings at crosswire.org
Fri Dec 27 22:54:08 MST 2013
Author: greg.hellings
Date: 2013-12-27 22:54:08 -0700 (Fri, 27 Dec 2013)
New Revision: 2992
Modified:
branches/sword-1-7-x/include/osisreferencelinks.h
branches/sword-1-7-x/src/modules/filters/osisreferencelinks.cpp
Log:
normalized license & properties
Modified: branches/sword-1-7-x/include/osisreferencelinks.h
===================================================================
--- branches/sword-1-7-x/include/osisreferencelinks.h 2013-12-08 07:13:58 UTC (rev 2991)
+++ branches/sword-1-7-x/include/osisreferencelinks.h 2013-12-28 05:54:08 UTC (rev 2992)
@@ -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)
Modified: branches/sword-1-7-x/src/modules/filters/osisreferencelinks.cpp
===================================================================
--- branches/sword-1-7-x/src/modules/filters/osisreferencelinks.cpp 2013-12-08 07:13:58 UTC (rev 2991)
+++ branches/sword-1-7-x/src/modules/filters/osisreferencelinks.cpp 2013-12-28 05:54:08 UTC (rev 2992)
@@ -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>
More information about the sword-cvs
mailing list