You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cc...@apache.org on 2010/03/01 06:08:42 UTC

svn commit: r917378 - in /felix/branches/karaf-1.4.x: deployer/features/src/main/java/org/apache/felix/karaf/deployer/features/FeatureURLHandler.java manual/pom.xml shell/commands/src/main/java/org/apache/felix/karaf/shell/commands/EchoAction.java

Author: ccustine
Date: Mon Mar  1 05:08:42 2010
New Revision: 917378

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

Modified:
    felix/branches/karaf-1.4.x/deployer/features/src/main/java/org/apache/felix/karaf/deployer/features/FeatureURLHandler.java
    felix/branches/karaf-1.4.x/manual/pom.xml
    felix/branches/karaf-1.4.x/shell/commands/src/main/java/org/apache/felix/karaf/shell/commands/EchoAction.java

Modified: felix/branches/karaf-1.4.x/deployer/features/src/main/java/org/apache/felix/karaf/deployer/features/FeatureURLHandler.java
URL: http://svn.apache.org/viewvc/felix/branches/karaf-1.4.x/deployer/features/src/main/java/org/apache/felix/karaf/deployer/features/FeatureURLHandler.java?rev=917378&r1=917377&r2=917378&view=diff
==============================================================================
--- felix/branches/karaf-1.4.x/deployer/features/src/main/java/org/apache/felix/karaf/deployer/features/FeatureURLHandler.java (original)
+++ felix/branches/karaf-1.4.x/deployer/features/src/main/java/org/apache/felix/karaf/deployer/features/FeatureURLHandler.java Mon Mar  1 05:08:42 2010
@@ -1,3 +1,19 @@
+/*
+ * 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.karaf.deployer.features;
 
 import java.io.ByteArrayInputStream;

Modified: felix/branches/karaf-1.4.x/manual/pom.xml
URL: http://svn.apache.org/viewvc/felix/branches/karaf-1.4.x/manual/pom.xml?rev=917378&r1=917377&r2=917378&view=diff
==============================================================================
--- felix/branches/karaf-1.4.x/manual/pom.xml (original)
+++ felix/branches/karaf-1.4.x/manual/pom.xml Mon Mar  1 05:08:42 2010
@@ -1,4 +1,21 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<!--
+
+    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.
+-->
 
   <parent>
     <groupId>org.apache.felix.karaf</groupId>

Modified: felix/branches/karaf-1.4.x/shell/commands/src/main/java/org/apache/felix/karaf/shell/commands/EchoAction.java
URL: http://svn.apache.org/viewvc/felix/branches/karaf-1.4.x/shell/commands/src/main/java/org/apache/felix/karaf/shell/commands/EchoAction.java?rev=917378&r1=917377&r2=917378&view=diff
==============================================================================
--- felix/branches/karaf-1.4.x/shell/commands/src/main/java/org/apache/felix/karaf/shell/commands/EchoAction.java (original)
+++ felix/branches/karaf-1.4.x/shell/commands/src/main/java/org/apache/felix/karaf/shell/commands/EchoAction.java Mon Mar  1 05:08:42 2010
@@ -1,3 +1,19 @@
+/*
+ * 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.karaf.shell.commands;
 
 import java.util.List;