summaryrefslogtreecommitdiff
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
parente87e5c912e690d1e89b91bfc59fcad9438484639 (diff)
Remove Linux Support Services references
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4347 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--dahdi_cfg.c2
-rw-r--r--dahdi_monitor.c2
-rw-r--r--dahdi_tool.c6
3 files changed, 5 insertions, 5 deletions
diff --git a/dahdi_cfg.c b/dahdi_cfg.c
index 04e4de5..158f255 100644
--- a/dahdi_cfg.c
+++ b/dahdi_cfg.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.
*
diff --git a/dahdi_monitor.c b/dahdi_monitor.c
index 43795ef..23d7603 100644
--- a/dahdi_monitor.c
+++ b/dahdi_monitor.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.
*
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();