summaryrefslogtreecommitdiff
path: root/utilities/emptyvss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/emptyvss.cpp')
-rw-r--r--utilities/emptyvss.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/utilities/emptyvss.cpp b/utilities/emptyvss.cpp
index 366aa21..61a1b6c 100644
--- a/utilities/emptyvss.cpp
+++ b/utilities/emptyvss.cpp
@@ -1,7 +1,25 @@
+/*
+ * Copyright 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>
#include <iostream>
+#include <stdio.h>
#ifndef NO_SWORD_NAMESPACE
using sword::SWMgr;