[asterisk-scf-commits] asterisk-scf/integration/test_channel.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Sep 14 14:41:21 CDT 2010
branch "master" has been updated
via 322c0254039000c9388bb93db8dad1130208922f (commit)
via 1ebf4594bd1f28623c78736679265c3104899652 (commit)
from 28bc7415c6aefffee7f9cb21ef9a05f38d52af4b (commit)
Summary of changes:
src/InternalExceptions.h | 7 +++++++
src/ListenerManager.h | 7 +++++++
2 files changed, 14 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 322c0254039000c9388bb93db8dad1130208922f
Merge: 1ebf459 28bc741
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Tue Sep 14 14:39:48 2010 -0500
Merge branch 'master' of ssh://git.asterisk.org/asterisk-scf/integration/test_channel
commit 1ebf4594bd1f28623c78736679265c3104899652
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Tue Sep 14 14:38:12 2010 -0500
Add copyright/license headers where needed.
diff --git a/src/InternalExceptions.h b/src/InternalExceptions.h
index a9c5e38..9f43732 100644
--- a/src/InternalExceptions.h
+++ b/src/InternalExceptions.h
@@ -1,3 +1,10 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
#pragma once
#include <exception>
diff --git a/src/ListenerManager.h b/src/ListenerManager.h
index 05ed943..35be190 100644
--- a/src/ListenerManager.h
+++ b/src/ListenerManager.h
@@ -1,3 +1,10 @@
+/*
+ * Asterisk Scalable Communications Framework
+ *
+ * Copyright (C) 2010 -- Digium, Inc.
+ *
+ * All rights reserved.
+ */
#pragma once
#include <Ice/Ice.h>
-----------------------------------------------------------------------
--
asterisk-scf/integration/test_channel.git
More information about the asterisk-scf-commits
mailing list