Skip to content

Commit

Permalink
Fix license text
Browse files Browse the repository at this point in the history
  • Loading branch information
cu committed Mar 5, 2020
1 parent f8b1943 commit 1ca9616
Show file tree
Hide file tree
Showing 107 changed files with 227 additions and 188 deletions.
8 changes: 4 additions & 4 deletions EnvelopedSine/source/dsp/noise.hpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of IterativeSinCluster.
// This file is part of EnvelopedSine.
//
// IterativeSinCluster is free software: you can redistribute it and/or modify
// EnvelopedSine 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.
//
// IterativeSinCluster is distributed in the hope that it will be useful,
// EnvelopedSine 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 IterativeSinCluster. If not, see <https://www.gnu.org/licenses/>.
// along with EnvelopedSine. If not, see <https://www.gnu.org/licenses/>.

#pragma once

Expand Down
8 changes: 4 additions & 4 deletions EnvelopedSine/source/dsp/oscillator.hpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of IterativeSinCluster.
// This file is part of EnvelopedSine.
//
// IterativeSinCluster is free software: you can redistribute it and/or modify
// EnvelopedSine 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.
//
// IterativeSinCluster is distributed in the hope that it will be useful,
// EnvelopedSine 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 IterativeSinCluster. If not, see <https://www.gnu.org/licenses/>.
// along with EnvelopedSine. If not, see <https://www.gnu.org/licenses/>.

#pragma once

Expand Down
8 changes: 4 additions & 4 deletions EnvelopedSine/source/editor.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// (c) 2020 Takamitsu Endo
//
// This file is part of CubicPadSynth.
// This file is part of EnvelopedSine.
//
// CubicPadSynth is free software: you can redistribute it and/or modify
// EnvelopedSine 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.
//
// CubicPadSynth is distributed in the hope that it will be useful,
// EnvelopedSine 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 CubicPadSynth. If not, see <https://www.gnu.org/licenses/>.
// along with EnvelopedSine. If not, see <https://www.gnu.org/licenses/>.

#include "editor.hpp"
#include "version.hpp"
Expand Down
8 changes: 4 additions & 4 deletions EnvelopedSine/source/editor.hpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// (c) 2020 Takamitsu Endo
//
// This file is part of CubicPadSynth.
// This file is part of EnvelopedSine.
//
// CubicPadSynth is free software: you can redistribute it and/or modify
// EnvelopedSine 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.
//
// CubicPadSynth is distributed in the hope that it will be useful,
// EnvelopedSine 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 CubicPadSynth. If not, see <https://www.gnu.org/licenses/>.
// along with EnvelopedSine. If not, see <https://www.gnu.org/licenses/>.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion EnvelopedSine/source/fuid.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of EnvelopedSine.
//
Expand Down
2 changes: 1 addition & 1 deletion EnvelopedSine/source/gui/splashdraw.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of EnvelopedSine.
//
Expand Down
2 changes: 1 addition & 1 deletion EnvelopedSine/source/plugfactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved
//
// Modified by:
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of EnvelopedSine.
//
Expand Down
2 changes: 1 addition & 1 deletion EnvelopedSine/source/plugprocessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved
//
// Modified by:
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of EnvelopedSine.
//
Expand Down
2 changes: 1 addition & 1 deletion EnvelopedSine/source/plugprocessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved
//
// Modified by:
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of EnvelopedSine.
//
Expand Down
8 changes: 4 additions & 4 deletions EsPhaser/source/editor.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// (c) 2020 Takamitsu Endo
//
// This file is part of CubicPadSynth.
// This file is part of EsPhaser.
//
// CubicPadSynth is free software: you can redistribute it and/or modify
// EsPhaser 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.
//
// CubicPadSynth is distributed in the hope that it will be useful,
// EsPhaser 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 CubicPadSynth. If not, see <https://www.gnu.org/licenses/>.
// along with EsPhaser. If not, see <https://www.gnu.org/licenses/>.

#include "editor.hpp"
#include "version.hpp"
Expand Down
8 changes: 4 additions & 4 deletions EsPhaser/source/editor.hpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// (c) 2020 Takamitsu Endo
//
// This file is part of CubicPadSynth.
// This file is part of EsPhaser.
//
// CubicPadSynth is free software: you can redistribute it and/or modify
// EsPhaser 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.
//
// CubicPadSynth is distributed in the hope that it will be useful,
// EsPhaser 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 CubicPadSynth. If not, see <https://www.gnu.org/licenses/>.
// along with EsPhaser. If not, see <https://www.gnu.org/licenses/>.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion EsPhaser/source/fuid.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of EsPhaser.
//
Expand Down
10 changes: 5 additions & 5 deletions EsPhaser/source/gui/splashdraw.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of EnvelopedSine.
// This file is part of EsPhaser.
//
// EnvelopedSine is free software: you can redistribute it and/or modify
// EsPhaser 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.
//
// EnvelopedSine is distributed in the hope that it will be useful,
// EsPhaser 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 EnvelopedSine. If not, see <https://www.gnu.org/licenses/>.
// along with EsPhaser. If not, see <https://www.gnu.org/licenses/>.

