diff options
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/arg_util.rs | 2 | ||||
-rw-r--r-- | src/args.rs | 2 | ||||
-rw-r--r-- | src/commands.rs | 2 | ||||
-rw-r--r-- | src/config.rs | 2 | ||||
-rw-r--r-- | src/main.rs | 2 | ||||
-rw-r--r-- | src/pinentry.rs | 2 | ||||
-rw-r--r-- | src/redefine.rs | 2 | ||||
-rw-r--r-- | src/tests/config.rs | 2 | ||||
-rw-r--r-- | src/tests/encrypted.rs | 2 | ||||
-rw-r--r-- | src/tests/hidden.rs | 2 | ||||
-rw-r--r-- | src/tests/list.rs | 2 | ||||
-rw-r--r-- | src/tests/lock.rs | 2 | ||||
-rw-r--r-- | src/tests/mod.rs | 2 | ||||
-rw-r--r-- | src/tests/otp.rs | 2 | ||||
-rw-r--r-- | src/tests/pin.rs | 2 | ||||
-rw-r--r-- | src/tests/pws.rs | 2 | ||||
-rw-r--r-- | src/tests/reset.rs | 2 | ||||
-rw-r--r-- | src/tests/run.rs | 2 | ||||
-rw-r--r-- | src/tests/status.rs | 2 | ||||
-rw-r--r-- | src/tests/unencrypted.rs | 2 | ||||
-rwxr-xr-x | var/binary-size.py | 2 | ||||
-rw-r--r-- | var/shell-complete.rs | 2 |
24 files changed, 24 insertions, 24 deletions
@@ -1,7 +1,7 @@ # Cargo.toml #/*************************************************************************** -# * Copyright (C) 2017-2020 Daniel Mueller (deso@posteo.net) * +# * Copyright (C) 2017-2020 The Nitrocli Developers * # * * # * 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 * @@ -1,7 +1,7 @@ # Makefile #/*************************************************************************** -# * Copyright (C) 2017-2019 Daniel Mueller (deso@posteo.net) * +# * Copyright (C) 2017-2019 The Nitrocli Developers * # * * # * 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/src/arg_util.rs b/src/arg_util.rs index d4ffa74..1c5d38f 100644 --- a/src/arg_util.rs +++ b/src/arg_util.rs @@ -1,7 +1,7 @@ // arg_util.rs // ************************************************************************* -// * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019-2020 The Nitrocli Developers * // * * // * 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/src/args.rs b/src/args.rs index 5a4b312..4b12ceb 100644 --- a/src/args.rs +++ b/src/args.rs @@ -1,7 +1,7 @@ // args.rs // ************************************************************************* -// * Copyright (C) 2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2020 The Nitrocli Developers * // * * // * 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/src/commands.rs b/src/commands.rs index 4702001..30651c1 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -1,7 +1,7 @@ // commands.rs // ************************************************************************* -// * Copyright (C) 2018-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2018-2020 The Nitrocli Developers * // * * // * 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/src/config.rs b/src/config.rs index 0a220a5..c0f150c 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,7 +1,7 @@ // config.rs // ************************************************************************* -// * Copyright (C) 2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2020 The Nitrocli Developers * // * * // * 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/src/main.rs b/src/main.rs index 09ceedd..e4ff601 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ // main.rs // ************************************************************************* -// * Copyright (C) 2017-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2017-2020 The Nitrocli Developers * // * * // * 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/src/pinentry.rs b/src/pinentry.rs index 937d8df..0121754 100644 --- a/src/pinentry.rs +++ b/src/pinentry.rs @@ -1,7 +1,7 @@ // pinentry.rs // ************************************************************************* -// * Copyright (C) 2017-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2017-2020 The Nitrocli Developers * // * * // * 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/src/redefine.rs b/src/redefine.rs index a79cb4b..2e37b1e 100644 --- a/src/redefine.rs +++ b/src/redefine.rs @@ -1,7 +1,7 @@ // redefine.rs // ************************************************************************* -// * Copyright (C) 2019 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019 The Nitrocli Developers * // * * // * 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/src/tests/config.rs b/src/tests/config.rs index ad1fb12..c4d412f 100644 --- a/src/tests/config.rs +++ b/src/tests/config.rs @@ -1,7 +1,7 @@ // config.rs // ************************************************************************* -// * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019-2020 The Nitrocli Developers * // * * // * 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/src/tests/encrypted.rs b/src/tests/encrypted.rs index fb00ea2..ec0fb51 100644 --- a/src/tests/encrypted.rs +++ b/src/tests/encrypted.rs @@ -1,7 +1,7 @@ // encrypted.rs // ************************************************************************* -// * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019-2020 The Nitrocli Developers * // * * // * 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/src/tests/hidden.rs b/src/tests/hidden.rs index 6e08c1b..e261a72 100644 --- a/src/tests/hidden.rs +++ b/src/tests/hidden.rs @@ -1,7 +1,7 @@ // hidden.rs // ************************************************************************* -// * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019-2020 The Nitrocli Developers * // * * // * 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/src/tests/list.rs b/src/tests/list.rs index e8bd819..63aeac1 100644 --- a/src/tests/list.rs +++ b/src/tests/list.rs @@ -1,7 +1,7 @@ // list.rs // ************************************************************************* -// * Copyright (C) 2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2020 The Nitrocli Developers * // * * // * 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/src/tests/lock.rs b/src/tests/lock.rs index cb4962c..4a32c9c 100644 --- a/src/tests/lock.rs +++ b/src/tests/lock.rs @@ -1,7 +1,7 @@ // lock.rs // ************************************************************************* -// * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019-2020 The Nitrocli Developers * // * * // * 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/src/tests/mod.rs b/src/tests/mod.rs index 3c38b8e..298dde9 100644 --- a/src/tests/mod.rs +++ b/src/tests/mod.rs @@ -1,7 +1,7 @@ // mod.rs // ************************************************************************* -// * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019-2020 The Nitrocli Developers * // * * // * 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/src/tests/otp.rs b/src/tests/otp.rs index f94df2d..59fd319 100644 --- a/src/tests/otp.rs +++ b/src/tests/otp.rs @@ -1,7 +1,7 @@ // otp.rs // ************************************************************************* -// * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019-2020 The Nitrocli Developers * // * * // * 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/src/tests/pin.rs b/src/tests/pin.rs index cfcd0f6..416a7f8 100644 --- a/src/tests/pin.rs +++ b/src/tests/pin.rs @@ -1,7 +1,7 @@ // pin.rs // ************************************************************************* -// * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019-2020 The Nitrocli Developers * // * * // * 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/src/tests/pws.rs b/src/tests/pws.rs index 238ce28..d0e8907 100644 --- a/src/tests/pws.rs +++ b/src/tests/pws.rs @@ -1,7 +1,7 @@ // pws.rs // ************************************************************************* -// * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019-2020 The Nitrocli Developers * // * * // * 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/src/tests/reset.rs b/src/tests/reset.rs index c7492da..cbac676 100644 --- a/src/tests/reset.rs +++ b/src/tests/reset.rs @@ -1,7 +1,7 @@ // reset.rs // ************************************************************************* -// * Copyright (C) 2019-2020 Robin Krahl (robin.krahl@ireas.org) * +// * Copyright (C) 2019-2020 The Nitrocli Developers * // * * // * 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/src/tests/run.rs b/src/tests/run.rs index 597e400..90e3067 100644 --- a/src/tests/run.rs +++ b/src/tests/run.rs @@ -1,7 +1,7 @@ // run.rs // ************************************************************************* -// * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019-2020 The Nitrocli Developers * // * * // * 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/src/tests/status.rs b/src/tests/status.rs index c944cbb..983afa7 100644 --- a/src/tests/status.rs +++ b/src/tests/status.rs @@ -1,7 +1,7 @@ // status.rs // ************************************************************************* -// * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019-2020 The Nitrocli Developers * // * * // * 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/src/tests/unencrypted.rs b/src/tests/unencrypted.rs index 2fd92a0..574b53a 100644 --- a/src/tests/unencrypted.rs +++ b/src/tests/unencrypted.rs @@ -1,7 +1,7 @@ // unencrypted.rs // ************************************************************************* -// * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2019-2020 The Nitrocli Developers * // * * // * 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/var/binary-size.py b/var/binary-size.py index ff1ac6b..893e5c3 100755 --- a/var/binary-size.py +++ b/var/binary-size.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 -B #/*************************************************************************** -# * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * +# * Copyright (C) 2019-2020 The Nitrocli Developers * # * * # * 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/var/shell-complete.rs b/var/shell-complete.rs index a6f476d..a8372a4 100644 --- a/var/shell-complete.rs +++ b/var/shell-complete.rs @@ -1,7 +1,7 @@ // shell-complete.rs // ************************************************************************* -// * Copyright (C) 2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2020 The Nitrocli Developers * // * * // * 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 * |