|
1 | 1 | # 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 | + |
2 | 7 | This is a Disjoint Map implementation in Kotlin, usable in both Java and Kotlin. |
3 | 8 |
|
4 | | -## Getting Started |
5 | | -No documentation yet. |
6 | 9 |
|
7 | | -## Documentation |
8 | | -No documentation yet. |
9 | 10 |
|
10 | | -## Contributions |
11 | | -Please read our [contributing guide](CONTRIBUTING.md). |
| 11 | +## License |
| 12 | +Copyright © 2020-2025 Daniel A. A. Pelsmaeker |
12 | 13 |
|
| 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> |
13 | 15 |
|
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. |
16 | 17 |
|
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