summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-11-21 23:26:44 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-11-21 23:26:44 +0000
commit2152bae0d5fbb42cc24de6ee166e37ea2dbefb97 (patch)
treeec87914e38e76ef1a7d4f830d2b0db551573379b
parent2aed9ea1819bcb477a9dcb4b58b0015c1478297b (diff)
add copyright headers to all the files that don't have them
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5366 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--dahdi_diag.c14
-rw-r--r--dahdi_speed.c14
-rw-r--r--dahdi_test.c14
-rw-r--r--fxstest.c14
-rw-r--r--hdlcgen.c14
-rw-r--r--hdlcstress.c14
-rw-r--r--hdlctest.c14
-rw-r--r--hdlcverify.c14
-rw-r--r--patgen.c14
-rw-r--r--patlooptest.c14
-rw-r--r--pattest.c14
-rw-r--r--timertest.c14
12 files changed, 168 insertions, 0 deletions
diff --git a/dahdi_diag.c b/dahdi_diag.c
index 42e7403..ec1a587 100644
--- a/dahdi_diag.c
+++ b/dahdi_diag.c
@@ -1,4 +1,18 @@
/*
+ * Written by Mark Spencer <markster@digium.com>
+ * Based on previous works, designs, and architectures conceived and
+ * written by Jim Dixon <jim@lambdatel.com>.
+ *
+ * Copyright (C) 2001 Jim Dixon / Zapata Telephony.
+ * Copyright (C) 2001-2008 Digium, Inc.
+ *
+ * All rights reserved.
+ *
+ * Primary Author: Mark Spencer <markster@digium.com>
+ * Radio Support by Jim Dixon <jim@lambdatel.com>
+ */
+
+/*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
diff --git a/dahdi_speed.c b/dahdi_speed.c
index 300702a..75bfa86 100644
--- a/dahdi_speed.c
+++ b/dahdi_speed.c
@@ -1,4 +1,18 @@
/*
+ * Written by Mark Spencer <markster@digium.com>
+ * Based on previous works, designs, and architectures conceived and
+ * written by Jim Dixon <jim@lambdatel.com>.
+ *
+ * Copyright (C) 2001 Jim Dixon / Zapata Telephony.
+ * Copyright (C) 2001-2008 Digium, Inc.
+ *
+ * All rights reserved.
+ *
+ * Primary Author: Mark Spencer <markster@digium.com>
+ * Radio Support by Jim Dixon <jim@lambdatel.com>
+ */
+
+/*
*
* Generic speed test -- Run an infinite loop and
* see how high we can count (in 5 seconds). You
diff --git a/dahdi_test.c b/dahdi_test.c
index 133a61c..ed71443 100644
--- a/dahdi_test.c
+++ b/dahdi_test.c
@@ -1,4 +1,18 @@
/*
+ * Written by Mark Spencer <markster@digium.com>
+ * Based on previous works, designs, and architectures conceived and
+ * written by Jim Dixon <jim@lambdatel.com>.
+ *
+ * Copyright (C) 2001 Jim Dixon / Zapata Telephony.
+ * Copyright (C) 2001-2008 Digium, Inc.
+ *
+ * All rights reserved.
+ *
+ * Primary Author: Mark Spencer <markster@digium.com>
+ * Radio Support by Jim Dixon <jim@lambdatel.com>
+ */
+
+/*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
diff --git a/fxstest.c b/fxstest.c
index 3118a9e..c1606d0 100644
--- a/fxstest.c
+++ b/fxstest.c
@@ -1,4 +1,18 @@
/*
+ * Written by Mark Spencer <markster@digium.com>
+ * Based on previous works, designs, and architectures conceived and
+ * written by Jim Dixon <jim@lambdatel.com>.
+ *
+ * Copyright (C) 2001 Jim Dixon / Zapata Telephony.
+ * Copyright (C) 2001-2008 Digium, Inc.
+ *
+ * All rights reserved.
+ *
+ * Primary Author: Mark Spencer <markster@digium.com>
+ * Radio Support by Jim Dixon <jim@lambdatel.com>
+ */
+
+/*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
diff --git a/hdlcgen.c b/hdlcgen.c
index 0198582..29811bb 100644
--- a/hdlcgen.c
+++ b/hdlcgen.c
@@ -1,4 +1,18 @@
/*
+ * Written by Mark Spencer <markster@digium.com>
+ * Based on previous works, designs, and architectures conceived and
+ * written by Jim Dixon <jim@lambdatel.com>.
+ *
+ * Copyright (C) 2001 Jim Dixon / Zapata Telephony.
+ * Copyright (C) 2001-2008 Digium, Inc.
+ *
+ * All rights reserved.
+ *
+ * Primary Author: Mark Spencer <markster@digium.com>
+ * Radio Support by Jim Dixon <jim@lambdatel.com>
+ */
+
+/*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
diff --git a/hdlcstress.c b/hdlcstress.c
index ee4c35a..becc3d9 100644
--- a/hdlcstress.c
+++ b/hdlcstress.c
@@ -1,4 +1,18 @@
/*
+ * Written by Mark Spencer <markster@digium.com>
+ * Based on previous works, designs, and architectures conceived and
+ * written by Jim Dixon <jim@lambdatel.com>.
+ *
+ * Copyright (C) 2001 Jim Dixon / Zapata Telephony.
+ * Copyright (C) 2001-2008 Digium, Inc.
+ *
+ * All rights reserved.
+ *
+ * Primary Author: Mark Spencer <markster@digium.com>
+ * Radio Support by Jim Dixon <jim@lambdatel.com>
+ */
+
+/*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
diff --git a/hdlctest.c b/hdlctest.c
index d9c6ada..a0adc0e 100644
--- a/hdlctest.c
+++ b/hdlctest.c
@@ -1,4 +1,18 @@
/*
+ * Written by Mark Spencer <markster@digium.com>
+ * Based on previous works, designs, and architectures conceived and
+ * written by Jim Dixon <jim@lambdatel.com>.
+ *
+ * Copyright (C) 2001 Jim Dixon / Zapata Telephony.
+ * Copyright (C) 2001-2008 Digium, Inc.
+ *
+ * All rights reserved.
+ *
+ * Primary Author: Mark Spencer <markster@digium.com>
+ * Radio Support by Jim Dixon <jim@lambdatel.com>
+ */
+
+/*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
diff --git a/hdlcverify.c b/hdlcverify.c
index 604ab26..a7401fe 100644
--- a/hdlcverify.c
+++ b/hdlcverify.c
@@ -1,4 +1,18 @@
/*
+ * Written by Mark Spencer <markster@digium.com>
+ * Based on previous works, designs, and architectures conceived and
+ * written by Jim Dixon <jim@lambdatel.com>.
+ *
+ * Copyright (C) 2001 Jim Dixon / Zapata Telephony.
+ * Copyright (C) 2001-2008 Digium, Inc.
+ *
+ * All rights reserved.
+ *
+ * Primary Author: Mark Spencer <markster@digium.com>
+ * Radio Support by Jim Dixon <jim@lambdatel.com>
+ */
+
+/*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
diff --git a/patgen.c b/patgen.c
index a4485c4..9c8ae9f 100644
--- a/patgen.c
+++ b/patgen.c
@@ -1,4 +1,18 @@
/*
+ * Written by Mark Spencer <markster@digium.com>
+ * Based on previous works, designs, and architectures conceived and
+ * written by Jim Dixon <jim@lambdatel.com>.
+ *
+ * Copyright (C) 2001 Jim Dixon / Zapata Telephony.
+ * Copyright (C) 2001-2008 Digium, Inc.
+ *
+ * All rights reserved.
+ *
+ * Primary Author: Mark Spencer <markster@digium.com>
+ * Radio Support by Jim Dixon <jim@lambdatel.com>
+ */
+
+/*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
diff --git a/patlooptest.c b/patlooptest.c
index fc97c83..85b939c 100644
--- a/patlooptest.c
+++ b/patlooptest.c
@@ -1,4 +1,18 @@
/*
+ * Written by Mark Spencer <markster@digium.com>
+ * Based on previous works, designs, and architectures conceived and
+ * written by Jim Dixon <jim@lambdatel.com>.
+ *
+ * Copyright (C) 2001 Jim Dixon / Zapata Telephony.
+ * Copyright (C) 2001-2008 Digium, Inc.
+ *
+ * All rights reserved.
+ *
+ * Primary Author: Mark Spencer <markster@digium.com>
+ * Radio Support by Jim Dixon <jim@lambdatel.com>
+ */
+
+/*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
diff --git a/pattest.c b/pattest.c
index 01768a7..dcd16ff 100644
--- a/pattest.c
+++ b/pattest.c
@@ -1,4 +1,18 @@
/*
+ * Written by Mark Spencer <markster@digium.com>
+ * Based on previous works, designs, and architectures conceived and
+ * written by Jim Dixon <jim@lambdatel.com>.
+ *
+ * Copyright (C) 2001 Jim Dixon / Zapata Telephony.
+ * Copyright (C) 2001-2008 Digium, Inc.
+ *
+ * All rights reserved.
+ *
+ * Primary Author: Mark Spencer <markster@digium.com>
+ * Radio Support by Jim Dixon <jim@lambdatel.com>
+ */
+
+/*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
diff --git a/timertest.c b/timertest.c
index 462d83b..6f72885 100644
--- a/timertest.c
+++ b/timertest.c
@@ -1,4 +1,18 @@
/*
+ * Written by Mark Spencer <markster@digium.com>
+ * Based on previous works, designs, and architectures conceived and
+ * written by Jim Dixon <jim@lambdatel.com>.
+ *
+ * Copyright (C) 2001 Jim Dixon / Zapata Telephony.
+ * Copyright (C) 2001-2008 Digium, Inc.
+ *
+ * All rights reserved.
+ *
+ * Primary Author: Mark Spencer <markster@digium.com>
+ * Radio Support by Jim Dixon <jim@lambdatel.com>
+ */
+
+/*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;