ymikulski 2002/09/25 15:48:01
Modified: csframework/src/cs/Parameters IParameterizable.cs
IReparameterizable.cs ParameterException.cs
Parameters.cs
Log:
no message
Revision Changes Path
1.3 +7 -7
jakarta-avalon-excalibur/csframework/src/cs/Parameters/IParameterizable.cs
Index: IParameterizable.cs
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Parameters/IParameterizable.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IParameterizable.cs 19 Aug 2002 19:01:37 -0000 1.2
+++ IParameterizable.cs 25 Sep 2002 22:48:00 -0000 1.3
@@ -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.Parameter
1.3 +7 -7
jakarta-avalon-excalibur/csframework/src/cs/Parameters/IReparameterizable.cs
Index: IReparameterizable.cs
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Parameters/IReparameterizable.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IReparameterizable.cs 19 Aug 2002 19:01:37 -0000 1.2
+++ IReparameterizable.cs 25 Sep 2002 22:48:00 -0000 1.3
@@ -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.Parameter
1.3 +7 -7
jakarta-avalon-excalibur/csframework/src/cs/Parameters/ParameterException.cs
Index: ParameterException.cs
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Parameters/ParameterException.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ParameterException.cs 19 Aug 2002 19:01:37 -0000 1.2
+++ ParameterException.cs 25 Sep 2002 22:48:00 -0000 1.3
@@ -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.Parameter
1.4 +7 -7
jakarta-avalon-excalibur/csframework/src/cs/Parameters/Parameters.cs
Index: Parameters.cs
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Parameters/Parameters.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Parameters.cs 28 Aug 2002 09:06:52 -0000 1.3
+++ Parameters.cs 25 Sep 2002 22:48:00 -0000 1.4
@@ -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.Runtime.Serialization;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>