[Android] Missing license header

Sébastien Toque git at videolan.org
Fri Apr 6 19:41:35 CEST 2012


android | branch: master | Sébastien Toque <xilasz at gmail.com> | Fri Apr  6 19:41:30 2012 +0200| [ae0e19343608ecf404d0240a4adeb42ef21ff874] | committer: Sébastien Toque

Missing license header

> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=ae0e19343608ecf404d0240a4adeb42ef21ff874
---

 .../videolan/vlc/gui/video/MediaInfoAdapter.java   |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/vlc-android/src/org/videolan/vlc/gui/video/MediaInfoAdapter.java b/vlc-android/src/org/videolan/vlc/gui/video/MediaInfoAdapter.java
index 4f00b91..c2a7d92 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/MediaInfoAdapter.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/MediaInfoAdapter.java
@@ -1,3 +1,23 @@
+/*****************************************************************************
+ * MediaInfoAdapter.java
+ *****************************************************************************
+ * Copyright © 2011-2012 VLC authors and VideoLAN
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
+
 package org.videolan.vlc.gui.video;
 
 import org.videolan.vlc.R;



More information about the Android mailing list