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/07/28 05:53:39 UTC

svn commit: r426373 [21/27] - in /incubator/ode/trunk: axis2-war/ axis2-war/src/main/webapp/WEB-INF/ axis2-war/src/main/webapp/WEB-INF/classes/ axis2-war/src/main/webapp/WEB-INF/conf/ axis2/ axis2/src/main/java/org/apache/ode/axis2/ axis2/src/main/java...

Modified: incubator/ode/trunk/jacob/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/pom.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/pom.xml (original)
+++ incubator/ode/trunk/jacob/pom.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
+
 <project>
     <groupId>ode</groupId>
     <artifactId>ode-jacob</artifactId>

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Abstraction.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Abstraction.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Abstraction.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Abstraction.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob;

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Channel.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Channel.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Channel.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Channel.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/DebugInfo.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/DebugInfo.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/DebugInfo.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/DebugInfo.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/ExportedChannel.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/ExportedChannel.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/ExportedChannel.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/ExportedChannel.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/JacobThread.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/JacobThread.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/JacobThread.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/JacobThread.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/JavaClosure.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/JavaClosure.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/JavaClosure.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/JavaClosure.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/ML.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/ML.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/ML.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/ML.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Sequence.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Sequence.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Sequence.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Sequence.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Synch.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Synch.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Synch.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Synch.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Val.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Val.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Val.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/Val.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/BadInheritsBad.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/BadInheritsBad.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/BadInheritsBad.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/BadInheritsBad.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.classgen.testtypes;

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/BadRetVal.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/BadRetVal.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/BadRetVal.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/BadRetVal.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.classgen.testtypes;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/BadThrows.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/BadThrows.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/BadThrows.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/BadThrows.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.classgen.testtypes;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/Good.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/Good.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/Good.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/Good.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.classgen.testtypes;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/Good1.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/Good1.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/Good1.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/Good1.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.classgen.testtypes;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/GoodInherit.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/GoodInherit.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/GoodInherit.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/GoodInherit.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.classgen.testtypes;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/GoodMultInherit.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/GoodMultInherit.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/GoodMultInherit.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/classgen/testtypes/GoodMultInherit.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.classgen.testtypes;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/cell/CELL_.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/cell/CELL_.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/cell/CELL_.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/cell/CELL_.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.examples.cell;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/cell/Cell.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/cell/Cell.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/cell/Cell.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/cell/Cell.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.examples.cell;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/eratosthenes/NaturalNumberStream.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/eratosthenes/NaturalNumberStream.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/eratosthenes/NaturalNumberStream.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/eratosthenes/NaturalNumberStream.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.examples.eratosthenes;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/eratosthenes/Sieve.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/eratosthenes/Sieve.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/eratosthenes/Sieve.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/eratosthenes/Sieve.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.examples.eratosthenes;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/synch/SynchPrint.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/synch/SynchPrint.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/synch/SynchPrint.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/synch/SynchPrint.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.examples.synch;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/synch/SynchPrinter.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/synch/SynchPrinter.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/synch/SynchPrinter.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/examples/synch/SynchPrinter.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.examples.synch;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/Comm.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/Comm.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/Comm.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/Comm.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.soup;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommChannel.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommChannel.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommChannel.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommChannel.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.soup;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommGroup.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommGroup.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommGroup.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommGroup.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.soup;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommMatch.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommMatch.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommMatch.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommMatch.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.soup;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommRecv.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommRecv.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommRecv.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommRecv.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.soup;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommSend.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommSend.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommSend.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/CommSend.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.soup;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/Reaction.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/Reaction.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/Reaction.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/Reaction.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.soup;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/ReplacementMap.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/ReplacementMap.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/ReplacementMap.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/ReplacementMap.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.soup;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/Soup.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/Soup.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/Soup.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/Soup.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.soup;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/SoupObject.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/SoupObject.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/SoupObject.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/soup/SoupObject.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.soup;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/ChannelFactory.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/ChannelFactory.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/ChannelFactory.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/ChannelFactory.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.vpu;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/FastSoupImpl.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/FastSoupImpl.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/FastSoupImpl.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/FastSoupImpl.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.vpu;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/JacobMessages.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/JacobMessages.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/JacobMessages.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/JacobMessages.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.vpu;

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/JacobVPU.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/JacobVPU.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/JacobVPU.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/JacobVPU.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.vpu;
 

Modified: incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/Statistics.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/Statistics.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/Statistics.java (original)
+++ incubator/ode/trunk/jacob/src/main/java/com/fs/jacob/vpu/Statistics.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob.vpu;
 

Modified: incubator/ode/trunk/jacob/src/test/java/com/fs/examples/cell/JacobCellTest.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/test/java/com/fs/examples/cell/JacobCellTest.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/test/java/com/fs/examples/cell/JacobCellTest.java (original)
+++ incubator/ode/trunk/jacob/src/test/java/com/fs/examples/cell/JacobCellTest.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.examples.cell;
 

