You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2006/09/28 22:08:12 UTC

svn commit: r451003 - in /incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder: ./ architecture/ impl/ parser/

Author: rickhall
Date: Thu Sep 28 13:08:11 2006
New Revision: 451003

URL: http://svn.apache.org/viewvc?view=rev&rev=451003
Log:
Updated source headers (FELIX-144).

Modified:
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/DependencyMetadata.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/GenericActivator.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceManager.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceMetadata.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReference.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReferenceEvent.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReferenceListener.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/Lifecycle.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/PropertyMetadata.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/ServiceBinderContext.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/ServiceBinderException.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/XmlHandler.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/ArchitectureService.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/Dependency.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/DependencyChangeEvent.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/Instance.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/InstanceChangeEvent.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/ServiceBinderListener.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/Activator.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/ArchitectureEventMulticaster.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/ArchitectureServiceImpl.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/parser/KxmlParser.java
    incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/parser/ParseException.java

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/DependencyMetadata.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/DependencyMetadata.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/DependencyMetadata.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/DependencyMetadata.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/GenericActivator.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/GenericActivator.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/GenericActivator.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/GenericActivator.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceManager.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceManager.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceManager.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceManager.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceMetadata.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceMetadata.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceMetadata.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceMetadata.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReference.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReference.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReference.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReference.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReferenceEvent.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReferenceEvent.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReferenceEvent.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReferenceEvent.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReferenceListener.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReferenceListener.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReferenceListener.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/InstanceReferenceListener.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/Lifecycle.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/Lifecycle.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/Lifecycle.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/Lifecycle.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/PropertyMetadata.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/PropertyMetadata.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/PropertyMetadata.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/PropertyMetadata.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/ServiceBinderContext.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/ServiceBinderContext.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/ServiceBinderContext.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/ServiceBinderContext.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/ServiceBinderException.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/ServiceBinderException.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/ServiceBinderException.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/ServiceBinderException.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/XmlHandler.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/XmlHandler.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/XmlHandler.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/XmlHandler.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/ArchitectureService.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/ArchitectureService.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/ArchitectureService.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/ArchitectureService.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder.architecture;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/Dependency.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/Dependency.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/Dependency.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/Dependency.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder.architecture;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/DependencyChangeEvent.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/DependencyChangeEvent.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/DependencyChangeEvent.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/DependencyChangeEvent.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder.architecture;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/Instance.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/Instance.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/Instance.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/Instance.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder.architecture;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/InstanceChangeEvent.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/InstanceChangeEvent.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/InstanceChangeEvent.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/InstanceChangeEvent.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder.architecture;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/ServiceBinderListener.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/ServiceBinderListener.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/ServiceBinderListener.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/architecture/ServiceBinderListener.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder.architecture;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/Activator.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/Activator.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/Activator.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/Activator.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder.impl;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/ArchitectureEventMulticaster.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/ArchitectureEventMulticaster.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/ArchitectureEventMulticaster.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/ArchitectureEventMulticaster.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder.impl;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/ArchitectureServiceImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/ArchitectureServiceImpl.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/ArchitectureServiceImpl.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/impl/ArchitectureServiceImpl.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder.impl;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/parser/KxmlParser.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/parser/KxmlParser.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/parser/KxmlParser.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/parser/KxmlParser.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder.parser;
 

Modified: incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/parser/ParseException.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/parser/ParseException.java?view=diff&rev=451003&r1=451002&r2=451003
==============================================================================
--- incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/parser/ParseException.java (original)
+++ incubator/felix/trunk/servicebinder/src/main/java/org/apache/felix/servicebinder/parser/ParseException.java Thu Sep 28 13:08:11 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 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
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT 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.felix.servicebinder.parser;