From 5385dfcb49167f19aa30583ecea8201d47ee7dc7 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 11 Jan 2025 03:37:27 -0600 Subject: [PATCH] [ox/std] Add non-const SmallMap::pairs (synced from 2bce9a2bafd3995b6927531a226dc351d25946a7) --- .liccor.yml | 2 +- src/ox/clargs/clargs.cpp | 2 +- src/ox/clargs/clargs.hpp | 2 +- src/ox/claw/claw.hpp | 2 +- src/ox/claw/format.hpp | 2 +- src/ox/claw/read.cpp | 2 +- src/ox/claw/read.hpp | 2 +- src/ox/claw/readclaw.cpp | 2 +- src/ox/claw/test/tests.cpp | 2 +- src/ox/claw/write.cpp | 2 +- src/ox/claw/write.hpp | 2 +- src/ox/event/event.hpp | 2 +- src/ox/event/signal.cpp | 2 +- src/ox/event/signal.hpp | 2 +- src/ox/event/test/tests.cpp | 2 +- src/ox/fs/filestore/filestoretemplate.cpp | 2 +- src/ox/fs/filestore/filestoretemplate.hpp | 2 +- src/ox/fs/filesystem/directory.cpp | 2 +- src/ox/fs/filesystem/directory.hpp | 2 +- src/ox/fs/filesystem/filelocation.cpp | 2 +- src/ox/fs/filesystem/filelocation.hpp | 2 +- src/ox/fs/filesystem/filesystem.cpp | 2 +- src/ox/fs/filesystem/filesystem.hpp | 2 +- src/ox/fs/filesystem/passthroughfs.cpp | 2 +- src/ox/fs/filesystem/passthroughfs.hpp | 2 +- src/ox/fs/filesystem/pathiterator.cpp | 2 +- src/ox/fs/filesystem/pathiterator.hpp | 2 +- src/ox/fs/filesystem/types.hpp | 2 +- src/ox/fs/fs.hpp | 2 +- src/ox/fs/ptrarith/nodebuffer.hpp | 2 +- src/ox/fs/ptrarith/ptr.hpp | 2 +- src/ox/fs/test/tests.cpp | 2 +- src/ox/fs/tool.cpp | 2 +- src/ox/logconn/circularbuff.hpp | 2 +- src/ox/logconn/def.hpp | 2 +- src/ox/logconn/logconn.cpp | 2 +- src/ox/logconn/logconn.hpp | 2 +- src/ox/mc/err.hpp | 2 +- src/ox/mc/intops.hpp | 2 +- src/ox/mc/mc.hpp | 2 +- src/ox/mc/presenceindicator.cpp | 2 +- src/ox/mc/presenceindicator.hpp | 2 +- src/ox/mc/read.cpp | 2 +- src/ox/mc/read.hpp | 2 +- src/ox/mc/test/tests.cpp | 2 +- src/ox/mc/types.hpp | 2 +- src/ox/mc/write.cpp | 2 +- src/ox/mc/write.hpp | 2 +- src/ox/model/def.hpp | 2 +- src/ox/model/descread.hpp | 2 +- src/ox/model/desctypes.cpp | 2 +- src/ox/model/desctypes.hpp | 2 +- src/ox/model/descwrite.cpp | 2 +- src/ox/model/descwrite.hpp | 2 +- src/ox/model/fieldcounter.hpp | 2 +- src/ox/model/metadata.hpp | 2 +- src/ox/model/model.hpp | 2 +- src/ox/model/modelhandleradaptor.hpp | 2 +- src/ox/model/modelops.hpp | 2 +- src/ox/model/modelvalue.cpp | 2 +- src/ox/model/modelvalue.hpp | 2 +- src/ox/model/optype.hpp | 2 +- src/ox/model/test/tests.cpp | 2 +- src/ox/model/typenamecatcher.hpp | 2 +- src/ox/model/types.hpp | 2 +- src/ox/model/typestore.hpp | 2 +- src/ox/model/walk.hpp | 2 +- src/ox/oc/oc.hpp | 2 +- src/ox/oc/read.cpp | 2 +- src/ox/oc/read.hpp | 2 +- src/ox/oc/test/tests.cpp | 2 +- src/ox/oc/write.cpp | 2 +- src/ox/oc/write.hpp | 2 +- src/ox/preloader/alignmentcatcher.hpp | 2 +- src/ox/preloader/platspecs.hpp | 2 +- src/ox/preloader/preloader.cpp | 2 +- src/ox/preloader/preloader.hpp | 2 +- src/ox/preloader/sizecatcher.hpp | 2 +- src/ox/preloader/unionsizecatcher.hpp | 2 +- src/ox/std/algorithm.hpp | 2 +- src/ox/std/anyptr.hpp | 2 +- src/ox/std/array.hpp | 2 +- src/ox/std/assert.cpp | 2 +- src/ox/std/assert.hpp | 2 +- src/ox/std/basestringview.hpp | 2 +- src/ox/std/bit.cpp | 2 +- src/ox/std/bit.hpp | 2 +- src/ox/std/bounds.hpp | 2 +- src/ox/std/buffer.cpp | 2 +- src/ox/std/buffer.hpp | 2 +- src/ox/std/buildinfo.cpp | 2 +- src/ox/std/buildinfo.hpp | 2 +- src/ox/std/byteswap.cpp | 2 +- src/ox/std/byteswap.hpp | 2 +- src/ox/std/concepts.cpp | 2 +- src/ox/std/concepts.hpp | 2 +- src/ox/std/conv.hpp | 2 +- src/ox/std/cstringview.hpp | 2 +- src/ox/std/cstrops.hpp | 2 +- src/ox/std/def.hpp | 2 +- src/ox/std/defer.hpp | 2 +- src/ox/std/defines.hpp | 2 +- src/ox/std/error.hpp | 2 +- src/ox/std/fmt.cpp | 2 +- src/ox/std/fmt.hpp | 2 +- src/ox/std/hardware.hpp | 2 +- src/ox/std/hash.hpp | 2 +- src/ox/std/hashmap.hpp | 2 +- src/ox/std/heapmgr.cpp | 2 +- src/ox/std/heapmgr.hpp | 2 +- src/ox/std/ignore.hpp | 2 +- src/ox/std/initializerlist.hpp | 2 +- src/ox/std/istring.hpp | 2 +- src/ox/std/iterator.hpp | 2 +- src/ox/std/math.cpp | 2 +- src/ox/std/math.hpp | 2 +- src/ox/std/maybeview.hpp | 2 +- src/ox/std/memops.cpp | 2 +- src/ox/std/memops.hpp | 2 +- src/ox/std/memory.hpp | 2 +- src/ox/std/new.hpp | 2 +- src/ox/std/optional.hpp | 2 +- src/ox/std/pair.hpp | 2 +- src/ox/std/point.hpp | 2 +- src/ox/std/random.cpp | 2 +- src/ox/std/random.hpp | 2 +- src/ox/std/range.hpp | 2 +- src/ox/std/ranges.hpp | 2 +- src/ox/std/reader.cpp | 2 +- src/ox/std/reader.hpp | 2 +- src/ox/std/realstd.hpp | 2 +- src/ox/std/serialize.hpp | 2 +- src/ox/std/size.hpp | 2 +- src/ox/std/smallmap.hpp | 7 ++++++- src/ox/std/source_location.hpp | 2 +- src/ox/std/span.hpp | 2 +- src/ox/std/stacktrace.cpp | 2 +- src/ox/std/stacktrace.hpp | 2 +- src/ox/std/std.hpp | 2 +- src/ox/std/stddef.hpp | 2 +- src/ox/std/strconv.hpp | 2 +- src/ox/std/string.cpp | 2 +- src/ox/std/string.hpp | 2 +- src/ox/std/stringliteral.hpp | 2 +- src/ox/std/stringparam.hpp | 2 +- src/ox/std/stringview.cpp | 2 +- src/ox/std/stringview.hpp | 2 +- src/ox/std/strongint.hpp | 2 +- src/ox/std/strops.cpp | 2 +- src/ox/std/strops.hpp | 2 +- src/ox/std/substitutes.cpp | 2 +- src/ox/std/test/tests.cpp | 2 +- src/ox/std/trace.cpp | 2 +- src/ox/std/trace.hpp | 2 +- src/ox/std/tracehook.cpp | 2 +- src/ox/std/typeinfo.hpp | 2 +- src/ox/std/types.hpp | 2 +- src/ox/std/typetraits.cpp | 2 +- src/ox/std/typetraits.hpp | 2 +- src/ox/std/units.hpp | 2 +- src/ox/std/utility.hpp | 2 +- src/ox/std/uuid.cpp | 2 +- src/ox/std/uuid.hpp | 2 +- src/ox/std/vec.cpp | 2 +- src/ox/std/vec.hpp | 2 +- src/ox/std/vector.hpp | 2 +- src/ox/std/writer.hpp | 2 +- 167 files changed, 172 insertions(+), 167 deletions(-) diff --git a/.liccor.yml b/.liccor.yml index df8bcd079..b68fc72a8 100644 --- a/.liccor.yml +++ b/.liccor.yml @@ -2,7 +2,7 @@ source: - src copyright_notice: |- - Copyright 2015 - 2025 gary@drinkingtea.net + Copyright 2015 - 2024 gary@drinkingtea.net This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/clargs/clargs.cpp b/src/ox/clargs/clargs.cpp index e72f364b7..475ab2fc0 100644 --- a/src/ox/clargs/clargs.cpp +++ b/src/ox/clargs/clargs.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/clargs/clargs.hpp b/src/ox/clargs/clargs.hpp index 4f53b908c..ee54b4a38 100644 --- a/src/ox/clargs/clargs.hpp +++ b/src/ox/clargs/clargs.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/claw/claw.hpp b/src/ox/claw/claw.hpp index d4272e3df..bb4f47c54 100644 --- a/src/ox/claw/claw.hpp +++ b/src/ox/claw/claw.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/claw/format.hpp b/src/ox/claw/format.hpp index b64456d44..55dbb637f 100644 --- a/src/ox/claw/format.hpp +++ b/src/ox/claw/format.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/claw/read.cpp b/src/ox/claw/read.cpp index 91870b54c..1b0ef86f5 100644 --- a/src/ox/claw/read.cpp +++ b/src/ox/claw/read.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/claw/read.hpp b/src/ox/claw/read.hpp index b6d69d603..bbffa434e 100644 --- a/src/ox/claw/read.hpp +++ b/src/ox/claw/read.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/claw/readclaw.cpp b/src/ox/claw/readclaw.cpp index b1915d06c..607dc5a82 100644 --- a/src/ox/claw/readclaw.cpp +++ b/src/ox/claw/readclaw.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/claw/test/tests.cpp b/src/ox/claw/test/tests.cpp index a6ef919ef..dfbacb451 100644 --- a/src/ox/claw/test/tests.cpp +++ b/src/ox/claw/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/claw/write.cpp b/src/ox/claw/write.cpp index c184be236..ec8f7c539 100644 --- a/src/ox/claw/write.cpp +++ b/src/ox/claw/write.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/claw/write.hpp b/src/ox/claw/write.hpp index d80c70675..0d7183aa7 100644 --- a/src/ox/claw/write.hpp +++ b/src/ox/claw/write.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/event/event.hpp b/src/ox/event/event.hpp index e3d2cc5f2..abf3f3ffe 100644 --- a/src/ox/event/event.hpp +++ b/src/ox/event/event.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/event/signal.cpp b/src/ox/event/signal.cpp index a0928f6a3..e086cb77c 100644 --- a/src/ox/event/signal.cpp +++ b/src/ox/event/signal.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/event/signal.hpp b/src/ox/event/signal.hpp index f3aacd0be..bb58e7bed 100644 --- a/src/ox/event/signal.hpp +++ b/src/ox/event/signal.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/event/test/tests.cpp b/src/ox/event/test/tests.cpp index 07b61bc07..e421c5e22 100644 --- a/src/ox/event/test/tests.cpp +++ b/src/ox/event/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/filestore/filestoretemplate.cpp b/src/ox/fs/filestore/filestoretemplate.cpp index 3e3a638c0..04274cdaa 100644 --- a/src/ox/fs/filestore/filestoretemplate.cpp +++ b/src/ox/fs/filestore/filestoretemplate.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/filestore/filestoretemplate.hpp b/src/ox/fs/filestore/filestoretemplate.hpp index 392b249a8..a11da156d 100644 --- a/src/ox/fs/filestore/filestoretemplate.hpp +++ b/src/ox/fs/filestore/filestoretemplate.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/filesystem/directory.cpp b/src/ox/fs/filesystem/directory.cpp index 648a3f1ae..f87f22a60 100644 --- a/src/ox/fs/filesystem/directory.cpp +++ b/src/ox/fs/filesystem/directory.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/filesystem/directory.hpp b/src/ox/fs/filesystem/directory.hpp index 540ba7aca..616116abc 100644 --- a/src/ox/fs/filesystem/directory.hpp +++ b/src/ox/fs/filesystem/directory.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/filesystem/filelocation.cpp b/src/ox/fs/filesystem/filelocation.cpp index b7c3b181e..a80889283 100644 --- a/src/ox/fs/filesystem/filelocation.cpp +++ b/src/ox/fs/filesystem/filelocation.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/filesystem/filelocation.hpp b/src/ox/fs/filesystem/filelocation.hpp index 796b7e17b..e106a1e2d 100644 --- a/src/ox/fs/filesystem/filelocation.hpp +++ b/src/ox/fs/filesystem/filelocation.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/filesystem/filesystem.cpp b/src/ox/fs/filesystem/filesystem.cpp index 750e41720..9e097d383 100644 --- a/src/ox/fs/filesystem/filesystem.cpp +++ b/src/ox/fs/filesystem/filesystem.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/filesystem/filesystem.hpp b/src/ox/fs/filesystem/filesystem.hpp index e785e4b16..0028e5405 100644 --- a/src/ox/fs/filesystem/filesystem.hpp +++ b/src/ox/fs/filesystem/filesystem.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/filesystem/passthroughfs.cpp b/src/ox/fs/filesystem/passthroughfs.cpp index dc56b9c48..5217069da 100644 --- a/src/ox/fs/filesystem/passthroughfs.cpp +++ b/src/ox/fs/filesystem/passthroughfs.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/filesystem/passthroughfs.hpp b/src/ox/fs/filesystem/passthroughfs.hpp index 0a42d8292..19eeadb9b 100644 --- a/src/ox/fs/filesystem/passthroughfs.hpp +++ b/src/ox/fs/filesystem/passthroughfs.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/filesystem/pathiterator.cpp b/src/ox/fs/filesystem/pathiterator.cpp index 07c5dec17..cf6f237e1 100644 --- a/src/ox/fs/filesystem/pathiterator.cpp +++ b/src/ox/fs/filesystem/pathiterator.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/filesystem/pathiterator.hpp b/src/ox/fs/filesystem/pathiterator.hpp index 78819f0dd..33659abef 100644 --- a/src/ox/fs/filesystem/pathiterator.hpp +++ b/src/ox/fs/filesystem/pathiterator.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/filesystem/types.hpp b/src/ox/fs/filesystem/types.hpp index 62de02956..84ab1618b 100644 --- a/src/ox/fs/filesystem/types.hpp +++ b/src/ox/fs/filesystem/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/fs.hpp b/src/ox/fs/fs.hpp index 646a5e12d..6773dbcf4 100644 --- a/src/ox/fs/fs.hpp +++ b/src/ox/fs/fs.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/ptrarith/nodebuffer.hpp b/src/ox/fs/ptrarith/nodebuffer.hpp index 7171a8a78..4f7b44e7e 100644 --- a/src/ox/fs/ptrarith/nodebuffer.hpp +++ b/src/ox/fs/ptrarith/nodebuffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/ptrarith/ptr.hpp b/src/ox/fs/ptrarith/ptr.hpp index a8fea6792..c12bb500c 100644 --- a/src/ox/fs/ptrarith/ptr.hpp +++ b/src/ox/fs/ptrarith/ptr.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/test/tests.cpp b/src/ox/fs/test/tests.cpp index bb706b9f5..ec66ee321 100644 --- a/src/ox/fs/test/tests.cpp +++ b/src/ox/fs/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/fs/tool.cpp b/src/ox/fs/tool.cpp index da18878bc..82e4b4c6e 100644 --- a/src/ox/fs/tool.cpp +++ b/src/ox/fs/tool.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/logconn/circularbuff.hpp b/src/ox/logconn/circularbuff.hpp index d536a04c3..802ab3a7d 100644 --- a/src/ox/logconn/circularbuff.hpp +++ b/src/ox/logconn/circularbuff.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/logconn/def.hpp b/src/ox/logconn/def.hpp index 260fa0e8b..71b4e72d6 100644 --- a/src/ox/logconn/def.hpp +++ b/src/ox/logconn/def.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/logconn/logconn.cpp b/src/ox/logconn/logconn.cpp index f027dabda..6bec29971 100644 --- a/src/ox/logconn/logconn.cpp +++ b/src/ox/logconn/logconn.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/logconn/logconn.hpp b/src/ox/logconn/logconn.hpp index eb2ced93a..fc1436986 100644 --- a/src/ox/logconn/logconn.hpp +++ b/src/ox/logconn/logconn.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/mc/err.hpp b/src/ox/mc/err.hpp index bbcf370e3..a27be3919 100644 --- a/src/ox/mc/err.hpp +++ b/src/ox/mc/err.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/mc/intops.hpp b/src/ox/mc/intops.hpp index fb087a980..6e8f68582 100644 --- a/src/ox/mc/intops.hpp +++ b/src/ox/mc/intops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/mc/mc.hpp b/src/ox/mc/mc.hpp index 2d4949d8a..234ec94e3 100644 --- a/src/ox/mc/mc.hpp +++ b/src/ox/mc/mc.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/mc/presenceindicator.cpp b/src/ox/mc/presenceindicator.cpp index c5055f4a9..a7ef0fde5 100644 --- a/src/ox/mc/presenceindicator.cpp +++ b/src/ox/mc/presenceindicator.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/mc/presenceindicator.hpp b/src/ox/mc/presenceindicator.hpp index bc6ed0459..6f68e5b1a 100644 --- a/src/ox/mc/presenceindicator.hpp +++ b/src/ox/mc/presenceindicator.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/mc/read.cpp b/src/ox/mc/read.cpp index de3e6038c..88829783a 100644 --- a/src/ox/mc/read.cpp +++ b/src/ox/mc/read.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/mc/read.hpp b/src/ox/mc/read.hpp index 282ce445c..abb6c39e9 100644 --- a/src/ox/mc/read.hpp +++ b/src/ox/mc/read.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/mc/test/tests.cpp b/src/ox/mc/test/tests.cpp index 180d8ef6a..e795ba37c 100644 --- a/src/ox/mc/test/tests.cpp +++ b/src/ox/mc/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/mc/types.hpp b/src/ox/mc/types.hpp index df7d8909c..1413e51c5 100644 --- a/src/ox/mc/types.hpp +++ b/src/ox/mc/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/mc/write.cpp b/src/ox/mc/write.cpp index 80dea56f8..70d9bcdce 100644 --- a/src/ox/mc/write.cpp +++ b/src/ox/mc/write.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/mc/write.hpp b/src/ox/mc/write.hpp index ba19e3f3b..cfc1a587f 100644 --- a/src/ox/mc/write.hpp +++ b/src/ox/mc/write.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/def.hpp b/src/ox/model/def.hpp index 4546f3c16..0599ebdbb 100644 --- a/src/ox/model/def.hpp +++ b/src/ox/model/def.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/descread.hpp b/src/ox/model/descread.hpp index 8699610a6..05b8fc17b 100644 --- a/src/ox/model/descread.hpp +++ b/src/ox/model/descread.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/desctypes.cpp b/src/ox/model/desctypes.cpp index f04b9061e..380f245b6 100644 --- a/src/ox/model/desctypes.cpp +++ b/src/ox/model/desctypes.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/desctypes.hpp b/src/ox/model/desctypes.hpp index 843c22f1f..f22d2a233 100644 --- a/src/ox/model/desctypes.hpp +++ b/src/ox/model/desctypes.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/descwrite.cpp b/src/ox/model/descwrite.cpp index 9421d513f..cebd0269c 100644 --- a/src/ox/model/descwrite.cpp +++ b/src/ox/model/descwrite.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/descwrite.hpp b/src/ox/model/descwrite.hpp index 4270871c8..290d58638 100644 --- a/src/ox/model/descwrite.hpp +++ b/src/ox/model/descwrite.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/fieldcounter.hpp b/src/ox/model/fieldcounter.hpp index 206b6fcd1..b39397d2d 100644 --- a/src/ox/model/fieldcounter.hpp +++ b/src/ox/model/fieldcounter.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/metadata.hpp b/src/ox/model/metadata.hpp index be9c3d94e..c11ebc53d 100644 --- a/src/ox/model/metadata.hpp +++ b/src/ox/model/metadata.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/model.hpp b/src/ox/model/model.hpp index 824fd8fc1..07f6fb06b 100644 --- a/src/ox/model/model.hpp +++ b/src/ox/model/model.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/modelhandleradaptor.hpp b/src/ox/model/modelhandleradaptor.hpp index 28b6785a3..2853b7582 100644 --- a/src/ox/model/modelhandleradaptor.hpp +++ b/src/ox/model/modelhandleradaptor.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/modelops.hpp b/src/ox/model/modelops.hpp index 4f9835617..f40f678ea 100644 --- a/src/ox/model/modelops.hpp +++ b/src/ox/model/modelops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/modelvalue.cpp b/src/ox/model/modelvalue.cpp index 93744fb8c..839ac717f 100644 --- a/src/ox/model/modelvalue.cpp +++ b/src/ox/model/modelvalue.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/modelvalue.hpp b/src/ox/model/modelvalue.hpp index 3031509cd..7b1786262 100644 --- a/src/ox/model/modelvalue.hpp +++ b/src/ox/model/modelvalue.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/optype.hpp b/src/ox/model/optype.hpp index 19593cd6a..f0e473b70 100644 --- a/src/ox/model/optype.hpp +++ b/src/ox/model/optype.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/test/tests.cpp b/src/ox/model/test/tests.cpp index 2c7d46a65..9aea6bff8 100644 --- a/src/ox/model/test/tests.cpp +++ b/src/ox/model/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/typenamecatcher.hpp b/src/ox/model/typenamecatcher.hpp index ec6500968..870ae6e5d 100644 --- a/src/ox/model/typenamecatcher.hpp +++ b/src/ox/model/typenamecatcher.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/types.hpp b/src/ox/model/types.hpp index fd8927c6c..5d54bfe84 100644 --- a/src/ox/model/types.hpp +++ b/src/ox/model/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/typestore.hpp b/src/ox/model/typestore.hpp index e27f0e37c..d79902cb1 100644 --- a/src/ox/model/typestore.hpp +++ b/src/ox/model/typestore.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/model/walk.hpp b/src/ox/model/walk.hpp index e92fdab29..0d452bb71 100644 --- a/src/ox/model/walk.hpp +++ b/src/ox/model/walk.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/oc/oc.hpp b/src/ox/oc/oc.hpp index d4272e3df..bb4f47c54 100644 --- a/src/ox/oc/oc.hpp +++ b/src/ox/oc/oc.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/oc/read.cpp b/src/ox/oc/read.cpp index 2862e17e2..d27b5abf0 100644 --- a/src/ox/oc/read.cpp +++ b/src/ox/oc/read.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/oc/read.hpp b/src/ox/oc/read.hpp index 30638c800..9306d65ad 100644 --- a/src/ox/oc/read.hpp +++ b/src/ox/oc/read.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/oc/test/tests.cpp b/src/ox/oc/test/tests.cpp index 1d8127ad7..3532f90fa 100644 --- a/src/ox/oc/test/tests.cpp +++ b/src/ox/oc/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/oc/write.cpp b/src/ox/oc/write.cpp index 31770ac90..88e44176f 100644 --- a/src/ox/oc/write.cpp +++ b/src/ox/oc/write.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/oc/write.hpp b/src/ox/oc/write.hpp index 2f956f44d..a1a3388bd 100644 --- a/src/ox/oc/write.hpp +++ b/src/ox/oc/write.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/preloader/alignmentcatcher.hpp b/src/ox/preloader/alignmentcatcher.hpp index 695339762..317519087 100644 --- a/src/ox/preloader/alignmentcatcher.hpp +++ b/src/ox/preloader/alignmentcatcher.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/preloader/platspecs.hpp b/src/ox/preloader/platspecs.hpp index 0d8ebe843..5145fb572 100644 --- a/src/ox/preloader/platspecs.hpp +++ b/src/ox/preloader/platspecs.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/preloader/preloader.cpp b/src/ox/preloader/preloader.cpp index 732df2927..9540395bb 100644 --- a/src/ox/preloader/preloader.cpp +++ b/src/ox/preloader/preloader.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/preloader/preloader.hpp b/src/ox/preloader/preloader.hpp index 29e809300..e836b7cbe 100644 --- a/src/ox/preloader/preloader.hpp +++ b/src/ox/preloader/preloader.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/preloader/sizecatcher.hpp b/src/ox/preloader/sizecatcher.hpp index 2883106dc..fb1eba6bc 100644 --- a/src/ox/preloader/sizecatcher.hpp +++ b/src/ox/preloader/sizecatcher.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/preloader/unionsizecatcher.hpp b/src/ox/preloader/unionsizecatcher.hpp index 042aded56..e6a59be56 100644 --- a/src/ox/preloader/unionsizecatcher.hpp +++ b/src/ox/preloader/unionsizecatcher.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/algorithm.hpp b/src/ox/std/algorithm.hpp index f3e93b3b5..72ff55326 100644 --- a/src/ox/std/algorithm.hpp +++ b/src/ox/std/algorithm.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/anyptr.hpp b/src/ox/std/anyptr.hpp index 2e3ad1c8a..2eba97473 100644 --- a/src/ox/std/anyptr.hpp +++ b/src/ox/std/anyptr.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/array.hpp b/src/ox/std/array.hpp index 32281dece..996fe5a4f 100644 --- a/src/ox/std/array.hpp +++ b/src/ox/std/array.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/assert.cpp b/src/ox/std/assert.cpp index bda126287..94ad5f637 100644 --- a/src/ox/std/assert.cpp +++ b/src/ox/std/assert.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/assert.hpp b/src/ox/std/assert.hpp index 7bce3739f..dd95982bc 100644 --- a/src/ox/std/assert.hpp +++ b/src/ox/std/assert.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/basestringview.hpp b/src/ox/std/basestringview.hpp index 3d50cc91f..5532a53c0 100644 --- a/src/ox/std/basestringview.hpp +++ b/src/ox/std/basestringview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/bit.cpp b/src/ox/std/bit.cpp index 24600afed..a9d107853 100644 --- a/src/ox/std/bit.cpp +++ b/src/ox/std/bit.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/bit.hpp b/src/ox/std/bit.hpp index 9a2ef8beb..250d08769 100644 --- a/src/ox/std/bit.hpp +++ b/src/ox/std/bit.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/bounds.hpp b/src/ox/std/bounds.hpp index b176d4a3c..e49fa5110 100644 --- a/src/ox/std/bounds.hpp +++ b/src/ox/std/bounds.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/buffer.cpp b/src/ox/std/buffer.cpp index b15548c3a..e961c4feb 100644 --- a/src/ox/std/buffer.cpp +++ b/src/ox/std/buffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/buffer.hpp b/src/ox/std/buffer.hpp index c9fed9805..d6b9a3d25 100644 --- a/src/ox/std/buffer.hpp +++ b/src/ox/std/buffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/buildinfo.cpp b/src/ox/std/buildinfo.cpp index 62bfc5a0f..e3ea87457 100644 --- a/src/ox/std/buildinfo.cpp +++ b/src/ox/std/buildinfo.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/buildinfo.hpp b/src/ox/std/buildinfo.hpp index 34d9e47ee..1d960daee 100644 --- a/src/ox/std/buildinfo.hpp +++ b/src/ox/std/buildinfo.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/byteswap.cpp b/src/ox/std/byteswap.cpp index 85963cb49..a7dd59f01 100644 --- a/src/ox/std/byteswap.cpp +++ b/src/ox/std/byteswap.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/byteswap.hpp b/src/ox/std/byteswap.hpp index b35b91f19..e29c49d26 100644 --- a/src/ox/std/byteswap.hpp +++ b/src/ox/std/byteswap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/concepts.cpp b/src/ox/std/concepts.cpp index e6314cf80..043aa3845 100644 --- a/src/ox/std/concepts.cpp +++ b/src/ox/std/concepts.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/concepts.hpp b/src/ox/std/concepts.hpp index 1cf0138b1..746876856 100644 --- a/src/ox/std/concepts.hpp +++ b/src/ox/std/concepts.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/conv.hpp b/src/ox/std/conv.hpp index f5a99651b..f17e69f24 100644 --- a/src/ox/std/conv.hpp +++ b/src/ox/std/conv.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/cstringview.hpp b/src/ox/std/cstringview.hpp index d356f2b11..2b61dbc00 100644 --- a/src/ox/std/cstringview.hpp +++ b/src/ox/std/cstringview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/cstrops.hpp b/src/ox/std/cstrops.hpp index 140a7956e..6b7820dc1 100644 --- a/src/ox/std/cstrops.hpp +++ b/src/ox/std/cstrops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/def.hpp b/src/ox/std/def.hpp index 44eca5e76..eb7ee0e7c 100644 --- a/src/ox/std/def.hpp +++ b/src/ox/std/def.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/defer.hpp b/src/ox/std/defer.hpp index 636660846..b1f0ea474 100644 --- a/src/ox/std/defer.hpp +++ b/src/ox/std/defer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/defines.hpp b/src/ox/std/defines.hpp index 0c274a765..a655a4d3c 100644 --- a/src/ox/std/defines.hpp +++ b/src/ox/std/defines.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/error.hpp b/src/ox/std/error.hpp index 5e6885cee..2e8e65cff 100644 --- a/src/ox/std/error.hpp +++ b/src/ox/std/error.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/fmt.cpp b/src/ox/std/fmt.cpp index 7abf8c8aa..32b1ea79f 100644 --- a/src/ox/std/fmt.cpp +++ b/src/ox/std/fmt.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/fmt.hpp b/src/ox/std/fmt.hpp index 1cde475de..4694d026b 100644 --- a/src/ox/std/fmt.hpp +++ b/src/ox/std/fmt.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/hardware.hpp b/src/ox/std/hardware.hpp index 7bba8646a..83eba78f3 100644 --- a/src/ox/std/hardware.hpp +++ b/src/ox/std/hardware.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/hash.hpp b/src/ox/std/hash.hpp index 11e56584a..8f7e9233d 100644 --- a/src/ox/std/hash.hpp +++ b/src/ox/std/hash.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/hashmap.hpp b/src/ox/std/hashmap.hpp index f2fbb5992..938add926 100644 --- a/src/ox/std/hashmap.hpp +++ b/src/ox/std/hashmap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/heapmgr.cpp b/src/ox/std/heapmgr.cpp index 0ab856e58..b73b5f81e 100644 --- a/src/ox/std/heapmgr.cpp +++ b/src/ox/std/heapmgr.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/heapmgr.hpp b/src/ox/std/heapmgr.hpp index 230b8597b..f97deed6f 100644 --- a/src/ox/std/heapmgr.hpp +++ b/src/ox/std/heapmgr.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/ignore.hpp b/src/ox/std/ignore.hpp index 5dcaa5c9d..f806ebbdf 100644 --- a/src/ox/std/ignore.hpp +++ b/src/ox/std/ignore.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/initializerlist.hpp b/src/ox/std/initializerlist.hpp index d6bd11705..bdddcab1d 100644 --- a/src/ox/std/initializerlist.hpp +++ b/src/ox/std/initializerlist.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/istring.hpp b/src/ox/std/istring.hpp index 83d21e47c..3108341ee 100644 --- a/src/ox/std/istring.hpp +++ b/src/ox/std/istring.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/iterator.hpp b/src/ox/std/iterator.hpp index 1f0629794..d82e13ffd 100644 --- a/src/ox/std/iterator.hpp +++ b/src/ox/std/iterator.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/math.cpp b/src/ox/std/math.cpp index 962bbed3c..d1872dd59 100644 --- a/src/ox/std/math.cpp +++ b/src/ox/std/math.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/math.hpp b/src/ox/std/math.hpp index 7882f6886..18319a4ff 100644 --- a/src/ox/std/math.hpp +++ b/src/ox/std/math.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/maybeview.hpp b/src/ox/std/maybeview.hpp index f57275e24..9860e4d69 100644 --- a/src/ox/std/maybeview.hpp +++ b/src/ox/std/maybeview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/memops.cpp b/src/ox/std/memops.cpp index 06b9ad5c2..312b57114 100644 --- a/src/ox/std/memops.cpp +++ b/src/ox/std/memops.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/memops.hpp b/src/ox/std/memops.hpp index 2ade763f8..6aa4b589c 100644 --- a/src/ox/std/memops.hpp +++ b/src/ox/std/memops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/memory.hpp b/src/ox/std/memory.hpp index 1686c526c..9d08eb3f8 100644 --- a/src/ox/std/memory.hpp +++ b/src/ox/std/memory.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/new.hpp b/src/ox/std/new.hpp index 450a999b3..980d0a49b 100644 --- a/src/ox/std/new.hpp +++ b/src/ox/std/new.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/optional.hpp b/src/ox/std/optional.hpp index 4bcce2ef0..db8d2d0bb 100644 --- a/src/ox/std/optional.hpp +++ b/src/ox/std/optional.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/pair.hpp b/src/ox/std/pair.hpp index 08a5f3055..d7424de69 100644 --- a/src/ox/std/pair.hpp +++ b/src/ox/std/pair.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/point.hpp b/src/ox/std/point.hpp index 0d99d054d..c27385519 100644 --- a/src/ox/std/point.hpp +++ b/src/ox/std/point.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/random.cpp b/src/ox/std/random.cpp index 53c27d34e..cd7c035df 100644 --- a/src/ox/std/random.cpp +++ b/src/ox/std/random.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/random.hpp b/src/ox/std/random.hpp index ec4cb31ae..5f4ae4dee 100644 --- a/src/ox/std/random.hpp +++ b/src/ox/std/random.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/range.hpp b/src/ox/std/range.hpp index 937f429d6..4804b1e1b 100644 --- a/src/ox/std/range.hpp +++ b/src/ox/std/range.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/ranges.hpp b/src/ox/std/ranges.hpp index fe426566a..b945b74b4 100644 --- a/src/ox/std/ranges.hpp +++ b/src/ox/std/ranges.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/reader.cpp b/src/ox/std/reader.cpp index b29c4b5e3..015960065 100644 --- a/src/ox/std/reader.cpp +++ b/src/ox/std/reader.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/reader.hpp b/src/ox/std/reader.hpp index 5a6a1cd8c..b8be88c73 100644 --- a/src/ox/std/reader.hpp +++ b/src/ox/std/reader.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/realstd.hpp b/src/ox/std/realstd.hpp index 8ce8691f5..4d7031803 100644 --- a/src/ox/std/realstd.hpp +++ b/src/ox/std/realstd.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/serialize.hpp b/src/ox/std/serialize.hpp index 0690171a8..2ff5c6256 100644 --- a/src/ox/std/serialize.hpp +++ b/src/ox/std/serialize.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/size.hpp b/src/ox/std/size.hpp index 604dc3896..b43d1f02d 100644 --- a/src/ox/std/size.hpp +++ b/src/ox/std/size.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/smallmap.hpp b/src/ox/std/smallmap.hpp index 881730f75..967390183 100644 --- a/src/ox/std/smallmap.hpp +++ b/src/ox/std/smallmap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this @@ -85,6 +85,11 @@ class SmallMap { return m_pairs; } + [[nodiscard]] + constexpr ox::Span pairs() noexcept { + return m_pairs; + } + constexpr void clear(); private: diff --git a/src/ox/std/source_location.hpp b/src/ox/std/source_location.hpp index 96c091e32..54bff14e0 100644 --- a/src/ox/std/source_location.hpp +++ b/src/ox/std/source_location.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/span.hpp b/src/ox/std/span.hpp index ddd978a96..c4ad680f8 100644 --- a/src/ox/std/span.hpp +++ b/src/ox/std/span.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/stacktrace.cpp b/src/ox/std/stacktrace.cpp index ae4d3d1c9..5d3271a74 100644 --- a/src/ox/std/stacktrace.cpp +++ b/src/ox/std/stacktrace.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/stacktrace.hpp b/src/ox/std/stacktrace.hpp index 814756d9a..0c462d060 100644 --- a/src/ox/std/stacktrace.hpp +++ b/src/ox/std/stacktrace.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/std.hpp b/src/ox/std/std.hpp index 1e507e93d..8029f56ca 100644 --- a/src/ox/std/std.hpp +++ b/src/ox/std/std.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/stddef.hpp b/src/ox/std/stddef.hpp index 930edfbf7..4f998812c 100644 --- a/src/ox/std/stddef.hpp +++ b/src/ox/std/stddef.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/strconv.hpp b/src/ox/std/strconv.hpp index b7f33dea0..5ef1bfc89 100644 --- a/src/ox/std/strconv.hpp +++ b/src/ox/std/strconv.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/string.cpp b/src/ox/std/string.cpp index ff43e3caf..a5c63ede7 100644 --- a/src/ox/std/string.cpp +++ b/src/ox/std/string.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/string.hpp b/src/ox/std/string.hpp index caaf105fd..88e23be3c 100644 --- a/src/ox/std/string.hpp +++ b/src/ox/std/string.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/stringliteral.hpp b/src/ox/std/stringliteral.hpp index 7dbff8e46..0eafc76d6 100644 --- a/src/ox/std/stringliteral.hpp +++ b/src/ox/std/stringliteral.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/stringparam.hpp b/src/ox/std/stringparam.hpp index b875ac37f..a8505db7b 100644 --- a/src/ox/std/stringparam.hpp +++ b/src/ox/std/stringparam.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/stringview.cpp b/src/ox/std/stringview.cpp index b71f116f3..b8a449b13 100644 --- a/src/ox/std/stringview.cpp +++ b/src/ox/std/stringview.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/stringview.hpp b/src/ox/std/stringview.hpp index ced0c9051..03b7a3b3b 100644 --- a/src/ox/std/stringview.hpp +++ b/src/ox/std/stringview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/strongint.hpp b/src/ox/std/strongint.hpp index 0ac6b984b..a624f7aa0 100644 --- a/src/ox/std/strongint.hpp +++ b/src/ox/std/strongint.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/strops.cpp b/src/ox/std/strops.cpp index c138b5e1c..add174284 100644 --- a/src/ox/std/strops.cpp +++ b/src/ox/std/strops.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/strops.hpp b/src/ox/std/strops.hpp index db85d4c80..0f341032b 100644 --- a/src/ox/std/strops.hpp +++ b/src/ox/std/strops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/substitutes.cpp b/src/ox/std/substitutes.cpp index 0c4c41bed..2adb2b37d 100644 --- a/src/ox/std/substitutes.cpp +++ b/src/ox/std/substitutes.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/test/tests.cpp b/src/ox/std/test/tests.cpp index 68f5252f3..ffef8b13f 100644 --- a/src/ox/std/test/tests.cpp +++ b/src/ox/std/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/trace.cpp b/src/ox/std/trace.cpp index bb43e4bc2..0267c5df6 100644 --- a/src/ox/std/trace.cpp +++ b/src/ox/std/trace.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/trace.hpp b/src/ox/std/trace.hpp index c33cf8212..ca201e9c0 100644 --- a/src/ox/std/trace.hpp +++ b/src/ox/std/trace.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/tracehook.cpp b/src/ox/std/tracehook.cpp index 13b26db6f..fd194b44d 100644 --- a/src/ox/std/tracehook.cpp +++ b/src/ox/std/tracehook.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/typeinfo.hpp b/src/ox/std/typeinfo.hpp index d47db39b0..b7d6df498 100644 --- a/src/ox/std/typeinfo.hpp +++ b/src/ox/std/typeinfo.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/types.hpp b/src/ox/std/types.hpp index a441f089d..2e2f3c82b 100644 --- a/src/ox/std/types.hpp +++ b/src/ox/std/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/typetraits.cpp b/src/ox/std/typetraits.cpp index 2db463992..cfa0ba9a8 100644 --- a/src/ox/std/typetraits.cpp +++ b/src/ox/std/typetraits.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/typetraits.hpp b/src/ox/std/typetraits.hpp index 720ac05aa..6202efb5f 100644 --- a/src/ox/std/typetraits.hpp +++ b/src/ox/std/typetraits.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/units.hpp b/src/ox/std/units.hpp index 51073ff32..6dc9b6bcb 100644 --- a/src/ox/std/units.hpp +++ b/src/ox/std/units.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/utility.hpp b/src/ox/std/utility.hpp index 1c628e175..70e60d97d 100644 --- a/src/ox/std/utility.hpp +++ b/src/ox/std/utility.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/uuid.cpp b/src/ox/std/uuid.cpp index 595a80cd1..4c6a47f99 100644 --- a/src/ox/std/uuid.cpp +++ b/src/ox/std/uuid.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/uuid.hpp b/src/ox/std/uuid.hpp index 60cd20a64..81a7a3074 100644 --- a/src/ox/std/uuid.hpp +++ b/src/ox/std/uuid.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/vec.cpp b/src/ox/std/vec.cpp index e4825858b..deac106bc 100644 --- a/src/ox/std/vec.cpp +++ b/src/ox/std/vec.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/vec.hpp b/src/ox/std/vec.hpp index 09e1a22ee..7124cfb51 100644 --- a/src/ox/std/vec.hpp +++ b/src/ox/std/vec.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/vector.hpp b/src/ox/std/vector.hpp index b5b4f446f..2b0bf699f 100644 --- a/src/ox/std/vector.hpp +++ b/src/ox/std/vector.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/std/writer.hpp b/src/ox/std/writer.hpp index 920ec068f..9ac3393da 100644 --- a/src/ox/std/writer.hpp +++ b/src/ox/std/writer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2025 gary@drinkingtea.net + * Copyright 2015 - 2024 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this