[asterisk-commits] jpeeler: branch jpeeler/asterisk-sigwork-trunk r196619 - /team/jpeeler/asteri...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun May 24 16:27:23 CDT 2009


Author: jpeeler
Date: Sun May 24 16:27:19 2009
New Revision: 196619

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=196619
Log:
update copyright headers to match the others

Modified:
    team/jpeeler/asterisk-sigwork-trunk/channels/sig_analog.c
    team/jpeeler/asterisk-sigwork-trunk/channels/sig_analog.h

Modified: team/jpeeler/asterisk-sigwork-trunk/channels/sig_analog.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/jpeeler/asterisk-sigwork-trunk/channels/sig_analog.c?view=diff&rev=196619&r1=196618&r2=196619
==============================================================================
--- team/jpeeler/asterisk-sigwork-trunk/channels/sig_analog.c (original)
+++ team/jpeeler/asterisk-sigwork-trunk/channels/sig_analog.c Sun May 24 16:27:19 2009
@@ -1,9 +1,26 @@
 /*
- * sig_analog.c -- Analog signalling module
+ * Asterisk -- An open source telephony toolkit.
  *
- * Copyright (C) 2008, Digium, Inc.
+ * Copyright (C) 1999 - 2009, Digium, Inc.
  *
- * Matthew Fredrickson <creslin at digium.com>
+ * Mark Spencer <markster 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
+ * 
+ * \brief Analog signaling module
+ *
+ * \author Matthew Fredrickson <creslin at digium.com>
  */
 
 #include "asterisk.h"

Modified: team/jpeeler/asterisk-sigwork-trunk/channels/sig_analog.h
URL: http://svn.asterisk.org/svn-view/asterisk/team/jpeeler/asterisk-sigwork-trunk/channels/sig_analog.h?view=diff&rev=196619&r1=196618&r2=196619
==============================================================================
--- team/jpeeler/asterisk-sigwork-trunk/channels/sig_analog.h (original)
+++ team/jpeeler/asterisk-sigwork-trunk/channels/sig_analog.h Sun May 24 16:27:19 2009
@@ -1,11 +1,28 @@
 #ifndef _SIG_ANALOG_H
 #define _SIG_ANALOG_H
 /*
- * sig_analog.h -- Interface header for analog signalling module
- *
- * Copyright (C) 2008, Digium, Inc.
- *
- * Matthew Fredrickson <creslin at digium.com>
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2009, Digium, Inc.
+ *
+ * Mark Spencer <markster 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
+ *
+ * \brief Interface header for analog signaling module
+ *
+ * \author Matthew Fredrickson <creslin at digium.com>
  */
 
 #include "asterisk/channel.h"




More information about the asterisk-commits mailing list