From 5a13e918a7ed7dcbeed74739f8b9123666ec943d Mon Sep 17 00:00:00 2001 From: mya Date: Sat, 30 Dec 2023 12:24:36 -0600 Subject: [PATCH] docs: add readme --- .gitignore | 1 + README.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index effda26..62d222f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ !LICENSE !Makefile +!README.md !swagger.json # ...even if they are in subdirectories diff --git a/README.md b/README.md new file mode 100644 index 0000000..9aa646c --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# The Licensing API (v1.0) + +This repository contains the API definitions for the licensing project. This project should be consumed by other +language-specific client libraries. See the list of implementations below. + +## Implementations + +- [api-go](https://code.pitz.tech/licensing/api-go) + +## License + +```text +Copyright (C) 2023 The Licensing Authors +SPDX-License-Identifier: MIT +```