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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue May 26 18:30:11 CDT 2009


Author: jpeeler
Date: Tue May 26 18:29:53 2009
New Revision: 196985

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=196985
Log:
important things first, copyright headers

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

Modified: team/jpeeler/asterisk-sigwork-trunk/channels/sig_pri.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/jpeeler/asterisk-sigwork-trunk/channels/sig_pri.c?view=diff&rev=196985&r1=196984&r2=196985
==============================================================================
--- team/jpeeler/asterisk-sigwork-trunk/channels/sig_pri.c (original)
+++ team/jpeeler/asterisk-sigwork-trunk/channels/sig_pri.c Tue May 26 18:29:53 2009
@@ -1,9 +1,26 @@
 /*
- * sig_pri.c -- PRI 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 PRI signaling module
+ *
+ * \author Matthew Fredrickson <creslin at digium.com>
  */
 
 #include "asterisk.h"

Modified: team/jpeeler/asterisk-sigwork-trunk/channels/sig_pri.h
URL: http://svn.asterisk.org/svn-view/asterisk/team/jpeeler/asterisk-sigwork-trunk/channels/sig_pri.h?view=diff&rev=196985&r1=196984&r2=196985
==============================================================================
--- team/jpeeler/asterisk-sigwork-trunk/channels/sig_pri.h (original)
+++ team/jpeeler/asterisk-sigwork-trunk/channels/sig_pri.h Tue May 26 18:29:53 2009
@@ -1,11 +1,28 @@
 #ifndef _SIG_PRI_H
 #define _SIG_PRI_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 PRI signaling module
+ *
+ * \author Matthew Fredrickson <creslin at digium.com>
  */
 
 #include "asterisk/channel.h"




More information about the svn-commits mailing list