This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new fad42921f Add missing license header
fad42921f is described below
commit fad42921f5d35a91028000c289c59918120c6a4c
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Sat Feb 21 22:00:59 2026 +0000
Add missing license header
---
axiom-legacy-attachments/README.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/axiom-legacy-attachments/README.md
b/axiom-legacy-attachments/README.md
index b90bbe462..eb2bf8af4 100644
--- a/axiom-legacy-attachments/README.md
+++ b/axiom-legacy-attachments/README.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.
+ -->
+
# axiom-legacy-attachments
This module contains legacy MIME support for Apache Axiom.
`axiom-legacy-attachments` provides compatibility support for older
MIME-related integration paths and preserves behavior needed by existing users
while newer MIME APIs (notably in the `org.apache.axiom.mime` package in
`axiom-api`) and implementations are used elsewhere in the codebase. The code
includes historical design flaws; for example, it uses `OMException` even
though that exception was intended for `org.apache.axiom.om` [...]