From 3ba4ecdfca7ce3991e3c3aad99027dc9a9c39d3e Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Sun, 17 May 2026 12:24:16 -0700 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 1dd699b..13bcbc3 100644 --- a/include/dsp.h +++ b/include/dsp.h @@ -2,7 +2,7 @@ // dsp.h // Kraken Engine / Siren // -// 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/siren.h b/include/siren.h index 58fd68c..f5a3417 100644 --- a/include/siren.h +++ b/include/siren.h @@ -2,7 +2,7 @@ // siren.h // Kraken Engine / Siren // -// 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/dsp_slow.cpp b/src/dsp_slow.cpp index b1832d9..3915dbf 100644 --- a/src/dsp_slow.cpp +++ b/src/dsp_slow.cpp @@ -2,7 +2,7 @@ // dsp_slow.cpp // Kraken Engine / Siren // -// 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/dsp_vdsp.cpp b/src/dsp_vdsp.cpp index 3aa8f38..286b767 100644 --- a/src/dsp_vdsp.cpp +++ b/src/dsp_vdsp.cpp @@ -2,7 +2,7 @@ // dsp_vDSP.cpp // Kraken Engine / Siren // -// 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: