summaryrefslogtreecommitdiff
path: root/lib/common/BannerText.h
blob: 8c471171e3b6337c7eb9de5063d3f24dced01aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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