From 0baba73dde44c9683cf11d4f08f4f8dcbdeceb3d Mon Sep 17 00:00:00 2001 From: DVDAndroid Date: Sun, 15 Feb 2015 10:25:27 +0100 Subject: [PATCH] updated copyright --- .idea/copyright/profiles_settings.xml | 6 ++++- .idea/vcs.xml | 1 + app/build.gradle | 26 +++++++++++++++++++ .../enableambientdisplay/ApplicationTest.java | 24 +++++++++++++++++ app/src/main/AndroidManifest.xml | 24 +++++++++++++++++ .../enableambientdisplay/XposedMod.java | 24 +++++++++++++++++ app/src/main/res/values-it/strings.xml | 24 +++++++++++++++++ app/src/main/res/values/strings.xml | 24 +++++++++++++++++ 8 files changed, 152 insertions(+), 1 deletion(-) diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml index e7bedf3..95737b1 100644 --- a/.idea/copyright/profiles_settings.xml +++ b/.idea/copyright/profiles_settings.xml @@ -1,3 +1,7 @@ - + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index def6a6a..9d32e50 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,6 +2,7 @@ + diff --git a/app/build.gradle b/app/build.gradle index 22d6769..35cfe37 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,3 +1,29 @@ +/* + * The MIT License (MIT) + * + * Copyright (c) 2015 DVDAndroid + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ + + + apply plugin: 'com.android.application' android { diff --git a/app/src/androidTest/java/com/dvd/android/xposed/enableambientdisplay/ApplicationTest.java b/app/src/androidTest/java/com/dvd/android/xposed/enableambientdisplay/ApplicationTest.java index 582d0dd..fa7886d 100644 --- a/app/src/androidTest/java/com/dvd/android/xposed/enableambientdisplay/ApplicationTest.java +++ b/app/src/androidTest/java/com/dvd/android/xposed/enableambientdisplay/ApplicationTest.java @@ -1,3 +1,27 @@ +/* + * The MIT License (MIT) + * + * Copyright (c) 2015 DVDAndroid + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ + package com.dvd.android.xposed.enableambientdisplay; import android.app.Application; diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index fd4c6c8..2713ebb 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,3 +1,27 @@ + + diff --git a/app/src/main/java/com/dvd/android/xposed/enableambientdisplay/XposedMod.java b/app/src/main/java/com/dvd/android/xposed/enableambientdisplay/XposedMod.java index ec20972..b214d4a 100644 --- a/app/src/main/java/com/dvd/android/xposed/enableambientdisplay/XposedMod.java +++ b/app/src/main/java/com/dvd/android/xposed/enableambientdisplay/XposedMod.java @@ -1,3 +1,27 @@ +/* + * The MIT License (MIT) + * + * Copyright (c) 2015 DVDAndroid + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ + package com.dvd.android.xposed.enableambientdisplay; import android.content.res.XResources; diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 6d5f7af..f4baf6a 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -1,4 +1,28 @@ + + Abilita Ambient Display - Xposed Semplice modulo Xposed che aggiunge Ambient Display diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a827899..c2b49dc 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,3 +1,27 @@ + + Enable Ambient Display - Xposed Easy Xposed module for Lollipop which add Ambient Display