summaryrefslogtreecommitdiff
path: root/src/main/about.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/about.h')
-rw-r--r--src/main/about.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/about.h b/src/main/about.h
new file mode 100644
index 000000000..f582debf0
--- /dev/null
+++ b/src/main/about.h
@@ -0,0 +1,17 @@
+#ifndef __CVC4_ABOUT_H
+#define __CVC4_ABOUT_H
+
+namespace CVC4 {
+namespace Main {
+
+const char about[] = "\
+This is a pre-release of CVC4.\n\
+Copyright (C) 2009 The ACSys Group\n\
+ Courant Institute of Mathematical Sciences,\n\
+ New York University\n\
+";
+
+}/* CVC4::Main namespace */
+}/* CVC4 namespace */
+
+#endif /* __CVC4_MAIN_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback