diff --git a/LICENSE b/LICENSE index a67a826b..101a7fbf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 William Wallace, MCHSL, aspen +Copyright (c) 2020 Sophie Wallace, MCHSL, aspen 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/auxtools-impl/Cargo.toml b/auxtools-impl/Cargo.toml index 3d6e2f30..80996bf4 100644 --- a/auxtools-impl/Cargo.toml +++ b/auxtools-impl/Cargo.toml @@ -2,7 +2,7 @@ name = "auxtools-impl" description = "procedural macros for use with the auxtools crate" version = "0.1.0" -authors = ["Aspen ", "William Wallace "] +authors = ["Aspen ", "Sophie Wallace "] license = "MIT" repository = "https://github.com/willox/auxtools" edition = "2018" @@ -17,4 +17,4 @@ hex = "0.4" [dependencies.syn] version = "1.0" -features = ["full"] \ No newline at end of file +features = ["full"] diff --git a/auxtools/Cargo.toml b/auxtools/Cargo.toml index 58854284..e506fe88 100644 --- a/auxtools/Cargo.toml +++ b/auxtools/Cargo.toml @@ -2,7 +2,7 @@ name = "auxtools" description = "library for interfacing with low-level BYOND internals" version = "0.1.0" -authors = ["William Wallace "] +authors = ["Sophie Wallace "] license = "MIT" repository = "https://github.com/willox/auxtools" edition = "2018" diff --git a/debug_server/Cargo.toml b/debug_server/Cargo.toml index 34dfd9ae..0a4953c4 100644 --- a/debug_server/Cargo.toml +++ b/debug_server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "debug_server" version = "2.2.4" -authors = ["William Wallace "] +authors = ["Sophie Wallace "] edition = "2018" publish = false diff --git a/instruction_hooking/Cargo.toml b/instruction_hooking/Cargo.toml index 2df07227..b5696bb1 100644 --- a/instruction_hooking/Cargo.toml +++ b/instruction_hooking/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "instruction_hooking" version = "1.0.0" -authors = ["William Wallace ", "Jordan Dominion "] +authors = ["Sophie Wallace ", "Jordan Dominion "] edition = "2018" publish = false diff --git a/tests/auxtest/Cargo.toml b/tests/auxtest/Cargo.toml index f7f7b7bd..a9f4531e 100644 --- a/tests/auxtest/Cargo.toml +++ b/tests/auxtest/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "auxtest" version = "0.1.0" -authors = ["William Wallace "] +authors = ["Sophie Wallace "] edition = "2018" publish = false diff --git a/tests/byond_get/Cargo.toml b/tests/byond_get/Cargo.toml index 9058a290..044ef788 100644 --- a/tests/byond_get/Cargo.toml +++ b/tests/byond_get/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "byond_get" version = "0.1.0" -authors = ["William Wallace "] +authors = ["Sophie Wallace "] edition = "2018" publish = false diff --git a/tests/test_runner/Cargo.toml b/tests/test_runner/Cargo.toml index f6e8d5af..e30e7e25 100644 --- a/tests/test_runner/Cargo.toml +++ b/tests/test_runner/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test_runner" version = "0.1.0" -authors = ["William Wallace "] +authors = ["Sophie Wallace "] edition = "2018" publish = false