From b7420b44fb84f6cb4c20432d86a190679f929627 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Fri, 10 Jan 2020 10:38:07 -0800 Subject: fixup! Refactor the Enum! macro into Enum! and Command! --- nitrocli/src/arg_util.rs | 2 +- nitrocli/src/args.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nitrocli') diff --git a/nitrocli/src/arg_util.rs b/nitrocli/src/arg_util.rs index eb356bf..930e470 100644 --- a/nitrocli/src/arg_util.rs +++ b/nitrocli/src/arg_util.rs @@ -1,7 +1,7 @@ // arg_util.rs // ************************************************************************* -// * Copyright (C) 2019 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * // * * // * 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 * diff --git a/nitrocli/src/args.rs b/nitrocli/src/args.rs index 8ff03be..aeedfe6 100644 --- a/nitrocli/src/args.rs +++ b/nitrocli/src/args.rs @@ -1,7 +1,7 @@ // args.rs // ************************************************************************* -// * Copyright (C) 2018-2019 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2018-2020 Daniel Mueller (deso@posteo.net) * // * * // * 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 * -- cgit v1.2.1