summaryrefslogtreecommitdiff
path: root/lib/common/BannerText.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/BannerText.h')
-rwxr-xr-xlib/common/BannerText.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/common/BannerText.h b/lib/common/BannerText.h
new file mode 100755
index 00000000..8c471171
--- /dev/null
+++ b/lib/common/BannerText.h
@@ -0,0 +1,17 @@
+// --------------------------------------------------------------------------
+//
+// File
+// Name: BannerText.h
+// Purpose: Banner text for daemons and utilities
+// Created: 1/1/04
+//
+// --------------------------------------------------------------------------
+
+#ifndef BANNERTEXT__H
+#define BANNERTEXT__H
+
+#define BANNER_TEXT(UtilityName) \
+ "Box " UtilityName " v" BOX_VERSION ", (c) Ben Summers 2003, 2004\n"
+
+#endif // BANNERTEXT__H
+