You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2009/04/01 00:26:24 UTC

svn commit: r760689 - /felix/trunk/framework/src/main/java/org/apache/felix/framework/searchpolicy/CandidateSet.java

Author: pauls
Date: Tue Mar 31 22:26:24 2009
New Revision: 760689

URL: http://svn.apache.org/viewvc?rev=760689&view=rev
Log:
Add missing license header

Modified:
    felix/trunk/framework/src/main/java/org/apache/felix/framework/searchpolicy/CandidateSet.java

Modified: felix/trunk/framework/src/main/java/org/apache/felix/framework/searchpolicy/CandidateSet.java
URL: http://svn.apache.org/viewvc/felix/trunk/framework/src/main/java/org/apache/felix/framework/searchpolicy/CandidateSet.java?rev=760689&r1=760688&r2=760689&view=diff
==============================================================================
--- felix/trunk/framework/src/main/java/org/apache/felix/framework/searchpolicy/CandidateSet.java (original)
+++ felix/trunk/framework/src/main/java/org/apache/felix/framework/searchpolicy/CandidateSet.java Tue Mar 31 22:26:24 2009
@@ -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.searchpolicy;
 
 import org.apache.felix.moduleloader.IModule;
@@ -35,4 +53,4 @@
         m_candidates = null;
         m_modules = fragments;
     }
-}
\ No newline at end of file
+}