From bcbcfb09bd35a044659a63a533d76a8a42e7d8d8 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 21 Jan 2021 23:35:13 -0600 Subject: [PATCH] [ox] Run liccor (synced from 546f083346cee060f582061d00e16a27aca61746) --- 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/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/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/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/model.hpp | 2 +- src/ox/model/optype.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 | 3 ++- src/ox/oc/test/tests.cpp | 2 +- src/ox/oc/write.cpp | 2 +- src/ox/oc/write.hpp | 2 +- src/ox/ptrarith/nodebuffer.hpp | 2 +- src/ox/ptrarith/ptr.hpp | 2 +- src/ox/ptrarith/test/tests.cpp | 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/buildinfo.cpp | 2 +- src/ox/std/buildinfo.hpp | 2 +- src/ox/std/byteswap.cpp | 2 +- src/ox/std/byteswap.hpp | 2 +- src/ox/std/defines.hpp | 2 +- src/ox/std/error.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/math.hpp | 2 +- src/ox/std/memops.cpp | 2 +- src/ox/std/memops.hpp | 2 +- src/ox/std/new.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/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 +- 91 files changed, 92 insertions(+), 91 deletions(-) diff --git a/src/ox/clargs/clargs.cpp b/src/ox/clargs/clargs.cpp index 942bd06ba..26c52c5ba 100644 --- a/src/ox/clargs/clargs.cpp +++ b/src/ox/clargs/clargs.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 e05bbc80b..c7cea3a28 100644 --- a/src/ox/clargs/clargs.hpp +++ b/src/ox/clargs/clargs.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 dbf419170..2aa47cefc 100644 --- a/src/ox/claw/claw.hpp +++ b/src/ox/claw/claw.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2020 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 9d8df25ba..a953b4d82 100644 --- a/src/ox/claw/format.hpp +++ b/src/ox/claw/format.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2020 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 7adbb6b65..da3d6a5b9 100644 --- a/src/ox/claw/read.cpp +++ b/src/ox/claw/read.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2020 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 0bcdc8cd4..5d8ce1887 100644 --- a/src/ox/claw/read.hpp +++ b/src/ox/claw/read.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2020 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 933760564..6a77746af 100644 --- a/src/ox/claw/test/tests.cpp +++ b/src/ox/claw/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2020 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 162831812..6cd651187 100644 --- a/src/ox/claw/write.cpp +++ b/src/ox/claw/write.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2020 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 23b29cfe3..607d4a30c 100644 --- a/src/ox/claw/write.hpp +++ b/src/ox/claw/write.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2020 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 13181d647..569ce4386 100644 --- a/src/ox/fs/filestore/filestoretemplate.cpp +++ b/src/ox/fs/filestore/filestoretemplate.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 e8467b8b7..acb02be3d 100644 --- a/src/ox/fs/filestore/filestoretemplate.hpp +++ b/src/ox/fs/filestore/filestoretemplate.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 c6f2ec07e..3dc7b0ec1 100644 --- a/src/ox/fs/filesystem/directory.cpp +++ b/src/ox/fs/filesystem/directory.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 3a15ca25f..78f33b64e 100644 --- a/src/ox/fs/filesystem/directory.hpp +++ b/src/ox/fs/filesystem/directory.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 e39df0f5e..43799abf7 100644 --- a/src/ox/fs/filesystem/filelocation.cpp +++ b/src/ox/fs/filesystem/filelocation.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 6dc7d0316..8f507a5ea 100644 --- a/src/ox/fs/filesystem/filelocation.hpp +++ b/src/ox/fs/filesystem/filelocation.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 999779ba4..f27127904 100644 --- a/src/ox/fs/filesystem/filesystem.cpp +++ b/src/ox/fs/filesystem/filesystem.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 f44b1f932..450e18bbc 100644 --- a/src/ox/fs/filesystem/filesystem.hpp +++ b/src/ox/fs/filesystem/filesystem.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 02bf02b1e..6dcec6506 100644 --- a/src/ox/fs/filesystem/passthroughfs.cpp +++ b/src/ox/fs/filesystem/passthroughfs.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 146f99fe9..2eecbaaa7 100644 --- a/src/ox/fs/filesystem/pathiterator.cpp +++ b/src/ox/fs/filesystem/pathiterator.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 4f6a61fc5..4a760e453 100644 --- a/src/ox/fs/filesystem/pathiterator.hpp +++ b/src/ox/fs/filesystem/pathiterator.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 aaf27efec..a8250c3b0 100644 --- a/src/ox/fs/filesystem/types.hpp +++ b/src/ox/fs/filesystem/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 a0e4de86c..9191e71d4 100644 --- a/src/ox/fs/fs.hpp +++ b/src/ox/fs/fs.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 e5e4d6cc3..7f6a5d476 100644 --- a/src/ox/fs/test/tests.cpp +++ b/src/ox/fs/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 e1f1cb265..b277d2214 100644 --- a/src/ox/mc/err.hpp +++ b/src/ox/mc/err.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 2fb331542..d85ef1164 100644 --- a/src/ox/mc/intops.hpp +++ b/src/ox/mc/intops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 b7e69905c..a5ac60dd1 100644 --- a/src/ox/mc/mc.hpp +++ b/src/ox/mc/mc.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 80fbd4eff..1a8cf893b 100644 --- a/src/ox/mc/presenceindicator.cpp +++ b/src/ox/mc/presenceindicator.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 d429be028..527c77981 100644 --- a/src/ox/mc/presenceindicator.hpp +++ b/src/ox/mc/presenceindicator.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 85adc539d..d0914cb92 100644 --- a/src/ox/mc/read.cpp +++ b/src/ox/mc/read.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 f7d560b9f..f3cbad43f 100644 --- a/src/ox/mc/read.hpp +++ b/src/ox/mc/read.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 1a527cc88..a5f0fb3f7 100644 --- a/src/ox/mc/test/tests.cpp +++ b/src/ox/mc/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 837e27c5c..f29a100ec 100644 --- a/src/ox/mc/types.hpp +++ b/src/ox/mc/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 5a1ba0ad7..4dc61619d 100644 --- a/src/ox/mc/write.cpp +++ b/src/ox/mc/write.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 b20692b0e..6b35819aa 100644 --- a/src/ox/mc/write.hpp +++ b/src/ox/mc/write.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 cb3115e01..a7f38d4b6 100644 --- a/src/ox/model/descread.hpp +++ b/src/ox/model/descread.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 ef1797baa..c2f6b7ebf 100644 --- a/src/ox/model/desctypes.cpp +++ b/src/ox/model/desctypes.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 4ff799afb..4cdce649d 100644 --- a/src/ox/model/desctypes.hpp +++ b/src/ox/model/desctypes.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 05650a3c8..4263cf627 100644 --- a/src/ox/model/descwrite.cpp +++ b/src/ox/model/descwrite.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2019 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 12a8ca476..ba1f6c3c4 100644 --- a/src/ox/model/descwrite.hpp +++ b/src/ox/model/descwrite.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2019 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 87f30e46c..2bb448c51 100644 --- a/src/ox/model/model.hpp +++ b/src/ox/model/model.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2019 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 0af9a3a56..3780612ad 100644 --- a/src/ox/model/optype.hpp +++ b/src/ox/model/optype.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 8f1c7592d..9b59b366f 100644 --- a/src/ox/model/types.hpp +++ b/src/ox/model/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 a44bddd2b..713e31650 100644 --- a/src/ox/model/walk.hpp +++ b/src/ox/model/walk.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 3578d6a3a..2aa47cefc 100644 --- a/src/ox/oc/oc.hpp +++ b/src/ox/oc/oc.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 44b9b9ac6..d74381bd4 100644 --- a/src/ox/oc/read.cpp +++ b/src/ox/oc/read.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2020 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 baff5a1f6..7e377ef91 100644 --- a/src/ox/oc/read.hpp +++ b/src/ox/oc/read.hpp @@ -1,5 +1,6 @@ /* - * Copyright 2015 - 2020 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/src/ox/oc/test/tests.cpp b/src/ox/oc/test/tests.cpp index 0e3c8406d..eb309ee17 100644 --- a/src/ox/oc/test/tests.cpp +++ b/src/ox/oc/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2020 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 febde95cc..d1a608176 100644 --- a/src/ox/oc/write.cpp +++ b/src/ox/oc/write.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 53f2200fa..99c3fefe5 100644 --- a/src/ox/oc/write.hpp +++ b/src/ox/oc/write.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/ptrarith/nodebuffer.hpp b/src/ox/ptrarith/nodebuffer.hpp index 18c098663..d05313d8b 100644 --- a/src/ox/ptrarith/nodebuffer.hpp +++ b/src/ox/ptrarith/nodebuffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/ptrarith/ptr.hpp b/src/ox/ptrarith/ptr.hpp index ec5cd3863..eb4af6784 100644 --- a/src/ox/ptrarith/ptr.hpp +++ b/src/ox/ptrarith/ptr.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ox/ptrarith/test/tests.cpp b/src/ox/ptrarith/test/tests.cpp index fdb79e117..4a9052cd8 100644 --- a/src/ox/ptrarith/test/tests.cpp +++ b/src/ox/ptrarith/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 a4247a0b7..919436703 100644 --- a/src/ox/std/assert.cpp +++ b/src/ox/std/assert.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 722a1b364..830cdec2b 100644 --- a/src/ox/std/assert.hpp +++ b/src/ox/std/assert.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 db84ce65c..d7d5b1c55 100644 --- a/src/ox/std/bit.hpp +++ b/src/ox/std/bit.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2020 gary@drinkingtea.net + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 59eff2da5..86ac71b00 100644 --- a/src/ox/std/bstring.hpp +++ b/src/ox/std/bstring.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2020 gary@drinkingtea.net + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 ba7574179..85e0c850c 100644 --- a/src/ox/std/buildinfo.cpp +++ b/src/ox/std/buildinfo.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 ef2190709..1e63a196d 100644 --- a/src/ox/std/buildinfo.hpp +++ b/src/ox/std/buildinfo.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 a6d59153d..42be27665 100644 --- a/src/ox/std/byteswap.cpp +++ b/src/ox/std/byteswap.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 ff0ac3bfe..274f1ee06 100644 --- a/src/ox/std/byteswap.hpp +++ b/src/ox/std/byteswap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 8879b35b6..6d38d854e 100644 --- a/src/ox/std/defines.hpp +++ b/src/ox/std/defines.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 136a164b7..3f4dec30e 100644 --- a/src/ox/std/error.hpp +++ b/src/ox/std/error.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2020 gary@drinkingtea.net + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 e9d23107c..47e266540 100644 --- a/src/ox/std/hardware.hpp +++ b/src/ox/std/hardware.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 ec98a91d9..b72ec013c 100644 --- a/src/ox/std/hashmap.hpp +++ b/src/ox/std/hashmap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 15eff4ca0..ccb31bd22 100644 --- a/src/ox/std/heapmgr.cpp +++ b/src/ox/std/heapmgr.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2020 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 22876152c..100ac7a16 100644 --- a/src/ox/std/heapmgr.hpp +++ b/src/ox/std/heapmgr.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2020 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 1a79e53a8..43352401d 100644 --- a/src/ox/std/math.hpp +++ b/src/ox/std/math.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 3c3472e2c..3345fbe1c 100644 --- a/src/ox/std/memops.cpp +++ b/src/ox/std/memops.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 00b160fc0..679d2a0b0 100644 --- a/src/ox/std/memops.hpp +++ b/src/ox/std/memops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 0eae97b3b..ee6f1a64b 100644 --- a/src/ox/std/new.hpp +++ b/src/ox/std/new.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2020 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 54471cfe0..98a6a8820 100644 --- a/src/ox/std/random.cpp +++ b/src/ox/std/random.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 8743272fe..4abc261a9 100644 --- a/src/ox/std/random.hpp +++ b/src/ox/std/random.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 f22869a40..6febf771e 100644 --- a/src/ox/std/stacktrace.cpp +++ b/src/ox/std/stacktrace.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 d101c842c..15d774fe0 100644 --- a/src/ox/std/stacktrace.hpp +++ b/src/ox/std/stacktrace.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 b815c10d6..722193b01 100644 --- a/src/ox/std/std.hpp +++ b/src/ox/std/std.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 733d8d8ec..149554e7b 100644 --- a/src/ox/std/stddef.hpp +++ b/src/ox/std/stddef.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 55824b029..3239bf521 100644 --- a/src/ox/std/string.cpp +++ b/src/ox/std/string.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2020 gary@drinkingtea.net + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 fd5522fce..ea456cf7d 100644 --- a/src/ox/std/string.hpp +++ b/src/ox/std/string.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2020 gary@drinkingtea.net + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 5e71a4435..d67dd6b18 100644 --- a/src/ox/std/strongint.hpp +++ b/src/ox/std/strongint.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2019 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 ff68db3cb..19ca52ffa 100644 --- a/src/ox/std/strops.cpp +++ b/src/ox/std/strops.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 730c8f03a..39213831d 100644 --- a/src/ox/std/strops.hpp +++ b/src/ox/std/strops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 594832189..7efca4a76 100644 --- a/src/ox/std/substitutes.cpp +++ b/src/ox/std/substitutes.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 dcedcffea..876c8d6f6 100644 --- a/src/ox/std/test/tests.cpp +++ b/src/ox/std/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2020 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 49386a5ed..d54eef3be 100644 --- a/src/ox/std/trace.cpp +++ b/src/ox/std/trace.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 a62977b91..c75ce1cfb 100644 --- a/src/ox/std/trace.hpp +++ b/src/ox/std/trace.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 8208a40f4..efac68439 100644 --- a/src/ox/std/typeinfo.hpp +++ b/src/ox/std/typeinfo.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 98f110e9e..e9d8d8972 100644 --- a/src/ox/std/types.hpp +++ b/src/ox/std/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 48990ba06..30176393e 100644 --- a/src/ox/std/typetraits.hpp +++ b/src/ox/std/typetraits.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 9f1621efd..a9cb89812 100644 --- a/src/ox/std/units.hpp +++ b/src/ox/std/units.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 d6b01a72f..89144058b 100644 --- a/src/ox/std/utility.hpp +++ b/src/ox/std/utility.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2019 gtalent2@gmail.com + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms 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 f00ddddb6..c5ed2fa86 100644 --- a/src/ox/std/vector.hpp +++ b/src/ox/std/vector.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2020 gary@drinkingtea.net + * Copyright 2015 - 2021 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this