[vlc-commits] Qt: fix copyright years
Jean-Baptiste Kempf
git at videolan.org
Sun Dec 18 14:59:25 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 18 14:57:22 2011 +0100| [3a852411812dccf8c532487bfe84855bf02a2f9b] | committer: Jean-Baptiste Kempf
Qt: fix copyright years
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3a852411812dccf8c532487bfe84855bf02a2f9b
---
modules/gui/qt4/util/customwidgets.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/util/customwidgets.cpp b/modules/gui/qt4/util/customwidgets.cpp
index 11dafd9..16c6563 100644
--- a/modules/gui/qt4/util/customwidgets.cpp
+++ b/modules/gui/qt4/util/customwidgets.cpp
@@ -1,7 +1,7 @@
/*****************************************************************************
* customwidgets.cpp: Custom widgets
****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2006-2011 the VideoLAN team
* Copyright (C) 2004 Daniel Molkentin <molkentin at kde.org>
* $Id$
*
@@ -29,7 +29,7 @@
#endif
#include "customwidgets.hpp"
-#include "qt4.hpp" /*needed for qtr and CONNECT, but not necessary */
+#include "qt4.hpp" /* needed for qtr, but not necessary */
#include <QPainter>
#include <QRect>
More information about the vlc-commits
mailing list