[asterisk-commits] tilghman: branch tilghman/ast_select r281720 - /team/tilghman/ast_select/incl...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Aug 11 09:51:49 CDT 2010
Author: tilghman
Date: Wed Aug 11 09:51:45 2010
New Revision: 281720
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=281720
Log:
Add copyright and license information
Modified:
team/tilghman/ast_select/include/asterisk/select.h
Modified: team/tilghman/ast_select/include/asterisk/select.h
URL: http://svnview.digium.com/svn/asterisk/team/tilghman/ast_select/include/asterisk/select.h?view=diff&rev=281720&r1=281719&r2=281720
==============================================================================
--- team/tilghman/ast_select/include/asterisk/select.h (original)
+++ team/tilghman/ast_select/include/asterisk/select.h Wed Aug 11 09:51:45 2010
@@ -1,11 +1,23 @@
/*
* Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 2010, Digium, Inc.
+ *
+ * Tilghman Lesher <tlesher AT digium DOT 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.
+ */
+
+/*!\file
+ * \brief Bitfield expansions for ast_select
*/
#ifndef __AST_SELECT_H
More information about the asterisk-commits
mailing list