summaryrefslogtreecommitdiff
path: root/lib/common/BannerText.h
blob: c9d85d5c14b0857c380de4edd0de6d6001c84ccb (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 and contributors 2003-2007"

#endif // BANNERTEXT__H