You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2006/05/03 19:08:45 UTC

svn commit: r399354 [2/5] - in /incubator/ode/trunk: bpel-bom/ bpel-bom/src/main/java/org/apache/ode/bom/api/ bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ bpel-bom/src/main/java/org/apache/ode/bom/wsdl/ bpel-parser/ bpel-parser/src/main/java/o...

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/To.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/To.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/To.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/To.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.api;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/Variable.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/Variable.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/Variable.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/Variable.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.api;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/VariableVal.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/VariableVal.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/VariableVal.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/VariableVal.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.api;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/WaitActivity.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/WaitActivity.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/WaitActivity.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/WaitActivity.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.api;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/WhileActivity.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/WhileActivity.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/WhileActivity.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/WhileActivity.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.api;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/package.html
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/package.html?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/package.html (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/api/package.html Wed May  3 10:08:26 2006
@@ -1,3 +1,19 @@
+<!--
+  ~ 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.
+  ~ You may obtain a copy of the License at
+  ~
+  ~ 	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.
+  -->
+
 <html>
 <body>
 <p>

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/AssignActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/AssignActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/AssignActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/AssignActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/BpelObjectImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/BpelObjectImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/BpelObjectImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/BpelObjectImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CatchImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CatchImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CatchImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CatchImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CompensateActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CompensateActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CompensateActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CompensateActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CompensationHandlerImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CompensationHandlerImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CompensationHandlerImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CompensationHandlerImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CompositeActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CompositeActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CompositeActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CompositeActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CopyImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CopyImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CopyImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CopyImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CorrelationHelperImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CorrelationHelperImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CorrelationHelperImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CorrelationHelperImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CorrelationImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CorrelationImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CorrelationImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CorrelationImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CorrelationSetImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CorrelationSetImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CorrelationSetImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/CorrelationSetImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/EmptyActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/EmptyActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/EmptyActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/EmptyActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ExpressionImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ExpressionImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ExpressionImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ExpressionImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ExpressionValImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ExpressionValImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ExpressionValImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ExpressionValImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/FaultHandlerImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/FaultHandlerImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/FaultHandlerImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/FaultHandlerImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/FlowActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/FlowActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/FlowActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/FlowActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ImportImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ImportImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ImportImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ImportImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/InvokeActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/InvokeActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/InvokeActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/InvokeActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 
@@ -9,9 +19,8 @@
 import org.apache.ode.bom.api.InvokeActivity;
 import org.apache.ode.utils.NSContext;
 
-import java.util.List;
-
 import javax.xml.namespace.QName;
+import java.util.List;
 
 
 /**

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LinkImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LinkImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LinkImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LinkImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LinkSourceImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LinkSourceImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LinkSourceImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LinkSourceImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LinkTargetImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LinkTargetImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LinkTargetImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LinkTargetImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LiteralValImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LiteralValImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LiteralValImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/LiteralValImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/OnAlarmImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/OnAlarmImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/OnAlarmImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/OnAlarmImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/OnEventImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/OnEventImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/OnEventImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/OnEventImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/OnMessageImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/OnMessageImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/OnMessageImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/OnMessageImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PartnerLinkImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PartnerLinkImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PartnerLinkImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PartnerLinkImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PartnerLinkValImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PartnerLinkValImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PartnerLinkValImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PartnerLinkValImpl.java Wed May  3 10:08:26 2006
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
+ */
+
 package org.apache.ode.bom.impl.nodes;
 
 import org.apache.ode.bom.api.PartnerLinkVal;

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PickActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PickActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PickActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PickActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,8 +1,18 @@
 /*
-* File:      $RCSfile$
-* Copyright: (C) 1999-2005 FiveSight Technologies Inc.
-*
-*/
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
+ */
 package org.apache.ode.bom.impl.nodes;
 
 import org.apache.ode.bom.api.Activity;

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ProcessImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ProcessImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ProcessImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ProcessImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PropertyValImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PropertyValImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PropertyValImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/PropertyValImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ReceiveActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ReceiveActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ReceiveActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ReceiveActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ReplyActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ReplyActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ReplyActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ReplyActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/RethrowActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/RethrowActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/RethrowActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/RethrowActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ScopeActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ScopeActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ScopeActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ScopeActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ScopeImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ScopeImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ScopeImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ScopeImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/SequenceActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/SequenceActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/SequenceActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/SequenceActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/SwitchActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/SwitchActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/SwitchActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/SwitchActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/TerminateActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/TerminateActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/TerminateActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/TerminateActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/TerminationHandlerImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/TerminationHandlerImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/TerminationHandlerImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/TerminationHandlerImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ThrowActivityimpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ThrowActivityimpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ThrowActivityimpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/ThrowActivityimpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/UnknownActivity.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/UnknownActivity.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/UnknownActivity.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/UnknownActivity.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/VariableImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/VariableImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/VariableImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/VariableImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/VariableValImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/VariableValImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/VariableValImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/VariableValImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/WaitActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/WaitActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/WaitActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/WaitActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/WhileActivityImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/WhileActivityImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/WhileActivityImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/WhileActivityImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.impl.nodes;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/package.html
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/package.html?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/package.html (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/impl/nodes/package.html Wed May  3 10:08:26 2006
@@ -1,3 +1,19 @@
+<!--
+  ~ 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.
+  ~ You may obtain a copy of the License at
+  ~
+  ~ 	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.
+  -->
+
 <html>
   <body>
     <p>

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/BaseSerializerDeserializer.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/BaseSerializerDeserializer.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/BaseSerializerDeserializer.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/BaseSerializerDeserializer.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.wsdl;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Definition4BPEL.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Definition4BPEL.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Definition4BPEL.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Definition4BPEL.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.wsdl;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Definition4BPELImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Definition4BPELImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Definition4BPELImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Definition4BPELImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.wsdl;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelPartnerLinkTypeException.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelPartnerLinkTypeException.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelPartnerLinkTypeException.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelPartnerLinkTypeException.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.wsdl;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelPropertyAliasException.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelPropertyAliasException.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelPropertyAliasException.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelPropertyAliasException.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.wsdl;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelPropertyException.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelPropertyException.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelPropertyException.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelPropertyException.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.wsdl;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelRoleException.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelRoleException.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelRoleException.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/InvalidBpelRoleException.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.wsdl;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Messages.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Messages.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Messages.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Messages.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 
 package org.apache.ode.bom.wsdl;

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkType.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkType.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkType.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkType.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.wsdl;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkTypeImpl.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkTypeImpl.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkTypeImpl.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkTypeImpl.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.wsdl;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkTypeSerializer_1_1.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkTypeSerializer_1_1.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkTypeSerializer_1_1.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkTypeSerializer_1_1.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.wsdl;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkTypeSerializer_2_0.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkTypeSerializer_2_0.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkTypeSerializer_2_0.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PartnerLinkTypeSerializer_2_0.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.wsdl;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Property.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Property.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Property.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/Property.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.wsdl;
 

Modified: incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PropertyAlias.java
URL: http://svn.apache.org/viewcvs/incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PropertyAlias.java?rev=399354&r1=399353&r2=399354&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PropertyAlias.java (original)
+++ incubator/ode/trunk/bpel-bom/src/main/java/org/apache/ode/bom/wsdl/PropertyAlias.java Wed May  3 10:08:26 2006
@@ -1,7 +1,17 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ * 	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.
  */
 package org.apache.ode.bom.wsdl;