From 1c40e092ccd2104b53f0fddb73dcae1990578476 Mon Sep 17 00:00:00 2001 From: Dzmitry Maladzenkau <151655734+45kmh@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:10:05 +0100 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..603e4a7 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,12 @@ +cff-version: 1.2.0 +preferred-citation: + type: software + message: If you use this software, please cite it as below. + authors: + - family-names: Maladzenkau + given-names: Dzmitry + title: "image2rtsp" + version: 1.0 + date-released: 2023-27-11 + license: BSD 3-Clause + url: "https://github.com/45kmh/image2rtsp"