1

docs: add readme

This commit is contained in:
Mya 2023-12-30 12:24:36 -06:00
parent 018f38a22d
commit 5a13e918a7
Signed by: mya
GPG Key ID: 4DFBA0F91AC3544A
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored

@ -14,6 +14,7 @@
!LICENSE
!Makefile
!README.md
!swagger.json
# ...even if they are in subdirectories

15
README.md Normal file

@ -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
```