From 51e9e38122d61a5e539faa16aeb625eac11e789c Mon Sep 17 00:00:00 2001 From: CSK <73425927+cr2007@users.noreply.github.com> Date: Sat, 21 Aug 2021 10:06:12 +0400 Subject: [PATCH] Creates CITATION.cff file Allows easy citation of the repository via the GitHub website --- CITATION.cff | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..bbecb64 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,9 @@ +cff-version: 1.0.0 +message: "If you use this software, please cite it as below." +authors: + - family-names: Selvacoumar + given-names: Akilan +title: P2PRC +license: "GPL-2.0" +version: 1.0.0 +date-released: 2021-07-22