Skip to content

Commit 7117bef

Browse files
committed
Change to use SPDX-License-Identifier
This is to reduce the maintenance to update the year of copyright.
1 parent efdfc81 commit 7117bef

File tree

735 files changed

+1728
-11777
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

735 files changed

+1728
-11777
lines changed

AccumulativeRingMod/source/dsp/dspcore.cpp

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// (c) 2023 Takamitsu Endo
2-
//
3-
// This file is part of AccumulativeRingMod.
4-
//
5-
// AccumulativeRingMod is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU General Public License as published by
7-
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
9-
//
10-
// AccumulativeRingMod is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU General Public License for more details.
14-
//
15-
// You should have received a copy of the GNU General Public License
16-
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
1+
// SPDX-License-Identifier: GPL-3.0-only
2+
// Copyright Takamitsu Endo ([email protected])
173

184
#include "../../../lib/juce_ScopedNoDenormal.hpp"
195

AccumulativeRingMod/source/dsp/dspcore.hpp

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// (c) 2023 Takamitsu Endo
2-
//
3-
// This file is part of AccumulativeRingMod.
4-
//
5-
// AccumulativeRingMod is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU General Public License as published by
7-
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
9-
//
10-
// AccumulativeRingMod is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU General Public License for more details.
14-
//
15-
// You should have received a copy of the GNU General Public License
16-
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
1+
// SPDX-License-Identifier: GPL-3.0-only
2+
// Copyright Takamitsu Endo ([email protected])
173

184
#pragma once
195

AccumulativeRingMod/source/dsp/filter.hpp

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// (c) 2023 Takamitsu Endo
2-
//
3-
// This file is part of AccumulativeRingMod.
4-
//
5-
// AccumulativeRingMod is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU General Public License as published by
7-
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
9-
//
10-
// AccumulativeRingMod is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU General Public License for more details.
14-
//
15-
// You should have received a copy of the GNU General Public License
16-
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
1+
// SPDX-License-Identifier: GPL-3.0-only
2+
// Copyright Takamitsu Endo ([email protected])
173

184
#pragma once
195

AccumulativeRingMod/source/editor.cpp

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// (c) 2023 Takamitsu Endo
2-
//
3-
// This file is part of AccumulativeRingMod.
4-
//
5-
// AccumulativeRingMod is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU General Public License as published by
7-
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
9-
//
10-
// AccumulativeRingMod is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU General Public License for more details.
14-
//
15-
// You should have received a copy of the GNU General Public License
16-
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
1+
// SPDX-License-Identifier: GPL-3.0-only
2+
// Copyright Takamitsu Endo ([email protected])
173

184
#include "editor.hpp"
195
#include "../../lib/pcg-cpp/pcg_random.hpp"

AccumulativeRingMod/source/editor.hpp

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// (c) 2023 Takamitsu Endo
2-
//
3-
// This file is part of AccumulativeRingMod.
4-
//
5-
// AccumulativeRingMod is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU General Public License as published by
7-
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
9-
//
10-
// AccumulativeRingMod is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU General Public License for more details.
14-
//
15-
// You should have received a copy of the GNU General Public License
16-
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
1+
// SPDX-License-Identifier: GPL-3.0-only
2+
// Copyright Takamitsu Endo ([email protected])
173

184
#pragma once
195

AccumulativeRingMod/source/fuid.hpp

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// (c) 2023 Takamitsu Endo
2-
//
3-
// This file is part of AccumulativeRingMod.
4-
//
5-
// AccumulativeRingMod is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU General Public License as published by
7-
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
9-
//
10-
// AccumulativeRingMod is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU General Public License for more details.
14-
//
15-
// You should have received a copy of the GNU General Public License
16-
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
1+
// SPDX-License-Identifier: GPL-3.0-only
2+
// Copyright Takamitsu Endo ([email protected])
173

184
#pragma once
195

AccumulativeRingMod/source/gui/splashdraw.cpp

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// (c) 2023 Takamitsu Endo
2-
//
3-
// This file is part of AccumulativeRingMod.
4-
//
5-
// AccumulativeRingMod is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU General Public License as published by
7-
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
9-
//
10-
// AccumulativeRingMod is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU General Public License for more details.
14-
//
15-
// You should have received a copy of the GNU General Public License
16-
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
1+
// SPDX-License-Identifier: GPL-3.0-only
2+
// Copyright Takamitsu Endo ([email protected])
173

184
#include "../../../common/gui/splash.hpp"
195
#include "../version.hpp"

AccumulativeRingMod/source/parameter.cpp

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// (c) 2023 Takamitsu Endo
2-
//
3-
// This file is part of AccumulativeRingMod.
4-
//
5-
// AccumulativeRingMod is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU General Public License as published by
7-
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
9-
//
10-
// AccumulativeRingMod is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU General Public License for more details.
14-
//
15-
// You should have received a copy of the GNU General Public License
16-
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
1+
// SPDX-License-Identifier: GPL-3.0-only
2+
// Copyright Takamitsu Endo ([email protected])
173

184
#include "parameter.hpp"
195
#include "../../common/dsp/constants.hpp"

AccumulativeRingMod/source/parameter.hpp

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// (c) 2023 Takamitsu Endo
2-
//
3-
// This file is part of AccumulativeRingMod.
4-
//
5-
// AccumulativeRingMod is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU General Public License as published by
7-
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
9-
//
10-
// AccumulativeRingMod is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU General Public License for more details.
14-
//
15-
// You should have received a copy of the GNU General Public License
16-
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
1+
// SPDX-License-Identifier: GPL-3.0-only
2+
// Copyright Takamitsu Endo ([email protected])
173

184
#pragma once
195

AccumulativeRingMod/source/plugfactory.cpp

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
1+
// SPDX-License-Identifier: GPL-3.0-only
2+
//
13
// Original by:
24
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved
35
//
46
// Modified by:
5-
// (c) 2023 Takamitsu Endo
6-
//
7-
// This file is part of AccumulativeRingMod.
8-
//
9-
// AccumulativeRingMod is free software: you can redistribute it and/or modify
10-
// it under the terms of the GNU General Public License as published by
11-
// the Free Software Foundation, either version 3 of the License, or
12-
// (at your option) any later version.
13-
//
14-
// AccumulativeRingMod is distributed in the hope that it will be useful,
15-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
// GNU General Public License for more details.
18-
//
19-
// You should have received a copy of the GNU General Public License
20-
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
7+
// Takamitsu Endo ([email protected])
218

229
#include "pluginterfaces/vst/ivstaudioprocessor.h"
2310
#include "public.sdk/source/main/pluginfactory.h"

0 commit comments

Comments
 (0)