Modified: incubator/ode/trunk/jacob/src/test/java/com/fs/jacob/SynchTest.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/src/test/java/com/fs/jacob/SynchTest.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jacob/src/test/java/com/fs/jacob/SynchTest.java (original)
+++ incubator/ode/trunk/jacob/src/test/java/com/fs/jacob/SynchTest.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 com.fs.jacob;
 

Modified: incubator/ode/trunk/jbi-install/assembly.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-install/assembly.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-install/assembly.xml (original)
+++ incubator/ode/trunk/jbi-install/assembly.xml Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
+
 <assembly>
     <id></id>
     <formats>

Modified: incubator/ode/trunk/jbi-install/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-install/pom.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-install/pom.xml (original)
+++ incubator/ode/trunk/jbi-install/pom.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
+
 <project>
     <groupId>ode</groupId>
     <artifactId>ode-jbi-install</artifactId>

Modified: incubator/ode/trunk/jbi-install/src/etc/META-INF/jbi.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-install/src/etc/META-INF/jbi.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-install/src/etc/META-INF/jbi.xml (original)
+++ incubator/ode/trunk/jbi-install/src/etc/META-INF/jbi.xml Thu Jul 27 20:52:46 2006
@@ -1,5 +1,24 @@
 <?xml version="1.0"?>
 <!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
+
+<!--
      jbi.xml for ODE BPEL Engine
   -->
 <jbi

Modified: incubator/ode/trunk/jbi-install/src/etc/ehcache.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-install/src/etc/ehcache.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-install/src/etc/ehcache.xml (original)
+++ incubator/ode/trunk/jbi-install/src/etc/ehcache.xml Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
+
 <ehcache>
 
     <!-- Sets the path to the directory where cache .data files are created.

Modified: incubator/ode/trunk/jbi-install/src/etc/hibernate.properties
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-install/src/etc/hibernate.properties?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-install/src/etc/hibernate.properties (original)
+++ incubator/ode/trunk/jbi-install/src/etc/hibernate.properties Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 #
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+#
+
+#
 # Misc. Hibernate DAO Configuration
 # Settings in this file override the defaults.
 #

Modified: incubator/ode/trunk/jbi-install/src/etc/ode-jbi.properties
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-install/src/etc/ode-jbi.properties?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-install/src/etc/ode-jbi.properties (original)
+++ incubator/ode/trunk/jbi-install/src/etc/ode-jbi.properties Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+#
+
 # ODE-JBI Configuraiton Properties
 
 # Process Identifier Namespace [QNAME]

Modified: incubator/ode/trunk/jbi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/pom.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/pom.xml (original)
+++ incubator/ode/trunk/jbi/pom.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
+
 <project>
     <groupId>ode</groupId>
     <artifactId>ode-jbi</artifactId>

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/EndpointReferenceContextImpl.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/EndpointReferenceContextImpl.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/EndpointReferenceContextImpl.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/EndpointReferenceContextImpl.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.jbi;
 
 import javax.jbi.servicedesc.ServiceEndpoint;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/JbiEndpointReference.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/JbiEndpointReference.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/JbiEndpointReference.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/JbiEndpointReference.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.jbi;
 
 import javax.jbi.servicedesc.ServiceEndpoint;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/JbiMessageExchangeEventRouter.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/JbiMessageExchangeEventRouter.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/JbiMessageExchangeEventRouter.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/JbiMessageExchangeEventRouter.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.jbi;
 
 import javax.jbi.messaging.MessageExchange;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/JbiMessageExchangeProcessor.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/JbiMessageExchangeProcessor.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/JbiMessageExchangeProcessor.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/JbiMessageExchangeProcessor.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.jbi;
 
 import javax.jbi.messaging.MessageExchange;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/MessageExchangeContextImpl.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/MessageExchangeContextImpl.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/MessageExchangeContextImpl.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/MessageExchangeContextImpl.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.jbi;
 
 

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/MessageExchangePattern.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/MessageExchangePattern.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/MessageExchangePattern.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/MessageExchangePattern.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.jbi;
 

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/Messages.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/Messages.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/Messages.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/Messages.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.jbi;
 
 import java.io.File;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/MyEndpointReference.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/MyEndpointReference.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/MyEndpointReference.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/MyEndpointReference.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.jbi;
 
 import javax.jbi.servicedesc.ServiceEndpoint;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeBootstrap.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeBootstrap.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeBootstrap.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeBootstrap.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.jbi;
 
 import javax.jbi.JBIException;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeComponent.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeComponent.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeComponent.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeComponent.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.jbi;
 

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeConfigProperties.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeConfigProperties.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeConfigProperties.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeConfigProperties.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.jbi;
 
 import java.io.File;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeConsumer.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeConsumer.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeConsumer.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeConsumer.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $Id: OdeToJbiBridge.java 492 2006-01-02 16:12:09Z holger $
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.jbi;
 

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeContext.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeContext.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeContext.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeContext.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $Id: OdeContext.java 492 2006-01-02 16:12:09Z holger $
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.jbi;