Prepare 1.0.2 release

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@615809 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/NOTICE b/framework/NOTICE
index fb681e0..1d2e21f 100644
--- a/framework/NOTICE
+++ b/framework/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix Framework
-Copyright 2006 The Apache Software Foundation
+Copyright 2008 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/framework/doc/changelog.txt b/framework/doc/changelog.txt
index 65ff86a..986657a 100644
--- a/framework/doc/changelog.txt
+++ b/framework/doc/changelog.txt
@@ -1,4 +1,4 @@
-Changes from 1.0.1 to 1.0.2
+Changes from 1.0.1 to 1.0.3
 ---------------------------
 
 * [2008-01-27] Moved framework docs to main, since the launcher examples now
diff --git a/framework/pom.xml b/framework/pom.xml
index 8473703..6184905 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Framework</name>
   <artifactId>org.apache.felix.framework</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.0.3</version>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
diff --git a/framework/src/main/java/org/apache/felix/framework/util/CompoundEnumeration.java b/framework/src/main/java/org/apache/felix/framework/util/CompoundEnumeration.java
index e73a9f6..8ea8ffb 100644
--- a/framework/src/main/java/org/apache/felix/framework/util/CompoundEnumeration.java
+++ b/framework/src/main/java/org/apache/felix/framework/util/CompoundEnumeration.java
@@ -1,3 +1,21 @@
+/*
+ * 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.felix.framework.util;
 
 import java.util.Enumeration;
diff --git a/framework/src/main/resources/META-INF/NOTICE b/framework/src/main/resources/META-INF/NOTICE
index fb681e0..1d2e21f 100644
--- a/framework/src/main/resources/META-INF/NOTICE
+++ b/framework/src/main/resources/META-INF/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix Framework
-Copyright 2006 The Apache Software Foundation
+Copyright 2008 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).