diff options
Diffstat (limited to 'src/tests')
| -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 | 
13 files changed, 13 insertions, 13 deletions
| 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  * | 
