From 856bf5e4a1c31192c34e00e852642ff30f60ed53 Mon Sep 17 00:00:00 2001 From: Guillume DIDIER Date: Thu, 21 Apr 2022 10:59:26 +0200 Subject: [PATCH] Standardise authors (cherry picked from commit 98c3d29cd1769993b9d6d345aa014fe2e77f1038) --- basic_timing_cache_channel/Cargo.toml | 2 +- cache_side_channel/Cargo.toml | 2 +- cache_utils/Cargo.toml | 2 +- covert_channels_benchmark/Cargo.toml | 2 +- covert_channels_evaluation/Cargo.toml | 2 +- flush_flush/Cargo.toml | 2 +- flush_reload/Cargo.toml | 2 +- prefetcher_reverse/Cargo.toml | 2 +- turn_lock/Cargo.toml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/basic_timing_cache_channel/Cargo.toml b/basic_timing_cache_channel/Cargo.toml index 9e4eac4..5c9f23b 100644 --- a/basic_timing_cache_channel/Cargo.toml +++ b/basic_timing_cache_channel/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "basic_timing_cache_channel" version = "0.1.0" -authors = ["GuillaumeDIDIER "] +authors = ["Guillaume DIDIER "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/cache_side_channel/Cargo.toml b/cache_side_channel/Cargo.toml index ccfb2ce..525a012 100644 --- a/cache_side_channel/Cargo.toml +++ b/cache_side_channel/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cache_side_channel" version = "0.1.0" -authors = ["GuillaumeDIDIER "] +authors = ["Guillaume DIDIER "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/cache_utils/Cargo.toml b/cache_utils/Cargo.toml index b18e817..c55705c 100644 --- a/cache_utils/Cargo.toml +++ b/cache_utils/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cache_utils" version = "0.1.0" -authors = ["guillaume didier "] +authors = ["Guillaume DIDIER "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/covert_channels_benchmark/Cargo.toml b/covert_channels_benchmark/Cargo.toml index c04a216..7a2d3c0 100644 --- a/covert_channels_benchmark/Cargo.toml +++ b/covert_channels_benchmark/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "covert_channels_benchmark" version = "0.1.0" -authors = ["Guillume DIDIER "] +authors = ["Guillaume DIDIER "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/covert_channels_evaluation/Cargo.toml b/covert_channels_evaluation/Cargo.toml index 06b415f..e794c27 100644 --- a/covert_channels_evaluation/Cargo.toml +++ b/covert_channels_evaluation/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "covert_channels_evaluation" version = "0.1.0" -authors = ["GuillaumeDIDIER "] +authors = ["Guillaume DIDIER "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/flush_flush/Cargo.toml b/flush_flush/Cargo.toml index 664eab6..9af517b 100644 --- a/flush_flush/Cargo.toml +++ b/flush_flush/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flush_flush" version = "0.1.0" -authors = ["GuillaumeDIDIER "] +authors = ["Guillaume DIDIER "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/flush_reload/Cargo.toml b/flush_reload/Cargo.toml index 92c54ca..cf37d62 100644 --- a/flush_reload/Cargo.toml +++ b/flush_reload/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flush_reload" version = "0.1.0" -authors = ["GuillaumeDIDIER "] +authors = ["Guillaume DIDIER "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/prefetcher_reverse/Cargo.toml b/prefetcher_reverse/Cargo.toml index 56636fe..8a177f8 100644 --- a/prefetcher_reverse/Cargo.toml +++ b/prefetcher_reverse/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "prefetcher_reverse" version = "0.1.0" -authors = ["Guillume DIDIER "] +authors = ["Guillaume DIDIER "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/turn_lock/Cargo.toml b/turn_lock/Cargo.toml index c9a1db3..ab38662 100644 --- a/turn_lock/Cargo.toml +++ b/turn_lock/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "turn_lock" version = "0.1.0" -authors = ["GuillaumeDIDIER "] +authors = ["Guillaume DIDIER "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html