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 [3/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/src...

Modified: geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/DenyAll.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/DenyAll.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/DenyAll.java (original)
+++ geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/DenyAll.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.
  */
 
 //
@@ -28,7 +30,7 @@
 import java.lang.annotation.RetentionPolicy;
 
 /**
- * @version $Revision$ $Date$
+ * @version $Rev$ $Date$
  */
 @Target(ElementType.METHOD)
 @Retention(RetentionPolicy.RUNTIME)

Modified: geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/PermitAll.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/PermitAll.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/PermitAll.java (original)
+++ geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/PermitAll.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.
  */
 
 //
@@ -28,7 +30,7 @@
 import java.lang.annotation.RetentionPolicy;
 
 /**
- * @version $Revision$ $Date$
+ * @version $Rev$ $Date$
  */
 @Target({ElementType.TYPE, ElementType.METHOD})
 @Retention(RetentionPolicy.RUNTIME)

Modified: geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/RolesAllowed.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/RolesAllowed.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/RolesAllowed.java (original)
+++ geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/RolesAllowed.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.
  */
 
 //
@@ -28,7 +30,7 @@
 import java.lang.annotation.RetentionPolicy;
 
 /**
- * @version $Revision$ $Date$
+ * @version $Rev$ $Date$
  */
 @Target({ElementType.TYPE, ElementType.METHOD})
 @Retention(RetentionPolicy.RUNTIME)

Modified: geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/RunAs.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/RunAs.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/RunAs.java (original)
+++ geronimo/specs/trunk/geronimo-annotation_1.0_spec/src/main/java/javax/annotation/security/RunAs.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.
  */
 
 //
@@ -28,7 +30,7 @@
 import java.lang.annotation.RetentionPolicy;
 
 /**
- * @version $Revision$ $Date$
+ * @version $Rev$ $Date$
  */
 @Target(ElementType.TYPE)
 @Retention(RetentionPolicy.RUNTIME)

Modified: geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/CancelTimerListener.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/CancelTimerListener.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/CancelTimerListener.java (original)
+++ geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/CancelTimerListener.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 2006 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-commonj_1.1_spec/src/main/java/commonj/timers/StopTimerListener.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/StopTimerListener.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/StopTimerListener.java (original)
+++ geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/StopTimerListener.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 2006 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-commonj_1.1_spec/src/main/java/commonj/timers/Timer.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/Timer.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/Timer.java (original)
+++ geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/Timer.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 2006 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-commonj_1.1_spec/src/main/java/commonj/timers/TimerListener.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/TimerListener.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/TimerListener.java (original)
+++ geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/TimerListener.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 2006 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-commonj_1.1_spec/src/main/java/commonj/timers/TimerManager.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/TimerManager.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/TimerManager.java (original)
+++ geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/timers/TimerManager.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 2006 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-commonj_1.1_spec/src/main/java/commonj/work/RemoteWorkItem.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/RemoteWorkItem.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/RemoteWorkItem.java (original)
+++ geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/RemoteWorkItem.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 2006 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-commonj_1.1_spec/src/main/java/commonj/work/Work.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/Work.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/Work.java (original)
+++ geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/Work.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 2006 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-commonj_1.1_spec/src/main/java/commonj/work/WorkCompletedException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkCompletedException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkCompletedException.java (original)
+++ geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkCompletedException.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 2006 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-commonj_1.1_spec/src/main/java/commonj/work/WorkEvent.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkEvent.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkEvent.java (original)
+++ geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkEvent.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 2006 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-commonj_1.1_spec/src/main/java/commonj/work/WorkException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkException.java (original)
+++ geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkException.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 2006 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-commonj_1.1_spec/src/main/java/commonj/work/WorkItem.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkItem.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkItem.java (original)
+++ geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkItem.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 2006 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-commonj_1.1_spec/src/main/java/commonj/work/WorkListener.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkListener.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkListener.java (original)
+++ geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkListener.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 2006 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-commonj_1.1_spec/src/main/java/commonj/work/WorkManager.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkManager.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkManager.java (original)
+++ geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkManager.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 2006 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-commonj_1.1_spec/src/main/java/commonj/work/WorkRejectedException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkRejectedException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkRejectedException.java (original)
+++ geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/main/java/commonj/work/WorkRejectedException.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 2006 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-commonj_1.1_spec/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/site/site.xml?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-commonj_1.1_spec/src/site/site.xml (original)
+++ geronimo/specs/trunk/geronimo-commonj_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-corba_2.3_spec/src/main/java/org/apache/geronimo/interop/ApacheVMCID.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-corba_2.3_spec/src/main/java/org/apache/geronimo/interop/ApacheVMCID.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-corba_2.3_spec/src/main/java/org/apache/geronimo/interop/ApacheVMCID.java (original)
+++ geronimo/specs/trunk/geronimo-corba_2.3_spec/src/main/java/org/apache/geronimo/interop/ApacheVMCID.java Tue Oct 24 21:01:51 2006
@@ -1,24 +1,27 @@
-/**
- *
- * Copyright 2005 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.
  */
+
 package org.apache.geronimo.interop;
 
 
 /**
- * @version $Revision$ $Date$
+ * @version $Rev$ $Date$
  */
 public interface ApacheVMCID {
 

Modified: geronimo/specs/trunk/geronimo-corba_2.3_spec/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-corba_2.3_spec/src/site/site.xml?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-corba_2.3_spec/src/site/site.xml (original)
+++ geronimo/specs/trunk/geronimo-corba_2.3_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-corba_3.0_spec/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-corba_3.0_spec/src/site/site.xml?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-corba_3.0_spec/src/site/site.xml (original)
+++ geronimo/specs/trunk/geronimo-corba_3.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-ejb_2.1_spec/src/main/java/javax/ejb/AccessLocalException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/AccessLocalException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/AccessLocalException.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/AccessLocalException.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.ejb;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public class AccessLocalException extends EJBException {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/CreateException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/CreateException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/CreateException.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/CreateException.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.ejb;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public class CreateException extends Exception {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/DuplicateKeyException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/DuplicateKeyException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/DuplicateKeyException.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/DuplicateKeyException.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.ejb;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public class DuplicateKeyException extends CreateException {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBContext.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBContext.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBContext.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBContext.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.
  */
 
 //
@@ -29,9 +31,6 @@
 import javax.transaction.UserTransaction;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface EJBContext {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBException.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBException.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.
  */
 
 //
@@ -27,9 +29,6 @@
 import java.io.PrintWriter;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public class EJBException extends RuntimeException {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBHome.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBHome.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBHome.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBHome.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.
  */
 
 //
@@ -27,9 +29,6 @@
 import java.rmi.RemoteException;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface EJBHome extends Remote {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBLocalHome.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBLocalHome.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBLocalHome.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBLocalHome.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.ejb;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface EJBLocalHome {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBLocalObject.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBLocalObject.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBLocalObject.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBLocalObject.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.ejb;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface EJBLocalObject {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBMetaData.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBMetaData.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBMetaData.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBMetaData.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.ejb;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface EJBMetaData {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBObject.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBObject.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBObject.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EJBObject.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.
  */
 
 //
@@ -27,9 +29,6 @@
 import java.rmi.RemoteException;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface EJBObject extends Remote {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EnterpriseBean.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EnterpriseBean.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EnterpriseBean.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EnterpriseBean.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.io.Serializable;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface EnterpriseBean extends Serializable {

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

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EntityContext.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EntityContext.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EntityContext.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/EntityContext.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.ejb;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface EntityContext extends EJBContext {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/FinderException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/FinderException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/FinderException.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/FinderException.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.ejb;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public class FinderException extends Exception {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/Handle.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/Handle.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/Handle.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/Handle.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.
  */
 
 //
@@ -27,9 +29,6 @@
 import java.rmi.RemoteException;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface Handle extends Serializable {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/HomeHandle.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/HomeHandle.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/HomeHandle.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/HomeHandle.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.
  */
 
 //
@@ -27,9 +29,6 @@
 import java.rmi.RemoteException;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface HomeHandle extends Serializable {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/MessageDrivenBean.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/MessageDrivenBean.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/MessageDrivenBean.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/MessageDrivenBean.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.ejb;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface MessageDrivenBean extends EnterpriseBean {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/MessageDrivenContext.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/MessageDrivenContext.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/MessageDrivenContext.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/MessageDrivenContext.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.ejb;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public interface MessageDrivenContext extends EJBContext {

Modified: geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/NoSuchEntityException.java
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/NoSuchEntityException.java?view=diff&rev=467553&r1=467552&r2=467553
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/NoSuchEntityException.java (original)
+++ geronimo/specs/trunk/geronimo-ejb_2.1_spec/src/main/java/javax/ejb/NoSuchEntityException.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.ejb;
 
 /**
- *
- *
- *
  * @version $Rev$ $Date$
  */
 public class NoSuchEntityException extends EJBException {