You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2019/09/24 11:59:54 UTC

svn commit: r1867448 - in /manifoldcf/branches/release-2.14-branch: ./ connectors/html-extractor/connector/src/main/java/org/apache/manifoldcf/agents/transformation/htmlextractor/exception/ connectors/mongodb/ connectors/nuxeo/

Author: kwright
Date: Tue Sep 24 11:59:54 2019
New Revision: 1867448

URL: http://svn.apache.org/viewvc?rev=1867448&view=rev
Log:
Update license headers

Modified:
    manifoldcf/branches/release-2.14-branch/   (props changed)
    manifoldcf/branches/release-2.14-branch/connectors/html-extractor/connector/src/main/java/org/apache/manifoldcf/agents/transformation/htmlextractor/exception/HtmlExtractorException.java
    manifoldcf/branches/release-2.14-branch/connectors/html-extractor/connector/src/main/java/org/apache/manifoldcf/agents/transformation/htmlextractor/exception/RegexException.java
    manifoldcf/branches/release-2.14-branch/connectors/mongodb/pom.xml
    manifoldcf/branches/release-2.14-branch/connectors/nuxeo/README.md

Propchange: manifoldcf/branches/release-2.14-branch/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Sep 24 11:59:54 2019
@@ -155,4 +155,4 @@
 /manifoldcf/branches/CONNECTORS-981:1605049-1605773
 /manifoldcf/branches/CONNECTORS-989:1611600-1612101
 /manifoldcf/branches/CONNECTORS-990:1610284-1610707
-/manifoldcf/trunk:1867444
+/manifoldcf/trunk:1867444,1867447

Modified: manifoldcf/branches/release-2.14-branch/connectors/html-extractor/connector/src/main/java/org/apache/manifoldcf/agents/transformation/htmlextractor/exception/HtmlExtractorException.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.14-branch/connectors/html-extractor/connector/src/main/java/org/apache/manifoldcf/agents/transformation/htmlextractor/exception/HtmlExtractorException.java?rev=1867448&r1=1867447&r2=1867448&view=diff
==============================================================================
--- manifoldcf/branches/release-2.14-branch/connectors/html-extractor/connector/src/main/java/org/apache/manifoldcf/agents/transformation/htmlextractor/exception/HtmlExtractorException.java (original)
+++ manifoldcf/branches/release-2.14-branch/connectors/html-extractor/connector/src/main/java/org/apache/manifoldcf/agents/transformation/htmlextractor/exception/HtmlExtractorException.java Tue Sep 24 11:59:54 2019
@@ -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.manifoldcf.agents.transformation.htmlextractor.exception;
 
 

Modified: manifoldcf/branches/release-2.14-branch/connectors/html-extractor/connector/src/main/java/org/apache/manifoldcf/agents/transformation/htmlextractor/exception/RegexException.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.14-branch/connectors/html-extractor/connector/src/main/java/org/apache/manifoldcf/agents/transformation/htmlextractor/exception/RegexException.java?rev=1867448&r1=1867447&r2=1867448&view=diff
==============================================================================
--- manifoldcf/branches/release-2.14-branch/connectors/html-extractor/connector/src/main/java/org/apache/manifoldcf/agents/transformation/htmlextractor/exception/RegexException.java (original)
+++ manifoldcf/branches/release-2.14-branch/connectors/html-extractor/connector/src/main/java/org/apache/manifoldcf/agents/transformation/htmlextractor/exception/RegexException.java Tue Sep 24 11:59:54 2019
@@ -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.manifoldcf.agents.transformation.htmlextractor.exception;
 
 

Modified: manifoldcf/branches/release-2.14-branch/connectors/mongodb/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.14-branch/connectors/mongodb/pom.xml?rev=1867448&r1=1867447&r2=1867448&view=diff
==============================================================================
--- manifoldcf/branches/release-2.14-branch/connectors/mongodb/pom.xml (original)
+++ manifoldcf/branches/release-2.14-branch/connectors/mongodb/pom.xml Tue Sep 24 11:59:54 2019
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
+
 <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/xsd/maven-4.0.0.xsd">

Modified: manifoldcf/branches/release-2.14-branch/connectors/nuxeo/README.md
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.14-branch/connectors/nuxeo/README.md?rev=1867448&r1=1867447&r2=1867448&view=diff
==============================================================================
--- manifoldcf/branches/release-2.14-branch/connectors/nuxeo/README.md (original)
+++ manifoldcf/branches/release-2.14-branch/connectors/nuxeo/README.md Tue Sep 24 11:59:54 2019
@@ -1,3 +1,18 @@
+# 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.
+
 # ManifoldCF - Connectors - Nuxeo Connector
 
 ### Nuxeo repository connector