aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-09-01 19:00:31 -0700
committerDaniel Mueller <deso@posteo.net>2020-09-01 19:00:31 -0700
commitf28112eae5e6e0f788e6a9c12afcb6240f7c12b1 (patch)
tree9aeec7eef5f9844291b21b79676df6955bc7785a /src/tests
parent16ce6d3695f4f54a128d32835232f255a6f6d56d (diff)
downloadnitrocli-f28112eae5e6e0f788e6a9c12afcb6240f7c12b1.tar.gz
nitrocli-f28112eae5e6e0f788e6a9c12afcb6240f7c12b1.tar.bz2
Adjust copyright string to refer to The Nitrocli Developers
This change adjusts the copyright header in all files to no longer mention individuals but refer to The Nitrocli Developers in general.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/config.rs2
-rw-r--r--src/tests/encrypted.rs2
-rw-r--r--src/tests/hidden.rs2
-rw-r--r--src/tests/list.rs2
-rw-r--r--src/tests/lock.rs2
-rw-r--r--src/tests/mod.rs2
-rw-r--r--src/tests/otp.rs2
-rw-r--r--src/tests/pin.rs2
-rw-r--r--src/tests/pws.rs2
-rw-r--r--src/tests/reset.rs2
-rw-r--r--src/tests/run.rs2
-rw-r--r--src/tests/status.rs2
-rw-r--r--src/tests/unencrypted.rs2
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 *