From 550ca4ab0686f896356f770ba51fdd7fdb8bf10e Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Fri, 5 Apr 2024 10:10:03 -0400 Subject: [PATCH] SRB2 -> DRRR copyright in media folder --- src/media/audio_encoder.hpp | 5 +++-- src/media/avrecorder.cpp | 5 +++-- src/media/avrecorder.hpp | 5 +++-- src/media/avrecorder_feedback.cpp | 5 +++-- src/media/avrecorder_impl.hpp | 5 +++-- src/media/avrecorder_indexed.cpp | 5 +++-- src/media/avrecorder_queue.cpp | 5 +++-- src/media/cfile.cpp | 5 +++-- src/media/cfile.hpp | 5 +++-- src/media/container.hpp | 5 +++-- src/media/encoder.hpp | 5 +++-- src/media/options.cpp | 5 +++-- src/media/options.hpp | 5 +++-- src/media/options_values.cpp | 5 +++-- src/media/video_encoder.hpp | 5 +++-- src/media/video_frame.hpp | 5 +++-- src/media/vorbis.cpp | 5 +++-- src/media/vorbis.hpp | 5 +++-- src/media/vorbis_error.hpp | 5 +++-- src/media/vp8.cpp | 5 +++-- src/media/vp8.hpp | 5 +++-- src/media/vpx_error.hpp | 5 +++-- src/media/webm.hpp | 5 +++-- src/media/webm_container.cpp | 5 +++-- src/media/webm_container.hpp | 5 +++-- src/media/webm_encoder.hpp | 5 +++-- src/media/webm_vorbis.hpp | 5 +++-- src/media/webm_vorbis_lace.cpp | 5 +++-- src/media/webm_vp8.hpp | 5 +++-- src/media/webm_writer.hpp | 5 +++-- src/media/yuv420p.cpp | 5 +++-- src/media/yuv420p.hpp | 5 +++-- 32 files changed, 96 insertions(+), 64 deletions(-) diff --git a/src/media/audio_encoder.hpp b/src/media/audio_encoder.hpp index 3aa9f5cf5..bd5e68de6 100644 --- a/src/media/audio_encoder.hpp +++ b/src/media/audio_encoder.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/avrecorder.cpp b/src/media/avrecorder.cpp index fe5ada279..cfbd8eab1 100644 --- a/src/media/avrecorder.cpp +++ b/src/media/avrecorder.cpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/avrecorder.hpp b/src/media/avrecorder.hpp index 3f2cf684a..e2560179d 100644 --- a/src/media/avrecorder.hpp +++ b/src/media/avrecorder.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/avrecorder_feedback.cpp b/src/media/avrecorder_feedback.cpp index 12aa5b972..d1a94d696 100644 --- a/src/media/avrecorder_feedback.cpp +++ b/src/media/avrecorder_feedback.cpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/avrecorder_impl.hpp b/src/media/avrecorder_impl.hpp index bc4338932..12cdb5824 100644 --- a/src/media/avrecorder_impl.hpp +++ b/src/media/avrecorder_impl.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/avrecorder_indexed.cpp b/src/media/avrecorder_indexed.cpp index f69008b85..3c25a1073 100644 --- a/src/media/avrecorder_indexed.cpp +++ b/src/media/avrecorder_indexed.cpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/avrecorder_queue.cpp b/src/media/avrecorder_queue.cpp index f18c7b8fd..545249635 100644 --- a/src/media/avrecorder_queue.cpp +++ b/src/media/avrecorder_queue.cpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/cfile.cpp b/src/media/cfile.cpp index 25c8ba019..272217e37 100644 --- a/src/media/cfile.cpp +++ b/src/media/cfile.cpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/cfile.hpp b/src/media/cfile.hpp index 7d0e8595e..2da772c9f 100644 --- a/src/media/cfile.hpp +++ b/src/media/cfile.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/container.hpp b/src/media/container.hpp index 590d496f7..c7a924924 100644 --- a/src/media/container.hpp +++ b/src/media/container.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/encoder.hpp b/src/media/encoder.hpp index d6fa9c049..6d83145a8 100644 --- a/src/media/encoder.hpp +++ b/src/media/encoder.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/options.cpp b/src/media/options.cpp index 27f2a69c3..08d253f71 100644 --- a/src/media/options.cpp +++ b/src/media/options.cpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/options.hpp b/src/media/options.hpp index 8aba26e62..7570dc694 100644 --- a/src/media/options.hpp +++ b/src/media/options.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/options_values.cpp b/src/media/options_values.cpp index 7c7615871..b27330c5a 100644 --- a/src/media/options_values.cpp +++ b/src/media/options_values.cpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/video_encoder.hpp b/src/media/video_encoder.hpp index 1230bd8da..e8d404533 100644 --- a/src/media/video_encoder.hpp +++ b/src/media/video_encoder.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/video_frame.hpp b/src/media/video_frame.hpp index acf278ff5..d2d1bfbec 100644 --- a/src/media/video_frame.hpp +++ b/src/media/video_frame.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/vorbis.cpp b/src/media/vorbis.cpp index 47867d7fc..b535247a7 100644 --- a/src/media/vorbis.cpp +++ b/src/media/vorbis.cpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/vorbis.hpp b/src/media/vorbis.hpp index 333f31f8e..5a7384d79 100644 --- a/src/media/vorbis.hpp +++ b/src/media/vorbis.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/vorbis_error.hpp b/src/media/vorbis_error.hpp index 7c4f9d3d6..4f089ae80 100644 --- a/src/media/vorbis_error.hpp +++ b/src/media/vorbis_error.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/vp8.cpp b/src/media/vp8.cpp index 7eb88f004..b2e2a3ce7 100644 --- a/src/media/vp8.cpp +++ b/src/media/vp8.cpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/vp8.hpp b/src/media/vp8.hpp index 49502ad9e..cf878cb3f 100644 --- a/src/media/vp8.hpp +++ b/src/media/vp8.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/vpx_error.hpp b/src/media/vpx_error.hpp index 06b502398..6ec7f5d9e 100644 --- a/src/media/vpx_error.hpp +++ b/src/media/vpx_error.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/webm.hpp b/src/media/webm.hpp index 2031f58f0..1a56f94c4 100644 --- a/src/media/webm.hpp +++ b/src/media/webm.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/webm_container.cpp b/src/media/webm_container.cpp index ac1e9c1e1..265d428f1 100644 --- a/src/media/webm_container.cpp +++ b/src/media/webm_container.cpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/webm_container.hpp b/src/media/webm_container.hpp index e763515c8..4c4ff9828 100644 --- a/src/media/webm_container.hpp +++ b/src/media/webm_container.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/webm_encoder.hpp b/src/media/webm_encoder.hpp index 197886dba..8de011811 100644 --- a/src/media/webm_encoder.hpp +++ b/src/media/webm_encoder.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/webm_vorbis.hpp b/src/media/webm_vorbis.hpp index f49e12e77..86018c470 100644 --- a/src/media/webm_vorbis.hpp +++ b/src/media/webm_vorbis.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/webm_vorbis_lace.cpp b/src/media/webm_vorbis_lace.cpp index 506d3f763..cc1d26732 100644 --- a/src/media/webm_vorbis_lace.cpp +++ b/src/media/webm_vorbis_lace.cpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/webm_vp8.hpp b/src/media/webm_vp8.hpp index 44e951146..7dc3da423 100644 --- a/src/media/webm_vp8.hpp +++ b/src/media/webm_vp8.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/webm_writer.hpp b/src/media/webm_writer.hpp index 50e091baa..470bf213a 100644 --- a/src/media/webm_writer.hpp +++ b/src/media/webm_writer.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/yuv420p.cpp b/src/media/yuv420p.cpp index ebb2af400..8cf01b212 100644 --- a/src/media/yuv420p.cpp +++ b/src/media/yuv420p.cpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/media/yuv420p.hpp b/src/media/yuv420p.hpp index 7ca9f6210..9e7ac942f 100644 --- a/src/media/yuv420p.hpp +++ b/src/media/yuv420p.hpp @@ -1,6 +1,7 @@ -// RING RACERS +// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2023-2024 by James Robert Roman +// Copyright (C) 2024 by James Robert Roman +// Copyright (C) 2024 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2.