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 [25/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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/JspFragment.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/JspFragment.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/JspFragment.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/JspFragment.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/JspTag.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/JspTag.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/JspTag.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/JspTag.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/PageData.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/PageData.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/PageData.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/PageData.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/SimpleTag.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/SimpleTag.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/SimpleTag.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/SimpleTag.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/SimpleTagSupport.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/SimpleTagSupport.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/SimpleTagSupport.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/SimpleTagSupport.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/Tag.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/Tag.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/Tag.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/Tag.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagAdapter.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagAdapter.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagAdapter.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagAdapter.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagAttributeInfo.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagAttributeInfo.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagAttributeInfo.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagAttributeInfo.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagData.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagData.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagData.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagData.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagExtraInfo.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagExtraInfo.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagExtraInfo.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagExtraInfo.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagFileInfo.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagFileInfo.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagFileInfo.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagFileInfo.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagInfo.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagInfo.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagInfo.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagInfo.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagLibraryInfo.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagLibraryInfo.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagLibraryInfo.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagLibraryInfo.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagLibraryValidator.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagLibraryValidator.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagLibraryValidator.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagLibraryValidator.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagSupport.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagSupport.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagSupport.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagSupport.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagVariableInfo.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagVariableInfo.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagVariableInfo.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TagVariableInfo.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TryCatchFinally.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TryCatchFinally.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TryCatchFinally.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/TryCatchFinally.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 2003-2004 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-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/ValidationMessage.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/ValidationMessage.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/ValidationMessage.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/ValidationMessage.java Tue Oct 24 21:01:51 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2003-2004 The Apache Software Foundation
+/*
+ * 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
  *
- *  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
  *
- *     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.
  */
 
 //
@@ -46,7 +48,6 @@
  * implementation must rely on the uri, not the prefix, of the <code>id</code>
  * attribute.
  */
-
 public class ValidationMessage {
 
     /**

Modified: geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/VariableInfo.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/VariableInfo.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/VariableInfo.java (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/main/java/javax/servlet/jsp/tagext/VariableInfo.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 2003-2004 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-jsp_2.0_spec/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/site/site.xml?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.0_spec/src/site/site.xml (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.0_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-jta_1.0.1B_spec/src/main/java/javax/transaction/HeuristicCommitException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/HeuristicCommitException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/HeuristicCommitException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/HeuristicCommitException.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 HeuristicCommitException extends Exception {

Modified: geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/HeuristicMixedException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/HeuristicMixedException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/HeuristicMixedException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/HeuristicMixedException.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 HeuristicMixedException extends Exception {

Modified: geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/HeuristicRollbackException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/HeuristicRollbackException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/HeuristicRollbackException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/HeuristicRollbackException.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 HeuristicRollbackException extends Exception {

Modified: geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/InvalidTransactionException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/InvalidTransactionException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/InvalidTransactionException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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.0.1B_spec/src/main/java/javax/transaction/NotSupportedException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/NotSupportedException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/NotSupportedException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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.0.1B_spec/src/main/java/javax/transaction/RollbackException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/RollbackException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/RollbackException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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.0.1B_spec/src/main/java/javax/transaction/Status.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/Status.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/Status.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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.0.1B_spec/src/main/java/javax/transaction/Synchronization.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/Synchronization.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/Synchronization.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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.0.1B_spec/src/main/java/javax/transaction/SystemException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/SystemException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/SystemException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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.0.1B_spec/src/main/java/javax/transaction/Transaction.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/Transaction.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/Transaction.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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.0.1B_spec/src/main/java/javax/transaction/TransactionManager.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/TransactionManager.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/TransactionManager.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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.0.1B_spec/src/main/java/javax/transaction/TransactionRequiredException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/TransactionRequiredException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/TransactionRequiredException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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.0.1B_spec/src/main/java/javax/transaction/TransactionRolledbackException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/TransactionRolledbackException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/TransactionRolledbackException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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.0.1B_spec/src/main/java/javax/transaction/UserTransaction.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/UserTransaction.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/UserTransaction.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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.0.1B_spec/src/main/java/javax/transaction/xa/XAException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/xa/XAException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/xa/XAException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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.0.1B_spec/src/main/java/javax/transaction/xa/XAResource.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/xa/XAResource.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/xa/XAResource.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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.0.1B_spec/src/main/java/javax/transaction/xa/Xid.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/xa/Xid.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/main/java/javax/transaction/xa/Xid.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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-jta_1.0.1B_spec/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/site/site.xml?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.0.1B_spec/src/site/site.xml (original)
+++ geronimo/specs/trunk/geronimo-jta_1.0.1B_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-jta_1.1_spec/src/main/java/javax/transaction/HeuristicCommitException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/HeuristicCommitException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/HeuristicCommitException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/HeuristicCommitException.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 HeuristicCommitException extends Exception {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/HeuristicMixedException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/HeuristicMixedException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/HeuristicMixedException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/HeuristicMixedException.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 HeuristicMixedException extends Exception {

Modified: geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/HeuristicRollbackException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/HeuristicRollbackException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/HeuristicRollbackException.java (original)
+++ geronimo/specs/trunk/geronimo-jta_1.1_spec/src/main/java/javax/transaction/HeuristicRollbackException.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 HeuristicRollbackException extends Exception {