This is an automated email from the ASF dual-hosted git repository.

dsmiley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new bfd7ff1af03 Remove ASF License headers when possible. (#4609)
bfd7ff1af03 is described below

commit bfd7ff1af03490aa51ce8508a63931c8eff484da
Author: David Smiley <[email protected]>
AuthorDate: Wed Jul 8 22:06:56 2026 -0400

    Remove ASF License headers when possible. (#4609)
    
    These files are not "released" (not in the source or any other release 
anymore).
---
 AGENTS.md                                    | 16 ----------------
 dev-docs/README.adoc                         | 16 ----------------
 dev-docs/dependency-upgrades.adoc            | 16 ----------------
 dev-docs/gradle-help/README.md               | 17 -----------------
 dev-docs/lucene-upgrade.md                   | 17 -----------------
 dev-docs/pmc-chair.adoc                      | 16 ----------------
 dev-docs/ref-guide/antora.adoc               | 16 ----------------
 dev-docs/ref-guide/asciidoc-syntax.adoc      | 16 ----------------
 dev-docs/working-between-major-versions.adoc | 16 ----------------
 9 files changed, 146 deletions(-)

diff --git a/AGENTS.md b/AGENTS.md
index e7542117d44..70433ba1adc 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -1,19 +1,3 @@
-<!--
-    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.
- -->
 # AGENTS.md for Apache Solr
 
 While README.md and CONTRIBUTING.md are mainly written for humans, this file 
is a condensed knowledge base for LLM coding agents on the Solr codebase. See 
https://agents.md for more info and how to make various coding assistants 
consume this file. Also see `dev-docs/how-to-contribute.adoc` for some 
guidelines when using genAI to contribute to Solr.
diff --git a/dev-docs/README.adoc b/dev-docs/README.adoc
index 17d64ccbb54..49570d7a0a9 100644
--- a/dev-docs/README.adoc
+++ b/dev-docs/README.adoc
@@ -1,20 +1,4 @@
 = Solr Developer Docs
-// 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 directory includes information for Solr developers.   There are some other
 sources of information for learning about developing on Solr:
diff --git a/dev-docs/dependency-upgrades.adoc 
b/dev-docs/dependency-upgrades.adoc
index cbc16809aca..1bfbabb5d20 100644
--- a/dev-docs/dependency-upgrades.adoc
+++ b/dev-docs/dependency-upgrades.adoc
@@ -1,20 +1,4 @@
 = Dependency upgrades
-// 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.
 
 Solr has lots of 3rd party dependencies, defined in 
`gradle/libs.versions.toml`.
 Keeping them up-to-date is crucial for a number of reasons:
diff --git a/dev-docs/gradle-help/README.md b/dev-docs/gradle-help/README.md
index 58df221401d..d3a43d90fae 100644
--- a/dev-docs/gradle-help/README.md
+++ b/dev-docs/gradle-help/README.md
@@ -1,20 +1,3 @@
-<!--
-    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.
--->
-
 # Gradle Help Documentation
 
 This directory contains text files that provide help documentation for various 
Gradle tasks and project workflows in Solr. 
diff --git a/dev-docs/lucene-upgrade.md b/dev-docs/lucene-upgrade.md
index c816c9f594c..dd17ef42380 100644
--- a/dev-docs/lucene-upgrade.md
+++ b/dev-docs/lucene-upgrade.md
@@ -1,20 +1,3 @@
-<!--
-    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.
- -->
-
 # Lucene upgrade steps
 
 ## Read
diff --git a/dev-docs/pmc-chair.adoc b/dev-docs/pmc-chair.adoc
index 8c5f3b1ad23..24cb1db8045 100644
--- a/dev-docs/pmc-chair.adoc
+++ b/dev-docs/pmc-chair.adoc
@@ -1,21 +1,5 @@
 = Tips & Tricks for PMC Chair
 :toc: left
-// 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.
 
 Congratulations on becoming the Chair of the Lucene PMC! Thank you for 
accepting the role.
 
diff --git a/dev-docs/ref-guide/antora.adoc b/dev-docs/ref-guide/antora.adoc
index a363cb3fe46..0b70cf7f27f 100644
--- a/dev-docs/ref-guide/antora.adoc
+++ b/dev-docs/ref-guide/antora.adoc
@@ -1,21 +1,5 @@
 = Working with HTML Templates
 :toc:
-// 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 Solr Ref Guide uses Antora to build the HTML version of the site.
 
diff --git a/dev-docs/ref-guide/asciidoc-syntax.adoc 
b/dev-docs/ref-guide/asciidoc-syntax.adoc
index 510bea5aec7..2b590e145ef 100644
--- a/dev-docs/ref-guide/asciidoc-syntax.adoc
+++ b/dev-docs/ref-guide/asciidoc-syntax.adoc
@@ -1,21 +1,5 @@
 = AsciiDoc Syntax Cheatsheet
 :toc:
-// 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 definitive manual on AsciiDoc syntax is in the 
https://docs.asciidoctor.org/asciidoctor.js/latest[Asciidoctor.js 
documentation].
 To help people get started, however, here is a simpler cheat sheet.
diff --git a/dev-docs/working-between-major-versions.adoc 
b/dev-docs/working-between-major-versions.adoc
index 4c41fb8073a..af61cda5e47 100644
--- a/dev-docs/working-between-major-versions.adoc
+++ b/dev-docs/working-between-major-versions.adoc
@@ -1,20 +1,4 @@
 = Working between Multiple Major versions
-// 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.
 
 Working between multiple major versions of `solr` is often a necessary part of 
committing code, due to backports and testing.
 For some versions, this is an even bigger issue because `8.x` and `9.x` use 
different build systems, ant and gradle, and different repository locations.

Reply via email to