diff --git a/include/aabb.h b/include/aabb.h index a44c1f6..ef3ddc8 100644 --- a/include/aabb.h +++ b/include/aabb.h @@ -2,7 +2,7 @@ // KRAABB.h // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 05c2921..6adae6f 100644 --- a/include/hitinfo.h +++ b/include/hitinfo.h @@ -2,7 +2,7 @@ // hitinfo.h // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 f2f145e..9fddc36 100644 --- a/include/hydra.h +++ b/include/hydra.h @@ -2,7 +2,7 @@ // hydra.h // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 6cbb16d..82ae71b 100644 --- a/include/matrix2.h +++ b/include/matrix2.h @@ -2,7 +2,7 @@ // Matrix2.h // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 d2d2b47..97fbbd1 100644 --- a/include/matrix2x3.h +++ b/include/matrix2x3.h @@ -2,7 +2,7 @@ // Matrix2x3.h // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 c358e3d..eb5de22 100644 --- a/include/matrix4.h +++ b/include/matrix4.h @@ -2,7 +2,7 @@ // Matrix4.h // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 7b9f42a..953db6c 100644 --- a/include/quaternion.h +++ b/include/quaternion.h @@ -2,7 +2,7 @@ // Quaternion.h // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 fbbed15..f10bbb7 100644 --- a/include/scalar.h +++ b/include/scalar.h @@ -2,7 +2,7 @@ // KRFloat.h // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 a79ee0a..f04b838 100644 --- a/include/triangle3.h +++ b/include/triangle3.h @@ -2,7 +2,7 @@ // KRTriangle.h // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 3daac06..51c5fcd 100644 --- a/include/vector2.h +++ b/include/vector2.h @@ -2,7 +2,7 @@ // vector2.h // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 54d39d6..d2059b2 100644 --- a/include/vector2i.h +++ b/include/vector2i.h @@ -2,7 +2,7 @@ // vector2i.h // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 336b74a..b2f4bcc 100644 --- a/include/vector3.h +++ b/include/vector3.h @@ -2,7 +2,7 @@ // Vector3.h // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 79ff673..3b59a39 100644 --- a/include/vector3i.h +++ b/include/vector3i.h @@ -2,7 +2,7 @@ // Vector3i.h // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 80d6c6d..a7b1979 100644 --- a/include/vector4.h +++ b/include/vector4.h @@ -2,7 +2,7 @@ // Vector4.h // Kraken Engine / Hydra // -// Copyright 2022 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 4aa2b32..fd10903 100644 --- a/src/aabb.cpp +++ b/src/aabb.cpp @@ -2,7 +2,7 @@ // aabb.cpp // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 ef9365c..dd7d935 100644 --- a/src/hitinfo.cpp +++ b/src/hitinfo.cpp @@ -2,7 +2,7 @@ // hitinfo.cpp // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 054868d..eb7094b 100644 --- a/src/krhelpers.h +++ b/src/krhelpers.h @@ -2,7 +2,7 @@ // krhelpers.h // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 08f6cb0..16582f9 100644 --- a/src/matrix2.cpp +++ b/src/matrix2.cpp @@ -2,7 +2,7 @@ // matrix2.cpp // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 72b6ee0..3927ccc 100644 --- a/src/matrix2x3.cpp +++ b/src/matrix2x3.cpp @@ -2,7 +2,7 @@ // matrix23.cpp // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 c855898..ca755da 100644 --- a/src/matrix4.cpp +++ b/src/matrix4.cpp @@ -2,7 +2,7 @@ // matrix4.cpp // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 05b2abd..a7fb477 100644 --- a/src/quaternion.cpp +++ b/src/quaternion.cpp @@ -2,7 +2,7 @@ // quaternion.cpp // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 633561f..deb2162 100644 --- a/src/scalar.cpp +++ b/src/scalar.cpp @@ -2,7 +2,7 @@ // scalar.cpp // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 48964e3..d010c04 100644 --- a/src/triangle3.cpp +++ b/src/triangle3.cpp @@ -2,7 +2,7 @@ // KRTriangle.cpp // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 db620c6..9e60eaf 100644 --- a/src/vector2.cpp +++ b/src/vector2.cpp @@ -2,7 +2,7 @@ // Vector2.cpp // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 9f912fe..8990ef3 100644 --- a/src/vector2i.cpp +++ b/src/vector2i.cpp @@ -2,7 +2,7 @@ // Vector2i.cpp // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 a79689a..f7ae018 100644 --- a/src/vector3.cpp +++ b/src/vector3.cpp @@ -2,7 +2,7 @@ // Vector3.cpp // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 177d62e..30fac10 100644 --- a/src/vector3i.cpp +++ b/src/vector3i.cpp @@ -2,7 +2,7 @@ // Vector3i.cpp // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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 7ddb4b0..6b695ba 100644 --- a/src/vector4.cpp +++ b/src/vector4.cpp @@ -2,7 +2,7 @@ // Vector4.cpp // Kraken Engine / Hydra // -// Copyright 2023 Kearwood Gilbert. All rights reserved. +// Copyright 2024 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: