From def6469e36721cbb18258bff83262bc73c2f4c5c Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Sat, 20 Jan 2024 18:59:43 -0800 Subject: [PATCH] Bump copyright year --- include/dsp.h | 2 +- include/siren.h | 2 +- src/dsp_slow.cpp | 2 +- src/dsp_vdsp.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/dsp.h b/include/dsp.h index d7b93d9..1dd699b 100644 --- a/include/dsp.h +++ b/include/dsp.h @@ -2,7 +2,7 @@ // dsp.h // Kraken Engine / Siren // -// 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/siren.h b/include/siren.h index 3fbc29b..58fd68c 100644 --- a/include/siren.h +++ b/include/siren.h @@ -2,7 +2,7 @@ // siren.h // Kraken Engine / Siren // -// 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/dsp_slow.cpp b/src/dsp_slow.cpp index b7ec9ac..b1832d9 100644 --- a/src/dsp_slow.cpp +++ b/src/dsp_slow.cpp @@ -2,7 +2,7 @@ // dsp_slow.cpp // Kraken Engine / Siren // -// 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/dsp_vdsp.cpp b/src/dsp_vdsp.cpp index 870b1fd..3aa8f38 100644 --- a/src/dsp_vdsp.cpp +++ b/src/dsp_vdsp.cpp @@ -2,7 +2,7 @@ // dsp_vDSP.cpp // Kraken Engine / Siren // -// 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: