[sword-svn] r3061 - in trunk: bindings include
scribe at crosswire.org
scribe at crosswire.org
Mon Mar 3 18:38:30 MST 2014
Author: scribe
Date: 2014-03-03 18:38:30 -0700 (Mon, 03 Mar 2014)
New Revision: 3061
Modified:
trunk/bindings/flatapi.cpp
trunk/include/flatapi.h
Log:
added headers back in and updated copyright date
Modified: trunk/bindings/flatapi.cpp
===================================================================
--- trunk/bindings/flatapi.cpp 2014-03-04 01:33:15 UTC (rev 3060)
+++ trunk/bindings/flatapi.cpp 2014-03-04 01:38:30 UTC (rev 3061)
@@ -1,3 +1,26 @@
+/******************************************************************************
+ *
+ * flatapi.cpp - This file contains an api usable by non-C++
+ * environments
+ *
+ * $Id$
+ *
+ * Copyright 2002-2014 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 <iostream>
#include <vector>
#include <map>
Modified: trunk/include/flatapi.h
===================================================================
--- trunk/include/flatapi.h 2014-03-04 01:33:15 UTC (rev 3060)
+++ trunk/include/flatapi.h 2014-03-04 01:38:30 UTC (rev 3061)
@@ -1,6 +1,28 @@
-#ifndef SWORDMINFLAT_H
-#define SWORDMINFLAT_H
+/******************************************************************************
+ *
+ * flatapi.h - This file contains an api usable by non-C++ environments
+ *
+ * $Id$
+ *
+ * Copyright 2002-2014 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.
+ *
+ */
+#ifndef SWORDFLATAPI_H
+#define SWORDFLATAPI_H
+
#include <inttypes.h>
#include <defs.h>
More information about the sword-cvs
mailing list