From 6cb2c06beaccc83dc6496c213bff2b9b98163404 Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Tue, 10 Jan 2023 14:26:49 -0800 Subject: [PATCH] Bump copyright header year. --- 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 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/aabb.cpp b/src/aabb.cpp index 7d86254..855c6ea 100644 --- a/src/aabb.cpp +++ b/src/aabb.cpp @@ -2,7 +2,7 @@ // aabb.cpp // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2023 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 6170db2..7d570ab 100644 --- a/src/hitinfo.cpp +++ b/src/hitinfo.cpp @@ -2,7 +2,7 @@ // hitinfo.cpp // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2023 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 214a94f..054868d 100644 --- a/src/krhelpers.h +++ b/src/krhelpers.h @@ -2,7 +2,7 @@ // krhelpers.h // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2023 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 1197720..aa2019b 100644 --- a/src/matrix2.cpp +++ b/src/matrix2.cpp @@ -2,7 +2,7 @@ // matrix2.cpp // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2023 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 0b05401..38ba1d5 100644 --- a/src/matrix2x3.cpp +++ b/src/matrix2x3.cpp @@ -2,7 +2,7 @@ // matrix23.cpp // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2023 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 8a5a365..f1cb5b6 100644 --- a/src/matrix4.cpp +++ b/src/matrix4.cpp @@ -2,7 +2,7 @@ // matrix4.cpp // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2023 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 e0cda44..66651a7 100644 --- a/src/quaternion.cpp +++ b/src/quaternion.cpp @@ -2,7 +2,7 @@ // quaternion.cpp // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2023 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 c75f3bd..571d064 100644 --- a/src/scalar.cpp +++ b/src/scalar.cpp @@ -2,7 +2,7 @@ // scalar.cpp // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2023 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 554a750..efed978 100644 --- a/src/triangle3.cpp +++ b/src/triangle3.cpp @@ -2,7 +2,7 @@ // KRTriangle.cpp // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2023 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 237a0df..f46052e 100644 --- a/src/vector2.cpp +++ b/src/vector2.cpp @@ -2,7 +2,7 @@ // Vector2.cpp // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2023 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 71a5e84..1bf1477 100644 --- a/src/vector2i.cpp +++ b/src/vector2i.cpp @@ -2,7 +2,7 @@ // Vector2i.cpp // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2023 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 35ead73..de00964 100644 --- a/src/vector3.cpp +++ b/src/vector3.cpp @@ -2,7 +2,7 @@ // Vector3.cpp // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2023 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 7085ff0..4855d78 100644 --- a/src/vector3i.cpp +++ b/src/vector3i.cpp @@ -2,7 +2,7 @@ // Vector3i.cpp // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2023 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 e753b24..9dc0119 100644 --- a/src/vector4.cpp +++ b/src/vector4.cpp @@ -2,7 +2,7 @@ // Vector4.cpp // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2023 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: