Skip to content

Commit 3ec9e92

Browse files
authored
Fix license information (#854)
* Add CODEOWNERS * Fix 'license' in CITATION.cff * Fix license holders * Fix comment
1 parent c350cdc commit 3ec9e92

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# These owners will be the default owners for everything in
2+
# the repo. Unless a later match takes precedence,
3+
# @MatthewDaggitt and @wenkokke will be requested for
4+
# review when someone opens a pull request.
5+
* @MatthewDaggitt @wenkokke

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors:
1616
given-names: "Ekaterina"
1717
version: "0.15.0"
1818
date-released: "2024-09-25"
19-
license: "MIT"
19+
license: "BSD-3-Clause"
2020
type: "software"
2121
repository-artifact: "https://github.com/vehicle-lang/vehicle/releases/tag/v0.15.0"
2222
repository-code: "https://github.com/vehicle-lang/vehicle"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright Wen Kokke (c) 2021
1+
Copyright Matthew Daggitt, Wen Kokke, University of Strathclyde, Heriot-Watt University, University of Western Australia (c) 2021-2024
22

33
All rights reserved.
44

0 commit comments

Comments
 (0)