Skip to content

Commit 9c6d13a

Browse files
committed
Add badges to readme
1 parent 547588d commit 9c6d13a

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
# Disjoint Map
2+
[![Build][github-build-badge]][github-build]
3+
[![License][license-badge]][license]
4+
[![Maven Release][maven-release-badge]][maven-release]
5+
[![GitHub Release][github-release-badge]][github-release]
6+
27
This is a Disjoint Map implementation in Kotlin, usable in both Java and Kotlin.
38

4-
## Getting Started
5-
No documentation yet.
69

7-
## Documentation
8-
No documentation yet.
910

10-
## Contributions
11-
Please read our [contributing guide](CONTRIBUTING.md).
11+
## License
12+
Copyright © 2020-2025 Daniel A. A. Pelsmaeker
1213

14+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use files in this project except in compliance with the License. You may obtain a copy of the License at <https://www.apache.org/licenses/LICENSE-2.0>
1315

14-
## License
15-
Copyright 2020-2021 - Daniel A. A. Pelsmaeker
16+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an **"as is" basis, without warranties or conditions of any kind**, either express or implied. See the License for the specific language governing permissions and limitations under the License.
1617

17-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
18-
License. You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>.
19-
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
20-
**"as is" basis, without warranties or conditions of any kind**, either express or implied. See the License for the
21-
specific language governing permissions and limitations under the License.
18+
[github-build-badge]: https://github.com/Virtlink/disjoint-map/actions/workflows/build.yaml/badge.svg
19+
[github-build]: https://github.com/Virtlink/disjoint-map/actions
20+
[license-badge]: https://img.shields.io/github/license/Virtlink/disjoint-map
21+
[license]: https://github.com/Virtlink/disjoint-map/blob/main/LICENSE
22+
[maven-release-badge]: https://img.shields.io/maven-central/v/dev.pelsmaeker/disjoint-map
23+
[maven-release]: https://mvnrepository.com/artifact/dev.pelsmaeker/disjoint-map
24+
[github-release-badge]: https://img.shields.io/github/v/release/Virtlink/disjoint-map
25+
[github-release]: https://github.com/Virtlink/disjoint-map/releases

0 commit comments

Comments
 (0)