From 5c7095638dece29a74c482f4c81896ed462b14ec Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Thu, 23 Jun 2022 16:10:40 +0000 Subject: [PATCH] Update names --- Cargo.toml | 2 +- LICENSE.txt | 2 +- anvil/Cargo.toml | 2 +- wlcs_anvil/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50529336f447..c7701d431d68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "smithay" version = "0.3.0" -authors = ["Victor Berger ", "Drakulix (Victor Brekenfeld)"] +authors = ["Victor Berger ", "Drakulix (Victoria Brekenfeld)"] license = "MIT" description = "Smithay is a library for writing wayland compositors." repository = "https://github.com/Smithay/smithay" diff --git a/LICENSE.txt b/LICENSE.txt index 289b5f2766fe..5a8cb6738dc6 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Victor Berger and Victor Brekenfeld +Copyright (c) 2017 Victor Berger and Victoria Brekenfeld 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/anvil/Cargo.toml b/anvil/Cargo.toml index 7312493f719a..2600137704c1 100644 --- a/anvil/Cargo.toml +++ b/anvil/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anvil" version = "0.0.1" -authors = ["Victor Berger ", "Drakulix (Victor Brekenfeld)"] +authors = ["Victor Berger ", "Drakulix (Victoria Brekenfeld)"] license = "MIT" publish = false edition = "2018" diff --git a/wlcs_anvil/Cargo.toml b/wlcs_anvil/Cargo.toml index 63d820235abd..e85218fec3b8 100644 --- a/wlcs_anvil/Cargo.toml +++ b/wlcs_anvil/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wlcs_anvil" version = "0.0.1" -authors = ["Victor Berger ", "Drakulix (Victor Brekenfeld)"] +authors = ["Victor Berger ", "Drakulix (Victoria Brekenfeld)"] license = "MIT" publish = false edition = "2018"