From 4714ad18fc684a6cdfc310f190f62922d38a5163 Mon Sep 17 00:00:00 2001 From: David Blue Date: Tue, 24 Aug 2021 00:40:42 -0500 Subject: [PATCH 1/2] Create CITATION.cff --- CITATION.cff | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..ac14e199 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,21 @@ +# YAML 1.2 +--- +authors: + - + family-names: Blue + given-names: David + orcid: "https://orcid.org/0000-0002-9307-2251" +cff-version: "1.1.0" +date-released: 2021-08-24 +keywords: + - editorial + - documentation +license: "The Unlicense" +message: | + "Feel free to cite any of my work properly! Feel free to not do that! + + Feel free to actively lie about its origin! " +repository-code: "https://github.com/extratone/bilge/releases/tag/3.1" +title: BILGE +version: "3.1" +... \ No newline at end of file From f2fbd668c9fdea8db7cbf15fc5ac4d668ad0b2ca Mon Sep 17 00:00:00 2001 From: David Blue Date: Tue, 24 Aug 2021 00:47:14 -0500 Subject: [PATCH 2/2] Update CITATION.cff --- CITATION.cff | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index ac14e199..70aed376 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,11 +10,9 @@ date-released: 2021-08-24 keywords: - editorial - documentation -license: "The Unlicense" +license: "The Unlicense, Dave Edition" (https://github.com/extratone/bilge/blob/main/LICENSE.md) message: | - "Feel free to cite any of my work properly! Feel free to not do that! - - Feel free to actively lie about its origin! " + "Feel free to cite any of my work properly! Feel free to not do that! Feel free to actively lie about its origin! " repository-code: "https://github.com/extratone/bilge/releases/tag/3.1" title: BILGE version: "3.1"