From cc7dffbb9af29290ec46e39640ee246d3385f034 Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Sun, 17 May 2026 12:22:00 -0700 Subject: [PATCH] Bump Copyright year --- include/aabb.h | 2 +- include/hitinfo.h | 2 +- include/hydra.h | 2 +- include/matrix2.h | 2 +- include/matrix2x3.h | 2 +- include/matrix4.h | 2 +- include/quaternion.h | 2 +- include/scalar.h | 2 +- include/triangle3.h | 2 +- include/vector2.h | 2 +- include/vector2i.h | 2 +- include/vector3.h | 2 +- include/vector3i.h | 2 +- include/vector4.h | 2 +- src/aabb.cpp | 2 +- src/hitinfo.cpp | 2 +- src/krhelpers.h | 2 +- src/matrix2.cpp | 2 +- src/matrix2x3.cpp | 2 +- src/matrix4.cpp | 2 +- src/quaternion.cpp | 2 +- src/scalar.cpp | 2 +- src/triangle3.cpp | 2 +- src/vector2.cpp | 2 +- src/vector2i.cpp | 2 +- src/vector3.cpp | 2 +- src/vector3i.cpp | 2 +- src/vector4.cpp | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/include/aabb.h b/include/aabb.h index ef3ddc8..91e3ae2 100644 --- a/include/aabb.h +++ b/include/aabb.h @@ -2,7 +2,7 @@ // KRAABB.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/include/hitinfo.h b/include/hitinfo.h index 6adae6f..0d9749b 100644 --- a/include/hitinfo.h +++ b/include/hitinfo.h @@ -2,7 +2,7 @@ // hitinfo.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/include/hydra.h b/include/hydra.h index 9fddc36..1140b5a 100644 --- a/include/hydra.h +++ b/include/hydra.h @@ -2,7 +2,7 @@ // hydra.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/include/matrix2.h b/include/matrix2.h index 82ae71b..ad41ea9 100644 --- a/include/matrix2.h +++ b/include/matrix2.h @@ -2,7 +2,7 @@ // Matrix2.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/include/matrix2x3.h b/include/matrix2x3.h index 97fbbd1..3599404 100644 --- a/include/matrix2x3.h +++ b/include/matrix2x3.h @@ -2,7 +2,7 @@ // Matrix2x3.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/include/matrix4.h b/include/matrix4.h index eb5de22..f7d3e12 100644 --- a/include/matrix4.h +++ b/include/matrix4.h @@ -2,7 +2,7 @@ // Matrix4.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/include/quaternion.h b/include/quaternion.h index 953db6c..be2aff5 100644 --- a/include/quaternion.h +++ b/include/quaternion.h @@ -2,7 +2,7 @@ // Quaternion.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/include/scalar.h b/include/scalar.h index f10bbb7..14b5e24 100644 --- a/include/scalar.h +++ b/include/scalar.h @@ -2,7 +2,7 @@ // KRFloat.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/include/triangle3.h b/include/triangle3.h index f04b838..6c66fe0 100644 --- a/include/triangle3.h +++ b/include/triangle3.h @@ -2,7 +2,7 @@ // KRTriangle.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/include/vector2.h b/include/vector2.h index 51c5fcd..ff25496 100644 --- a/include/vector2.h +++ b/include/vector2.h @@ -2,7 +2,7 @@ // vector2.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/include/vector2i.h b/include/vector2i.h index d2059b2..2a63a5c 100644 --- a/include/vector2i.h +++ b/include/vector2i.h @@ -2,7 +2,7 @@ // vector2i.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/include/vector3.h b/include/vector3.h index b2f4bcc..c9b5a2b 100644 --- a/include/vector3.h +++ b/include/vector3.h @@ -2,7 +2,7 @@ // Vector3.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/include/vector3i.h b/include/vector3i.h index 3b59a39..e9c7d6b 100644 --- a/include/vector3i.h +++ b/include/vector3i.h @@ -2,7 +2,7 @@ // Vector3i.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/include/vector4.h b/include/vector4.h index a7b1979..31b0c61 100644 --- a/include/vector4.h +++ b/include/vector4.h @@ -2,7 +2,7 @@ // Vector4.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/src/aabb.cpp b/src/aabb.cpp index fd10903..72812ed 100644 --- a/src/aabb.cpp +++ b/src/aabb.cpp @@ -2,7 +2,7 @@ // aabb.cpp // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/src/hitinfo.cpp b/src/hitinfo.cpp index dd7d935..0f13995 100644 --- a/src/hitinfo.cpp +++ b/src/hitinfo.cpp @@ -2,7 +2,7 @@ // hitinfo.cpp // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/src/krhelpers.h b/src/krhelpers.h index eb7094b..6c6e46d 100644 --- a/src/krhelpers.h +++ b/src/krhelpers.h @@ -2,7 +2,7 @@ // krhelpers.h // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/src/matrix2.cpp b/src/matrix2.cpp index 16582f9..3fae5c9 100644 --- a/src/matrix2.cpp +++ b/src/matrix2.cpp @@ -2,7 +2,7 @@ // matrix2.cpp // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/src/matrix2x3.cpp b/src/matrix2x3.cpp index 3927ccc..63df30c 100644 --- a/src/matrix2x3.cpp +++ b/src/matrix2x3.cpp @@ -2,7 +2,7 @@ // matrix23.cpp // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/src/matrix4.cpp b/src/matrix4.cpp index ca755da..f2feea8 100644 --- a/src/matrix4.cpp +++ b/src/matrix4.cpp @@ -2,7 +2,7 @@ // matrix4.cpp // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/src/quaternion.cpp b/src/quaternion.cpp index a7fb477..589827b 100644 --- a/src/quaternion.cpp +++ b/src/quaternion.cpp @@ -2,7 +2,7 @@ // quaternion.cpp // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/src/scalar.cpp b/src/scalar.cpp index deb2162..9c297a1 100644 --- a/src/scalar.cpp +++ b/src/scalar.cpp @@ -2,7 +2,7 @@ // scalar.cpp // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/src/triangle3.cpp b/src/triangle3.cpp index d010c04..0f26eb5 100644 --- a/src/triangle3.cpp +++ b/src/triangle3.cpp @@ -2,7 +2,7 @@ // KRTriangle.cpp // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/src/vector2.cpp b/src/vector2.cpp index 9e60eaf..3b1f599 100644 --- a/src/vector2.cpp +++ b/src/vector2.cpp @@ -2,7 +2,7 @@ // Vector2.cpp // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/src/vector2i.cpp b/src/vector2i.cpp index 8990ef3..e6ec99f 100644 --- a/src/vector2i.cpp +++ b/src/vector2i.cpp @@ -2,7 +2,7 @@ // Vector2i.cpp // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/src/vector3.cpp b/src/vector3.cpp index f7ae018..156af71 100644 --- a/src/vector3.cpp +++ b/src/vector3.cpp @@ -2,7 +2,7 @@ // Vector3.cpp // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/src/vector3i.cpp b/src/vector3i.cpp index 30fac10..421f08e 100644 --- a/src/vector3i.cpp +++ b/src/vector3i.cpp @@ -2,7 +2,7 @@ // Vector3i.cpp // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: diff --git a/src/vector4.cpp b/src/vector4.cpp index 6b695ba..203abd4 100644 --- a/src/vector4.cpp +++ b/src/vector4.cpp @@ -2,7 +2,7 @@ // Vector4.cpp // Kraken Engine / Hydra // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 Kearwood Gilbert. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: