From db37f6324738cb7d4869bbee0024c46d1550371e Mon Sep 17 00:00:00 2001
From: Robert Anderson <randerson@lbsd.net>
Date: Fri, 28 Jan 2011 12:06:07 +0000
Subject: [PATCH] Fixed copyright date in smradiusd

Updated for 2011 when displaying help for running smradiusd
---
 smradiusd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smradiusd b/smradiusd
index db63402d..5131fdc4 100755
--- a/smradiusd
+++ b/smradiusd
@@ -1134,7 +1134,7 @@ sub log
 
 # Display help
 sub displayHelp {
-	print(STDERR "SMRadius v".VERSION." - Copyright (c) 2007-2009, AllWorldIT\n");
+	print(STDERR "SMRadius v".VERSION." - Copyright (c) 2007-2011, AllWorldIT\n");
 
 	print(STDERR<<EOF);
 
-- 
GitLab