[Android] MediaComparators: licence header

Edward Wang git at videolan.org
Thu Nov 28 22:19:34 CET 2013


vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Thu Nov 28 16:07:03 2013 -0500| [fbbbf81cd02300849fb9e3aa9ca8f811f836d3ea] | committer: Edward Wang

MediaComparators: licence header

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

 .../videolan/vlc/gui/audio/MediaComparators.java    |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/vlc-android/src/org/videolan/vlc/gui/audio/MediaComparators.java b/vlc-android/src/org/videolan/vlc/gui/audio/MediaComparators.java
index 2a4fe1c..f5d9fd8 100644
--- a/vlc-android/src/org/videolan/vlc/gui/audio/MediaComparators.java
+++ b/vlc-android/src/org/videolan/vlc/gui/audio/MediaComparators.java
@@ -1,3 +1,22 @@
+/*****************************************************************************
+ * MediaComparators.java
+ *****************************************************************************
+ * Copyright © 2013 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.audio;
 
 import java.util.Comparator;



More information about the Android mailing list