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/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/).