vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Aug 9 19:41:19 2010 +0200| [ab3a276e8240fb586c54fb84b904a378914f5d1d] | committer: Jean-Baptiste Kempf
DShow: update Copyright years > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab3a276e8240fb586c54fb84b904a378914f5d1d --- modules/access/dshow/common.h | 2 +- modules/access/dshow/crossbar.cpp | 2 +- modules/access/dshow/dshow.cpp | 2 +- modules/access/dshow/filter.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/access/dshow/common.h b/modules/access/dshow/common.h index c9aa52e..b08b1a8 100644 --- a/modules/access/dshow/common.h +++ b/modules/access/dshow/common.h @@ -1,7 +1,7 @@ /***************************************************************************** * common.h : DirectShow access module for vlc ***************************************************************************** - * Copyright (C) 2002 the VideoLAN team + * Copyright (C) 2002, 2004, 2010 the VideoLAN team * $Id$ * * Author: Gildas Bazin <[email protected]> diff --git a/modules/access/dshow/crossbar.cpp b/modules/access/dshow/crossbar.cpp index 653227e..5403e69 100644 --- a/modules/access/dshow/crossbar.cpp +++ b/modules/access/dshow/crossbar.cpp @@ -1,7 +1,7 @@ /***************************************************************************** * crossbar.c : DirectShow access module for vlc ***************************************************************************** - * Copyright (C) 2002 the VideoLAN team + * Copyright (C) 2002, 2004, 2009 the VideoLAN team * $Id$ * * Author: Damien Fouilleul <damien dot fouilleul at laposte dot net> diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp index cebfc09..6b0d67c 100644 --- a/modules/access/dshow/dshow.cpp +++ b/modules/access/dshow/dshow.cpp @@ -1,7 +1,7 @@ /***************************************************************************** * dshow.cpp : DirectShow access module for vlc ***************************************************************************** - * Copyright (C) 2002, 2003 the VideoLAN team + * Copyright (C) 2002-2004, 2006, 2008, 2010 the VideoLAN team * $Id$ * * Author: Gildas Bazin <[email protected]> diff --git a/modules/access/dshow/filter.h b/modules/access/dshow/filter.h index ce7e626..4a6c3ab 100644 --- a/modules/access/dshow/filter.h +++ b/modules/access/dshow/filter.h @@ -1,7 +1,7 @@ /***************************************************************************** * filter.h : DirectShow access module for vlc ***************************************************************************** - * Copyright (C) 2002 the VideoLAN team + * Copyright (C) 2002-2004, 2008 the VideoLAN team * $Id$ * * Author: Gildas Bazin <[email protected]> _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
