Skip to content

Commit 20b0556

Browse files
committed
Correct license in .h
1 parent 19a6084 commit 20b0556

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

include/signalsmith-basics/analyser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright 2025+ Signalsmith Audio Ltd. / Geraint Luff
2-
Released under the Boost Software License (see LICENSE.txt) */
2+
MIT License - see LICENSE.txt and SUPPORT.txt */
33
#pragma once
44

55
#include "../stfx/stfx-library.h"

include/signalsmith-basics/chorus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright 2025+ Signalsmith Audio Ltd. / Geraint Luff
2-
Released under the Boost Software License (see LICENSE.txt) */
2+
MIT License - see LICENSE.txt and SUPPORT.txt */
33
#pragma once
44

55
#include "../stfx/stfx-library.h"

include/signalsmith-basics/crunch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright 2022+ Signalsmith Audio Ltd. / Geraint Luff
2-
See LICENSE.txt and SUPPORT.txt */
2+
MIT License - see LICENSE.txt and SUPPORT.txt */
33
#pragma once
44

55
#include "../../modules/dsp/rates.h"

include/signalsmith-basics/freq-shifter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright 2025+ Signalsmith Audio Ltd. / Geraint Luff
2-
See LICENSE.txt and SUPPORT.txt */
2+
MIT License - see LICENSE.txt and SUPPORT.txt */
33
#pragma once
44

55
#include "../../modules/hilbert-iir/hilbert.h"

include/signalsmith-basics/limiter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright 2022+ Signalsmith Audio Ltd. / Geraint Luff
2-
Released under the Boost Software License (see LICENSE.txt) */
2+
MIT License - see LICENSE.txt and SUPPORT.txt */
33
#pragma once
44

55
#include "../../modules/dsp/delay.h"

include/signalsmith-basics/reverb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright 2022+ Signalsmith Audio Ltd. / Geraint Luff
2-
Released under the Boost Software License (see LICENSE.txt) */
2+
MIT License - see LICENSE.txt and SUPPORT.txt */
33
#pragma once
44

55
#include "../../modules/dsp/delay.h"

0 commit comments

Comments
 (0)