From 51de426b186e3acdc63a8fcbad76a25144f8919d Mon Sep 17 00:00:00 2001 From: mwakidenis Date: Wed, 22 Jul 2026 14:02:47 +0300 Subject: [PATCH] Feat: Create CITATION.cff for GoogleTest Added citation metadata for GoogleTest including authors, version, and repository information. --- CITATION.cff | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..a6ae575d4 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,29 @@ +# CITATION.cff for google/googletest +cff-version: 1.2.0 +message: "If you use GoogleTest in your research or project, please cite it using these metadata." +title: "GoogleTest" +type: "software" +authors: + - name: "Google" + affiliation: "Google LLC" + - name: "GoogleTest Contributors" +repository-code: "https://github.com/google/googletest" +url: "https://github.com/google/googletest" +abstract: "GoogleTest is Google's C++ testing and mocking framework." +license: "BSD-3-Clause" +version: "1.18.0" +date-released: "2025-07-08" # approximate; adjust if you know the exact release date +keywords: + - "c++" + - "testing" + - "unit-test" + - "mock" + - "google" +preferred-citation: + type: "software" + title: "GoogleTest" + authors: + - name: "Google" + year: "2025" + url: "https://github.com/google/googletest" + version: "1.18.0"