vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Jun 15 01:51:30 2016 +0200| [984edfdc43b9567d83f05fdfe9ed52a7589c6f75] | committer: Jean-Baptiste Kempf
chromecast: Fix copyright line > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=984edfdc43b9567d83f05fdfe9ed52a7589c6f75 --- modules/stream_out/chromecast/cast_channel.proto | 2 +- modules/stream_out/chromecast/chromecast_common.h | 2 +- modules/stream_out/chromecast/chromecast_demux.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/stream_out/chromecast/cast_channel.proto b/modules/stream_out/chromecast/cast_channel.proto index 8b6ad3e..d940baa 100644 --- a/modules/stream_out/chromecast/cast_channel.proto +++ b/modules/stream_out/chromecast/cast_channel.proto @@ -76,4 +76,4 @@ message DeviceAuthMessage { // Response fields optional AuthResponse response = 2; optional AuthError error = 3; -} \ No newline at end of file +} diff --git a/modules/stream_out/chromecast/chromecast_common.h b/modules/stream_out/chromecast/chromecast_common.h index 2da91c9..1a4338e 100644 --- a/modules/stream_out/chromecast/chromecast_common.h +++ b/modules/stream_out/chromecast/chromecast_common.h @@ -1,7 +1,7 @@ /***************************************************************************** * chromecast_common.h: Chromecast common code between modules for vlc ***************************************************************************** - * Copyright � 2016 VideoLAN + * Copyright © 2015-2016 VideoLAN * * Authors: Adrien Maglo <[email protected]> * Jean-Baptiste Kempf <[email protected]> diff --git a/modules/stream_out/chromecast/chromecast_demux.cpp b/modules/stream_out/chromecast/chromecast_demux.cpp index 48f11bb..e671043 100644 --- a/modules/stream_out/chromecast/chromecast_demux.cpp +++ b/modules/stream_out/chromecast/chromecast_demux.cpp @@ -1,7 +1,7 @@ /***************************************************************************** * chromecast_demux.cpp: Chromecast demux filter module for vlc ***************************************************************************** - * Copyright � 2015 VideoLAN + * Copyright © 2015-2016 VideoLAN * * Authors: Steve Lhomme <[email protected]> *
_______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
