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: