Skip to content

Commit d4a72dd

Browse files
committed
Fix Apache license
1 parent bc8df44 commit d4a72dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ edition = "2021"
1010
readme = "README.md"
1111
authors = ["Mickaël Véril <mika.veril@wanadoo.fr>"]
1212
description = "Rust bindings for the WSL Plugin API"
13-
license = "Apache-2.0 OR MITMIT"
13+
license = "Apache-2.0 OR MIT"
1414
repository = "https://github.com/mveril/wslpluginapi-sys"

LICENSE-APACHE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache License
1+
Apache License
22
Version 2.0, January 2004
33
http://www.apache.org/licenses/
44

@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2025 Mickaël Véril
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.
@@ -198,4 +198,4 @@
198198
distributed under the License is distributed on an "AS IS" BASIS,
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201-
limitations under the License.
201+
limitations under the License.

0 commit comments

Comments
 (0)