summaryrefslogtreecommitdiffhomepage
path: root/CITATION.cff
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 16:40:19 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 16:40:19 +0100
commit443de826899acac5740a6ed582e214e14eb294b1 (patch)
treec4a0c6cf80bf5949c4498594e00c9074af164090 /CITATION.cff
parenta4d3338e4f9ce011180b6d4f599acb4f34bba617 (diff)
feat: switch license to Apache 2.0
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'CITATION.cff')
-rw-r--r--CITATION.cff26
1 files changed, 26 insertions, 0 deletions
diff --git a/CITATION.cff b/CITATION.cff
new file mode 100644
index 0000000..3acd287
--- /dev/null
+++ b/CITATION.cff
@@ -0,0 +1,26 @@
+# This CITATION.cff file was generated with cffinit.
+# Visit https://bit.ly/cffinit to generate yours today!
+
+cff-version: 1.2.0
+title: NeKernel.org Bootloader in C++
+message: The Bootloader of NeKernel.org
+type: software
+authors:
+ - given-names: Amlal
+ family-names: El Mahrouss
+ email: aelmahrouss@acm.org
+identifiers:
+ - type: url
+ value: 'https://nekernel.org'
+ description: NeKernel Website.
+repository-code: 'https://github.com/nekernel-org/neboot'
+url: 'https://nekernel.org'
+abstract: >-
+ This is NeKernel.org's Bootloader, authored
+ by Amlal El Mahrouss.
+keywords:
+ - kernel
+ - bootloader
+ - firmware
+ - cpp
+license: Apache-2.0