From c2a7473b368bdde5a1cdc14befb9b8728807ec18 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 13 Jan 2022 02:05:02 -0600 Subject: [PATCH] [ox] Run liccor (synced from 9ee6cfbbfd57ebbb061fb5415004c050dc5062e4) --- .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/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/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/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/modelops.hpp | 2 +- src/ox/model/optype.hpp | 2 +- src/ox/model/typenamecatcher.hpp | 2 +- src/ox/model/types.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/std/algorithm.hpp | 2 +- src/ox/std/assert.cpp | 2 +- src/ox/std/assert.hpp | 2 +- src/ox/std/bit.hpp | 2 +- src/ox/std/bstring.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/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/hashmap.hpp | 2 +- src/ox/std/heapmgr.cpp | 2 +- src/ox/std/heapmgr.hpp | 2 +- src/ox/std/initializerlist.hpp | 2 +- src/ox/std/iterator.hpp | 2 +- src/ox/std/math.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/random.cpp | 2 +- src/ox/std/random.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/string.cpp | 2 +- src/ox/std/string.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.hpp | 2 +- src/ox/std/units.hpp | 2 +- src/ox/std/utility.hpp | 2 +- src/ox/std/vector.hpp | 2 +- 111 files changed, 111 insertions(+), 111 deletions(-) diff --git a/.liccor.yml b/.liccor.yml index 8f391e7f3..bec59a77b 100644 --- a/.liccor.yml +++ b/.liccor.yml @@ -2,7 +2,7 @@ source: - src copyright_notice: |- - Copyright 2015 - 2021 gary@drinkingtea.net + Copyright 2015 - 2022 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 d9f0f7cc4..ec2339842 100644 --- a/src/ox/clargs/clargs.cpp +++ b/src/ox/clargs/clargs.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 15fae7655..56b4ada70 100644 --- a/src/ox/clargs/clargs.hpp +++ b/src/ox/clargs/clargs.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 2aa47cefc..ee477958e 100644 --- a/src/ox/claw/claw.hpp +++ b/src/ox/claw/claw.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 a953b4d82..9e1cc3f1d 100644 --- a/src/ox/claw/format.hpp +++ b/src/ox/claw/format.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 89b193644..7de19897c 100644 --- a/src/ox/claw/read.cpp +++ b/src/ox/claw/read.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 4a48022bf..68951584c 100644 --- a/src/ox/claw/read.hpp +++ b/src/ox/claw/read.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 02fba8ac4..3a3306ec3 100644 --- a/src/ox/claw/test/tests.cpp +++ b/src/ox/claw/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 6cd651187..8dde66e20 100644 --- a/src/ox/claw/write.cpp +++ b/src/ox/claw/write.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 6234dc610..e43ff5c55 100644 --- a/src/ox/claw/write.hpp +++ b/src/ox/claw/write.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 5db43a4a5..348c25984 100644 --- a/src/ox/event/event.hpp +++ b/src/ox/event/event.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 946b5c24b..f093202df 100644 --- a/src/ox/event/signal.cpp +++ b/src/ox/event/signal.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 2bb3d8025..da3ac4a50 100644 --- a/src/ox/event/signal.hpp +++ b/src/ox/event/signal.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 dcca4b93e..8fd6eff9a 100644 --- a/src/ox/event/test/tests.cpp +++ b/src/ox/event/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 569ce4386..da4361a9f 100644 --- a/src/ox/fs/filestore/filestoretemplate.cpp +++ b/src/ox/fs/filestore/filestoretemplate.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 5c137d239..aed0bd101 100644 --- a/src/ox/fs/filestore/filestoretemplate.hpp +++ b/src/ox/fs/filestore/filestoretemplate.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 3dc7b0ec1..3436ba2ed 100644 --- a/src/ox/fs/filesystem/directory.cpp +++ b/src/ox/fs/filesystem/directory.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 56a421f36..4b3d9b532 100644 --- a/src/ox/fs/filesystem/directory.hpp +++ b/src/ox/fs/filesystem/directory.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 a45cbc1b9..f2f5275c9 100644 --- a/src/ox/fs/filesystem/filelocation.cpp +++ b/src/ox/fs/filesystem/filelocation.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 345653e4f..928353cf2 100644 --- a/src/ox/fs/filesystem/filelocation.hpp +++ b/src/ox/fs/filesystem/filelocation.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 993702e62..f6e376aa6 100644 --- a/src/ox/fs/filesystem/filesystem.cpp +++ b/src/ox/fs/filesystem/filesystem.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 3b16c144a..dee17ff2b 100644 --- a/src/ox/fs/filesystem/filesystem.hpp +++ b/src/ox/fs/filesystem/filesystem.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 d6e75e6b4..65fe872ab 100644 --- a/src/ox/fs/filesystem/passthroughfs.cpp +++ b/src/ox/fs/filesystem/passthroughfs.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 a0dcaba9c..83aedc7b8 100644 --- a/src/ox/fs/filesystem/passthroughfs.hpp +++ b/src/ox/fs/filesystem/passthroughfs.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 f7a36575c..4b6f21fce 100644 --- a/src/ox/fs/filesystem/pathiterator.cpp +++ b/src/ox/fs/filesystem/pathiterator.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 d05f063ef..a12e021fd 100644 --- a/src/ox/fs/filesystem/pathiterator.hpp +++ b/src/ox/fs/filesystem/pathiterator.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 082f3192f..53d2132cf 100644 --- a/src/ox/fs/filesystem/types.hpp +++ b/src/ox/fs/filesystem/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 9191e71d4..677d043eb 100644 --- a/src/ox/fs/fs.hpp +++ b/src/ox/fs/fs.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 34255ef86..53f96a936 100644 --- a/src/ox/fs/ptrarith/nodebuffer.hpp +++ b/src/ox/fs/ptrarith/nodebuffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 2c6bfb2ec..5ae29293d 100644 --- a/src/ox/fs/ptrarith/ptr.hpp +++ b/src/ox/fs/ptrarith/ptr.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 5d594613f..5320130dd 100644 --- a/src/ox/fs/test/tests.cpp +++ b/src/ox/fs/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 b277d2214..623a5abaf 100644 --- a/src/ox/mc/err.hpp +++ b/src/ox/mc/err.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 70c063dbc..15627f739 100644 --- a/src/ox/mc/intops.hpp +++ b/src/ox/mc/intops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 a5ac60dd1..1a579f0f0 100644 --- a/src/ox/mc/mc.hpp +++ b/src/ox/mc/mc.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 114aca6ba..166899087 100644 --- a/src/ox/mc/presenceindicator.cpp +++ b/src/ox/mc/presenceindicator.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 896ff6a95..5702a9a71 100644 --- a/src/ox/mc/presenceindicator.hpp +++ b/src/ox/mc/presenceindicator.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 7aa33d09e..5b58fca89 100644 --- a/src/ox/mc/read.cpp +++ b/src/ox/mc/read.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 076888f61..efca8215e 100644 --- a/src/ox/mc/read.hpp +++ b/src/ox/mc/read.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 c425d089a..a0ec669a7 100644 --- a/src/ox/mc/test/tests.cpp +++ b/src/ox/mc/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 f29a100ec..8c4f7a6a4 100644 --- a/src/ox/mc/types.hpp +++ b/src/ox/mc/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 ea4a7cdd1..b144a0bb3 100644 --- a/src/ox/mc/write.cpp +++ b/src/ox/mc/write.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 9ef700d11..a1a98e8d4 100644 --- a/src/ox/mc/write.hpp +++ b/src/ox/mc/write.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 26b77635b..703f1feac 100644 --- a/src/ox/model/descread.hpp +++ b/src/ox/model/descread.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 c2f6b7ebf..ac0a61016 100644 --- a/src/ox/model/desctypes.cpp +++ b/src/ox/model/desctypes.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 1e693f0b3..9783cfa8d 100644 --- a/src/ox/model/desctypes.hpp +++ b/src/ox/model/desctypes.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 7074b7493..d8a72f83b 100644 --- a/src/ox/model/descwrite.cpp +++ b/src/ox/model/descwrite.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 0b830480a..4c8ea69e3 100644 --- a/src/ox/model/descwrite.hpp +++ b/src/ox/model/descwrite.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 a7983ef71..2fa277a12 100644 --- a/src/ox/model/fieldcounter.hpp +++ b/src/ox/model/fieldcounter.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 f6549561d..67ae8f6d6 100644 --- a/src/ox/model/metadata.hpp +++ b/src/ox/model/metadata.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 5b3c20d8f..c768b57c5 100644 --- a/src/ox/model/model.hpp +++ b/src/ox/model/model.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 a5b9a9777..4452a12e9 100644 --- a/src/ox/model/modelops.hpp +++ b/src/ox/model/modelops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 85958a369..ba9430572 100644 --- a/src/ox/model/optype.hpp +++ b/src/ox/model/optype.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 fdb62c9e6..3a77917e6 100644 --- a/src/ox/model/typenamecatcher.hpp +++ b/src/ox/model/typenamecatcher.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 6376105c7..30e247d5a 100644 --- a/src/ox/model/types.hpp +++ b/src/ox/model/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 8e119c4fc..30bdc3a7d 100644 --- a/src/ox/model/walk.hpp +++ b/src/ox/model/walk.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 2aa47cefc..ee477958e 100644 --- a/src/ox/oc/oc.hpp +++ b/src/ox/oc/oc.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 9e0698409..00fefebd1 100644 --- a/src/ox/oc/read.cpp +++ b/src/ox/oc/read.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 736cf1923..1da862f38 100644 --- a/src/ox/oc/read.hpp +++ b/src/ox/oc/read.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 26fabd5d4..00c454370 100644 --- a/src/ox/oc/test/tests.cpp +++ b/src/ox/oc/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 65d566d27..6a72e98e2 100644 --- a/src/ox/oc/write.cpp +++ b/src/ox/oc/write.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 9e13621cb..dc912ad9b 100644 --- a/src/ox/oc/write.hpp +++ b/src/ox/oc/write.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 f97e8c7cc..31c81df8d 100644 --- a/src/ox/std/algorithm.hpp +++ b/src/ox/std/algorithm.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 4fa99e4a2..1b0255114 100644 --- a/src/ox/std/assert.cpp +++ b/src/ox/std/assert.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 95df779ba..da80bf351 100644 --- a/src/ox/std/assert.hpp +++ b/src/ox/std/assert.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 b23ee5ee9..5fd3bf865 100644 --- a/src/ox/std/bit.hpp +++ b/src/ox/std/bit.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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/bstring.hpp b/src/ox/std/bstring.hpp index bb235e4c7..1ad7c4acd 100644 --- a/src/ox/std/bstring.hpp +++ b/src/ox/std/bstring.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 87843b904..029eb6bba 100644 --- a/src/ox/std/buffer.cpp +++ b/src/ox/std/buffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 ef32e2f40..2d5c86c04 100644 --- a/src/ox/std/buffer.hpp +++ b/src/ox/std/buffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 85e0c850c..d0f016996 100644 --- a/src/ox/std/buildinfo.cpp +++ b/src/ox/std/buildinfo.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 1e63a196d..adbc5ce7d 100644 --- a/src/ox/std/buildinfo.hpp +++ b/src/ox/std/buildinfo.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 5c9d1421b..658432413 100644 --- a/src/ox/std/byteswap.cpp +++ b/src/ox/std/byteswap.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 de14c08ba..ab2d05d30 100644 --- a/src/ox/std/byteswap.hpp +++ b/src/ox/std/byteswap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 ed7c24176..e2775eaf2 100644 --- a/src/ox/std/defer.hpp +++ b/src/ox/std/defer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 b90ee8107..06a557f24 100644 --- a/src/ox/std/defines.hpp +++ b/src/ox/std/defines.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 d758cd653..b6172f54b 100644 --- a/src/ox/std/error.hpp +++ b/src/ox/std/error.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 26a4d408f..8168618e3 100644 --- a/src/ox/std/fmt.cpp +++ b/src/ox/std/fmt.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 7edff4fc6..4cc62a9f2 100644 --- a/src/ox/std/fmt.hpp +++ b/src/ox/std/fmt.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 ef267fb47..55216a638 100644 --- a/src/ox/std/hardware.hpp +++ b/src/ox/std/hardware.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 30a60c08e..f47e25df6 100644 --- a/src/ox/std/hashmap.hpp +++ b/src/ox/std/hashmap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 2b5315d5f..7226ed9c5 100644 --- a/src/ox/std/heapmgr.cpp +++ b/src/ox/std/heapmgr.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 940b262c4..d8c244300 100644 --- a/src/ox/std/heapmgr.hpp +++ b/src/ox/std/heapmgr.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 bc6c5715e..8c1b420b9 100644 --- a/src/ox/std/initializerlist.hpp +++ b/src/ox/std/initializerlist.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 ffeca0226..724a28f1a 100644 --- a/src/ox/std/iterator.hpp +++ b/src/ox/std/iterator.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 7d92bbdc5..57a8ea7f9 100644 --- a/src/ox/std/math.hpp +++ b/src/ox/std/math.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 55d70cab5..0a817f8db 100644 --- a/src/ox/std/memops.cpp +++ b/src/ox/std/memops.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 3c9bd4a61..610e95471 100644 --- a/src/ox/std/memops.hpp +++ b/src/ox/std/memops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 95d4f6a7a..a2e8fe413 100644 --- a/src/ox/std/memory.hpp +++ b/src/ox/std/memory.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 09315d840..2a2b36445 100644 --- a/src/ox/std/new.hpp +++ b/src/ox/std/new.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 1c566f819..e1e7ab81c 100644 --- a/src/ox/std/optional.hpp +++ b/src/ox/std/optional.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 f123251a7..f8351697f 100644 --- a/src/ox/std/random.cpp +++ b/src/ox/std/random.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 1b4aa91e7..fbc83368e 100644 --- a/src/ox/std/random.hpp +++ b/src/ox/std/random.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 974ece069..24b41fa53 100644 --- a/src/ox/std/stacktrace.cpp +++ b/src/ox/std/stacktrace.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 d8685e294..97bd79c36 100644 --- a/src/ox/std/stacktrace.hpp +++ b/src/ox/std/stacktrace.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 ed30970f9..6eb49845f 100644 --- a/src/ox/std/std.hpp +++ b/src/ox/std/std.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 21ea3d5ee..49d517f77 100644 --- a/src/ox/std/stddef.hpp +++ b/src/ox/std/stddef.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 40128c5fa..f78d63a7e 100644 --- a/src/ox/std/string.cpp +++ b/src/ox/std/string.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 86abcc063..07ad0958b 100644 --- a/src/ox/std/string.hpp +++ b/src/ox/std/string.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 7cbeb47b4..7dd472069 100644 --- a/src/ox/std/strongint.hpp +++ b/src/ox/std/strongint.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 19ca52ffa..d51845d9c 100644 --- a/src/ox/std/strops.cpp +++ b/src/ox/std/strops.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 de964a737..298b25b44 100644 --- a/src/ox/std/strops.hpp +++ b/src/ox/std/strops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 7efca4a76..4a8a4184e 100644 --- a/src/ox/std/substitutes.cpp +++ b/src/ox/std/substitutes.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 9c18d4c36..d5a6e7bb6 100644 --- a/src/ox/std/test/tests.cpp +++ b/src/ox/std/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 96b70636a..f31cf91c3 100644 --- a/src/ox/std/trace.cpp +++ b/src/ox/std/trace.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 ee414fd76..33e069013 100644 --- a/src/ox/std/trace.hpp +++ b/src/ox/std/trace.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 23ab9e2fa..444214e48 100644 --- a/src/ox/std/tracehook.cpp +++ b/src/ox/std/tracehook.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 efac68439..837e9ebd4 100644 --- a/src/ox/std/typeinfo.hpp +++ b/src/ox/std/typeinfo.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 9cb5ddf15..3df5dce3c 100644 --- a/src/ox/std/types.hpp +++ b/src/ox/std/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 740740120..576e15918 100644 --- a/src/ox/std/typetraits.hpp +++ b/src/ox/std/typetraits.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 a9cb89812..76ba2ed2f 100644 --- a/src/ox/std/units.hpp +++ b/src/ox/std/units.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 b8eb57129..eea976842 100644 --- a/src/ox/std/utility.hpp +++ b/src/ox/std/utility.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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 46533bbad..7c2a747b5 100644 --- a/src/ox/std/vector.hpp +++ b/src/ox/std/vector.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2021 gary@drinkingtea.net + * Copyright 2015 - 2022 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