Skip to content

Commit d7e2e10

Browse files
committed
update code of conduct etc
1 parent 812654b commit d7e2e10

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

.github/workflows/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: [maplibre]
2+
open_collective: maplibre

CODE-OF-CONDUCT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Code of conduct
2+
3+
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/maplibre/maplibre/blob/main/CODE_OF_CONDUCT.md)
4+

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
MIT License
22

3+
Copyright (c) 2025 MapLibre Contributors
34
Copyright (c) 2020 Derek Ellis
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tasks.dokkaHtmlMultiModule.configure {
1212
mapOf(
1313
"org.jetbrains.dokka.base.DokkaBase" to """
1414
{
15-
"footerMessage": "Copyright © 2022 Derek Ellis",
15+
"footerMessage": "Copyright © 2025 MapLibre Contributors",
1616
"customStyleSheets": ["${file("docs/css/logo-styles.css").invariantSeparatorsPath}"]
1717
}
1818
""".trimIndent()

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ site_url: https://dellisd.github.io/spatial-k
33
repo_name: "spatial-k"
44
repo_url: https://github.com/dellisd/spatial-k
55
site_description: "Kotlin Multiplatform GeoJson library and Turfjs port"
6-
site_author: Derek Ellis
7-
copyright: 'Copyright © 2022 Derek Ellis'
6+
site_author: MapLibre
7+
copyright: 'Copyright © 2025 MapLibre Contributors'
88
remote_branch: gh-pages
99

1010
nav:

0 commit comments

Comments
 (0)