diff --git a/pom.xml b/pom.xml index ac7e92625..e1939db95 100644 --- a/pom.xml +++ b/pom.xml @@ -89,8 +89,35 @@ **/*.java - **/*.jsp + **/*.jsp + + + **/org/alfresco/solr/component/AsyncBuildSuggestComponent.java + **/org/apache/solr/client/solrj/io/sql/ConnectionImpl.java + **/org/apache/solr/client/solrj/io/sql/DatabaseMetaDataImpl.java + **/org/apache/solr/client/solrj/io/sql/ResultSetImpl.java + **/org/apache/solr/client/solrj/io/sql/StatementImpl.java + **/org/alfresco/solr/sql/SolrAggregate.java + **/org/alfresco/solr/sql/SolrEnumerator.java + **/org/alfresco/solr/sql/SolrFilter.java + **/org/alfresco/solr/sql/SolrMethod.java + **/org/alfresco/solr/sql/SolrProject.java + **/org/alfresco/solr/sql/SolrRel.java + **/org/alfresco/solr/sql/SolrRules.java + **/org/alfresco/solr/sql/SolrSort.java + **/org/alfresco/solr/sql/SolrTable.java + **/org/alfresco/solr/sql/SolrTableScan.java + **/org/alfresco/solr/sql/SolrToEnumerableConverter.java + **/org/alfresco/solr/sql/SolrToEnumerableConverterRule.java + **/org/alfresco/solr/stream/FacetStream.java + **/org/alfresco/solr/stream/JDBCStream.java + **/org/alfresco/solr/stream/JSONTupleStream.java + **/org/alfresco/solr/stream/LimitStream.java + **/org/alfresco/solr/stream/StatsStream.java + **/org/alfresco/solr/stream/StreamHandler.java + **/org/alfresco/solr/stream/TimeSeriesStream.java + diff --git a/search-services/alfresco-search/src/main/java/org/alfresco/solr/component/AsyncBuildSuggestComponent.java b/search-services/alfresco-search/src/main/java/org/alfresco/solr/component/AsyncBuildSuggestComponent.java index 64c556140..9a1aadaf8 100644 --- a/search-services/alfresco-search/src/main/java/org/alfresco/solr/component/AsyncBuildSuggestComponent.java +++ b/search-services/alfresco-search/src/main/java/org/alfresco/solr/component/AsyncBuildSuggestComponent.java @@ -1,27 +1,18 @@ /* - * #%L - * Alfresco Search Services - * %% - * Copyright (C) 2005 - 2020 Alfresco Software Limited - * %% - * This file is part of the Alfresco software. - * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is - * provided under the following open source license terms: - * - * Alfresco is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Alfresco is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . - * #L% + * 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.alfresco.solr.component;