diff --git a/README.md b/README.md index a664283..4d9f8f7 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ nix run git+https://git.pleshevski.ru/pleshevskiy/vnetod -- --help - [send feedback](https://github.com/pleshevskiy/vnetod/discussions) - [make an issue](https://github.com/pleshevskiy/vnetod/issues) - matrix: @pleshevskiy:matrix.org -- email: dmitriy@ideascup.me +- email: dmitriy@pleshevski.ru # License diff --git a/src/cli.rs b/src/cli.rs index 8f186e5..a3b268d 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -1,4 +1,4 @@ -//! Copyright (C) 2022, Dmitriy Pleshevskiy +//! Copyright (C) 2022, Dmitriy Pleshevskiy //! //! vnetod is free software: you can redistribute it and/or modify //! it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ use clap::Parser; about = "\ Dotenv state switcher --------------------------------------------------------------------- -vnetod Copyright (C) 2022 Dmitriy Pleshevskiy +vnetod Copyright (C) 2022 Dmitriy Pleshevskiy This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions; diff --git a/src/cli/switch.rs b/src/cli/switch.rs index ab3a2f3..1f4c514 100644 --- a/src/cli/switch.rs +++ b/src/cli/switch.rs @@ -1,4 +1,4 @@ -//! Copyright (C) 2022, Dmitriy Pleshevskiy +//! Copyright (C) 2022, Dmitriy Pleshevskiy //! //! vnetod is free software: you can redistribute it and/or modify //! it under the terms of the GNU General Public License as published by diff --git a/src/domain.rs b/src/domain.rs index a954e88..d35672a 100644 --- a/src/domain.rs +++ b/src/domain.rs @@ -1,4 +1,4 @@ -//! Copyright (C) 2022, Dmitriy Pleshevskiy +//! Copyright (C) 2022, Dmitriy Pleshevskiy //! //! vnetod is free software: you can redistribute it and/or modify //! it under the terms of the GNU General Public License as published by diff --git a/src/domain/switch.rs b/src/domain/switch.rs index 74c5601..ecf32bf 100644 --- a/src/domain/switch.rs +++ b/src/domain/switch.rs @@ -1,4 +1,4 @@ -//! Copyright (C) 2022, Dmitriy Pleshevskiy +//! Copyright (C) 2022, Dmitriy Pleshevskiy //! //! vnetod is free software: you can redistribute it and/or modify //! it under the terms of the GNU General Public License as published by diff --git a/src/main.rs b/src/main.rs index 8c2fc7d..92b488f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -//! Copyright (C) 2022, Dmitriy Pleshevskiy +//! Copyright (C) 2022, Dmitriy Pleshevskiy //! //! vnetod is free software: you can redistribute it and/or modify //! it under the terms of the GNU General Public License as published by