From 01bfc18f1de1679114cfdf291282315a6da49df1 Mon Sep 17 00:00:00 2001 From: Mikola Melnik Date: Fri, 24 Apr 2020 11:28:49 +0300 Subject: [PATCH 1/3] README update devlight info after transferring ownership. --- README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eed3189..11d1d95 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ subprojects { ```groovy dependencies { - implementation 'com.github.XtreeIvI:CornerCutLinearLayout:1.0.0' + implementation 'com.github.Devlight:CornerCutLinearLayout:1.0.0' } ``` @@ -843,9 +843,29 @@ The result would be as follow: ## Sample App In order to take closer look over examples provided and library in general, please run the sample app. -## Donation -I would appreciate if you "toss the coin to your faithful servant". +##Author +Created by [Mykola Melnyk](https://github.com/XtreeIvI) - [@xtreeivi](mailto:xtreeivi@gmail.com) + +### Donation +I would appreciate if you "toss the coin to your faithful servant".\ Details: **5432 5912 5316 4615** (MasterCard) +##Company +[![Facebook](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScaGhGVFNKU0VxMnc)](https://www.facebook.com/devlightagency)     [![Twitter](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScZ1ExQWh5cHF5cVE)](https://twitter.com/DevLightIO)     [![LinkedIn](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wSccGZINzEycE1nVFE)](https://www.linkedin.com/company/devlight) + +##Created by [Mykola Melnyk](https://github.com/XtreeIvI) - [@xtreeivi](mailto:xtreeivi@gmail.com) +[Here](https://github.com/DevLight) you can see open source works developed by Devlight LLC. +This and another works is an exclusive property of Devlight LLC. + +If you want to use this library in applications which will be available on Google Play, please report us or author of the library about it. + +Whether you're searching for a new partner or trusted team for creating your new great product we are always ready to start work with you. + +You can contact us: info@devlight.io or opensource@devlight.io. +Thanks in advance. + +Devlight LLC, 2020 +[devlight.io](http://devlight.io) + ## License Please see [LICENSE](/LICENSE.txt) \ No newline at end of file From 7bcfecd0af47fc3215ca39ba232a2d6d385168c8 Mon Sep 17 00:00:00 2001 From: Mikola Melnik Date: Fri, 24 Apr 2020 11:31:01 +0300 Subject: [PATCH 2/3] README update devlight info after transferring ownership. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11d1d95..fda3bd0 100644 --- a/README.md +++ b/README.md @@ -843,17 +843,17 @@ The result would be as follow: ## Sample App In order to take closer look over examples provided and library in general, please run the sample app. -##Author +## Author Created by [Mykola Melnyk](https://github.com/XtreeIvI) - [@xtreeivi](mailto:xtreeivi@gmail.com) ### Donation I would appreciate if you "toss the coin to your faithful servant".\ Details: **5432 5912 5316 4615** (MasterCard) -##Company +## Company [![Facebook](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScaGhGVFNKU0VxMnc)](https://www.facebook.com/devlightagency)     [![Twitter](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScZ1ExQWh5cHF5cVE)](https://twitter.com/DevLightIO)     [![LinkedIn](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wSccGZINzEycE1nVFE)](https://www.linkedin.com/company/devlight) -##Created by [Mykola Melnyk](https://github.com/XtreeIvI) - [@xtreeivi](mailto:xtreeivi@gmail.com) +## Created by [Mykola Melnyk](https://github.com/XtreeIvI) - [@xtreeivi](mailto:xtreeivi@gmail.com) [Here](https://github.com/DevLight) you can see open source works developed by Devlight LLC. This and another works is an exclusive property of Devlight LLC. From ad5d86e3994125ddf7937849a7e707dbce3358e6 Mon Sep 17 00:00:00 2001 From: Mikola Melnik Date: Fri, 24 Apr 2020 11:34:09 +0300 Subject: [PATCH 3/3] README update devlight info after transferring ownership. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fda3bd0..d6c9a24 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ allprojects { or ```groovy -subprojects { +subprojects { repositories { ... maven {