ymikulski 2002/09/25 15:46:42
Modified: csframework/src/cs/Component ComponentException.cs
DefaultComponentManager.cs IComponentManager.cs
IComposable.cs IRecomposable.cs
Log:
no message
Revision Changes Path
1.2 +7 -7
jakarta-avalon-excalibur/csframework/src/cs/Component/ComponentException.cs
Index: ComponentException.cs
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Component/ComponentException.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ComponentException.cs 13 Aug 2002 12:58:24 -0000 1.1
+++ ComponentException.cs 25 Sep 2002 22:46:42 -0000 1.2
@@ -1,10 +1,10 @@
-///
-/// Copyright (C) The Apache Software Foundation. All rights reserved.
-///
-/// This software is published under the terms of the Apache Software License
-/// version 1.1, a copy of which has been included with this distribution in
-/// the LICENSE.txt file.
-///
+//------------------------------------------------------------------------------
+// Copyright (C) The Apache Software Foundation. All rights reserved.
+//
+// This software is published under the terms of the Apache Software License
+// version 1.1, a copy of which has been included with this distribution in
+// the LICENSE.txt file.
+//------------------------------------------------------------------------------
using System;
namespace Apache.Avalon.Component
1.2 +7 -7
jakarta-avalon-excalibur/csframework/src/cs/Component/DefaultComponentManager.cs
Index: DefaultComponentManager.cs
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Component/DefaultComponentManager.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DefaultComponentManager.cs 13 Aug 2002 12:58:24 -0000 1.1
+++ DefaultComponentManager.cs 25 Sep 2002 22:46:42 -0000 1.2
@@ -1,10 +1,10 @@
-///
-/// Copyright (C) The Apache Software Foundation. All rights reserved.
-///
-/// This software is published under the terms of the Apache Software License
-/// version 1.1, a copy of which has been included with this distribution in
-/// the LICENSE.txt file.
-///
+//------------------------------------------------------------------------------
+// Copyright (C) The Apache Software Foundation. All rights reserved.
+//
+// This software is published under the terms of the Apache Software License
+// version 1.1, a copy of which has been included with this distribution in
+// the LICENSE.txt file.
+//------------------------------------------------------------------------------
using System;
using System.Collections;
using System.Text;
1.2 +7 -7
jakarta-avalon-excalibur/csframework/src/cs/Component/IComponentManager.cs
Index: IComponentManager.cs
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Component/IComponentManager.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IComponentManager.cs 13 Aug 2002 12:58:24 -0000 1.1
+++ IComponentManager.cs 25 Sep 2002 22:46:42 -0000 1.2
@@ -1,10 +1,10 @@
-///
-/// Copyright (C) The Apache Software Foundation. All rights reserved.
-///
-/// This software is published under the terms of the Apache Software License
-/// version 1.1, a copy of which has been included with this distribution in
-/// the LICENSE.txt file.
-///
+//------------------------------------------------------------------------------
+// Copyright (C) The Apache Software Foundation. All rights reserved.
+//
+// This software is published under the terms of the Apache Software License
+// version 1.1, a copy of which has been included with this distribution in
+// the LICENSE.txt file.
+//------------------------------------------------------------------------------
using System;
namespace Apache.Avalon.Component
1.2 +7 -7
jakarta-avalon-excalibur/csframework/src/cs/Component/IComposable.cs
Index: IComposable.cs
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Component/IComposable.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IComposable.cs 13 Aug 2002 12:58:24 -0000 1.1
+++ IComposable.cs 25 Sep 2002 22:46:42 -0000 1.2
@@ -1,10 +1,10 @@
-///
-/// Copyright (C) The Apache Software Foundation. All rights reserved.
-///
-/// This software is published under the terms of the Apache Software License
-/// version 1.1, a copy of which has been included with this distribution in
-/// the LICENSE.txt file.
-///
+//------------------------------------------------------------------------------
+// Copyright (C) The Apache Software Foundation. All rights reserved.
+//
+// This software is published under the terms of the Apache Software License
+// version 1.1, a copy of which has been included with this distribution in
+// the LICENSE.txt file.
+//------------------------------------------------------------------------------
using System;
namespace Apache.Avalon.Component
1.2 +7 -7
jakarta-avalon-excalibur/csframework/src/cs/Component/IRecomposable.cs
Index: IRecomposable.cs
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Component/IRecomposable.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IRecomposable.cs 13 Aug 2002 12:58:24 -0000 1.1
+++ IRecomposable.cs 25 Sep 2002 22:46:42 -0000 1.2
@@ -1,10 +1,10 @@
-///
-/// Copyright (C) The Apache Software Foundation. All rights reserved.
-///
-/// This software is published under the terms of the Apache Software License
-/// version 1.1, a copy of which has been included with this distribution in
-/// the LICENSE.txt file.
-///
+//------------------------------------------------------------------------------
+// Copyright (C) The Apache Software Foundation. All rights reserved.
+//
+// This software is published under the terms of the Apache Software License
+// version 1.1, a copy of which has been included with this distribution in
+// the LICENSE.txt file.
+//------------------------------------------------------------------------------
using System;
namespace Apache.Avalon.Component
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>