summaryrefslogtreecommitdiff
path: root/lib/common/BannerText.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/BannerText.h')
-rw-r--r--lib/common/BannerText.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/common/BannerText.h b/lib/common/BannerText.h
index 211edbb8..da0fb64f 100644
--- a/lib/common/BannerText.h
+++ b/lib/common/BannerText.h
@@ -1,11 +1,12 @@
-// distribution boxbackup-0.11rc1 (svn version: 2023_2024)
+// distribution boxbackup-0.11rc2 (svn version: 2072)
//
-// Copyright (c) 2003 - 2006
+// Copyright (c) 2003 - 2008
// Ben Summers and contributors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
+//
// 1. Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// 2. Redistributions in binary form must reproduce the above copyright
@@ -49,7 +50,8 @@
#define BANNERTEXT__H
#define BANNER_TEXT(UtilityName) \
- "Box " UtilityName " v" BOX_VERSION ", (c) Ben Summers and contributors 2003-2007"
+ "Box " UtilityName " v" BOX_VERSION ", (c) Ben Summers and " \
+ "contributors 2003-2008"
#endif // BANNERTEXT__H