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

oscerd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit b79bba8ad9d7871c9ca259774e710c203fd8cba6
Author: Andrea Cosentino <[email protected]>
AuthorDate: Sat May 16 18:57:56 2026 +0200

    docs: add ASF license header to camel-karaf security model files
    
    Address @jbonofre review on PR #706: prepend the ASF Apache License v2
    header to the newly added files. AGENTS.md, SECURITY.md use the repository's
    existing HTML-comment header (matching README.md); security-model.adoc uses
    the AsciiDoc //// comment form. CLAUDE.md is a symlink to AGENTS.md and
    inherits the header transitively, so the symlink is intentionally preserved
    rather than converted to a regular file.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 AGENTS.md                                   | 19 +++++++++++++++++++
 SECURITY.md                                 | 19 +++++++++++++++++++
 docs/modules/ROOT/pages/security-model.adoc | 17 +++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/AGENTS.md b/AGENTS.md
index a3fd5983e..a7423b6e3 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.
+-->
+
 # Apache Camel Karaf - AI Agent Guidelines
 
 Guidelines for AI agents working on this codebase.
diff --git a/SECURITY.md b/SECURITY.md
index 2650fd954..f5a2327b4 100644
--- a/SECURITY.md
+++ b/SECURITY.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.
+-->
+
 # Security Policy
 
 ## Supported Versions
diff --git a/docs/modules/ROOT/pages/security-model.adoc 
b/docs/modules/ROOT/pages/security-model.adoc
index 959ec8964..7ef916720 100644
--- a/docs/modules/ROOT/pages/security-model.adoc
+++ b/docs/modules/ROOT/pages/security-model.adoc
@@ -1,3 +1,20 @@
+////
+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.
+////
+
 = Security Model
 
 This page documents the Apache Camel Karaf security model: who is trusted,

Reply via email to