#include "../../../common/gui/splash.hpp"
#include "../version.hpp"
Expand Down
2 changes: 1 addition & 1 deletion EsPhaser/source/plugfactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved
//
// Modified by:
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of EsPhaser.
//
Expand Down
2 changes: 1 addition & 1 deletion EsPhaser/source/plugprocessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved
//
// Modified by:
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of EsPhaser.
//
Expand Down
2 changes: 1 addition & 1 deletion EsPhaser/source/plugprocessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved
//
// Modified by:
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of EsPhaser.
//
Expand Down
8 changes: 4 additions & 4 deletions FDNCymbal/source/dsp/delay.hpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of WaveCymbal.
// This file is part of FDNCymbal.
//
// WaveCymbal is free software: you can redistribute it and/or modify
// FDNCymbal 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.
//
// WaveCymbal is distributed in the hope that it will be useful,
// FDNCymbal 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 WaveCymbal. If not, see <https://www.gnu.org/licenses/>.
// along with FDNCymbal. If not, see <https://www.gnu.org/licenses/>.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion FDNCymbal/source/dsp/dspcore.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of FDNCymbal.
//
Expand Down
2 changes: 1 addition & 1 deletion FDNCymbal/source/dsp/dspcore.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of FDNCymbal.
//
Expand Down
2 changes: 1 addition & 1 deletion FDNCymbal/source/dsp/envelope.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of FDNCymbal.
//
Expand Down
2 changes: 1 addition & 1 deletion FDNCymbal/source/dsp/iir.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of FDNCymbal.
//
Expand Down
2 changes: 1 addition & 1 deletion FDNCymbal/source/dsp/oscillator.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of FDNCymbal.
//
Expand Down
8 changes: 4 additions & 4 deletions FDNCymbal/source/editor.hpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// (c) 2020 Takamitsu Endo
//
// This file is part of CubicPadSynth.
// This file is part of FDNCymbal.
//
// CubicPadSynth is free software: you can redistribute it and/or modify
// FDNCymbal 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.
//
// CubicPadSynth is distributed in the hope that it will be useful,
// FDNCymbal 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 CubicPadSynth. If not, see <https://www.gnu.org/licenses/>.
// along with FDNCymbal. If not, see <https://www.gnu.org/licenses/>.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion FDNCymbal/source/fuid.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of FDNCymbal.
//
Expand Down
13 changes: 7 additions & 6 deletions FDNCymbal/source/gui/splashdraw.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of EnvelopedSine.
// This file is part of FDNCymbal.
//
// EnvelopedSine is free software: you can redistribute it and/or modify
// FDNCymbal 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.
//
// EnvelopedSine is distributed in the hope that it will be useful,
// FDNCymbal 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 EnvelopedSine. If not, see <https://www.gnu.org/licenses/>.
// along with FDNCymbal. If not, see <https://www.gnu.org/licenses/>.

#include "../../../common/gui/splash.hpp"
#include "../version.hpp"
Expand Down Expand Up @@ -46,7 +46,8 @@ void CreditView::draw(CDrawContext *pContext)

pContext->setFont(fontIDText);
pContext->setFontColor(CColor(0, 0, 0, 255));
pContext->drawString(("© 2019 Takamitsu Endo ([email protected])"), CPoint(20.0, 90.0));
pContext->drawString(
("© 2019-2020 Takamitsu Endo ([email protected])"), CPoint(20.0, 90.0));

pContext->drawString(("Shift + Drag: Fine Adjustment"), CPoint(20.0, 150.0));
pContext->drawString(("Ctrl + Click: Reset to Default"), CPoint(20.0, 180.0));
Expand Down
2 changes: 1 addition & 1 deletion FDNCymbal/source/parameter.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of FDNCymbal.
//
Expand Down
2 changes: 1 addition & 1 deletion FDNCymbal/source/parameter.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of FDNCymbal.
//
Expand Down
2 changes: 1 addition & 1 deletion FDNCymbal/source/plugfactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved
//
// Modified by:
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of FDNCymbal.
//
Expand Down
2 changes: 1 addition & 1 deletion FDNCymbal/source/plugprocessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved
//
// Modified by:
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of FDNCymbal.
//
Expand Down
2 changes: 1 addition & 1 deletion FDNCymbal/source/plugprocessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// (c) 2018, Steinberg Media Technologies GmbH, All Rights Reserved
//
// Modified by:
// (c) 2019 Takamitsu Endo
// (c) 2019-2020 Takamitsu Endo
//
// This file is part of FDNCymbal.
//
Expand Down
Loading

0 comments on commit 1ca9616

Please sign in to comment.