summaryrefslogtreecommitdiff
path: root/include/asterisk/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/frame.h')
-rwxr-xr-xinclude/asterisk/frame.h22
1 files changed, 14 insertions, 8 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index 364aaa4cc..ae42b6cae 100755
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -1,16 +1,23 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * Asterisk internal frame definitions.
- *
* 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 Lesser General Public License. Other components of
- * Asterisk are distributed under The GNU General Public License
- * only.
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ * Asterisk internal frame definitions.
*/
#ifndef _ASTERISK_FRAME_H
@@ -413,5 +420,4 @@ static inline int ast_codec_interp_len(int format)
}
#endif
-
-#endif
+#endif /* _ASTERISK_FRAME_H */