[Android] src: Add licence headers

Edward Wang git at videolan.org
Mon Jun 25 00:49:17 CEST 2012


android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sun Jun 24 18:49:09 2012 -0400| [b0d0c86daf88563419c471d85793122bd18139b5] | committer: Edward Wang

src: Add licence headers

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

 .../org/videolan/vlc/gui/AboutLicenceFragment.java |   20 ++++++++++++++++++++
 .../org/videolan/vlc/gui/AboutMainFragment.java    |   20 ++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/vlc-android/src/org/videolan/vlc/gui/AboutLicenceFragment.java b/vlc-android/src/org/videolan/vlc/gui/AboutLicenceFragment.java
index 6665e32..0d1ea8d 100644
--- a/vlc-android/src/org/videolan/vlc/gui/AboutLicenceFragment.java
+++ b/vlc-android/src/org/videolan/vlc/gui/AboutLicenceFragment.java
@@ -1,3 +1,23 @@
+/*****************************************************************************
+ * AboutLicenceFragment.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 org.videolan.vlc.R;
diff --git a/vlc-android/src/org/videolan/vlc/gui/AboutMainFragment.java b/vlc-android/src/org/videolan/vlc/gui/AboutMainFragment.java
index 44cc081..4d37911 100644
--- a/vlc-android/src/org/videolan/vlc/gui/AboutMainFragment.java
+++ b/vlc-android/src/org/videolan/vlc/gui/AboutMainFragment.java
@@ -1,3 +1,23 @@
+/*****************************************************************************
+ * AboutMainFragment.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 org.videolan.vlc.R;



More information about the Android mailing list