diff --git a/.idea/dictionaries/aurelian.xml b/.idea/dictionaries/aurelian.xml index 3089850..b131969 100644 --- a/.idea/dictionaries/aurelian.xml +++ b/.idea/dictionaries/aurelian.xml @@ -2,8 +2,13 @@ appgramming + kaushik lonecolor + mayank + noninfringement + softpedia tecdrop + techglimpse \ No newline at end of file diff --git a/LICENSE b/LICENSE index 9ca5fd1..a5dcab8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2014-2021 Tecdrop +Copyright (C) 2014-2022 Tecdrop 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/README.md b/README.md index 006d3a8..e8000df 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,6 @@ LoneColor also has a zero interface [version](https://github.com/tecdrop/LoneCol Contributions are welcome: code, text, documentation, design, graphics, suggestions. Please fork this repository and contribute back using [pull requests](https://github.com/tecdrop/LoneColor-Android/pulls), [submit an issue](https://github.com/tecdrop/LoneColor-Android/issues), or [send an email](https://www.tecdrop.com/contact/). -## Author - -LoneColor for Android was created in 2014 by [Horațiu Tănescu](https://horatiu.me), cofounder of [East-Tec](https://www.east-tec.com) and original creator of [east-tec Eraser](https://www.east-tec.com/eraser/), the privacy solution that quickly and securely covers your online and PC tracks. - ## License LoneColor is licensed under the [MIT license](LICENSE). diff --git a/app/src/main/java/com/appgramming/lonecolor/LoneColorActivity.java b/app/src/main/java/com/appgramming/lonecolor/LoneColorActivity.java index e2103af..b90290e 100644 --- a/app/src/main/java/com/appgramming/lonecolor/LoneColorActivity.java +++ b/app/src/main/java/com/appgramming/lonecolor/LoneColorActivity.java @@ -1,18 +1,9 @@ /* - * Copyright (C) 2014-2021 Tecdrop + * Copyright (C) 2014-2022 Tecdrop * https://www.tecdrop.com * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file. */ package com.appgramming.lonecolor; diff --git a/app/src/main/java/com/appgramming/lonecolor/utils/ColorClipboardParameter.java b/app/src/main/java/com/appgramming/lonecolor/utils/ColorClipboardParameter.java index 6d0f2a9..ceac78f 100644 --- a/app/src/main/java/com/appgramming/lonecolor/utils/ColorClipboardParameter.java +++ b/app/src/main/java/com/appgramming/lonecolor/utils/ColorClipboardParameter.java @@ -1,18 +1,9 @@ /* - * Copyright (C) 2014-2021 Tecdrop + * Copyright (C) 2014-2022 Tecdrop * https://www.tecdrop.com * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file. */ package com.appgramming.lonecolor.utils; diff --git a/app/src/main/java/com/appgramming/lonecolor/utils/ColorWallpaper.java b/app/src/main/java/com/appgramming/lonecolor/utils/ColorWallpaper.java index 1c13bf5..bf300da 100644 --- a/app/src/main/java/com/appgramming/lonecolor/utils/ColorWallpaper.java +++ b/app/src/main/java/com/appgramming/lonecolor/utils/ColorWallpaper.java @@ -1,20 +1,12 @@ /* - * Copyright (C) 2014-2021 Tecdrop + * Copyright (C) 2014-2022 Tecdrop * https://www.tecdrop.com * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file. */ + package com.appgramming.lonecolor.utils; import android.app.WallpaperManager; diff --git a/app/src/main/java/com/appgramming/lonecolor/utils/GoodRandomColor.java b/app/src/main/java/com/appgramming/lonecolor/utils/GoodRandomColor.java index f871cbc..8c0e4da 100644 --- a/app/src/main/java/com/appgramming/lonecolor/utils/GoodRandomColor.java +++ b/app/src/main/java/com/appgramming/lonecolor/utils/GoodRandomColor.java @@ -1,18 +1,9 @@ /* - * Copyright (C) 2014-2021 Tecdrop + * Copyright (C) 2014-2022 Tecdrop * https://www.tecdrop.com * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file. */ package com.appgramming.lonecolor.utils; diff --git a/app/src/main/java/com/appgramming/lonecolor/utils/Utils.java b/app/src/main/java/com/appgramming/lonecolor/utils/Utils.java index abf9406..65f2697 100644 --- a/app/src/main/java/com/appgramming/lonecolor/utils/Utils.java +++ b/app/src/main/java/com/appgramming/lonecolor/utils/Utils.java @@ -1,20 +1,12 @@ /* - * Copyright (C) 2014-2021 Tecdrop + * Copyright (C) 2014-2022 Tecdrop * https://www.tecdrop.com * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file. */ + package com.appgramming.lonecolor.utils; import android.content.ClipData; diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 26cfc74..786aa4e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,18 +1,9 @@ - LoneColor diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 6b2879a..eb4314b 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,18 +1,9 @@ - diff --git a/settings.gradle b/settings.gradle index a7716fe..37ae4f1 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,7 +3,6 @@ dependencyResolutionManagement { repositories { google() mavenCentral() - jcenter() // Warning: this repository is going to shut down soon } } rootProject.name = "LoneColor"