summaryrefslogtreecommitdiff
path: root/dahdi_tool.c
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2008-05-23 15:45:01 +0000
committerMatthew Fredrickson <creslin@digium.com>2008-05-23 15:45:01 +0000
commit6eff5f1d9662f4913fec0f90a22c2ad869a4111d (patch)
treef594c4bd383160621a45a1c65f20c453e468a8a2 /dahdi_tool.c
parente87e5c912e690d1e89b91bfc59fcad9438484639 (diff)
Remove Linux Support Services references
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4347 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'dahdi_tool.c')
-rw-r--r--dahdi_tool.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dahdi_tool.c b/dahdi_tool.c
index be6aebe..e5ef20f 100644
--- a/dahdi_tool.c
+++ b/dahdi_tool.c
@@ -6,7 +6,7 @@
* written by Jim Dixon <jim@lambdatel.com>.
*
* Copyright (C) 2001 Jim Dixon / Zapata Telephony.
- * Copyright (C) 2001 Linux Support Services, Inc.
+ * Copyright (C) 2001-2008 Digium, Inc.
*
* All rights reserved.
*
@@ -577,8 +577,8 @@ int main(int argc, char *argv[])
newtInit();
newtCls();
- newtDrawRootText(0,0,"Zaptel Tool (C)2002 Linux Support Services, Inc.");
- newtPushHelpLine("Welcome to the Zaptel Tool!");
+ newtDrawRootText(0,0,"Zaptel Tool (C)2002-2008 Digium, Inc.");
+ newtPushHelpLine("Welcome to the DAHDI Tool!");
show_spans();
cleanup();
newtFinished();