From f61ad186fe015b0eb09f7c05e237f5d0063fcc7a Mon Sep 17 00:00:00 2001 From: dovholuknf <46322585+dovholuknf@users.noreply.github.com> Date: Fri, 3 May 2024 07:49:03 -0400 Subject: [PATCH] add a citation.cff for the root project --- CITATION.cff | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..8a9331994 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,26 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: OpenZiti +message: >- + Thanks for using OpenZiti. Please cite it using this + metadata. +type: software +authors: + - name: NetFoundry Inc. + address: 101 S Tryon St UNIT 2700 + city: Charlotte + country: US + post-code: '28280' +repository-code: 'https://github.com/openziti/ziti' +url: 'https://openziti.io' +abstract: >- + OpenZiti is a free and open source project focused on + bringing zero trust networking principles directly into + applications. +keywords: + - open source + - zero trust + - secure networking +license: Apache-2.0