Skip to content

Commit

Permalink
Change to use SPDX-License-Identifier
Browse files Browse the repository at this point in the history
This is to reduce the maintenance to update the year of copyright.
  • Loading branch information
ryukau committed Oct 22, 2024
1 parent efdfc81 commit 7117bef
Show file tree
Hide file tree
Showing 735 changed files with 1,728 additions and 11,777 deletions.
18 changes: 2 additions & 16 deletions AccumulativeRingMod/source/dsp/dspcore.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
// (c) 2023 Takamitsu Endo
//
// This file is part of AccumulativeRingMod.
//
// AccumulativeRingMod is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// AccumulativeRingMod is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
// SPDX-License-Identifier: GPL-3.0-only
// Copyright Takamitsu Endo ([email protected])

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

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

#pragma once

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

#pragma once

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

#include "editor.hpp"
#include "../../lib/pcg-cpp/pcg_random.hpp"
Expand Down
18 changes: 2 additions & 16 deletions AccumulativeRingMod/source/editor.hpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
// (c) 2023 Takamitsu Endo
//
// This file is part of AccumulativeRingMod.
//
// AccumulativeRingMod is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// AccumulativeRingMod is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
// SPDX-License-Identifier: GPL-3.0-only
// Copyright Takamitsu Endo ([email protected])

#pragma once

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

#pragma once

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

#include "../../../common/gui/splash.hpp"
#include "../version.hpp"
Expand Down
18 changes: 2 additions & 16 deletions AccumulativeRingMod/source/parameter.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
// (c) 2023 Takamitsu Endo
//
// This file is part of AccumulativeRingMod.
//
// AccumulativeRingMod is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// AccumulativeRingMod is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
// SPDX-License-Identifier: GPL-3.0-only
// Copyright Takamitsu Endo ([email protected])

#include "parameter.hpp"
#include "../../common/dsp/constants.hpp"
Expand Down
18 changes: 2 additions & 16 deletions AccumulativeRingMod/source/parameter.hpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
// (c) 2023 Takamitsu Endo
//
// This file is part of AccumulativeRingMod.
//
// AccumulativeRingMod is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// AccumulativeRingMod is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
// SPDX-License-Identifier: GPL-3.0-only
// Copyright Takamitsu Endo ([email protected])

#pragma once

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

#include "pluginterfaces/vst/ivstaudioprocessor.h"
#include "public.sdk/source/main/pluginfactory.h"
Expand Down
19 changes: 3 additions & 16 deletions AccumulativeRingMod/source/plugprocessor.cpp
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
// SPDX-License-Identifier: GPL-3.0-only
//
// Original by:
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved
//
// Modified by:
// (c) 2023 Takamitsu Endo
//
// This file is part of AccumulativeRingMod.
//
// AccumulativeRingMod is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// AccumulativeRingMod is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
// Takamitsu Endo ([email protected])

#include "plugprocessor.hpp"
#include "fuid.hpp"
Expand Down
19 changes: 3 additions & 16 deletions AccumulativeRingMod/source/plugprocessor.hpp
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
// SPDX-License-Identifier: GPL-3.0-only
//
// Original by:
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved
//
// Modified by:
// (c) 2023 Takamitsu Endo
//
// This file is part of AccumulativeRingMod.
//
// AccumulativeRingMod is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// AccumulativeRingMod is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with AccumulativeRingMod. If not, see <https://www.gnu.org/licenses/>.
// Takamitsu Endo ([email protected])

#pragma once

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

#pragma once

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

#define SET_PARAMETERS dsp->setParameters();
#define HAS_SIDECHAIN 1;
Expand Down
18 changes: 2 additions & 16 deletions BasicLimiter/source/dsp/dspcore.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
// (c) 2021 Takamitsu Endo
//
// This file is part of BasicLimiter.
//
// BasicLimiter is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BasicLimiter is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with BasicLimiter. If not, see <https://www.gnu.org/licenses/>.
// SPDX-License-Identifier: GPL-3.0-only
// Copyright Takamitsu Endo ([email protected])

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

Expand Down
18 changes: 2 additions & 16 deletions BasicLimiter/source/dsp/dspcore.hpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
// (c) 2022 Takamitsu Endo
//
// This file is part of BasicLimiter.
//
// BasicLimiter is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BasicLimiter is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with BasicLimiter. If not, see <https://www.gnu.org/licenses/>.
// SPDX-License-Identifier: GPL-3.0-only
// Copyright Takamitsu Endo ([email protected])

#pragma once

Expand Down
18 changes: 2 additions & 16 deletions BasicLimiter/source/dsp/limiter.hpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
// (c) 2021 Takamitsu Endo
//
// This file is part of BasicLimiter.
//
// BasicLimiter is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BasicLimiter is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with BasicLimiter. If not, see <https://www.gnu.org/licenses/>.
// SPDX-License-Identifier: GPL-3.0-only
// Copyright Takamitsu Endo ([email protected])

#include "../../../common/dsp/smoother.hpp"

Expand Down
Loading

0 comments on commit 7117bef

Please sign in to comment.