[Android] Audio player: add a licence header

Adrien Maglo git at videolan.org
Thu Jan 9 16:47:02 CET 2014


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Thu Jan  9 16:46:56 2014 +0100| [42692035b076888fdebc3d1eec65d6116e74de78] | committer: Adrien Maglo

Audio player: add a licence header

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

 .../videolan/vlc/widget/ContentLinearLayout.java    |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/vlc-android/src/org/videolan/vlc/widget/ContentLinearLayout.java b/vlc-android/src/org/videolan/vlc/widget/ContentLinearLayout.java
index 724efca..0ee4743 100644
--- a/vlc-android/src/org/videolan/vlc/widget/ContentLinearLayout.java
+++ b/vlc-android/src/org/videolan/vlc/widget/ContentLinearLayout.java
@@ -1,3 +1,22 @@
+/*****************************************************************************
+ * ContentLinearLayout.java
+ *****************************************************************************
+ * Copyright © 2011-2014 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.widget;
 
 import android.content.Context;



More information about the Android mailing list