diff options
| author | Fuwn <[email protected]> | 2023-04-18 21:49:46 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-18 21:49:46 +0000 |
| commit | ed3104f9e4e4f07e36850d7e97cfd8f2e97f956d (patch) | |
| tree | 9842c00ad4d3c14b24eca7e108ba6e07c99d511e /examples/async.rs | |
| parent | build(cargo-make): update runner definitions (diff) | |
| download | windmark-ed3104f9e4e4f07e36850d7e97cfd8f2e97f956d.tar.xz windmark-ed3104f9e4e4f07e36850d7e97cfd8f2e97f956d.zip | |
chore: update copyright headers
Diffstat (limited to 'examples/async.rs')
| -rw-r--r-- | examples/async.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/async.rs b/examples/async.rs index 9851f56..d11be86 100644 --- a/examples/async.rs +++ b/examples/async.rs @@ -1,5 +1,4 @@ // This file is part of Windmark <https://github.com/gemrest/windmark>. -// Copyright (C) 2022-2022 Fuwn <[email protected]> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -13,7 +12,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. // -// Copyright (C) 2022-2022 Fuwn <[email protected]> +// Copyright (C) 2022-2023 Fuwn <[email protected]> // SPDX-License-Identifier: GPL-3.0-only //! `cargo run --example async` |