From 38e8e8c551280b70beb518a80c850b90ff1d31bd Mon Sep 17 00:00:00 2001 From: CSK <73425927+cr2007@users.noreply.github.com> Date: Sat, 4 Sep 2021 16:48:29 +0400 Subject: [PATCH] Adds a `CITATION.cff` file --- 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..7ad9d85 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,9 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Selvacoumar" + given-names: "Akilan" +title: "remotegameplay" +version: 1.0.0 +date-released: 2021-09-04 +url: "https://github.com/Akilan1999/remotegameplay"