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 2ffc7ab5..c2644fbd 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 bbf74b2c..be6e44d1 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 4a6ab898..fae6b393 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 b42322f6..6498ddff 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 251b158a..c401a4b6 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 9aaee75b..b16be367 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 5d83fd52..10d1d9a9 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 ad02c2ff..e5106b78 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 cf22517e..6b11d9ec 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 45fd0571..bf0b260c 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 a66f4ca8..63d082ac 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 */