From 0f414f17d7ba71f168f1949fc0042bd391fedf90 Mon Sep 17 00:00:00 2001 From: cam900 Date: Tue, 31 May 2022 14:18:40 +0900 Subject: [PATCH] Add Modifier and Contributor disclaimer --- src/engine/platform/sound/es550x/es5504.cpp | 1 + src/engine/platform/sound/es550x/es5504.hpp | 1 + src/engine/platform/sound/es550x/es5505.cpp | 1 + src/engine/platform/sound/es550x/es5505.hpp | 1 + src/engine/platform/sound/es550x/es5506.cpp | 1 + src/engine/platform/sound/es550x/es5506.hpp | 1 + src/engine/platform/sound/es550x/es550x.cpp | 1 + src/engine/platform/sound/es550x/es550x.hpp | 1 + src/engine/platform/sound/es550x/es550x_alu.cpp | 1 + src/engine/platform/sound/es550x/es550x_filter.cpp | 1 + src/engine/platform/sound/es550x/util.hpp | 1 + 11 files changed, 11 insertions(+) diff --git a/src/engine/platform/sound/es550x/es5504.cpp b/src/engine/platform/sound/es550x/es5504.cpp index 2ffc7ab5c..c2644fbdb 100644 --- a/src/engine/platform/sound/es550x/es5504.cpp +++ b/src/engine/platform/sound/es550x/es5504.cpp @@ -3,6 +3,7 @@ see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details Copyright holder(s): cam900 + Modifiers and Contributors for Furnace: cam900 Ensoniq ES5504 emulation core see es550x.cpp for more info diff --git a/src/engine/platform/sound/es550x/es5504.hpp b/src/engine/platform/sound/es550x/es5504.hpp index bbf74b2cb..be6e44d11 100644 --- a/src/engine/platform/sound/es550x/es5504.hpp +++ b/src/engine/platform/sound/es550x/es5504.hpp @@ -3,6 +3,7 @@ see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details Copyright holder(s): cam900 + Modifiers and Contributors for Furnace: cam900 Ensoniq ES5504 emulation core See es550x.cpp for more info diff --git a/src/engine/platform/sound/es550x/es5505.cpp b/src/engine/platform/sound/es550x/es5505.cpp index 4a6ab8988..fae6b3930 100644 --- a/src/engine/platform/sound/es550x/es5505.cpp +++ b/src/engine/platform/sound/es550x/es5505.cpp @@ -3,6 +3,7 @@ see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details Copyright holder(s): cam900 + Modifiers and Contributors for Furnace: cam900 Ensoniq ES5505 emulation core see es550x.cpp for more info diff --git a/src/engine/platform/sound/es550x/es5505.hpp b/src/engine/platform/sound/es550x/es5505.hpp index b42322f62..6498ddff0 100644 --- a/src/engine/platform/sound/es550x/es5505.hpp +++ b/src/engine/platform/sound/es550x/es5505.hpp @@ -3,6 +3,7 @@ see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details Copyright holder(s): cam900 + Modifiers and Contributors for Furnace: cam900 Ensoniq ES5504 emulation core See es550x.cpp for more info diff --git a/src/engine/platform/sound/es550x/es5506.cpp b/src/engine/platform/sound/es550x/es5506.cpp index 251b158a2..c401a4b63 100644 --- a/src/engine/platform/sound/es550x/es5506.cpp +++ b/src/engine/platform/sound/es550x/es5506.cpp @@ -3,6 +3,7 @@ see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details Copyright holder(s): cam900 + Modifiers and Contributors for Furnace: cam900 Ensoniq ES5506 emulation core see es550x.cpp for more info diff --git a/src/engine/platform/sound/es550x/es5506.hpp b/src/engine/platform/sound/es550x/es5506.hpp index 9aaee75b2..b16be3672 100644 --- a/src/engine/platform/sound/es550x/es5506.hpp +++ b/src/engine/platform/sound/es550x/es5506.hpp @@ -3,6 +3,7 @@ see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details Copyright holder(s): cam900 + Modifiers and Contributors for Furnace: cam900 Ensoniq ES5504 emulation core See es550x.cpp for more info diff --git a/src/engine/platform/sound/es550x/es550x.cpp b/src/engine/platform/sound/es550x/es550x.cpp index 5d83fd522..10d1d9a90 100644 --- a/src/engine/platform/sound/es550x/es550x.cpp +++ b/src/engine/platform/sound/es550x/es550x.cpp @@ -3,6 +3,7 @@ see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details Copyright holder(s): cam900 + Modifiers and Contributors for Furnace: cam900 Ensoniq ES5504/ES5505/ES5506 emulation core After ES5503 DOC's appeared, Ensoniq announces ES5504 DOC II, ES5505 OTIS, ES5506 OTTO. diff --git a/src/engine/platform/sound/es550x/es550x.hpp b/src/engine/platform/sound/es550x/es550x.hpp index ad02c2ff1..e5106b78a 100644 --- a/src/engine/platform/sound/es550x/es550x.hpp +++ b/src/engine/platform/sound/es550x/es550x.hpp @@ -3,6 +3,7 @@ see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details Copyright holder(s): cam900 + Modifiers and Contributors for Furnace: cam900 Ensoniq ES5504/ES5505/ES5506 emulation core See es550x.cpp for more info diff --git a/src/engine/platform/sound/es550x/es550x_alu.cpp b/src/engine/platform/sound/es550x/es550x_alu.cpp index cf22517ec..6b11d9ec9 100644 --- a/src/engine/platform/sound/es550x/es550x_alu.cpp +++ b/src/engine/platform/sound/es550x/es550x_alu.cpp @@ -3,6 +3,7 @@ see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details Copyright holder(s): cam900 + Modifiers and Contributors for Furnace: cam900 Ensoniq ES5504/ES5505/ES5506 Shared Accumulator emulation core see es550x.cpp for more info diff --git a/src/engine/platform/sound/es550x/es550x_filter.cpp b/src/engine/platform/sound/es550x/es550x_filter.cpp index 45fd0571f..bf0b260c1 100644 --- a/src/engine/platform/sound/es550x/es550x_filter.cpp +++ b/src/engine/platform/sound/es550x/es550x_filter.cpp @@ -3,6 +3,7 @@ see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details Copyright holder(s): cam900 + Modifiers and Contributors for Furnace: cam900 Ensoniq ES5504/ES5505/ES5506 Shared Filter emulation core see es550x.cpp for more info diff --git a/src/engine/platform/sound/es550x/util.hpp b/src/engine/platform/sound/es550x/util.hpp index a66f4ca8e..63d082ac0 100644 --- a/src/engine/platform/sound/es550x/util.hpp +++ b/src/engine/platform/sound/es550x/util.hpp @@ -3,6 +3,7 @@ see https://github.com/cam900/vgsound_emu/blob/vgsound_emu_v1/LICENSE for more details Copyright holder(s): cam900 + Modifiers and Contributors for Furnace: cam900 Various core utilities for vgsound_emu */