[asterisk-commits] branch group/autoconf_and_menuselect r22161 - /team/group/autoconf_and_menuse...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Apr 22 22:08:02 MST 2006


Author: russell
Date: Sun Apr 23 00:08:01 2006
New Revision: 22161

URL: http://svn.digium.com/view/asterisk?rev=22161&view=rev
Log:
add the copyright header for the new curses file

Modified:
    team/group/autoconf_and_menuselect/build_tools/menuselect.c
    team/group/autoconf_and_menuselect/build_tools/menuselect_curses.c

Modified: team/group/autoconf_and_menuselect/build_tools/menuselect.c
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/build_tools/menuselect.c?rev=22161&r1=22160&r2=22161&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/build_tools/menuselect.c (original)
+++ team/group/autoconf_and_menuselect/build_tools/menuselect.c Sun Apr 23 00:08:01 2006
@@ -21,7 +21,7 @@
  *
  * \author Russell Bryant <russell at digium.com>
  * 
- * \brief A console menu-driven system for Asterisk module selection
+ * \brief A menu-driven system for Asterisk module selection
  */
 
 #include "autoconfig.h"

Modified: team/group/autoconf_and_menuselect/build_tools/menuselect_curses.c
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/build_tools/menuselect_curses.c?rev=22161&r1=22160&r2=22161&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/build_tools/menuselect_curses.c (original)
+++ team/group/autoconf_and_menuselect/build_tools/menuselect_curses.c Sun Apr 23 00:08:01 2006
@@ -1,3 +1,29 @@
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 2005 - 2006, Russell Bryant
+ *
+ * Russell Bryant <russell at 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.
+ */
+
+/*
+ * \file
+ *
+ * \author Russell Bryant <russell at digium.com>
+ * 
+ * \brief curses frontend for the Asterisk module selection
+ */
+
 #include "autoconfig.h"
 
 #include <stdlib.h>



More information about the asterisk-commits mailing list