From 78438a25225e2d32a9864ae4bd7271bc937a81b3 Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Sun, 16 Nov 2014 23:14:06 -0800 Subject: [PATCH] Added license header to source files --- .../org/kde/kdeconnect/Backends/BaseLink.java | 20 +++++++++++++++++ .../kdeconnect/Backends/BaseLinkProvider.java | 20 +++++++++++++++++ .../Backends/LanBackend/LanLink.java | 20 +++++++++++++++++ .../Backends/LanBackend/LanLinkProvider.java | 20 +++++++++++++++++ .../LoopbackBackend/LoopbackLink.java | 20 +++++++++++++++++ .../LoopbackBackend/LoopbackLinkProvider.java | 20 +++++++++++++++++ .../org/kde/kdeconnect/BackgroundService.java | 20 +++++++++++++++++ src/main/java/org/kde/kdeconnect/Device.java | 20 +++++++++++++++++ .../kde/kdeconnect/Helpers/AppsHelper.java | 22 ++++++++++++++++++- .../kdeconnect/Helpers/ContactsHelper.java | 22 ++++++++++++++++++- .../kde/kdeconnect/Helpers/DeviceHelper.java | 20 +++++++++++++++++ .../kde/kdeconnect/Helpers/FilesHelper.java | 20 +++++++++++++++++ .../kde/kdeconnect/Helpers/ImagesHelper.java | 20 +++++++++++++++++ .../kde/kdeconnect/Helpers/StorageHelper.java | 22 ++++++++++++++++++- .../KdeConnectBroadcastReceiver.java | 20 +++++++++++++++++ .../org/kde/kdeconnect/NetworkPackage.java | 20 +++++++++++++++++ .../Plugins/BatteryPlugin/BatteryPlugin.java | 20 +++++++++++++++++ .../ClibpoardPlugin/ClipboardListener.java | 20 +++++++++++++++++ .../ClibpoardPlugin/ClipboardPlugin.java | 20 +++++++++++++++++ .../MousePadPlugin/KeyListenerView.java | 20 +++++++++++++++++ .../MousePadPlugin/MousePadActivity.java | 20 +++++++++++++++++ .../MousePadGestureDetector.java | 20 +++++++++++++++++ .../MousePadPlugin/MousePadPlugin.java | 20 +++++++++++++++++ .../Plugins/MprisPlugin/MprisActivity.java | 20 +++++++++++++++++ .../Plugins/MprisPlugin/MprisPlugin.java | 20 +++++++++++++++++ .../NotificationReceiver.java | 20 +++++++++++++++++ .../NotificationsPlugin.java | 20 +++++++++++++++++ .../Plugins/PingPlugin/PingPlugin.java | 20 +++++++++++++++++ .../org/kde/kdeconnect/Plugins/Plugin.java | 20 +++++++++++++++++ .../kde/kdeconnect/Plugins/PluginFactory.java | 20 +++++++++++++++++ .../Plugins/SftpPlugin/SftpImpl.java | 22 ++++++++++++++++++- .../Plugins/SftpPlugin/SftpPlugin.java | 20 +++++++++++++++++ .../Plugins/SharePlugin/SharePlugin.java | 20 +++++++++++++++++ .../TelephonyPlugin/TelephonyPlugin.java | 20 +++++++++++++++++ .../UserInterface/DeviceActivity.java | 20 +++++++++++++++++ .../UserInterface/List/ButtonItem.java | 20 +++++++++++++++++ .../UserInterface/List/CustomItem.java | 20 +++++++++++++++++ .../UserInterface/List/DeviceItem.java | 20 +++++++++++++++++ .../UserInterface/List/EntryItem.java | 20 +++++++++++++++++ .../UserInterface/List/ListAdapter.java | 20 +++++++++++++++++ .../UserInterface/List/SectionItem.java | 20 +++++++++++++++++ .../UserInterface/List/SmallEntryItem.java | 20 +++++++++++++++++ .../UserInterface/List/TextItem.java | 20 +++++++++++++++++ .../UserInterface/MainActivity.java | 20 +++++++++++++++++ .../UserInterface/MainSettingsActivity.java | 20 +++++++++++++++++ .../UserInterface/MaxWidthImageButton.java | 20 +++++++++++++++++ .../UserInterface/PairActivity.java | 22 ++++++++++++++++++- .../UserInterface/PluginSettingsActivity.java | 22 ++++++++++++++++++- .../UserInterface/SettingsActivity.java | 22 ++++++++++++++++++- .../UserInterface/ShareToReceiver.java | 20 +++++++++++++++++ 50 files changed, 1007 insertions(+), 7 deletions(-) diff --git a/src/main/java/org/kde/kdeconnect/Backends/BaseLink.java b/src/main/java/org/kde/kdeconnect/Backends/BaseLink.java index a89b3eaa..242ff679 100644 --- a/src/main/java/org/kde/kdeconnect/Backends/BaseLink.java +++ b/src/main/java/org/kde/kdeconnect/Backends/BaseLink.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Backends; import org.kde.kdeconnect.NetworkPackage; diff --git a/src/main/java/org/kde/kdeconnect/Backends/BaseLinkProvider.java b/src/main/java/org/kde/kdeconnect/Backends/BaseLinkProvider.java index 5ba97ad8..980aaec6 100644 --- a/src/main/java/org/kde/kdeconnect/Backends/BaseLinkProvider.java +++ b/src/main/java/org/kde/kdeconnect/Backends/BaseLinkProvider.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Backends; import android.util.Log; diff --git a/src/main/java/org/kde/kdeconnect/Backends/LanBackend/LanLink.java b/src/main/java/org/kde/kdeconnect/Backends/LanBackend/LanLink.java index 728048d5..ca81c136 100644 --- a/src/main/java/org/kde/kdeconnect/Backends/LanBackend/LanLink.java +++ b/src/main/java/org/kde/kdeconnect/Backends/LanBackend/LanLink.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Backends.LanBackend; import android.util.Log; diff --git a/src/main/java/org/kde/kdeconnect/Backends/LanBackend/LanLinkProvider.java b/src/main/java/org/kde/kdeconnect/Backends/LanBackend/LanLinkProvider.java index 30a6a78e..ae990ee5 100644 --- a/src/main/java/org/kde/kdeconnect/Backends/LanBackend/LanLinkProvider.java +++ b/src/main/java/org/kde/kdeconnect/Backends/LanBackend/LanLinkProvider.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Backends.LanBackend; import android.content.Context; diff --git a/src/main/java/org/kde/kdeconnect/Backends/LoopbackBackend/LoopbackLink.java b/src/main/java/org/kde/kdeconnect/Backends/LoopbackBackend/LoopbackLink.java index 234b090e..0461cf1f 100644 --- a/src/main/java/org/kde/kdeconnect/Backends/LoopbackBackend/LoopbackLink.java +++ b/src/main/java/org/kde/kdeconnect/Backends/LoopbackBackend/LoopbackLink.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Backends.LoopbackBackend; import android.util.Log; diff --git a/src/main/java/org/kde/kdeconnect/Backends/LoopbackBackend/LoopbackLinkProvider.java b/src/main/java/org/kde/kdeconnect/Backends/LoopbackBackend/LoopbackLinkProvider.java index 043a861a..bd9c41b4 100644 --- a/src/main/java/org/kde/kdeconnect/Backends/LoopbackBackend/LoopbackLinkProvider.java +++ b/src/main/java/org/kde/kdeconnect/Backends/LoopbackBackend/LoopbackLinkProvider.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Backends.LoopbackBackend; import android.content.Context; diff --git a/src/main/java/org/kde/kdeconnect/BackgroundService.java b/src/main/java/org/kde/kdeconnect/BackgroundService.java index c8d4e36b..576425cf 100644 --- a/src/main/java/org/kde/kdeconnect/BackgroundService.java +++ b/src/main/java/org/kde/kdeconnect/BackgroundService.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect; import android.app.Service; diff --git a/src/main/java/org/kde/kdeconnect/Device.java b/src/main/java/org/kde/kdeconnect/Device.java index 8914a946..4aac6419 100644 --- a/src/main/java/org/kde/kdeconnect/Device.java +++ b/src/main/java/org/kde/kdeconnect/Device.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect; import android.app.Notification; diff --git a/src/main/java/org/kde/kdeconnect/Helpers/AppsHelper.java b/src/main/java/org/kde/kdeconnect/Helpers/AppsHelper.java index b11d33e4..17883f38 100644 --- a/src/main/java/org/kde/kdeconnect/Helpers/AppsHelper.java +++ b/src/main/java/org/kde/kdeconnect/Helpers/AppsHelper.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Helpers; import android.content.Context; @@ -49,4 +69,4 @@ public class AppsHelper { -} \ No newline at end of file +} diff --git a/src/main/java/org/kde/kdeconnect/Helpers/ContactsHelper.java b/src/main/java/org/kde/kdeconnect/Helpers/ContactsHelper.java index 84133ad4..7569f6e5 100644 --- a/src/main/java/org/kde/kdeconnect/Helpers/ContactsHelper.java +++ b/src/main/java/org/kde/kdeconnect/Helpers/ContactsHelper.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Helpers; import android.content.Context; @@ -43,4 +63,4 @@ public class ContactsHelper { return number; } -} \ No newline at end of file +} diff --git a/src/main/java/org/kde/kdeconnect/Helpers/DeviceHelper.java b/src/main/java/org/kde/kdeconnect/Helpers/DeviceHelper.java index ef6dab29..ee9c1599 100644 --- a/src/main/java/org/kde/kdeconnect/Helpers/DeviceHelper.java +++ b/src/main/java/org/kde/kdeconnect/Helpers/DeviceHelper.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Helpers; import android.content.res.Configuration; diff --git a/src/main/java/org/kde/kdeconnect/Helpers/FilesHelper.java b/src/main/java/org/kde/kdeconnect/Helpers/FilesHelper.java index edbae9af..6ed7701f 100644 --- a/src/main/java/org/kde/kdeconnect/Helpers/FilesHelper.java +++ b/src/main/java/org/kde/kdeconnect/Helpers/FilesHelper.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Helpers; import android.webkit.MimeTypeMap; diff --git a/src/main/java/org/kde/kdeconnect/Helpers/ImagesHelper.java b/src/main/java/org/kde/kdeconnect/Helpers/ImagesHelper.java index 85fbee2d..ebe3ba56 100644 --- a/src/main/java/org/kde/kdeconnect/Helpers/ImagesHelper.java +++ b/src/main/java/org/kde/kdeconnect/Helpers/ImagesHelper.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Helpers; import android.graphics.Bitmap; diff --git a/src/main/java/org/kde/kdeconnect/Helpers/StorageHelper.java b/src/main/java/org/kde/kdeconnect/Helpers/StorageHelper.java index 7a9fd7d7..a47c0a21 100644 --- a/src/main/java/org/kde/kdeconnect/Helpers/StorageHelper.java +++ b/src/main/java/org/kde/kdeconnect/Helpers/StorageHelper.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Helpers; import android.os.Environment; @@ -98,4 +118,4 @@ public class StorageHelper { return list; } -} \ No newline at end of file +} diff --git a/src/main/java/org/kde/kdeconnect/KdeConnectBroadcastReceiver.java b/src/main/java/org/kde/kdeconnect/KdeConnectBroadcastReceiver.java index e37e490e..60264fe1 100644 --- a/src/main/java/org/kde/kdeconnect/KdeConnectBroadcastReceiver.java +++ b/src/main/java/org/kde/kdeconnect/KdeConnectBroadcastReceiver.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect; import android.content.BroadcastReceiver; diff --git a/src/main/java/org/kde/kdeconnect/NetworkPackage.java b/src/main/java/org/kde/kdeconnect/NetworkPackage.java index 21f36b73..6d1c0610 100644 --- a/src/main/java/org/kde/kdeconnect/NetworkPackage.java +++ b/src/main/java/org/kde/kdeconnect/NetworkPackage.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect; import android.content.Context; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/BatteryPlugin/BatteryPlugin.java b/src/main/java/org/kde/kdeconnect/Plugins/BatteryPlugin/BatteryPlugin.java index 2b60250f..9733f547 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/BatteryPlugin/BatteryPlugin.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/BatteryPlugin/BatteryPlugin.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.BatteryPlugin; import android.app.Activity; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/ClibpoardPlugin/ClipboardListener.java b/src/main/java/org/kde/kdeconnect/Plugins/ClibpoardPlugin/ClipboardListener.java index df8c99dc..7f6601e3 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/ClibpoardPlugin/ClipboardListener.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/ClibpoardPlugin/ClipboardListener.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.ClibpoardPlugin; import android.content.ClipData; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/ClibpoardPlugin/ClipboardPlugin.java b/src/main/java/org/kde/kdeconnect/Plugins/ClibpoardPlugin/ClipboardPlugin.java index ced3b9df..4449b0e9 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/ClibpoardPlugin/ClipboardPlugin.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/ClibpoardPlugin/ClipboardPlugin.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.ClibpoardPlugin; import android.app.Activity; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/KeyListenerView.java b/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/KeyListenerView.java index 4085b3e1..8b0ac6e0 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/KeyListenerView.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/KeyListenerView.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Saikrishna Arcot + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.MousePadPlugin; import android.content.Context; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/MousePadActivity.java b/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/MousePadActivity.java index b01c3f35..6aaf7eab 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/MousePadActivity.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/MousePadActivity.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Ahmed I. Khalil + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.MousePadPlugin; import android.content.Context; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/MousePadGestureDetector.java b/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/MousePadGestureDetector.java index 912e0862..a5093179 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/MousePadGestureDetector.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/MousePadGestureDetector.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Ahmed I. Khalil + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.MousePadPlugin; import android.content.Context; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/MousePadPlugin.java b/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/MousePadPlugin.java index d0546428..8eb75070 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/MousePadPlugin.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/MousePadPlugin/MousePadPlugin.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Ahmed I. Khalil + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.MousePadPlugin; import android.app.Activity; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/MprisPlugin/MprisActivity.java b/src/main/java/org/kde/kdeconnect/Plugins/MprisPlugin/MprisActivity.java index 9c4aa3f7..dedf8fea 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/MprisPlugin/MprisActivity.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/MprisPlugin/MprisActivity.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.MprisPlugin; import android.app.Activity; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/MprisPlugin/MprisPlugin.java b/src/main/java/org/kde/kdeconnect/Plugins/MprisPlugin/MprisPlugin.java index 17e54e47..7c5038e8 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/MprisPlugin/MprisPlugin.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/MprisPlugin/MprisPlugin.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.MprisPlugin; import android.app.Activity; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationReceiver.java b/src/main/java/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationReceiver.java index 1c9034ea..537412c0 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationReceiver.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationReceiver.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.NotificationsPlugin; import android.app.Service; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java b/src/main/java/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java index 7c58e4d3..19adfe7f 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.NotificationsPlugin; import android.app.Activity; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/PingPlugin/PingPlugin.java b/src/main/java/org/kde/kdeconnect/Plugins/PingPlugin/PingPlugin.java index eb2c026e..f358a7cc 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/PingPlugin/PingPlugin.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/PingPlugin/PingPlugin.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.PingPlugin; import android.app.Activity; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/Plugin.java b/src/main/java/org/kde/kdeconnect/Plugins/Plugin.java index 8137c5af..aca3b8d6 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/Plugin.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/Plugin.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins; import android.app.Activity; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/PluginFactory.java b/src/main/java/org/kde/kdeconnect/Plugins/PluginFactory.java index 0ac9453a..6f51d1d9 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/PluginFactory.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/PluginFactory.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/SftpPlugin/SftpImpl.java b/src/main/java/org/kde/kdeconnect/Plugins/SftpPlugin/SftpImpl.java index 29b3c082..ec410609 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/SftpPlugin/SftpImpl.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/SftpPlugin/SftpImpl.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Samoilenko Yuri + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.SftpPlugin; import android.content.Context; @@ -207,4 +227,4 @@ class SimpleSftpServer { public SecureSshFile(final SecureFileSystemView view, final String fileName, final File file, final String userName) { super(fileName, file, userName); } - } \ No newline at end of file + } diff --git a/src/main/java/org/kde/kdeconnect/Plugins/SftpPlugin/SftpPlugin.java b/src/main/java/org/kde/kdeconnect/Plugins/SftpPlugin/SftpPlugin.java index 92259a3f..f9b52b0b 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/SftpPlugin/SftpPlugin.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/SftpPlugin/SftpPlugin.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Samoilenko Yuri + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.SftpPlugin; import android.app.Activity; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/SharePlugin/SharePlugin.java b/src/main/java/org/kde/kdeconnect/Plugins/SharePlugin/SharePlugin.java index 126d0372..479692f3 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/SharePlugin/SharePlugin.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/SharePlugin/SharePlugin.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.SharePlugin; import android.app.Activity; diff --git a/src/main/java/org/kde/kdeconnect/Plugins/TelephonyPlugin/TelephonyPlugin.java b/src/main/java/org/kde/kdeconnect/Plugins/TelephonyPlugin/TelephonyPlugin.java index b32b462b..7bbef8d1 100644 --- a/src/main/java/org/kde/kdeconnect/Plugins/TelephonyPlugin/TelephonyPlugin.java +++ b/src/main/java/org/kde/kdeconnect/Plugins/TelephonyPlugin/TelephonyPlugin.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.Plugins.TelephonyPlugin; import android.app.Activity; diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/DeviceActivity.java b/src/main/java/org/kde/kdeconnect/UserInterface/DeviceActivity.java index 552ff350..88aa95c7 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/DeviceActivity.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/DeviceActivity.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface; import android.app.Activity; diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/List/ButtonItem.java b/src/main/java/org/kde/kdeconnect/UserInterface/List/ButtonItem.java index 3820626d..a972b8ff 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/List/ButtonItem.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/List/ButtonItem.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface.List; import android.view.LayoutInflater; diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/List/CustomItem.java b/src/main/java/org/kde/kdeconnect/UserInterface/List/CustomItem.java index b0b97852..ec487482 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/List/CustomItem.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/List/CustomItem.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface.List; import android.view.LayoutInflater; diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/List/DeviceItem.java b/src/main/java/org/kde/kdeconnect/UserInterface/List/DeviceItem.java index 3c63258f..22c71401 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/List/DeviceItem.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/List/DeviceItem.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface.List; diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/List/EntryItem.java b/src/main/java/org/kde/kdeconnect/UserInterface/List/EntryItem.java index 576cca6c..2e3e91d3 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/List/EntryItem.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/List/EntryItem.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface.List; import android.view.LayoutInflater; diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/List/ListAdapter.java b/src/main/java/org/kde/kdeconnect/UserInterface/List/ListAdapter.java index 2c108780..df261945 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/List/ListAdapter.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/List/ListAdapter.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface.List; import android.content.Context; diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/List/SectionItem.java b/src/main/java/org/kde/kdeconnect/UserInterface/List/SectionItem.java index d5159f43..a592b48e 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/List/SectionItem.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/List/SectionItem.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface.List; import android.view.LayoutInflater; diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/List/SmallEntryItem.java b/src/main/java/org/kde/kdeconnect/UserInterface/List/SmallEntryItem.java index ef8bbfa5..f00b9d34 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/List/SmallEntryItem.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/List/SmallEntryItem.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface.List; import android.view.LayoutInflater; diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/List/TextItem.java b/src/main/java/org/kde/kdeconnect/UserInterface/List/TextItem.java index cb50dae2..f2fe188e 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/List/TextItem.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/List/TextItem.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface.List; import android.view.LayoutInflater; diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/MainActivity.java b/src/main/java/org/kde/kdeconnect/UserInterface/MainActivity.java index aba13362..a2c6c6d7 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/MainActivity.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/MainActivity.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface; diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/MainSettingsActivity.java b/src/main/java/org/kde/kdeconnect/UserInterface/MainSettingsActivity.java index 727b17e3..587cf947 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/MainSettingsActivity.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/MainSettingsActivity.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface; import android.annotation.TargetApi; diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/MaxWidthImageButton.java b/src/main/java/org/kde/kdeconnect/UserInterface/MaxWidthImageButton.java index 8a070879..e316e4ca 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/MaxWidthImageButton.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/MaxWidthImageButton.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface; import android.content.Context; diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/PairActivity.java b/src/main/java/org/kde/kdeconnect/UserInterface/PairActivity.java index 6799ec8d..51c5a31d 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/PairActivity.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/PairActivity.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface; import android.app.NotificationManager; @@ -149,4 +169,4 @@ public class PairActivity extends ActionBarActivity { super.onStop(); } -} \ No newline at end of file +} diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/PluginSettingsActivity.java b/src/main/java/org/kde/kdeconnect/UserInterface/PluginSettingsActivity.java index 25c33410..abe1db15 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/PluginSettingsActivity.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/PluginSettingsActivity.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Ronny Yabar Aizcorbe + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface; import android.content.Intent; @@ -14,4 +34,4 @@ public class PluginSettingsActivity extends PreferenceActivity { int resource_file = getResources().getIdentifier(resource_name, "xml", getPackageName()); addPreferencesFromResource(resource_file); } -} \ No newline at end of file +} diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/SettingsActivity.java b/src/main/java/org/kde/kdeconnect/UserInterface/SettingsActivity.java index 602c88b4..3950d09f 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/SettingsActivity.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/SettingsActivity.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface; import android.content.Intent; @@ -84,4 +104,4 @@ public class SettingsActivity extends PreferenceActivity { } -} \ No newline at end of file +} diff --git a/src/main/java/org/kde/kdeconnect/UserInterface/ShareToReceiver.java b/src/main/java/org/kde/kdeconnect/UserInterface/ShareToReceiver.java index e89eb17a..e5d8b663 100644 --- a/src/main/java/org/kde/kdeconnect/UserInterface/ShareToReceiver.java +++ b/src/main/java/org/kde/kdeconnect/UserInterface/ShareToReceiver.java @@ -1,3 +1,23 @@ +/* + * Copyright 2014 Albert Vaca Cintora + * + * 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) version 3 or any later version + * accepted by the membership of KDE e.V. (or its successor approved + * by the membership of KDE e.V.), which shall act as a proxy + * defined in Section 14 of version 3 of the license. + * + * 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, see . +*/ + package org.kde.kdeconnect.UserInterface; import android.content.ContentResolver;