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 | |
| parent | build(cargo-make): update runner definitions (diff) | |
| download | windmark-ed3104f9e4e4f07e36850d7e97cfd8f2e97f956d.tar.xz windmark-ed3104f9e4e4f07e36850d7e97cfd8f2e97f956d.zip | |
chore: update copyright headers
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/async.rs | 3 | ||||
| -rw-r--r-- | examples/async_stateful_module.rs | 3 | ||||
| -rw-r--r-- | examples/binary.rs | 3 | ||||
| -rw-r--r-- | examples/callbacks.rs | 3 | ||||
| -rw-r--r-- | examples/certificate.rs | 3 | ||||
| -rw-r--r-- | examples/default_logger.rs | 3 | ||||
| -rw-r--r-- | examples/empty.rs | 3 | ||||
| -rw-r--r-- | examples/error_handler.rs | 3 | ||||
| -rw-r--r-- | examples/fix_path.rs | 3 | ||||
| -rw-r--r-- | examples/input.rs | 3 | ||||
| -rw-r--r-- | examples/mime.rs | 3 | ||||
| -rw-r--r-- | examples/parameters.rs | 3 | ||||
| -rw-r--r-- | examples/partial.rs | 3 | ||||
| -rw-r--r-- | examples/query.rs | 3 | ||||
| -rw-r--r-- | examples/responses.rs | 3 | ||||
| -rw-r--r-- | examples/simple_async_std.rs | 3 | ||||
| -rw-r--r-- | examples/simple_tokio.rs | 3 | ||||
| -rw-r--r-- | examples/stateful_module.rs | 3 | ||||
| -rw-r--r-- | examples/stateless_module.rs | 3 |
19 files changed, 19 insertions, 38 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` diff --git a/examples/async_stateful_module.rs b/examples/async_stateful_module.rs index 7c30e99..09b6cb1 100644 --- a/examples/async_stateful_module.rs +++ b/examples/async_stateful_module.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_stateful_module` diff --git a/examples/binary.rs b/examples/binary.rs index 2934105..3255157 100644 --- a/examples/binary.rs +++ b/examples/binary.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 binary` diff --git a/examples/callbacks.rs b/examples/callbacks.rs index d10dab9..58826e2 100644 --- a/examples/callbacks.rs +++ b/examples/callbacks.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 callbacks` diff --git a/examples/certificate.rs b/examples/certificate.rs index e9f1847..7c3d3a5 100644 --- a/examples/certificate.rs +++ b/examples/certificate.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 certificate` diff --git a/examples/default_logger.rs b/examples/default_logger.rs index c4f5b36..17cd559 100644 --- a/examples/default_logger.rs +++ b/examples/default_logger.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 default_logger --features logger` diff --git a/examples/empty.rs b/examples/empty.rs index 7653ec5..02e6254 100644 --- a/examples/empty.rs +++ b/examples/empty.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 empty` diff --git a/examples/error_handler.rs b/examples/error_handler.rs index 5b6ddf6..86ec337 100644 --- a/examples/error_handler.rs +++ b/examples/error_handler.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 error_handler` diff --git a/examples/fix_path.rs b/examples/fix_path.rs index 4b5294b..449f953 100644 --- a/examples/fix_path.rs +++ b/examples/fix_path.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 fix_path` diff --git a/examples/input.rs b/examples/input.rs index de708ca..75e97cb 100644 --- a/examples/input.rs +++ b/examples/input.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 input` diff --git a/examples/mime.rs b/examples/mime.rs index b5127a3..9f592f5 100644 --- a/examples/mime.rs +++ b/examples/mime.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 mime` diff --git a/examples/parameters.rs b/examples/parameters.rs index 50049fd..9d5335b 100644 --- a/examples/parameters.rs +++ b/examples/parameters.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 parameters` diff --git a/examples/partial.rs b/examples/partial.rs index af08f8f..70e05ab 100644 --- a/examples/partial.rs +++ b/examples/partial.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 partial` diff --git a/examples/query.rs b/examples/query.rs index ac2c047..d2c51d4 100644 --- a/examples/query.rs +++ b/examples/query.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 input` diff --git a/examples/responses.rs b/examples/responses.rs index 3cdc3a8..c5d19f8 100644 --- a/examples/responses.rs +++ b/examples/responses.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 responses` diff --git a/examples/simple_async_std.rs b/examples/simple_async_std.rs index cc2b498..9896590 100644 --- a/examples/simple_async_std.rs +++ b/examples/simple_async_std.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 simple_async_std --features async-std` diff --git a/examples/simple_tokio.rs b/examples/simple_tokio.rs index 21b2a98..1c9acec 100644 --- a/examples/simple_tokio.rs +++ b/examples/simple_tokio.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 simple_tokio --features tokio` diff --git a/examples/stateful_module.rs b/examples/stateful_module.rs index d97f139..df13206 100644 --- a/examples/stateful_module.rs +++ b/examples/stateful_module.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 stateful_module` diff --git a/examples/stateless_module.rs b/examples/stateless_module.rs index 5daa0e2..f43ce16 100644 --- a/examples/stateless_module.rs +++ b/examples/stateless_module.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 stateless_module` |