Bump copyright header year.

This commit is contained in:
2023-01-10 14:26:49 -08:00
parent f59887e6b2
commit 6cb2c06bea
14 changed files with 14 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
// aabb.cpp // aabb.cpp
// Kraken Engine / Hydra // 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 // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// hitinfo.cpp // hitinfo.cpp
// Kraken Engine / Hydra // 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 // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// krhelpers.h // krhelpers.h
// Kraken Engine / Hydra // 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 // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// matrix2.cpp // matrix2.cpp
// Kraken Engine / Hydra // 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 // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// matrix23.cpp // matrix23.cpp
// Kraken Engine / Hydra // 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 // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// matrix4.cpp // matrix4.cpp
// Kraken Engine / Hydra // 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 // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// quaternion.cpp // quaternion.cpp
// Kraken Engine / Hydra // 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 // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// scalar.cpp // scalar.cpp
// Kraken Engine / Hydra // 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 // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// KRTriangle.cpp // KRTriangle.cpp
// Kraken Engine / Hydra // 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 // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Vector2.cpp // Vector2.cpp
// Kraken Engine / Hydra // 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 // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Vector2i.cpp // Vector2i.cpp
// Kraken Engine / Hydra // 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 // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Vector3.cpp // Vector3.cpp
// Kraken Engine / Hydra // 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 // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Vector3i.cpp // Vector3i.cpp
// Kraken Engine / Hydra // 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 // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Vector4.cpp // Vector4.cpp
// Kraken Engine / Hydra // 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 // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met: