[vlc-commits] chromecast: Fix copyright line
Jean-Baptiste Kempf
git at videolan.org
Wed Jun 15 01:52:47 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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 <magsoft at videolan.org>
* Jean-Baptiste Kempf <jb at videolan.org>
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 <robux4 at videolabs.io>
*
More information about the vlc-commits
mailing list