aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-21 07:06:25 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-21 07:06:25 +0000
commit7288b1ced025365d36d24c6a9f034d5a7c8ebcf2 (patch)
treeb222daa7b1dd1398d901a0ea2f5c65a3116fb698 /utils
parentc477dfce6bee9cfcbab9cb214c8d1641a9b6b93a (diff)
update copyright headers for 2005
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4868 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rwxr-xr-xutils/smsq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/smsq.c b/utils/smsq.c
index 21d9f6247..9bdcfe353 100755
--- a/utils/smsq.c
+++ b/utils/smsq.c
@@ -11,7 +11,7 @@
#include <time.h>
/* SMS queuing application for use with asterisk app_sms */
-/* by Adrian Kennard, 2004 */
+/* by Adrian Kennard, 2004 - 2005 */
/* reads next USC character from null terminated UTF-8 string and advanced pointer */
/* for non valid UTF-8 sequences, returns character as is */