From a8f164d94c92bfe2e4b328564cb526fff6c86038 Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Sun, 17 May 2026 12:23:50 -0700 Subject: [PATCH] Bump Copyright year --- include/block.h | 2 +- include/mimir.h | 2 +- include/util.h | 2 +- src/block.cpp | 2 +- src/util.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/block.h b/include/block.h index ab5aee3..9ab4bc4 100644 --- a/include/block.h +++ b/include/block.h @@ -2,7 +2,7 @@ // block.h // Kraken Engine / Mimir // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 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/mimir.h b/include/mimir.h index 604d6bb..c92330b 100644 --- a/include/mimir.h +++ b/include/mimir.h @@ -2,7 +2,7 @@ // mimir.h // Kraken Engine / Mimir // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 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/util.h b/include/util.h index 41f934e..44fd513 100644 --- a/include/util.h +++ b/include/util.h @@ -2,7 +2,7 @@ // util.h // Kraken Engine / Mimir // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 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/block.cpp b/src/block.cpp index 7bd9713..f9a9ea0 100644 --- a/src/block.cpp +++ b/src/block.cpp @@ -2,7 +2,7 @@ // block.cpp // Kraken Engine // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 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/util.cpp b/src/util.cpp index 80f4aaf..8c5dcdb 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -2,7 +2,7 @@ // util.cpp // Kraken Engine / Mimir // -// Copyright 2024 Kearwood Gilbert. All rights reserved. +// Copyright 2026 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: