You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/10/25 06:02:34 UTC

svn commit: r467553 [26/29] - in /geronimo/specs/trunk: geronimo-activation_1.0.2_spec/src/main/java/javax/activation/ geronimo-activation_1.0.2_spec/src/site/ geronimo-activation_1.1_spec/src/main/java/javax/activation/ geronimo-activation_1.1_spec/sr...

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/InvalidTransactionException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/InvalidTransactionException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/InvalidTransactionException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/InvalidTransactionException.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 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.
+/*
+ * 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.
  */
 
 //
@@ -26,9 +28,6 @@
 import java.rmi.RemoteException;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public class InvalidTransactionException extends RemoteException {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/NotSupportedException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/NotSupportedException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/NotSupportedException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/NotSupportedException.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 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.
+/*
+ * 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.
  */
 
 //
@@ -24,9 +26,6 @@
 package javax.transaction;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public class NotSupportedException extends Exception {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/RollbackException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/RollbackException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/RollbackException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/RollbackException.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 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.
+/*
+ * 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.
  */
 
 //
@@ -24,9 +26,6 @@
 package javax.transaction;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public class RollbackException extends Exception {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/Status.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/Status.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/Status.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/Status.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 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.
+/*
+ * 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.
  */
 
 //
@@ -24,9 +26,6 @@
 package javax.transaction;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface Status {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/Synchronization.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/Synchronization.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/Synchronization.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/Synchronization.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 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.
+/*
+ * 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.
  */
 
 //
@@ -24,9 +26,6 @@
 package javax.transaction;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface Synchronization {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/SystemException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/SystemException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/SystemException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/SystemException.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 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.
+/*
+ * 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.
  */
 
 //
@@ -24,9 +26,6 @@
 package javax.transaction;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public class SystemException extends Exception {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/Transaction.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/Transaction.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/Transaction.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/Transaction.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 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.
+/*
+ * 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.
  */
 
 //
@@ -26,9 +28,6 @@
 import javax.transaction.xa.XAResource;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface Transaction {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionManager.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionManager.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionManager.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionManager.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 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.
+/*
+ * 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.
  */
 
 //
@@ -24,9 +26,6 @@
 package javax.transaction;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface TransactionManager {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionRequiredException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionRequiredException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionRequiredException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionRequiredException.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 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.
+/*
+ * 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.
  */
 
 //
@@ -26,9 +28,6 @@
 import java.rmi.RemoteException;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public class TransactionRequiredException extends RemoteException {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionRolledbackException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionRolledbackException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionRolledbackException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionRolledbackException.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 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.
+/*
+ * 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.
  */
 
 //
@@ -26,9 +28,6 @@
 import java.rmi.RemoteException;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public class TransactionRolledbackException extends RemoteException {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionSynchronizationRegistry.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionSynchronizationRegistry.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionSynchronizationRegistry.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/TransactionSynchronizationRegistry.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * 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
+/*
+ * 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
+ *  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.
+ * 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 javax.transaction;
@@ -35,5 +37,4 @@
     void registerInterposedSynchronization(Synchronization sync);
 
     void setRollbackOnly();
-    
 }

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/UserTransaction.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/UserTransaction.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/UserTransaction.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/UserTransaction.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 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.
+/*
+ * 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.
  */
 
 //
@@ -24,9 +26,6 @@
 package javax.transaction;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface UserTransaction {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/xa/XAException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/xa/XAException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/xa/XAException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/xa/XAException.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 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.
+/*
+ * 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.
  */
 
 //
@@ -24,9 +26,6 @@
 package javax.transaction.xa;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public class XAException extends Exception {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/xa/XAResource.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/xa/XAResource.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/xa/XAResource.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/xa/XAResource.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 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.
+/*
+ * 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.
  */
 
 //
@@ -24,9 +26,6 @@
 package javax.transaction.xa;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface XAResource {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/xa/Xid.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/xa/Xid.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/xa/Xid.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/xa/Xid.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 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.
+/*
+ * 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.
  */
 
 //
@@ -24,9 +26,6 @@
 package javax.transaction.xa;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface Xid {

Modified: geronimo/specs/trunk/geronimo-qname_1.1_spec/src/main/java/javax/xml/namespace/NamespaceContext.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-qname_1.1_spec/src/main/java/javax/xml/namespace/NamespaceContext.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-qname_1.1_spec/src/main/java/javax/xml/namespace/NamespaceContext.java (original)
+++ geronimo/specs/trunk/geronimo-qname_1.1_spec/src/main/java/javax/xml/namespace/NamespaceContext.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
+/*
+ * 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
  *
- * Copyright 2005 The Apache Software Foundation
+ *  http://www.apache.org/licenses/LICENSE-2.0
  *
- *  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.
+ * 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.
  */
 
 //

Modified: geronimo/specs/trunk/geronimo-qname_1.1_spec/src/main/java/javax/xml/namespace/QName.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-qname_1.1_spec/src/main/java/javax/xml/namespace/QName.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-qname_1.1_spec/src/main/java/javax/xml/namespace/QName.java (original)
+++ geronimo/specs/trunk/geronimo-qname_1.1_spec/src/main/java/javax/xml/namespace/QName.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.namespace;
 
 import java.io.IOException;

Modified: geronimo/specs/trunk/geronimo-qname_1.1_spec/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-qname_1.1_spec/src/site/site.xml?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-qname_1.1_spec/src/site/site.xml (original)
+++ geronimo/specs/trunk/geronimo-qname_1.1_spec/src/site/site.xml Tue Oct 24 21:01:51 2006
@@ -1,21 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    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.
+    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.
 -->
 
-<!-- $Id$ -->
+<!-- $Rev$ $Date$ -->
 
 <project name="${project.name}">
     

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/AttachmentPart.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/AttachmentPart.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/AttachmentPart.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/AttachmentPart.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 import javax.activation.DataHandler;

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/Detail.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/Detail.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/Detail.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/Detail.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 import java.util.Iterator;

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/DetailEntry.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/DetailEntry.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/DetailEntry.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/DetailEntry.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 /**

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/FactoryFinder.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/FactoryFinder.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/FactoryFinder.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/FactoryFinder.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 import java.io.BufferedReader;

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/MessageFactory.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/MessageFactory.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/MessageFactory.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/MessageFactory.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 import java.io.IOException;

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/MimeHeader.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/MimeHeader.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/MimeHeader.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/MimeHeader.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 /**

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/MimeHeaders.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/MimeHeaders.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/MimeHeaders.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/MimeHeaders.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 import java.util.Iterator;

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/Name.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/Name.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/Name.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/Name.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 /**

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/Node.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/Node.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/Node.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/Node.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 /**

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPBody.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPBody.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPBody.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPBody.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 import org.w3c.dom.Document;

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPBodyElement.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPBodyElement.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPBodyElement.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPBodyElement.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 /**

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPConnection.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPConnection.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPConnection.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPConnection.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 /**

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPConnectionFactory.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPConnectionFactory.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPConnectionFactory.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPConnectionFactory.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 /**

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPConstants.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPConstants.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPConstants.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPConstants.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 /** The definition of constants pertaining to the SOAP 1.1 protocol. */

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPElement.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPElement.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPElement.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPElement.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 import java.util.Iterator;

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPElementFactory.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPElementFactory.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPElementFactory.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPElementFactory.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 /**

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPEnvelope.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPEnvelope.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPEnvelope.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPEnvelope.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 /**

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPException.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPException.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 /**

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPFactory.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPFactory.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPFactory.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPFactory.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 /**

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPFault.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPFault.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPFault.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPFault.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 import java.util.Locale;

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPFaultElement.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPFaultElement.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPFaultElement.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPFaultElement.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 /**

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPHeader.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPHeader.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPHeader.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPHeader.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 import java.util.Iterator;

Modified: geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPHeaderElement.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPHeaderElement.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPHeaderElement.java (original)
+++ geronimo/specs/trunk/geronimo-saaj_1.1_spec/src/main/java/javax/xml/soap/SOAPHeaderElement.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,22 @@
 /*
- * Copyright 2001-2004 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.
+ * 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 javax.xml.soap;
 
 /**