This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
commit f0bf4ee5f86f602b0042bf2adf515a6314970801 Author: Gary Gregory <[email protected]> AuthorDate: Sat Nov 1 17:32:02 2025 -0400 Add license header --- BUILDING.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/BUILDING.txt b/BUILDING.txt index 46a3337f..db5aa1ce 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -1,3 +1,21 @@ +# +# 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 +# +# https://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. +# +# + Apache Commons JEXL uses Maven 3 as the build tool, and requires Java 8 (or above). The following Maven goals are useful:
