This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new 8c22be8d3 [#2489] Add CITATION.cff for Apache Shiro (#2518)
8c22be8d3 is described below
commit 8c22be8d3b6383dcbebb3fc911c193c989d2e1b3
Author: Divyansh Pratap Singh <[email protected]>
AuthorDate: Mon Feb 9 22:09:02 2026 +0530
[#2489] Add CITATION.cff for Apache Shiro (#2518)
* Add CITATION.cff for Apache Shiro
* Add content to CITATION.cff
* Update CITATION.cff
Co-authored-by: John Bampton <[email protected]>
---------
Co-authored-by: John Bampton <[email protected]>
---
CITATION.cff | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/CITATION.cff b/CITATION.cff
new file mode 100644
index 000000000..8a94a6ec9
--- /dev/null
+++ b/CITATION.cff
@@ -0,0 +1,25 @@
+# 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.
+
+cff-version: 1.2.0
+title: Apache Shiro
+type: software
+authors:
+ - name: Apache Shiro Project
+repository-code: https://github.com/apache/shiro
+url: https://shiro.apache.org
+license: Apache-2.0