Remove email from author documentation and copyrights

This commit is contained in:
2026-02-23 16:53:39 +01:00
parent 74b33d253a
commit d8b11d740f
39 changed files with 11 additions and 129 deletions

View File

@@ -2,9 +2,8 @@
"name": "tanya", "name": "tanya",
"description": "@nogc library. Containers, networking, metaprogramming, memory management, utilities", "description": "@nogc library. Containers, networking, metaprogramming, memory management, utilities",
"license": "MPL-2.0", "license": "MPL-2.0",
"copyright": "© Eugene Wissner <belka@caraus.de>",
"authors": [ "authors": [
"Eugene Wissner" "Eugen Wissner"
], ],
"targetType": "library", "targetType": "library",

View File

@@ -11,9 +11,6 @@
* Copyright: Eugen Wissner 2016-2026. * Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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/middle/tanya/memory/allocator.d,
* tanya/memory/allocator.d)
*/ */
module tanya.memory.allocator; module tanya.memory.allocator;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2019-2026. * Copyright: Eugen Wissner 2019-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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/middle/tanya/memory/lifetime.d,
* tanya/memory/lifetime.d)
*/ */
module tanya.memory.lifetime; module tanya.memory.lifetime;

View File

@@ -9,9 +9,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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/middle/tanya/memory/mallocator.d,
* tanya/memory/mallocator.d)
*/ */
module tanya.memory.mallocator; module tanya.memory.mallocator;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2016-2026. * Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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/middle/tanya/memory/mmappool.d,
* tanya/memory/mmappool.d)
*/ */
module tanya.memory.mmappool; module tanya.memory.mmappool;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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/middle/tanya/memory/op.d,
* tanya/memory/op.d)
*/ */
module tanya.memory.op; module tanya.memory.op;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2016-2026. * Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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/middle/tanya/memory/package.d,
* tanya/memory/package.d)
*/ */
module tanya.memory; module tanya.memory;

View File

@@ -17,9 +17,6 @@
* Copyright: Eugen Wissner 2016-2026. * Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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/middle/tanya/memory/smartref.d,
* tanya/memory/smartref.d)
*/ */
module tanya.memory.smartref; module tanya.memory.smartref;

View File

@@ -12,9 +12,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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/meta/tanya/meta/package.d,
* tanya/meta/package.d)
*/ */
module tanya.meta; module tanya.meta;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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/os/tanya/os/error.d,
* tanya/os/error.d)
*/ */
module tanya.os.error; module tanya.os.error;

View File

@@ -9,9 +9,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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/os/tanya/os/package.d,
* tanya/os/package.d)
*/ */
module tanya.os; module tanya.os;

View File

@@ -14,9 +14,6 @@
* Copyright: Eugen Wissner 2018-2026. * Copyright: Eugen Wissner 2018-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.algorithm.iteration;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.algorithm.mutation;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.algorithm;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2016-2026. * Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.container.array;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2016-2026. * Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.container.buffer;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2016-2026. * Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.container.entry;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2018-2026. * Copyright: Eugen Wissner 2018-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.container.hashtable;

View File

@@ -9,9 +9,6 @@
* Copyright: Eugen Wissner 2016-2026. * Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.container.list;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2016-2026. * Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.container;

View File

@@ -9,9 +9,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.container.set;

View File

@@ -20,9 +20,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.container.string;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.conv;

View File

@@ -41,9 +41,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.format;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2018-2026. * Copyright: Eugen Wissner 2018-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.math.hash;

View File

@@ -15,9 +15,6 @@
* Copyright: Eugen Wissner 2016-2026. * Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.math;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2016-2026. * Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.math.random;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2018-2026. * Copyright: Eugen Wissner 2018-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.net.iface;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2016-2026. * Copyright: Eugen Wissner 2016-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.net.inet;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2018-2026. * Copyright: Eugen Wissner 2018-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.net.ip;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.net;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2018-2026. * Copyright: Eugen Wissner 2018-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.range.adapter;

View File

@@ -5,19 +5,14 @@
/** /**
* $(D_PSYMBOL tanya.range.array) implements range primitives for built-in arrays. * $(D_PSYMBOL tanya.range.array) implements range primitives for built-in arrays.
* *
* This module is a submodule of * After importing of $(D_INLINECODE tanya.range.array) built-in arrays can act as
* $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/range/package.d, tanya.range). * 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
* After importing of * UFCS (Uniform Function Call Syntax) they can be called as if they were array
* $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/range/array.d, tanya/range/array.d) * member functions. For example the arrays the `.length`-property, but no
* built-in arrays can act as bidirectional ranges. For that to work the module * `.empty` property. So here can be find the * $(D_PSYMBOL empty) function.
* defines a set of functions that accept a built-in array of any type as their * Since $(D_INLINECODE empty(array)) and $(D_INLINECODE array.empty) are equal
* first argument, so thanks to UFCS (Uniform Function Call Syntax) they can be * for the arrays, arrays get a faked property `empty`.
* 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 * 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 * 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 * have multiple views into the same array, point to different positions inside
* it. * it.
* *
* Strings ($(D_INLINECODE char[]), (D_INLINECODE wchar[]) and * Strings ($(D_INLINECODE char[]), $(D_INLINECODE wchar[]) and
* (D_INLINECODE dchar[])) are treated as any other normal array, they aren't * $(D_INLINECODE dchar[])) are treated as any other normal array, they aren't
* auto-decoded. * auto-decoded.
* *
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.range.array;

View File

@@ -9,9 +9,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.range;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.range.primitive;

View File

@@ -16,9 +16,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.test.assertion;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2017-2026. * Copyright: Eugen Wissner 2017-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.test;

View File

@@ -8,9 +8,6 @@
* Copyright: Eugen Wissner 2018-2026. * Copyright: Eugen Wissner 2018-2026.
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 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; module tanya.test.stub;

View File

@@ -63,7 +63,6 @@ import tanya.test.stub;
testFunc(hashTable); testFunc(hashTable);
} }
// Issue 53: https://github.com/caraus-ecms/tanya/issues/53
@nogc nothrow pure @safe unittest @nogc nothrow pure @safe unittest
{ {
{ {