summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-02-23 16:53:39 +0100
committerEugen Wissner <belka@caraus.de>2026-02-23 16:53:39 +0100
commitd8b11d740f2a31b8688cef5c37d5392f89cfe245 (patch)
tree1801273b7cfcaba080f2739ef27c424fa908ee42 /source
parent74b33d253ad6f2c10497817e9576be6825d82471 (diff)
downloadtanya-d8b11d740f2a31b8688cef5c37d5392f89cfe245.tar.gz
Remove email from author documentation and copyrights
Diffstat (limited to 'source')
-rw-r--r--source/tanya/algorithm/iteration.d3
-rw-r--r--source/tanya/algorithm/mutation.d3
-rw-r--r--source/tanya/algorithm/package.d3
-rw-r--r--source/tanya/container/array.d3
-rw-r--r--source/tanya/container/buffer.d3
-rw-r--r--source/tanya/container/entry.d3
-rw-r--r--source/tanya/container/hashtable.d3
-rw-r--r--source/tanya/container/list.d3
-rw-r--r--source/tanya/container/package.d3
-rw-r--r--source/tanya/container/set.d3
-rw-r--r--source/tanya/container/string.d3
-rw-r--r--source/tanya/conv.d3
-rw-r--r--source/tanya/format.d3
-rw-r--r--source/tanya/math/hash.d3
-rw-r--r--source/tanya/math/package.d3
-rw-r--r--source/tanya/math/random.d3
-rw-r--r--source/tanya/net/iface.d3
-rw-r--r--source/tanya/net/inet.d3
-rw-r--r--source/tanya/net/ip.d3
-rw-r--r--source/tanya/net/package.d3
-rw-r--r--source/tanya/range/adapter.d3
-rw-r--r--source/tanya/range/array.d28
-rw-r--r--source/tanya/range/package.d3
-rw-r--r--source/tanya/range/primitive.d3
-rw-r--r--source/tanya/test/assertion.d3
-rw-r--r--source/tanya/test/package.d3
-rw-r--r--source/tanya/test/stub.d3
27 files changed, 10 insertions, 96 deletions
diff --git a/source/tanya/algorithm/iteration.d b/source/tanya/algorithm/iteration.d
index e8c7bdd..06a9332 100644
--- a/source/tanya/algorithm/iteration.d
+++ b/source/tanya/algorithm/iteration.d
@@ -14,9 +14,6 @@
* Copyright: Eugen Wissner 2018-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/algorithm/iteration.d,
- * tanya/algorithm/iteration.d)
*/
module tanya.algorithm.iteration;
diff --git a/source/tanya/algorithm/mutation.d b/source/tanya/algorithm/mutation.d
index d4cb4ce..0c10877 100644
--- a/source/tanya/algorithm/mutation.d
+++ b/source/tanya/algorithm/mutation.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/algorithm/mutation.d,
- * tanya/algorithm/mutation.d)
*/
module tanya.algorithm.mutation;
diff --git a/source/tanya/algorithm/package.d b/source/tanya/algorithm/package.d
index be82e68..9d1124d 100644
--- a/source/tanya/algorithm/package.d
+++ b/source/tanya/algorithm/package.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/algorithm/package.d,
- * tanya/algorithm/package.d)
*/
module tanya.algorithm;
diff --git a/source/tanya/container/array.d b/source/tanya/container/array.d
index 1df0a85..e5d183f 100644
--- a/source/tanya/container/array.d
+++ b/source/tanya/container/array.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/container/array.d,
- * tanya/container/array.d)
*/
module tanya.container.array;
diff --git a/source/tanya/container/buffer.d b/source/tanya/container/buffer.d
index d346f7f..e59d26c 100644
--- a/source/tanya/container/buffer.d
+++ b/source/tanya/container/buffer.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/container/buffer.d,
- * tanya/container/buffer.d)
*/
module tanya.container.buffer;
diff --git a/source/tanya/container/entry.d b/source/tanya/container/entry.d
index a5e4fbd..657febb 100644
--- a/source/tanya/container/entry.d
+++ b/source/tanya/container/entry.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/container/entry.d,
- * tanya/container/entry.d)
*/
module tanya.container.entry;
diff --git a/source/tanya/container/hashtable.d b/source/tanya/container/hashtable.d
index b30a6f5..4c9f015 100644
--- a/source/tanya/container/hashtable.d
+++ b/source/tanya/container/hashtable.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2018-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/container/hashtable.d,
- * tanya/container/hashtable.d)
*/
module tanya.container.hashtable;
diff --git a/source/tanya/container/list.d b/source/tanya/container/list.d
index cb37144..475af13 100644
--- a/source/tanya/container/list.d
+++ b/source/tanya/container/list.d
@@ -9,9 +9,6 @@
* Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/container/list.d,
- * tanya/container/list.d)
*/
module tanya.container.list;
diff --git a/source/tanya/container/package.d b/source/tanya/container/package.d
index 1badb04..adae7bb 100644
--- a/source/tanya/container/package.d
+++ b/source/tanya/container/package.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/container/package.d,
- * tanya/container/package.d)
*/
module tanya.container;
diff --git a/source/tanya/container/set.d b/source/tanya/container/set.d
index f0bc146..3b45346 100644
--- a/source/tanya/container/set.d
+++ b/source/tanya/container/set.d
@@ -9,9 +9,6 @@
* Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/container/set.d,
- * tanya/container/set.d)
*/
module tanya.container.set;
diff --git a/source/tanya/container/string.d b/source/tanya/container/string.d
index 1c27623..3d973f2 100644
--- a/source/tanya/container/string.d
+++ b/source/tanya/container/string.d
@@ -20,9 +20,6 @@
* Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/container/string.d,
- * tanya/container/string.d)
*/
module tanya.container.string;
diff --git a/source/tanya/conv.d b/source/tanya/conv.d
index 872ec61..0d41a79 100644
--- a/source/tanya/conv.d
+++ b/source/tanya/conv.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/conv.d,
- * tanya/conv.d)
*/
module tanya.conv;
diff --git a/source/tanya/format.d b/source/tanya/format.d
index d710493..fd9b7f0 100644
--- a/source/tanya/format.d
+++ b/source/tanya/format.d
@@ -41,9 +41,6 @@
* Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/format/package.d,
- * tanya/format/package.d)
*/
module tanya.format;
diff --git a/source/tanya/math/hash.d b/source/tanya/math/hash.d
index 83e9763..1ddd78d 100644
--- a/source/tanya/math/hash.d
+++ b/source/tanya/math/hash.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2018-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/hash/lookup.d,
- * tanya/hash/lookup.d)
*/
module tanya.math.hash;
diff --git a/source/tanya/math/package.d b/source/tanya/math/package.d
index c5377c9..58fe112 100644
--- a/source/tanya/math/package.d
+++ b/source/tanya/math/package.d
@@ -15,9 +15,6 @@
* Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/math/package.d,
- * tanya/math/package.d)
*/
module tanya.math;
diff --git a/source/tanya/math/random.d b/source/tanya/math/random.d
index fa7a381..b700f38 100644
--- a/source/tanya/math/random.d
+++ b/source/tanya/math/random.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/math/random.d,
- * tanya/math/random.d)
*/
module tanya.math.random;
diff --git a/source/tanya/net/iface.d b/source/tanya/net/iface.d
index 60fb214..26d8252 100644
--- a/source/tanya/net/iface.d
+++ b/source/tanya/net/iface.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2018-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/net/iface.d,
- * tanya/net/iface.d)
*/
module tanya.net.iface;
diff --git a/source/tanya/net/inet.d b/source/tanya/net/inet.d
index 07a8571..ac5ed1c 100644
--- a/source/tanya/net/inet.d
+++ b/source/tanya/net/inet.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/net/inet.d,
- * tanya/net/inet.d)
*/
module tanya.net.inet;
diff --git a/source/tanya/net/ip.d b/source/tanya/net/ip.d
index 77c56ac..c3de6d0 100644
--- a/source/tanya/net/ip.d
+++ b/source/tanya/net/ip.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2018-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/net/ip.d,
- * tanya/net/ip.d)
*/
module tanya.net.ip;
diff --git a/source/tanya/net/package.d b/source/tanya/net/package.d
index 21816b7..4233a23 100644
--- a/source/tanya/net/package.d
+++ b/source/tanya/net/package.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/net/package.d,
- * tanya/net/package.d)
*/
module tanya.net;
diff --git a/source/tanya/range/adapter.d b/source/tanya/range/adapter.d
index de9d6fb..a033111 100644
--- a/source/tanya/range/adapter.d
+++ b/source/tanya/range/adapter.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2018-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/range/adapter.d,
- * tanya/range/adapter.d)
*/
module tanya.range.adapter;
diff --git a/source/tanya/range/array.d b/source/tanya/range/array.d
index 6e917fd..ef717f5 100644
--- a/source/tanya/range/array.d
+++ b/source/tanya/range/array.d
@@ -5,19 +5,14 @@
/**
* $(D_PSYMBOL tanya.range.array) implements range primitives for built-in arrays.
*
- * This module is a submodule of
- * $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/range/package.d, tanya.range).
- *
- * After importing of
- * $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/range/array.d, tanya/range/array.d)
- * built-in arrays can act as bidirectional ranges. For that to work the module
- * defines a set of functions that accept a built-in array of any type as their
- * first argument, so thanks to UFCS (Uniform Function Call Syntax) they can be
- * called as if they were array member functions. For example the arrays the
- * `.length`-property, but no `.empty` property. So here can be find the
- * $(D_PSYMBOL empty) function. Since $(D_INLINECODE empty(array)) and
- * $(D_INLINECODE array.empty) are equal for the arrays, arrays get a faked
- * property `empty`.
+ * After importing of $(D_INLINECODE tanya.range.array) built-in arrays can act as
+ * bidirectional ranges. For that to work the module defines a set of functions
+ * that accept a built-in array of any type as their first argument, so thanks to
+ * UFCS (Uniform Function Call Syntax) they can be called as if they were array
+ * member functions. For example the arrays the `.length`-property, but no
+ * `.empty` property. So here can be find the * $(D_PSYMBOL empty) function.
+ * Since $(D_INLINECODE empty(array)) and $(D_INLINECODE array.empty) are equal
+ * for the arrays, arrays get a faked property `empty`.
*
* The functions in this module don't change array elements or its underlying
* storage, but some functions alter the slice. Each array maintains a pointer
@@ -27,16 +22,13 @@
* have multiple views into the same array, point to different positions inside
* it.
*
- * Strings ($(D_INLINECODE char[]), (D_INLINECODE wchar[]) and
- * (D_INLINECODE dchar[])) are treated as any other normal array, they aren't
+ * Strings ($(D_INLINECODE char[]), $(D_INLINECODE wchar[]) and
+ * $(D_INLINECODE dchar[])) are treated as any other normal array, they aren't
* auto-decoded.
*
* Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/range/array.d,
- * tanya/range/array.d)
*/
module tanya.range.array;
diff --git a/source/tanya/range/package.d b/source/tanya/range/package.d
index 951eeac..66bee66 100644
--- a/source/tanya/range/package.d
+++ b/source/tanya/range/package.d
@@ -9,9 +9,6 @@
* Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/range/package.d,
- * tanya/range/package.d)
*/
module tanya.range;
diff --git a/source/tanya/range/primitive.d b/source/tanya/range/primitive.d
index 1cf7926..a2607a8 100644
--- a/source/tanya/range/primitive.d
+++ b/source/tanya/range/primitive.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/range/primitive.d,
- * tanya/range/primitive.d)
*/
module tanya.range.primitive;
diff --git a/source/tanya/test/assertion.d b/source/tanya/test/assertion.d
index 1be87fd..d979f25 100644
--- a/source/tanya/test/assertion.d
+++ b/source/tanya/test/assertion.d
@@ -16,9 +16,6 @@
* Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/test/assertion.d,
- * tanya/test/assertion.d)
*/
module tanya.test.assertion;
diff --git a/source/tanya/test/package.d b/source/tanya/test/package.d
index f976f96..5c9817f 100644
--- a/source/tanya/test/package.d
+++ b/source/tanya/test/package.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/test/package.d,
- * tanya/test/package.d)
*/
module tanya.test;
diff --git a/source/tanya/test/stub.d b/source/tanya/test/stub.d
index efa7be4..2690a70 100644
--- a/source/tanya/test/stub.d
+++ b/source/tanya/test/stub.d
@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2018-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
- * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/test/stub.d,
- * tanya/test/stub.d)
*/
module tanya.test.stub;