From 73005d482d814b5b56551ddaff734b5a79054449 Mon Sep 17 00:00:00 2001 From: Cassandra Targett Date: Thu, 8 Nov 2018 15:01:55 -0600 Subject: [PATCH] Ref Guide: fix pages missing header license info --- solr/solr-ref-guide/src/json-facet-api.adoc | 16 ++++++++++++++++ solr/solr-ref-guide/src/solr-tutorial.adoc | 16 ++++++++++++++++ solr/solr-ref-guide/src/the-tagger-handler.adoc | 16 ++++++++++++++++ solr/solr-ref-guide/src/time-routed-aliases.adoc | 16 ++++++++++++++++ 4 files changed, 64 insertions(+) diff --git a/solr/solr-ref-guide/src/json-facet-api.adoc b/solr/solr-ref-guide/src/json-facet-api.adoc index b0f6e370d6a..1e52034b2fb 100644 --- a/solr/solr-ref-guide/src/json-facet-api.adoc +++ b/solr/solr-ref-guide/src/json-facet-api.adoc @@ -1,5 +1,21 @@ = JSON Facet API :page-tocclass: right +// 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. == Facet & Analytics Module diff --git a/solr/solr-ref-guide/src/solr-tutorial.adoc b/solr/solr-ref-guide/src/solr-tutorial.adoc index 577fc5cdd2f..fb0acbcb0cf 100644 --- a/solr/solr-ref-guide/src/solr-tutorial.adoc +++ b/solr/solr-ref-guide/src/solr-tutorial.adoc @@ -1,6 +1,22 @@ = Solr Tutorial :page-tocclass: right :experimental: +// 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. This tutorial covers getting Solr up and running, ingesting a variety of data sources into Solr collections, and getting a feel for the Solr administrative and search interfaces. diff --git a/solr/solr-ref-guide/src/the-tagger-handler.adoc b/solr/solr-ref-guide/src/the-tagger-handler.adoc index 4536eb0486b..6a7b3031588 100644 --- a/solr/solr-ref-guide/src/the-tagger-handler.adoc +++ b/solr/solr-ref-guide/src/the-tagger-handler.adoc @@ -1,4 +1,20 @@ = The Tagger Handler +// 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. The "Tagger" Request Handler, AKA the "SolrTextTagger" is a "text tagger". diff --git a/solr/solr-ref-guide/src/time-routed-aliases.adoc b/solr/solr-ref-guide/src/time-routed-aliases.adoc index a97d051e421..3ef0e191939 100644 --- a/solr/solr-ref-guide/src/time-routed-aliases.adoc +++ b/solr/solr-ref-guide/src/time-routed-aliases.adoc @@ -1,4 +1,20 @@ = Time Routed Aliases +// 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. Time Routed Aliases (TRAs) is a SolrCloud feature that manages an alias and a time sequential series of collections.