Modified: servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/attachment/AttachmentUnmarshaller.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/attachment/AttachmentUnmarshaller.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/attachment/AttachmentUnmarshaller.java (original) +++ servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/attachment/AttachmentUnmarshaller.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.bind.attachment;
Modified: servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/AbstractMarshallerImpl.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/AbstractMarshallerImpl.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/AbstractMarshallerImpl.java (original) +++ servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/AbstractMarshallerImpl.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.bind.helpers; Modified: servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/AbstractUnmarshallerImpl.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/AbstractUnmarshallerImpl.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/AbstractUnmarshallerImpl.java (original) +++ servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/AbstractUnmarshallerImpl.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.bind.helpers; Modified: servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/DefaultValidationEventHandler.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/DefaultValidationEventHandler.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/DefaultValidationEventHandler.java (original) +++ servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/DefaultValidationEventHandler.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.bind.helpers; Modified: servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/NotIdentifiableEventImpl.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/NotIdentifiableEventImpl.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/NotIdentifiableEventImpl.java (original) +++ servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/NotIdentifiableEventImpl.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.bind.helpers; Modified: servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/ParseConversionEventImpl.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/ParseConversionEventImpl.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/ParseConversionEventImpl.java (original) +++ servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/ParseConversionEventImpl.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.bind.helpers; Modified: servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/PrintConversionEventImpl.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/PrintConversionEventImpl.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/PrintConversionEventImpl.java (original) +++ servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/PrintConversionEventImpl.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.bind.helpers; Modified: servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/ValidationEventImpl.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/ValidationEventImpl.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/ValidationEventImpl.java (original) +++ servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/ValidationEventImpl.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.bind.helpers; Modified: servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/ValidationEventLocatorImpl.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/ValidationEventLocatorImpl.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/ValidationEventLocatorImpl.java (original) +++ servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/helpers/ValidationEventLocatorImpl.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.bind.helpers; Modified: servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/util/JAXBResult.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/util/JAXBResult.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/util/JAXBResult.java (original) +++ servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/util/JAXBResult.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.bind.util; Modified: servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/util/JAXBSource.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/util/JAXBSource.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/util/JAXBSource.java (original) +++ servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/util/JAXBSource.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.bind.util; Modified: servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/util/ValidationEventCollector.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/util/ValidationEventCollector.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/util/ValidationEventCollector.java (original) +++ servicemix/smx4/specs/trunk/jaxb-api/src/main/java/javax/xml/bind/util/ValidationEventCollector.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.bind.util; Modified: servicemix/smx4/specs/trunk/jaxws-api/src/main/java/javax/xml/ws/spi/FactoryFinder.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxws-api/src/main/java/javax/xml/ws/spi/FactoryFinder.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/jaxws-api/src/main/java/javax/xml/ws/spi/FactoryFinder.java (original) +++ servicemix/smx4/specs/trunk/jaxws-api/src/main/java/javax/xml/ws/spi/FactoryFinder.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.ws.spi; Modified: servicemix/smx4/specs/trunk/locator/src/main/java/org/apache/servicemix/specs/locator/Activator.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/locator/src/main/java/org/apache/servicemix/specs/locator/Activator.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/locator/src/main/java/org/apache/servicemix/specs/locator/Activator.java (original) +++ servicemix/smx4/specs/trunk/locator/src/main/java/org/apache/servicemix/specs/locator/Activator.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.servicemix.specs.locator; Modified: servicemix/smx4/specs/trunk/locator/src/main/java/org/apache/servicemix/specs/locator/OsgiLocator.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/locator/src/main/java/org/apache/servicemix/specs/locator/OsgiLocator.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/locator/src/main/java/org/apache/servicemix/specs/locator/OsgiLocator.java (original) +++ servicemix/smx4/specs/trunk/locator/src/main/java/org/apache/servicemix/specs/locator/OsgiLocator.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.servicemix.specs.locator; Modified: servicemix/smx4/specs/trunk/saaj-api/src/main/java/javax/xml/soap/FactoryFinder.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/saaj-api/src/main/java/javax/xml/soap/FactoryFinder.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/saaj-api/src/main/java/javax/xml/soap/FactoryFinder.java (original) +++ servicemix/smx4/specs/trunk/saaj-api/src/main/java/javax/xml/soap/FactoryFinder.java Wed May 7 02:41:20 2008 @@ -1,20 +1,18 @@ -/* - * 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 to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.soap; Modified: servicemix/smx4/specs/trunk/stax-api/src/main/java/javax/xml/stream/FactoryLocator.java URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/stax-api/src/main/java/javax/xml/stream/FactoryLocator.java?rev=654057&r1=654056&r2=654057&view=diff ============================================================================== --- servicemix/smx4/specs/trunk/stax-api/src/main/java/javax/xml/stream/FactoryLocator.java (original) +++ servicemix/smx4/specs/trunk/stax-api/src/main/java/javax/xml/stream/FactoryLocator.java Wed May 7 02:41:20 2008 @@ -1,21 +1,18 @@ -/* - ** - ** 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. +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package javax.xml.stream;
