This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.2.X by this push:
new 112ab7856 Added the ASF header
112ab7856 is described below
commit 112ab78565fc6b47010261a9ab3c9bed6b0940d8
Author: Emmanuel Lécharny <[email protected]>
AuthorDate: Mon Jun 1 17:15:45 2026 +0200
Added the ASF header
---
README.md | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/README.md b/README.md
index 60b9b5edd..f68099ff3 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +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.
- */
+[//]: # "/*"
+[//]: # " * 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 MINA developer guide
This document gathers the minimal information about how to build the project.