From 762b8789c118a804ad976cb96d0911b6b021b80e Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Sat, 20 Jan 2024 18:59:19 -0800 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 b6f8dbb..ab5aee3 100644 --- a/include/block.h +++ b/include/block.h @@ -2,7 +2,7 @@ // block.h // Kraken Engine / Mimir // -// 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/mimir.h b/include/mimir.h index 45530d8..604d6bb 100644 --- a/include/mimir.h +++ b/include/mimir.h @@ -2,7 +2,7 @@ // mimir.h // Kraken Engine / Mimir // -// 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/util.h b/include/util.h index fb18554..41f934e 100644 --- a/include/util.h +++ b/include/util.h @@ -2,7 +2,7 @@ // util.h // Kraken Engine / Mimir // -// 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/block.cpp b/src/block.cpp index 55edc77..7bd9713 100644 --- a/src/block.cpp +++ b/src/block.cpp @@ -2,7 +2,7 @@ // block.cpp // Kraken Engine // -// 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/util.cpp b/src/util.cpp index d21818b..80f4aaf 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -2,7 +2,7 @@ // util.cpp // Kraken Engine / Mimir // -// 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: