]> git.sesse.net Git - casparcg/commitdiff
3582474: Server copyright notice
authorhellgore <hellgore@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Mon, 5 Nov 2012 15:32:39 +0000 (15:32 +0000)
committerhellgore <hellgore@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Mon, 5 Nov 2012 15:32:39 +0000 (15:32 +0000)
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/trunk@3489 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d

shell/main.cpp

index f386537c56f53141618f9d2bc8ca4c19b12afa43..209938ea456dba8f92509555469a77f33ac66581 100644 (file)
@@ -129,9 +129,12 @@ void setup_console_window()
 \r
 void print_info()\r
 {\r
-       CASPAR_LOG(info) << L"################################################################################";\r
-       CASPAR_LOG(info) << L"Copyright (c) 2010 Sveriges Television AB, www.casparcg.com, <info@casparcg.com>";\r
-       CASPAR_LOG(info) << L"################################################################################";\r
+       CASPAR_LOG(info) << L"############################################################################";\r
+       CASPAR_LOG(info) << L"CasparCG Server is distributed by the Swedish Broadcasting Corporation (SVT)";\r
+       CASPAR_LOG(info) << L"under the GNU General Public License GPLv3 or higher.";\r
+       CASPAR_LOG(info) << L"Please see LICENSE.TXT for details.";\r
+       CASPAR_LOG(info) << L"http://www.casparcg.com/";\r
+       CASPAR_LOG(info) << L"############################################################################";\r
        CASPAR_LOG(info) << L"Starting CasparCG Video and Graphics Playout Server " << caspar::env::version();\r
        CASPAR_LOG(info) << L"on " << caspar::get_win_product_name() << L" " << caspar::get_win_sp_version();\r
        CASPAR_LOG(info) << caspar::get_cpu_info();\r