[Android] Fix api copyrights

Geoffrey Métais git at videolan.org
Tue Feb 2 18:05:57 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Feb  2 18:05:33 2016 +0100| [24f76c80075377bcebe8568b03941511b4b20582] | committer: Geoffrey Métais

Fix api copyrights

> https://code.videolan.org/videolan/vlc-android/commit/24f76c80075377bcebe8568b03941511b4b20582
---

 .../vlc/extensions/api/VLCExtensionService.java    | 22 ++++++++++++++++++++++
 .../vlc/extensions/api/WarningActivity.java        | 22 ++++++++++++++++++++++
 .../videolan/vlc/extensions/api/tools/Dialogs.java | 22 ++++++++++++++++++++++
 .../videolan/vlc/extensions/api/tools/Helpers.java | 22 ++++++++++++++++++++++
 4 files changed, 88 insertions(+)

diff --git a/api/src/main/java/org/videolan/vlc/extensions/api/VLCExtensionService.java b/api/src/main/java/org/videolan/vlc/extensions/api/VLCExtensionService.java
index 9c98e6e..42e8efc 100644
--- a/api/src/main/java/org/videolan/vlc/extensions/api/VLCExtensionService.java
+++ b/api/src/main/java/org/videolan/vlc/extensions/api/VLCExtensionService.java
@@ -1,3 +1,25 @@
+/**
+ * **************************************************************************
+ * VLCExtensionService.java
+ * ****************************************************************************
+ * Copyright © 2016 VLC authors and VideoLAN
+ * Author: Geoffrey Métais
+ *
+ * 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.extensions.api;
 
 import android.app.Service;
diff --git a/api/src/main/java/org/videolan/vlc/extensions/api/WarningActivity.java b/api/src/main/java/org/videolan/vlc/extensions/api/WarningActivity.java
index 832e2d4..a6b8873 100644
--- a/api/src/main/java/org/videolan/vlc/extensions/api/WarningActivity.java
+++ b/api/src/main/java/org/videolan/vlc/extensions/api/WarningActivity.java
@@ -1,3 +1,25 @@
+/**
+ * **************************************************************************
+ * WarningActivity.java
+ * ****************************************************************************
+ * Copyright © 2016 VLC authors and VideoLAN
+ * Author: Geoffrey Métais
+ *
+ * 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.extensions.api;
 
 import android.app.Activity;
diff --git a/api/src/main/java/org/videolan/vlc/extensions/api/tools/Dialogs.java b/api/src/main/java/org/videolan/vlc/extensions/api/tools/Dialogs.java
index 6fd905b..543bfaa 100644
--- a/api/src/main/java/org/videolan/vlc/extensions/api/tools/Dialogs.java
+++ b/api/src/main/java/org/videolan/vlc/extensions/api/tools/Dialogs.java
@@ -1,3 +1,25 @@
+/**
+ * **************************************************************************
+ * Dialogs.java
+ * ****************************************************************************
+ * Copyright © 2016 VLC authors and VideoLAN
+ * Author: Geoffrey Métais
+ *
+ * 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.extensions.api.tools;
 
 import android.app.Activity;
diff --git a/api/src/main/java/org/videolan/vlc/extensions/api/tools/Helpers.java b/api/src/main/java/org/videolan/vlc/extensions/api/tools/Helpers.java
index 0fabfe8..4a370ff 100644
--- a/api/src/main/java/org/videolan/vlc/extensions/api/tools/Helpers.java
+++ b/api/src/main/java/org/videolan/vlc/extensions/api/tools/Helpers.java
@@ -1,3 +1,25 @@
+/**
+ * **************************************************************************
+ * Helpers.java
+ * ****************************************************************************
+ * Copyright © 2016 VLC authors and VideoLAN
+ * Author: Geoffrey Métais
+ *
+ * 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.extensions.api.tools;
 
 import android.content.Context;



More information about the Android mailing list