From 9d66bcb7d3fa51c89147787cafed4c8caf609ebd Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Mon, 28 Aug 2023 10:02:59 +0200 Subject: [PATCH] Add Bibtex, closes #1398 --- CITATION.cff | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..14a06054 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,10 @@ +@manual{README.md, + title = {T-Pot Documentation}, + author = {Marco Ochse}, + year = 2023, + month = {January}, + address = {Bonner Talweg 100, 53113 Bonn}, + note = {Available at \url{https://github.com/telekom-security/tpotce/blob/7e60b46732109dffa780d754b5dc998c211626c6/README.md}}, + organization = {Telekom Security}, + edition = {22.04} +}