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: