[asterisk-scf-commits] asterisk-scf/integration/sip.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Oct 26 10:46:46 CDT 2010


branch "master" has been updated
       via  423ca559403af8b3e55620e1d691541c457b5458 (commit)
      from  15728890652ef21d8055f6bede77990b2baa0afe (commit)

Summary of changes:
 local-slice/SipIf.ice |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)


- Log -----------------------------------------------------------------
commit 423ca559403af8b3e55620e1d691541c457b5458
Author: Joshua Colp <jcolp at digium.com>
Date:   Tue Oct 26 11:44:23 2010 -0400

    Add missing license header.

diff --git a/local-slice/SipIf.ice b/local-slice/SipIf.ice
index 9a03f60..bf429de 100644
--- a/local-slice/SipIf.ice
+++ b/local-slice/SipIf.ice
@@ -1,9 +1,27 @@
+/*
+ * Asterisk SCF -- An open-source communications framework.
+ *
+ * Copyright (C) 2010, Digium, Inc.
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk SCF 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.txt file
+ * at the top of the source tree.
+ */
+ 
 #pragma once 
 
 module AsteriskSCF
 {
+
 module SIP
 {
+
 ["suppress"]
 module V1
 {
@@ -40,5 +58,7 @@ module V1
    }; // module Event
 
 }; // module V1
+
 }; //module SIP
+
 }; //module AsteriskSCF

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/sip.git



More information about the asterisk-scf-commits mailing list