License header year bump

This commit is contained in:
2022-04-03 21:53:41 -07:00
parent 6be8cd11d9
commit ff6afea7f7
27 changed files with 27 additions and 27 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: