diff --git a/LICENSE.md b/LICENSE.md index 8b775c3..18a55fd 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Pierre +Copyright (c) 2022 Pierre Hébert Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/app/llx/app/src/extreme/java/net/pierrox/lightning_launcher/LLAppExtreme.java b/app/llx/app/src/extreme/java/net/pierrox/lightning_launcher/LLAppExtreme.java index ab3a97b..dcc0ad5 100644 --- a/app/llx/app/src/extreme/java/net/pierrox/lightning_launcher/LLAppExtreme.java +++ b/app/llx/app/src/extreme/java/net/pierrox/lightning_launcher/LLAppExtreme.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher; import android.app.AlertDialog; diff --git a/app/llx/app/src/extreme/java/net/pierrox/lightning_launcher/LWPSettings.java b/app/llx/app/src/extreme/java/net/pierrox/lightning_launcher/LWPSettings.java index 173f646..3544032 100644 --- a/app/llx/app/src/extreme/java/net/pierrox/lightning_launcher/LWPSettings.java +++ b/app/llx/app/src/extreme/java/net/pierrox/lightning_launcher/LWPSettings.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher; import android.os.Bundle; diff --git a/app/llx/app/src/extreme/java/net/pierrox/lightning_launcher/PurchaseProcess.java b/app/llx/app/src/extreme/java/net/pierrox/lightning_launcher/PurchaseProcess.java index cc9630f..c8c17b7 100644 --- a/app/llx/app/src/extreme/java/net/pierrox/lightning_launcher/PurchaseProcess.java +++ b/app/llx/app/src/extreme/java/net/pierrox/lightning_launcher/PurchaseProcess.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher; import android.app.Activity; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/LLAppPhone.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/LLAppPhone.java index 22c4199..750bbec 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/LLAppPhone.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/LLAppPhone.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher; import android.content.ComponentName; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/AppDrawerX.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/AppDrawerX.java index 53715ff..07394e3 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/AppDrawerX.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/AppDrawerX.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import android.annotation.SuppressLint; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ApplyTemplate.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ApplyTemplate.java index 33bbd6c..05003ff 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ApplyTemplate.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ApplyTemplate.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import java.io.File; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/BackupRestore.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/BackupRestore.java index c76c1fd..004482a 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/BackupRestore.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/BackupRestore.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import java.io.File; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/Customize.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/Customize.java index 4660392..d54954a 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/Customize.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/Customize.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import android.app.AlertDialog; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/CustomizeA.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/CustomizeA.java index 80cf628..b58a342 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/CustomizeA.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/CustomizeA.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; public class CustomizeA extends Customize { diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/Dashboard.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/Dashboard.java index c057182..d5594c9 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/Dashboard.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/Dashboard.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import android.Manifest; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/EventActionSetup.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/EventActionSetup.java index 9f4f9e4..97552aa 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/EventActionSetup.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/EventActionSetup.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import android.app.Activity; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ImageCropper.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ImageCropper.java index d232a4d..ff8dcbd 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ImageCropper.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ImageCropper.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import android.app.Activity; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ImagePicker.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ImagePicker.java index e49e913..780d3ef 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ImagePicker.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ImagePicker.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import android.Manifest; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/LockScreen.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/LockScreen.java index 048b87f..9ec52fa 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/LockScreen.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/LockScreen.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ResourceWrapperListActivity.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ResourceWrapperListActivity.java index c39aedf..81b4673 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ResourceWrapperListActivity.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ResourceWrapperListActivity.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import android.app.ListActivity; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/RootSettings.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/RootSettings.java index ad69a5a..7896ba9 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/RootSettings.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/RootSettings.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import android.content.ComponentName; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ScreenManager.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ScreenManager.java index 726271f..5aa313d 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ScreenManager.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ScreenManager.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import android.app.AlertDialog; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ScriptEditor.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ScriptEditor.java index 1108ac0..1fa0cbf 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ScriptEditor.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ScriptEditor.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import android.Manifest; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/Shortcuts.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/Shortcuts.java index bdcd080..82eaaf5 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/Shortcuts.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/Shortcuts.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import android.app.Activity; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ShortcutsA.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ShortcutsA.java index 85ae983..fc71f7d 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ShortcutsA.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/ShortcutsA.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; public class ShortcutsA extends Shortcuts { diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/StyleChooser.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/StyleChooser.java index 3272094..331f0c0 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/StyleChooser.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/StyleChooser.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import android.app.AlertDialog; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D1.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D1.java index faf1027..4b42520 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D1.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D1.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities.dummy; import android.app.Activity; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D2.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D2.java index 761108d..d638866 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D2.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D2.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities.dummy; import android.app.Activity; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D3.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D3.java index 5afc6d2..e28c062 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D3.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D3.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities.dummy; import android.app.Activity; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D4.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D4.java index 15aaca2..5374919 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D4.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/activities/dummy/D4.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities.dummy; import android.app.Activity; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/Action.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/Action.java index d30b379..183a197 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/Action.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/Action.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.data; public class Action { diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/ActionsDescription.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/ActionsDescription.java index 8e04467..26fc10d 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/ActionsDescription.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/ActionsDescription.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.data; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/BackupRestoreTool.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/BackupRestoreTool.java index 39a9c60..592493c 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/BackupRestoreTool.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/BackupRestoreTool.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.data; import android.app.Activity; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/PreviewSize.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/PreviewSize.java index ff2296a..302197a 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/PreviewSize.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/PreviewSize.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.data; public enum PreviewSize { diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/SavedItemGeometry.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/SavedItemGeometry.java index c0230ac..7d77935 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/SavedItemGeometry.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/SavedItemGeometry.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.data; import android.graphics.Matrix; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/Screen.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/Screen.java index 2435359..adfaf1b 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/Screen.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/Screen.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.data; import android.graphics.Bitmap; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/SelectionState.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/SelectionState.java index f30feec..d968849 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/SelectionState.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/SelectionState.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.data; import net.pierrox.lightning_launcher.views.HandleView; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/State.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/State.java index 3d83d56..3d6a068 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/State.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/State.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.data; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/UndoStack.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/UndoStack.java index 655a8fc..7daa1b3 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/UndoStack.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/data/UndoStack.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.data; import net.pierrox.lightning_launcher.activities.Dashboard; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreference.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreference.java index 039351f..c27be59 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreference.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreference.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.prefs; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceBinding.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceBinding.java index 8274568..5ca44d6 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceBinding.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceBinding.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.prefs; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceBox.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceBox.java index d58bb8c..66410b8 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceBox.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceBox.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.prefs; import net.pierrox.lightning_launcher.data.Box; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceCategory.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceCategory.java index 3bad428..9be7abd 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceCategory.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceCategory.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.prefs; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceCheckBox.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceCheckBox.java index 910f114..64a0f5c 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceCheckBox.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceCheckBox.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.prefs; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceColor.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceColor.java index b11b7f2..7b71c2c 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceColor.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceColor.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.prefs; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceEventAction.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceEventAction.java index 439a0f3..98b9eac 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceEventAction.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceEventAction.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.prefs; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceList.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceList.java index 8df3e7c..5488a49 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceList.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceList.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.prefs; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceListView.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceListView.java index ebce157..966e95d 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceListView.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceListView.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.prefs; import android.app.AlertDialog; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceSlider.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceSlider.java index e3827a6..95f18ac 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceSlider.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceSlider.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.prefs; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceText.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceText.java index 754b5fa..d9f3239 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceText.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/prefs/LLPreferenceText.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.prefs; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/template/LLTemplateAPI.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/template/LLTemplateAPI.java index 60b824d..ed3d417 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/template/LLTemplateAPI.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/template/LLTemplateAPI.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.template; public final class LLTemplateAPI { diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/AddItemDialog.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/AddItemDialog.java index 7848e2e..0b3ad35 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/AddItemDialog.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/AddItemDialog.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import android.app.AlertDialog; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ApiProvider.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ApiProvider.java index 1d7b216..62511e3 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ApiProvider.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ApiProvider.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import android.content.ContentProvider; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/BindingEditDialog.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/BindingEditDialog.java index 0a1feb1..e18122e 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/BindingEditDialog.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/BindingEditDialog.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import android.app.AlertDialog; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/EmptyService.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/EmptyService.java index 7cd376a..c896916 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/EmptyService.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/EmptyService.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import android.app.ActivityManager; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/FileAndDirectoryPickerDialog.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/FileAndDirectoryPickerDialog.java index c91b926..779519e 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/FileAndDirectoryPickerDialog.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/FileAndDirectoryPickerDialog.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import android.annotation.SuppressLint; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/FileProvider.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/FileProvider.java index b70f3dd..ddd056e 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/FileProvider.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/FileProvider.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import java.io.File; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/Indentation.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/Indentation.java index a585546..dbbb122 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/Indentation.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/Indentation.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Trianguloy + +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 net.pierrox.lightning_launcher.util; import android.text.Editable; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/LightningLWPService.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/LightningLWPService.java index b1b33b1..14ac9aa 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/LightningLWPService.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/LightningLWPService.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import android.app.WallpaperManager; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/LruCache.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/LruCache.java index 3f12ddc..82aec9f 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/LruCache.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/LruCache.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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. +*/ + /* * Copyright (C) 2011 The Android Open Source Project * diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/MPReceiver.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/MPReceiver.java index 608def0..318e795 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/MPReceiver.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/MPReceiver.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import android.content.BroadcastReceiver; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/PhoneUtils.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/PhoneUtils.java index 90542c1..1747c36 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/PhoneUtils.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/PhoneUtils.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import android.content.ActivityNotFoundException; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ScriptPickerDialog.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ScriptPickerDialog.java index ac2b31a..9806c95 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ScriptPickerDialog.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ScriptPickerDialog.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import android.app.AlertDialog; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ScriptService.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ScriptService.java index febb6ba..40d6793 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ScriptService.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ScriptService.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import android.app.Service; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/Search.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/Search.java index 9dca2e2..97898dd 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/Search.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/Search.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import android.app.Activity; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/SetVariableDialog.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/SetVariableDialog.java index 5e19b12..02a8ff7 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/SetVariableDialog.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/SetVariableDialog.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import android.app.AlertDialog; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/Setup.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/Setup.java index 1cff567..cdbed78 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/Setup.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/Setup.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import android.content.ComponentName; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ShortcutReceiver.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ShortcutReceiver.java index c811f25..5a6620a 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ShortcutReceiver.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/util/ShortcutReceiver.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.util; import android.content.BroadcastReceiver; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/BoxEditorView.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/BoxEditorView.java index ea68457..9e1450a 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/BoxEditorView.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/BoxEditorView.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.views; import net.pierrox.lightning_launcher_extreme.R; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/BubbleLayout.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/BubbleLayout.java index 2ca21e2..9f0780b 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/BubbleLayout.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/BubbleLayout.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.views; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/CropperView.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/CropperView.java index 1d62e56..53e8f8a 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/CropperView.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/CropperView.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.views; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/CustomizeItemView.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/CustomizeItemView.java index 735e8b2..03f95f2 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/CustomizeItemView.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/CustomizeItemView.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.views; import android.Manifest; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/EditBarHiderView.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/EditBarHiderView.java index 3e319c9..62f5c88 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/EditBarHiderView.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/EditBarHiderView.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.views; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/EditTextIme.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/EditTextIme.java index 2d1a00f..ab0313e 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/EditTextIme.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/EditTextIme.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.views; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/EventFrameLayout.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/EventFrameLayout.java index 887931b..099b45e 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/EventFrameLayout.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/EventFrameLayout.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.views; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/FillLinearLayout.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/FillLinearLayout.java index 8954b08..ddaf58a 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/FillLinearLayout.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/FillLinearLayout.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.views; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/HierarchyScreen.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/HierarchyScreen.java index 1125441..a7a1159 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/HierarchyScreen.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/HierarchyScreen.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.views; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/ImageWallpaperView.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/ImageWallpaperView.java index 0b54659..c83f84f 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/ImageWallpaperView.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/ImageWallpaperView.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.views; import android.content.Context; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/MyViewPager.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/MyViewPager.java index 1fed98a..0c8eb16 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/MyViewPager.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/MyViewPager.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.views; import java.util.ArrayList; diff --git a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/SnappingContext.java b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/SnappingContext.java index 9b3e237..c4e7b87 100644 --- a/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/SnappingContext.java +++ b/app/llx/app/src/main/java/net/pierrox/lightning_launcher/views/SnappingContext.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.views; import android.graphics.Matrix; diff --git a/app/llx/app/src/trial/java/net/pierrox/lightning_launcher/LLAppTrial.java b/app/llx/app/src/trial/java/net/pierrox/lightning_launcher/LLAppTrial.java index b511bb4..1e8300a 100644 --- a/app/llx/app/src/trial/java/net/pierrox/lightning_launcher/LLAppTrial.java +++ b/app/llx/app/src/trial/java/net/pierrox/lightning_launcher/LLAppTrial.java @@ -1,3 +1,51 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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. +*/ + +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher; import android.app.AlertDialog; diff --git a/app/llx/app/src/trial/java/net/pierrox/lightning_launcher/activities/AppUnlocker.java b/app/llx/app/src/trial/java/net/pierrox/lightning_launcher/activities/AppUnlocker.java index ec68463..a5a73ca 100644 --- a/app/llx/app/src/trial/java/net/pierrox/lightning_launcher/activities/AppUnlocker.java +++ b/app/llx/app/src/trial/java/net/pierrox/lightning_launcher/activities/AppUnlocker.java @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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 net.pierrox.lightning_launcher.activities; import android.app.Activity; diff --git a/app/llx/core/src/main/jni/ll.c b/app/llx/core/src/main/jni/ll.c index 7b9db82..871d64c 100644 --- a/app/llx/core/src/main/jni/ll.c +++ b/app/llx/core/src/main/jni/ll.c @@ -1,3 +1,27 @@ +/* +MIT License + +Copyright (c) 2022 Pierre Hébert + +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. +*/ + #include #include #include diff --git a/scripts/CalendarIcon/LICENSE.md b/scripts/CalendarIcon/LICENSE.md new file mode 100644 index 0000000..18a55fd --- /dev/null +++ b/scripts/CalendarIcon/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Pierre Hébert + +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. diff --git a/scripts/Chronometer/LICENSE.md b/scripts/Chronometer/LICENSE.md new file mode 100644 index 0000000..18a55fd --- /dev/null +++ b/scripts/Chronometer/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Pierre Hébert + +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. diff --git a/scripts/Clock/LICENSE.md b/scripts/Clock/LICENSE.md new file mode 100644 index 0000000..18a55fd --- /dev/null +++ b/scripts/Clock/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Pierre Hébert + +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. diff --git a/scripts/Compass/LICENSE.md b/scripts/Compass/LICENSE.md new file mode 100644 index 0000000..18a55fd --- /dev/null +++ b/scripts/Compass/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Pierre Hébert + +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. diff --git a/scripts/ComponentName/LICENSE.md b/scripts/ComponentName/LICENSE.md new file mode 100644 index 0000000..18a55fd --- /dev/null +++ b/scripts/ComponentName/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Pierre Hébert + +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. diff --git a/scripts/FadeUnlocker/LICENSE.md b/scripts/FadeUnlocker/LICENSE.md new file mode 100644 index 0000000..18a55fd --- /dev/null +++ b/scripts/FadeUnlocker/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Pierre Hébert + +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. diff --git a/scripts/LightningBlocks/LICENSE.md b/scripts/LightningBlocks/LICENSE.md new file mode 100644 index 0000000..18a55fd --- /dev/null +++ b/scripts/LightningBlocks/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Pierre Hébert + +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. diff --git a/scripts/SampleLLXScript/LICENSE.md b/scripts/SampleLLXScript/LICENSE.md new file mode 100644 index 0000000..18a55fd --- /dev/null +++ b/scripts/SampleLLXScript/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Pierre Hébert + +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. diff --git a/scripts/Sketch/LICENSE.md b/scripts/Sketch/LICENSE.md new file mode 100644 index 0000000..18a55fd --- /dev/null +++ b/scripts/Sketch/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Pierre Hébert + +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. diff --git a/scripts/WeekDay/LICENSE.md b/scripts/WeekDay/LICENSE.md new file mode 100644 index 0000000..18a55fd --- /dev/null +++ b/scripts/WeekDay/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Pierre Hébert + +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.