aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/lock.h')
-rwxr-xr-xinclude/asterisk/lock.h19
1 files changed, 14 insertions, 5 deletions
diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h
index ce9a84350..7d1ff89ed 100755
--- a/include/asterisk/lock.h
+++ b/include/asterisk/lock.h
@@ -1,14 +1,23 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
- * General Asterisk channel 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 General Public License
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
+ * General Asterisk channel definitions.
*/
#ifndef _ASTERISK_LOCK_H
@@ -394,4 +403,4 @@ static inline int ast_mutex_trylock(ast_mutex_t *pmutex)
#define pthread_create __use_ast_pthread_create_instead__
#endif
-#endif
+#endif /* _ASTERISK_LOCK_H */