[sword-svn] r2681 - trunk/examples/classes
scribe at crosswire.org
scribe at crosswire.org
Tue Feb 21 01:44:46 MST 2012
Author: scribe
Date: 2012-02-21 01:44:46 -0700 (Tue, 21 Feb 2012)
New Revision: 2681
Modified:
trunk/examples/classes/lastVerseInChapter.cpp
Log:
added copyright header and explaination
Modified: trunk/examples/classes/lastVerseInChapter.cpp
===================================================================
--- trunk/examples/classes/lastVerseInChapter.cpp 2012-02-21 08:08:39 UTC (rev 2680)
+++ trunk/examples/classes/lastVerseInChapter.cpp 2012-02-21 08:44:46 UTC (rev 2681)
@@ -1,3 +1,29 @@
+/******************************************************************************
+ *
+ * This example demonstrates how to navigate verses using VerseKey. It
+ * uselessly iterates every chapter of the KJV, finds the last verse
+ * and prints out the sole verse in the KJV which ends in a ','
+ * -- just for fun.
+ *
+ *
+ * $Id: $
+ *
+ * Copyright 1998-2009 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 <swmgr.h>
#include <swmodule.h>
#include <versekey.h>
More information about the sword-cvs
mailing list