summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CITATION.cff25
1 files changed, 25 insertions, 0 deletions
diff --git a/CITATION.cff b/CITATION.cff
new file mode 100644
index 00000000..5725fd6a
--- /dev/null
+++ b/CITATION.cff
@@ -0,0 +1,25 @@
+# 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 Operating System Kernel
+message: The Operating System Kernel 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's website.
+repository-code: 'https://github.com/nekernel-org/nekernel'
+url: 'https://nekernel.org'
+abstract: >-
+ This is NeKernel.org's Operating System Kernel, authored
+ by Amlal El Mahrouss.
+keywords:
+ - kernel
+ - operating-system
+ - cpp
+license: GPL-3.0