From d49c52e778a04ef5292a387385536eb56b4f8152 Mon Sep 17 00:00:00 2001 From: Alixinne Date: Sun, 17 Aug 2025 23:16:51 +0200 Subject: [PATCH] chore: update contact info --- LICENSE | 2 +- README.md | 2 +- efivar/Cargo.toml | 2 +- efivar/README.md | 2 +- efivarcli/Cargo.toml | 2 +- efivarcli/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index c4ad5493..b3b2c9c5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Vincent Tavernier +Copyright (c) 2018 - 2025 The efivar-rs authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d16aa05d..546089b2 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ iTrooz ### Original author -Vincent Tavernier +Alixinne diff --git a/efivar/Cargo.toml b/efivar/Cargo.toml index 27fa32d4..a03ff294 100644 --- a/efivar/Cargo.toml +++ b/efivar/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "efivar" version = "2.0.0" -authors = ["Vincent Tavernier ", "iTrooz "] +authors = ["Alixinne ", "iTrooz "] license = "MIT" readme = "README.md" repository = "https://github.com/iTrooz/efivar-rs" diff --git a/efivar/README.md b/efivar/README.md index 919e6750..055147e1 100644 --- a/efivar/README.md +++ b/efivar/README.md @@ -6,4 +6,4 @@ functionality. ## Author -Vincent Tavernier +Alixinne diff --git a/efivarcli/Cargo.toml b/efivarcli/Cargo.toml index 5aeef95e..fef5bc19 100644 --- a/efivarcli/Cargo.toml +++ b/efivarcli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "efivarcli" version = "2.0.0" -authors = ["Vincent Tavernier ", "iTrooz "] +authors = ["Alixinne ", "iTrooz "] license = "MIT" readme = "README.md" repository = "https://github.com/iTrooz/efivar-rs" diff --git a/efivarcli/README.md b/efivarcli/README.md index d6504f6c..b4ed8215 100644 --- a/efivarcli/README.md +++ b/efivarcli/README.md @@ -7,4 +7,4 @@ to manage EFI variables related to UEFI boot manager operation. iTrooz -Vincent Tavernier +Alixinne