From ff6afea7f7d21ba98b5da4e2b8bcc4b5bfaaee13 Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Sun, 3 Apr 2022 21:53:41 -0700 Subject: [PATCH] License header year bump --- 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/vector4.h | 2 +- src/aabb.cpp | 2 +- src/hitinfo.cpp | 2 +- src/krhelpers.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/vector4.cpp | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/include/aabb.h b/include/aabb.h index 76eb84e..cd2e1e6 100644 --- a/include/aabb.h +++ b/include/aabb.h @@ -2,7 +2,7 @@ // KRAABB.h // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 33dfad2..7a62072 100644 --- a/include/hitinfo.h +++ b/include/hitinfo.h @@ -2,7 +2,7 @@ // hitinfo.h // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 000bede..d52c205 100644 --- a/include/hydra.h +++ b/include/hydra.h @@ -2,7 +2,7 @@ // hydra.h // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 2e6ef8e..f7fd513 100644 --- a/include/matrix2.h +++ b/include/matrix2.h @@ -2,7 +2,7 @@ // Matrix2.h // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 439079e..56da618 100644 --- a/include/matrix2x3.h +++ b/include/matrix2x3.h @@ -2,7 +2,7 @@ // Matrix2x3.h // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 8471de3..ffb4d01 100644 --- a/include/matrix4.h +++ b/include/matrix4.h @@ -2,7 +2,7 @@ // Matrix4.h // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 a44e76b..fa49170 100644 --- a/include/quaternion.h +++ b/include/quaternion.h @@ -2,7 +2,7 @@ // Quaternion.h // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 e62aee7..ee3c758 100644 --- a/include/scalar.h +++ b/include/scalar.h @@ -2,7 +2,7 @@ // KRFloat.h // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 db30ea9..35368a6 100644 --- a/include/triangle3.h +++ b/include/triangle3.h @@ -2,7 +2,7 @@ // KRTriangle.h // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 3371c4d..bfe842e 100644 --- a/include/vector2.h +++ b/include/vector2.h @@ -2,7 +2,7 @@ // vector2.h // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 4f0c9f8..558bbdf 100644 --- a/include/vector2i.h +++ b/include/vector2i.h @@ -2,7 +2,7 @@ // vector2i.h // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 390f0c7..e135525 100644 --- a/include/vector3.h +++ b/include/vector3.h @@ -2,7 +2,7 @@ // Vector3.h // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 2b30f35..ad1f735 100644 --- a/include/vector4.h +++ b/include/vector4.h @@ -2,7 +2,7 @@ // Vector4.h // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 01956b8..e3a960f 100644 --- a/src/aabb.cpp +++ b/src/aabb.cpp @@ -2,7 +2,7 @@ // aabb.cpp // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 489720e..23fb8cb 100644 --- a/src/hitinfo.cpp +++ b/src/hitinfo.cpp @@ -2,7 +2,7 @@ // hitinfo.cpp // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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.cpp b/src/krhelpers.cpp index ceeaf36..33efb12 100644 --- a/src/krhelpers.cpp +++ b/src/krhelpers.cpp @@ -2,7 +2,7 @@ // krhelpers.cpp // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 70b8c5e..f24f480 100644 --- a/src/krhelpers.h +++ b/src/krhelpers.h @@ -2,7 +2,7 @@ // krhelpers.h // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 4d4dcc2..94e4087 100644 --- a/src/matrix2.cpp +++ b/src/matrix2.cpp @@ -2,7 +2,7 @@ // matrix2.cpp // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 ee53433..54c48a0 100644 --- a/src/matrix2x3.cpp +++ b/src/matrix2x3.cpp @@ -2,7 +2,7 @@ // matrix23.cpp // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 8a4121c..1f17560 100644 --- a/src/matrix4.cpp +++ b/src/matrix4.cpp @@ -2,7 +2,7 @@ // matrix4.cpp // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 8e936a5..25eda71 100644 --- a/src/quaternion.cpp +++ b/src/quaternion.cpp @@ -2,7 +2,7 @@ // quaternion.cpp // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 8371ac7..90cf1cc 100644 --- a/src/scalar.cpp +++ b/src/scalar.cpp @@ -2,7 +2,7 @@ // scalar.cpp // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 6fecf28..235f9ab 100644 --- a/src/triangle3.cpp +++ b/src/triangle3.cpp @@ -2,7 +2,7 @@ // KRTriangle.cpp // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 cc63e0a..635a925 100644 --- a/src/vector2.cpp +++ b/src/vector2.cpp @@ -2,7 +2,7 @@ // Vector2.cpp // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 d8344a1..7bde9cd 100644 --- a/src/vector2i.cpp +++ b/src/vector2i.cpp @@ -2,7 +2,7 @@ // Vector2i.cpp // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 638f327..2be52cf 100644 --- a/src/vector3.cpp +++ b/src/vector3.cpp @@ -2,7 +2,7 @@ // Vector3.cpp // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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 1385d3e..e49795a 100644 --- a/src/vector4.cpp +++ b/src/vector4.cpp @@ -2,7 +2,7 @@ // Vector4.cpp // Kraken Engine / Hydra // -// Copyright 2021 Kearwood Gilbert. All rights reserved. +// Copyright 2022 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: