aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_uri.c')
-rwxr-xr-xfuncs/func_uri.c24
1 files changed, 18 insertions, 6 deletions
diff --git a/funcs/func_uri.c b/funcs/func_uri.c
index 8617e3dde..28cf205c8 100755
--- a/funcs/func_uri.c
+++ b/funcs/func_uri.c
@@ -1,16 +1,28 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2005, Digium, Inc.
+ *
+ * Created by Olle E. Johansson, Edvina.net
+ *
+ * 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.
+ */
+
+/*
*
* URI encoding / decoding
*
* For now this code only supports 8 bit characters, not unicode,
* which we ultimately will need to support.
*
- * Copyright (C) 2005, Digium, Inc.
- * Created by Olle E. Johansson, Edvina.net
- *
- * This program is free software, distributed under the terms of
- * the GNU General Public License
*/
#include <stdlib.h>