summaryrefslogtreecommitdiff
path: root/lib/common/BannerText.h
blob: 9ca0c11cf4439ed6e8594500a45ed5ea46e7090d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// --------------------------------------------------------------------------
//
// File
//		Name:    BannerText.h
//		Purpose: Banner text for daemons and utilities
//		Created: 1/1/04
//
// --------------------------------------------------------------------------

#ifndef BANNERTEXT__H
#define BANNERTEXT__H

#ifdef NEED_BOX_VERSION_H
#	include "BoxVersion.h"
#endif

#define BANNER_TEXT(UtilityName) \
	"Box " UtilityName " v" BOX_VERSION ", (c) Ben Summers and " \
	"contributors 2003-2014"

#endif // BANNERTEXT__H