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
commit4686dbf5d79da730776374d7ef3471c3ed4915b5 (patch)
tree8a1efa96e40d25d91135f3ba723f1a7d40f9f89b /src/tests
parent99133bf07da7e0dfd558d0096ce0a4f08aa307c5 (diff)
downloadnitrocli-4686dbf5d79da730776374d7ef3471c3ed4915b5.tar.gz
nitrocli-4686dbf5d79da730776374d7ef3471c3ed4915b5.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 *