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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Aug 31 10:50:07 CDT 2010


branch "master" has been updated
       via  7428045812ed33df119292b967b929ab9ea6cc7d (commit)
      from  489fae63d802627c58fc11607aff3363d70c8ce2 (commit)

Summary of changes:
 Core/Bridging/BridgeServiceEventsIf.ice   |    8 ++++++++
 Core/Discovery/ServiceLocatorEventsIf.ice |    8 ++++++++
 Core/Discovery/ServiceLocatorIf.ice       |    8 ++++++++
 Core/Endpoint/EndpointI.ice               |    8 ++++++++
 Core/Endpoint/EndpointIf.ice              |    8 ++++++++
 Core/Routing/RoutingI.ice                 |    8 ++++++++
 Core/Routing/RoutingIf.ice                |    8 ++++++++
 Media/MediaIf.ice                         |    8 ++++++++
 Media/RTP/MediaRTPIf.ice                  |    8 ++++++++
 Session/SessionIf.ice                     |    8 ++++++++
 System/Component/ComponentServiceIf.ice   |    8 ++++++++
 System/Time/TimeIf.ice                    |    8 ++++++++
 12 files changed, 96 insertions(+), 0 deletions(-)


- Log -----------------------------------------------------------------
commit 7428045812ed33df119292b967b929ab9ea6cc7d
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Tue Aug 31 10:49:49 2010 -0500

    Add copyright/license headers to all Slice files

diff --git a/Core/Bridging/BridgeServiceEventsIf.ice b/Core/Bridging/BridgeServiceEventsIf.ice
index 2cbb637..2a229d3 100644
--- a/Core/Bridging/BridgeServiceEventsIf.ice
+++ b/Core/Bridging/BridgeServiceEventsIf.ice
@@ -1,3 +1,11 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
+
 #pragma once 
 
 #include <Core/Endpoint/EndpointIf.ice>
diff --git a/Core/Discovery/ServiceLocatorEventsIf.ice b/Core/Discovery/ServiceLocatorEventsIf.ice
index 33fed53..8f0bb6b 100644
--- a/Core/Discovery/ServiceLocatorEventsIf.ice
+++ b/Core/Discovery/ServiceLocatorEventsIf.ice
@@ -1,3 +1,11 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
+
 #pragma once
 
 module Hydra
diff --git a/Core/Discovery/ServiceLocatorIf.ice b/Core/Discovery/ServiceLocatorIf.ice
index 08efca5..dfc2d25 100644
--- a/Core/Discovery/ServiceLocatorIf.ice
+++ b/Core/Discovery/ServiceLocatorIf.ice
@@ -1,3 +1,11 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
+
 #pragma once
 
 #include <Ice/BuiltinSequences.ice>
diff --git a/Core/Endpoint/EndpointI.ice b/Core/Endpoint/EndpointI.ice
index 3c65f9b..31bacc7 100644
--- a/Core/Endpoint/EndpointI.ice
+++ b/Core/Endpoint/EndpointI.ice
@@ -1,3 +1,11 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
+
 #pragma once
 
 module Hydra
diff --git a/Core/Endpoint/EndpointIf.ice b/Core/Endpoint/EndpointIf.ice
index d86a60f..1af13bc 100644
--- a/Core/Endpoint/EndpointIf.ice
+++ b/Core/Endpoint/EndpointIf.ice
@@ -1,3 +1,11 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
+
 #pragma once
 
 #include <Ice/BuiltinSequences.ice>
diff --git a/Core/Routing/RoutingI.ice b/Core/Routing/RoutingI.ice
index 2e53b0d..06da326 100644
--- a/Core/Routing/RoutingI.ice
+++ b/Core/Routing/RoutingI.ice
@@ -1,3 +1,11 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
+
 #pragma once
 
 #include "Core/Endpoint/EndpointI.ice"
diff --git a/Core/Routing/RoutingIf.ice b/Core/Routing/RoutingIf.ice
index 7580382..3b33d6c 100644
--- a/Core/Routing/RoutingIf.ice
+++ b/Core/Routing/RoutingIf.ice
@@ -1,3 +1,11 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
+
 #pragma once
 
 #include <Core/Endpoint/EndpointIf.ice>
diff --git a/Media/MediaIf.ice b/Media/MediaIf.ice
index 42087a7..2474c71 100644
--- a/Media/MediaIf.ice
+++ b/Media/MediaIf.ice
@@ -1,3 +1,11 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
+
 #pragma once
 
 #include <Ice/BuiltinSequences.ice>
diff --git a/Media/RTP/MediaRTPIf.ice b/Media/RTP/MediaRTPIf.ice
index 2562bc5..176ada2 100644
--- a/Media/RTP/MediaRTPIf.ice
+++ b/Media/RTP/MediaRTPIf.ice
@@ -1,3 +1,11 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
+
 #include "Core/Discovery/ServiceLocatorIf.ice"
 #include "Media/MediaIf.ice"
 
diff --git a/Session/SessionIf.ice b/Session/SessionIf.ice
index 2b10f5e..f1ad166 100644
--- a/Session/SessionIf.ice
+++ b/Session/SessionIf.ice
@@ -1,3 +1,11 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
+
 #pragma once
 
 #include <Core/Endpoint/EndpointIf.ice>
diff --git a/System/Component/ComponentServiceIf.ice b/System/Component/ComponentServiceIf.ice
index 4e3c4cf..6c7a733 100644
--- a/System/Component/ComponentServiceIf.ice
+++ b/System/Component/ComponentServiceIf.ice
@@ -1,3 +1,11 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
+
 #pragma once
 module Hydra
 {
diff --git a/System/Time/TimeIf.ice b/System/Time/TimeIf.ice
index c9aa376..ee79092 100644
--- a/System/Time/TimeIf.ice
+++ b/System/Time/TimeIf.ice
@@ -1,3 +1,11 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
+
 #pragma once
 
 module Hydra

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


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list