aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-14 20:46:50 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-14 20:46:50 +0000
commit95fe2b8fd4f3d52c2a4b86931266af889e748e84 (patch)
treeb90e51c1cacd3ab396da5863aeb9c5152f0f85c3 /utils
parent9ffe7a545d976f395906d78042216dcfd46d5224 (diff)
update MANY more files with proper copyright/license info (thanks Ian!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rwxr-xr-xutils/astman.c21
-rwxr-xr-xutils/check_expr.c18
-rwxr-xr-xutils/streamplayer.c27
3 files changed, 56 insertions, 10 deletions
diff --git a/utils/astman.c b/utils/astman.c
index e6af191e1..20ae8ec87 100755
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -1,8 +1,25 @@
/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Mark Spencer <markster@digium.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;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ *
* ASTerisk MANager
- * Copyright (C) 2002, Linux Support Services, Inc.
*
- * Distributed under the terms of the GNU General Public License
*/
#include <newt.h>
diff --git a/utils/check_expr.c b/utils/check_expr.c
index 89ff155b9..531af49c0 100755
--- a/utils/check_expr.c
+++ b/utils/check_expr.c
@@ -1,3 +1,21 @@
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Mark Spencer <markster@digium.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;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
#include <stdio.h>
#include <stddef.h>
#include <stdarg.h>
diff --git a/utils/streamplayer.c b/utils/streamplayer.c
index 1a8309887..0f34afaf3 100755
--- a/utils/streamplayer.c
+++ b/utils/streamplayer.c
@@ -1,16 +1,27 @@
/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Russell Bryant <russell@digium.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;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+*
* streamplayer.c
*
* A utility for reading from a stream
*
-* Copyright (C) 2005, Digium, Inc.
-*
-* Russell Bryant <russell@digium.com>
-*
-* This program is free software, distributed under the terms of
-* the GNU General Public License
-*
-* $Revision$
*/
#include <stdlib.h>