[vlc-commits] ASF: copyright update

Jean-Baptiste Kempf git at videolan.org
Sun Aug 28 02:10:10 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug 28 00:38:15 2011 +0200| [821c771981ed7bec14cbcbfae98d012cb6de7847] | committer: Jean-Baptiste Kempf

ASF: copyright update

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=821c771981ed7bec14cbcbfae98d012cb6de7847
---

 modules/demux/asf/asf.c    |    6 +++---
 modules/demux/asf/libasf.c |    6 ++----
 modules/demux/asf/libasf.h |    4 ++--
 3 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/modules/demux/asf/asf.c b/modules/demux/asf/asf.c
index 4455783..5821743 100644
--- a/modules/demux/asf/asf.c
+++ b/modules/demux/asf/asf.c
@@ -1,8 +1,7 @@
 /*****************************************************************************
  * asf.c : ASF demux module
  *****************************************************************************
- * Copyright (C) 2002-2003 the VideoLAN team
- * $Id$
+ * Copyright © 2002-2004, 2006-2008, 2010 the VideoLAN team
  *
  * Authors: Laurent Aimar <fenrir at via.ecp.fr>
  *
@@ -34,9 +33,10 @@
 #include <vlc_demux.h>
 #include <vlc_dialog.h>
 
-#include <vlc_meta.h>
+#include <vlc_meta.h>                  /* vlc_meta_Set*, vlc_meta_New */
 #include <vlc_access.h>                /* GET_PRIVATE_ID_STATE */
 #include <vlc_codecs.h>                /* BITMAPINFOHEADER, WAVEFORMATEX */
+
 #include "libasf.h"
 
 /* TODO
diff --git a/modules/demux/asf/libasf.c b/modules/demux/asf/libasf.c
index cee5b7b..6a656a7 100644
--- a/modules/demux/asf/libasf.c
+++ b/modules/demux/asf/libasf.c
@@ -1,8 +1,7 @@
 /*****************************************************************************
  * libasf.c : asf stream demux module for vlc
  *****************************************************************************
- * Copyright (C) 2001-2003 the VideoLAN team
- * $Id$
+ * Copyright © 2001-2004, 2006-2008 the VideoLAN team
  *
  * Authors: Laurent Aimar <fenrir at via.ecp.fr>
  *          Gildas Bazin <gbazin at videolan.org>
@@ -26,9 +25,8 @@
 # include "config.h"
 #endif
 
-#include <vlc_common.h>
 #include <vlc_demux.h>
-#include <vlc_charset.h>
+#include <vlc_charset.h>          /* FromCharset */
 
 #include "libasf.h"
 
diff --git a/modules/demux/asf/libasf.h b/modules/demux/asf/libasf.h
index ebd1660..0e067db 100644
--- a/modules/demux/asf/libasf.h
+++ b/modules/demux/asf/libasf.h
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * libasf.h :
  *****************************************************************************
- * Copyright (C) 2001-2003 the VideoLAN team
- * $Id$
+ * Copyright © 2001-2004, 2011 the VideoLAN team
+ * 
  * Authors: Laurent Aimar <fenrir at via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify



More information about the vlc-commits mailing list