You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by io...@apache.org on 2014/04/20 00:23:29 UTC

svn commit: r1588711 - in /manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/util: URLDecoder.java URLEncoder.java

Author: iorixxx
Date: Sat Apr 19 22:23:28 2014
New Revision: 1588711

URL: http://svn.apache.org/r1588711
Log:
CONNECTORS-932 forgotten licence headers for new classes

Modified:
    manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/util/URLDecoder.java
    manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/util/URLEncoder.java

Modified: manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/util/URLDecoder.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/util/URLDecoder.java?rev=1588711&r1=1588710&r2=1588711&view=diff
==============================================================================
--- manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/util/URLDecoder.java (original)
+++ manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/util/URLDecoder.java Sat Apr 19 22:23:28 2014
@@ -1,5 +1,22 @@
 package org.apache.manifoldcf.core.util;
 
+/*
+ * 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.
+ */
+
 import java.io.UnsupportedEncodingException;
 import java.nio.charset.StandardCharsets;
 

Modified: manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/util/URLEncoder.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/util/URLEncoder.java?rev=1588711&r1=1588710&r2=1588711&view=diff
==============================================================================
--- manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/util/URLEncoder.java (original)
+++ manifoldcf/trunk/framework/core/src/main/java/org/apache/manifoldcf/core/util/URLEncoder.java Sat Apr 19 22:23:28 2014
@@ -1,5 +1,22 @@
 package org.apache.manifoldcf.core.util;
 
+/*
+ * 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.
+ */
+
 import java.io.UnsupportedEncodingException;
 import java.nio.charset.StandardCharsets;