This is an automated email from the ASF dual-hosted git repository. dsmiley pushed a commit to branch branch_10x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 40b81d9d251be95af1931501c4f08be866c8a0bc Author: Jan Høydahl <[email protected]> AuthorDate: Sun Aug 23 17:47:16 2026 +0200 SOLR-15465: Remove 3 dangling LICENSE/NOTICE files missed by #4793 (#4801) (cherry picked from commit 7ad4bbf6a914551c92cd6af88b2f12a29637e17a) --- solr/licenses/jopt-simple-LICENSE-MIT.txt | 24 ------------------------ solr/licenses/pcollections-LICENSE-MIT.txt | 24 ------------------------ solr/licenses/pcollections-NOTICE.txt | 0 3 files changed, 48 deletions(-) diff --git a/solr/licenses/jopt-simple-LICENSE-MIT.txt b/solr/licenses/jopt-simple-LICENSE-MIT.txt deleted file mode 100644 index f20b2442af5..00000000000 --- a/solr/licenses/jopt-simple-LICENSE-MIT.txt +++ /dev/null @@ -1,24 +0,0 @@ -/* - The MIT License - - Copyright (c) 2004-2021 Paul R. Holser, Jr. - - Permission is hereby granted, free of charge, to any person obtaining - a copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/ \ No newline at end of file diff --git a/solr/licenses/pcollections-LICENSE-MIT.txt b/solr/licenses/pcollections-LICENSE-MIT.txt deleted file mode 100644 index b6c7866afdf..00000000000 --- a/solr/licenses/pcollections-LICENSE-MIT.txt +++ /dev/null @@ -1,24 +0,0 @@ -MIT License - -Copyright 2008-2011, 2014-2020, 2022 Harold Cooper, gil cattaneo, Gleb Frank, -Günther Grill, Ilya Gorbunov, Jirka Kremser, Jochen Theodorou, Johnny Lim, -Liam Miller, Mark Perry, Matei Dragu, Mike Klein, Oleg Osipenko, Ran Ari-Gur, -Shantanu Kumar, and Valeriy Vyrva. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/solr/licenses/pcollections-NOTICE.txt b/solr/licenses/pcollections-NOTICE.txt deleted file mode 100644 index e69de29bb2d..00000000000
