This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch ai-code/flight-sql
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/ai-code/flight-sql by this
push:
new 06522069eeb add file header
06522069eeb is described below
commit 06522069eeb6985e97854456cbdd10789fb8dff4
Author: JackieTien97 <[email protected]>
AuthorDate: Mon Feb 23 17:56:54 2026 +0800
add file header
---
AGENTS.md | 27 ++++++++++++++++++++++++++-
CLAUDE.md | 23 ++++++++++++++++++++++-
2 files changed, 48 insertions(+), 2 deletions(-)
diff --git a/AGENTS.md b/AGENTS.md
index 3acdbf4da47..0cb9fde79b0 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -72,7 +72,7 @@ This document defines the coding rules that **must** be
followed when generating
## License Header
-Every Java file must start with the Apache License 2.0 header:
+Every file must start with the Apache License 2.0 header, java file:
```java
/*
@@ -95,6 +95,31 @@ Every Java file must start with the Apache License 2.0
header:
*/
```
+md or xml file:
+
+```xml
+<!--
+
+ 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.
+
+-->
+```
+
## Verification Commands
```bash
diff --git a/CLAUDE.md b/CLAUDE.md
index e163e8b4ae1..fd152a916ee 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -1 +1,22 @@
-See [AGENTS.md](./AGENTS.md) for all project guidelines, code style rules,
build commands, and test instructions.
+<!--
+
+ 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.
+
+-->
+
+See [AGENTS.md](./AGENTS.md) for all project guidelines, code style rules,
build commands, and test instructions.
\ No newline at end of file