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

czy006 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 24c23a9d7 [Hotfix] Add Apache License header to AGENTS.md (#4125)
24c23a9d7 is described below

commit 24c23a9d71f40c542ac49f87e5bbeff1cb66710d
Author: Xu Bai <[email protected]>
AuthorDate: Wed Mar 18 09:59:09 2026 +0800

    [Hotfix] Add Apache License header to AGENTS.md (#4125)
    
    Add Apache License header to AGENTS.md
---
 AGENTS.md | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/AGENTS.md b/AGENTS.md
index 67a991144..67ef8494b 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -1,3 +1,22 @@
+<!--
+  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 — Apache Amoro (Incubating)
 
 ## Project Overview
@@ -75,4 +94,3 @@ Key Maven profiles: `-Phadoop2` (Hadoop 2.x), 
`-Pspark-3.3`/`-Pspark-3.5`, `-Psu
 2. Update Derby path in `conf/config.yaml` to use absolute path under 
`conf/derby`
 3. Run `AmoroServiceContainer.main()` — dashboard at http://localhost:1630 
(admin/admin)
 4. Optimizer: Run `StandaloneOptimizer.main()` with args `-a 
thrift://127.0.0.1:1261 -p 1 -g local`
-

Reply via email to