[Android] src: Add licence tag to DirectoryViewFragment

Edward Wang git at videolan.org
Sat Jun 23 06:13:19 CEST 2012


android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Fri Jun 22 12:34:06 2012 -0400| [5504cd9b51e97ef6b961f685277a49dff178ce3d] | committer: Edward Wang

src: Add licence tag to DirectoryViewFragment

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

 .../videolan/vlc/gui/DirectoryViewFragment.java    |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/vlc-android/src/org/videolan/vlc/gui/DirectoryViewFragment.java b/vlc-android/src/org/videolan/vlc/gui/DirectoryViewFragment.java
index 299a554..2e87397 100644
--- a/vlc-android/src/org/videolan/vlc/gui/DirectoryViewFragment.java
+++ b/vlc-android/src/org/videolan/vlc/gui/DirectoryViewFragment.java
@@ -1,3 +1,23 @@
+/*****************************************************************************
+ * DirectoryViewFragment.java
+ *****************************************************************************
+ * Copyright © 2012 VLC authors and VideoLAN
+ * Copyright © 2012 Edward Wang
+ *
+ * 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;
 
 import java.io.IOException;



More information about the Android mailing list