docs: add readme
This commit is contained in:
parent
018f38a22d
commit
5a13e918a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
!LICENSE
|
!LICENSE
|
||||||
!Makefile
|
!Makefile
|
||||||
|
!README.md
|
||||||
!swagger.json
|
!swagger.json
|
||||||
|
|
||||||
# ...even if they are in subdirectories
|
# ...even if they are in subdirectories
|
||||||
|
15
README.md
Normal file
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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user