From 93e37deeedbc99f3150a6c9029b5f64d6abf2f55 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Sun, 27 Aug 2023 17:14:34 +0300
Subject: [PATCH 3/3] Add Cinelerra-Cv team copyright

---
 cinelerra-5.1/cinelerra/aboutprefs.C  | 11 ++++-------
 cinelerra-5.1/cinelerra/main.C        |  5 +++++
 cinelerra-5.1/cinelerra/versioninfo.h |  1 +
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/cinelerra-5.1/cinelerra/aboutprefs.C b/cinelerra-5.1/cinelerra/aboutprefs.C
index a8de327b..54ee612b 100644
--- a/cinelerra-5.1/cinelerra/aboutprefs.C
+++ b/cinelerra-5.1/cinelerra/aboutprefs.C
@@ -53,11 +53,6 @@ void AboutPrefs::create_objects()
 	int x, y;
 	BC_Resources *resources = BC_WindowBase::get_resources();
 
-// 	add_subwindow(new BC_Title(mwindow->theme->preferencestitle_x,
-// 		mwindow->theme->preferencestitle_y,
-// 		_("About"),http://mirrors.pdp-11.ru/
-// 		LARGEFONT,
-// 		resources->text_default));
 
 	x = mwindow->theme->preferencesoptions_x;
 	y = mwindow->theme->preferencesoptions_y +
@@ -74,7 +69,9 @@ void AboutPrefs::create_objects()
 	COPYRIGHTTEXT2
 #endif
 	);
-	y += get_text_height(MEDIUMFONT) * 3;
+	y += 2*get_text_height(MEDIUMFONT);
+	draw_text(x,y, COPYRIGHTTEXT3);
+	y += get_text_height(MEDIUMFONT) * 2;
 
 
 	const char *cfg_path = File::get_cindat_path();
@@ -101,7 +98,7 @@ void AboutPrefs::create_objects()
 			about.append(new BC_ListBoxItem(msg));
 		}
 		BC_ListBox *listbox;
-		add_subwindow(listbox = new BC_ListBox(x, y, xS(450), yS(280),
+		add_subwindow(listbox = new BC_ListBox(x, y, xS(450), yS(270),
 			LISTBOX_TEXT, &about, 0, 0, 1));
 		y += listbox->get_h() + get_text_height(LARGEFONT) + yS(10);
 	}
diff --git a/cinelerra-5.1/cinelerra/main.C b/cinelerra-5.1/cinelerra/main.C
index cd26a973..8fbb189d 100644
--- a/cinelerra-5.1/cinelerra/main.C
+++ b/cinelerra-5.1/cinelerra/main.C
@@ -309,9 +309,14 @@ int main(int argc, char *argv[])
 #ifndef COPYRIGHTTEXT2
 #define COPYRIGHTTEXT2 ""
 #endif
+#ifndef COPYRIGHTTEXT3
+#define COPYRIGHTTEXT3 ""
+#endif
+
 		fprintf(stderr, "%s %s - %s\n%s",
 			PROGRAM_NAME,CINELERRA_VERSION, AboutPrefs::build_timestamp,
 			REPOMAINTXT COPYRIGHTTEXT1 COPYRIGHTTEXT2);
+		fprintf(stderr, "%s", COPYRIGHTTEXT3);
 		fprintf(stderr,"\n");
 		fprintf(stderr, "%s \n", AboutPrefs::ffmpeg_version);
 		fprintf(stderr,"\n");
diff --git a/cinelerra-5.1/cinelerra/versioninfo.h b/cinelerra-5.1/cinelerra/versioninfo.h
index 0281b8fc..02a2f2c7 100644
--- a/cinelerra-5.1/cinelerra/versioninfo.h
+++ b/cinelerra-5.1/cinelerra/versioninfo.h
@@ -8,6 +8,7 @@
 #define COPYRIGHT_DATE "2019"
 #define COPYRIGHTTEXT1 "(c) 2006-2019 Heroine Virtual Ltd. by Adam Williams\n"
 #define COPYRIGHTTEXT2 "2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy\n"
+#define COPYRIGHTTEXT3 "2003-2017 mods for Cinelerra-CV by CinelerraCV team\n"
 #undef COMPILEDATE
 
 #endif
-- 
2.42.0

