You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by fr...@apache.org on 2006/05/17 16:01:14 UTC

svn commit: r407260 - in /incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo: ChangeSummary.java impl/ExternalizableDelegator.java impl/NoHelperProviderException.java

Author: frankb
Date: Wed May 17 07:01:13 2006
New Revision: 407260

URL: http://svn.apache.org/viewcvs?rev=407260&view=rev
Log:
Fix a couplse incorrect copyright headers

Modified:
    incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/ChangeSummary.java
    incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/ExternalizableDelegator.java
    incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/NoHelperProviderException.java

Modified: incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/ChangeSummary.java
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/ChangeSummary.java?rev=407260&r1=407259&r2=407260&view=diff
==============================================================================
--- incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/ChangeSummary.java (original)
+++ incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/ChangeSummary.java Wed May 17 07:01:13 2006
@@ -1,19 +1,16 @@
 /**
+ * <copyright>
  *
- * Copyright 2005 The Apache Software Foundation
+ * Service Data Objects
+ * Version 2.0
+ * Licensed Materials - Property of BEA and IBM
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc. and International Business Machines Corp 2005.  All rights reserved.
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * </copyright>
+ * 
  */
+
 package commonj.sdo;
 
 import java.util.List;

Modified: incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/ExternalizableDelegator.java
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/ExternalizableDelegator.java?rev=407260&r1=407259&r2=407260&view=diff
==============================================================================
--- incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/ExternalizableDelegator.java (original)
+++ incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/ExternalizableDelegator.java Wed May 17 07:01:13 2006
@@ -1,18 +1,14 @@
 /**
+ * <copyright>
  *
- * Copyright 2005 The Apache Software Foundation
+ * Service Data Objects
+ * Version 2.0
+ * Licensed Materials - Property of BEA and IBM
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ * (c) Copyright BEA Systems, Inc. and International Business Machines Corp 2005.  All rights reserved.
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * </copyright>
+ * 
  */
 
 package commonj.sdo.impl;

Modified: incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/NoHelperProviderException.java
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/NoHelperProviderException.java?rev=407260&r1=407259&r2=407260&view=diff
==============================================================================
--- incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/NoHelperProviderException.java (original)
+++ incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/NoHelperProviderException.java Wed May 17 07:01:13 2006
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2005 International Business Machines Corporation
+ * Copyright 2006 The Apache Software Foundation
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -14,6 +14,7 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
+
 package commonj.sdo.impl;
 
 /**