diff --git a/.idea/misc.xml b/.idea/misc.xml index 1a0fbc3..06ee295 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -29,7 +29,7 @@ - + diff --git a/app/src/main/java/com/afollestad/nocknock/AppExt.kt b/app/src/main/java/com/afollestad/nocknock/AppExt.kt index efd36d4..b1c22cf 100644 --- a/app/src/main/java/com/afollestad/nocknock/AppExt.kt +++ b/app/src/main/java/com/afollestad/nocknock/AppExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock diff --git a/app/src/main/java/com/afollestad/nocknock/NockNockApp.kt b/app/src/main/java/com/afollestad/nocknock/NockNockApp.kt index f50be42..c1cf284 100644 --- a/app/src/main/java/com/afollestad/nocknock/NockNockApp.kt +++ b/app/src/main/java/com/afollestad/nocknock/NockNockApp.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock diff --git a/app/src/main/java/com/afollestad/nocknock/adapter/ServerAdapter.kt b/app/src/main/java/com/afollestad/nocknock/adapter/ServerAdapter.kt index 3bf58cc..c87760e 100644 --- a/app/src/main/java/com/afollestad/nocknock/adapter/ServerAdapter.kt +++ b/app/src/main/java/com/afollestad/nocknock/adapter/ServerAdapter.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.adapter diff --git a/app/src/main/java/com/afollestad/nocknock/di/AppComponent.kt b/app/src/main/java/com/afollestad/nocknock/di/AppComponent.kt index 7ae703b..58f3027 100644 --- a/app/src/main/java/com/afollestad/nocknock/di/AppComponent.kt +++ b/app/src/main/java/com/afollestad/nocknock/di/AppComponent.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.di diff --git a/app/src/main/java/com/afollestad/nocknock/di/MainBindModule.kt b/app/src/main/java/com/afollestad/nocknock/di/MainBindModule.kt index 31d14d2..eb58766 100644 --- a/app/src/main/java/com/afollestad/nocknock/di/MainBindModule.kt +++ b/app/src/main/java/com/afollestad/nocknock/di/MainBindModule.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.di diff --git a/app/src/main/java/com/afollestad/nocknock/di/MainModule.kt b/app/src/main/java/com/afollestad/nocknock/di/MainModule.kt index 6e873ca..4054fe4 100644 --- a/app/src/main/java/com/afollestad/nocknock/di/MainModule.kt +++ b/app/src/main/java/com/afollestad/nocknock/di/MainModule.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.di diff --git a/app/src/main/java/com/afollestad/nocknock/dialogs/AboutDialog.kt b/app/src/main/java/com/afollestad/nocknock/dialogs/AboutDialog.kt index 4c16f20..7c8e8e4 100644 --- a/app/src/main/java/com/afollestad/nocknock/dialogs/AboutDialog.kt +++ b/app/src/main/java/com/afollestad/nocknock/dialogs/AboutDialog.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.dialogs diff --git a/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSiteActivity.kt b/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSiteActivity.kt index ab9f933..0a99070 100644 --- a/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSiteActivity.kt +++ b/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSiteActivity.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.ui.addsite diff --git a/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSiteActivityExt.kt b/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSiteActivityExt.kt index 7f5eb7f..4def223 100644 --- a/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSiteActivityExt.kt +++ b/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSiteActivityExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.ui.addsite diff --git a/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSitePresenter.kt b/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSitePresenter.kt index e95d379..aff0c90 100644 --- a/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSitePresenter.kt +++ b/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSitePresenter.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.ui.addsite diff --git a/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSiteView.kt b/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSiteView.kt index 8c6084f..f6a6caf 100644 --- a/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSiteView.kt +++ b/app/src/main/java/com/afollestad/nocknock/ui/addsite/AddSiteView.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.ui.addsite diff --git a/app/src/main/java/com/afollestad/nocknock/ui/main/MainActivity.kt b/app/src/main/java/com/afollestad/nocknock/ui/main/MainActivity.kt index e9e3e83..b77de55 100644 --- a/app/src/main/java/com/afollestad/nocknock/ui/main/MainActivity.kt +++ b/app/src/main/java/com/afollestad/nocknock/ui/main/MainActivity.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.ui.main diff --git a/app/src/main/java/com/afollestad/nocknock/ui/main/MainActivityExt.kt b/app/src/main/java/com/afollestad/nocknock/ui/main/MainActivityExt.kt index b955307..e9780bf 100644 --- a/app/src/main/java/com/afollestad/nocknock/ui/main/MainActivityExt.kt +++ b/app/src/main/java/com/afollestad/nocknock/ui/main/MainActivityExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.ui.main diff --git a/app/src/main/java/com/afollestad/nocknock/ui/main/MainPresenter.kt b/app/src/main/java/com/afollestad/nocknock/ui/main/MainPresenter.kt index 69f3bdb..9f3fd8d 100644 --- a/app/src/main/java/com/afollestad/nocknock/ui/main/MainPresenter.kt +++ b/app/src/main/java/com/afollestad/nocknock/ui/main/MainPresenter.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.ui.main diff --git a/app/src/main/java/com/afollestad/nocknock/ui/main/MainView.kt b/app/src/main/java/com/afollestad/nocknock/ui/main/MainView.kt index 34665d2..d0dfa71 100644 --- a/app/src/main/java/com/afollestad/nocknock/ui/main/MainView.kt +++ b/app/src/main/java/com/afollestad/nocknock/ui/main/MainView.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.ui.main diff --git a/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSiteActivity.kt b/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSiteActivity.kt index c44510f..8dc66a8 100644 --- a/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSiteActivity.kt +++ b/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSiteActivity.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.ui.viewsite diff --git a/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSiteActivityExt.kt b/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSiteActivityExt.kt index 41858c4..063fbcc 100644 --- a/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSiteActivityExt.kt +++ b/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSiteActivityExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.ui.viewsite diff --git a/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSitePresenter.kt b/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSitePresenter.kt index 0241979..8c66570 100644 --- a/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSitePresenter.kt +++ b/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSitePresenter.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.ui.viewsite diff --git a/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSiteView.kt b/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSiteView.kt index 0cbd515..4c79368 100644 --- a/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSiteView.kt +++ b/app/src/main/java/com/afollestad/nocknock/ui/viewsite/ViewSiteView.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.ui.viewsite diff --git a/app/src/test/java/com/afollestad/nocknock/AddSitePresenterTest.kt b/app/src/test/java/com/afollestad/nocknock/AddSitePresenterTest.kt index d1941eb..20d925c 100644 --- a/app/src/test/java/com/afollestad/nocknock/AddSitePresenterTest.kt +++ b/app/src/test/java/com/afollestad/nocknock/AddSitePresenterTest.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock diff --git a/app/src/test/java/com/afollestad/nocknock/MainPresenterTest.kt b/app/src/test/java/com/afollestad/nocknock/MainPresenterTest.kt index f64df8d..56bc2ff 100644 --- a/app/src/test/java/com/afollestad/nocknock/MainPresenterTest.kt +++ b/app/src/test/java/com/afollestad/nocknock/MainPresenterTest.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock diff --git a/app/src/test/java/com/afollestad/nocknock/ViewSitePresenterTest.kt b/app/src/test/java/com/afollestad/nocknock/ViewSitePresenterTest.kt index eb7b7f8..2a7e1dd 100644 --- a/app/src/test/java/com/afollestad/nocknock/ViewSitePresenterTest.kt +++ b/app/src/test/java/com/afollestad/nocknock/ViewSitePresenterTest.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock diff --git a/data/src/main/java/com/afollestad/nocknock/data/ServerModel.kt b/data/src/main/java/com/afollestad/nocknock/data/ServerModel.kt index b98931f..474e514 100644 --- a/data/src/main/java/com/afollestad/nocknock/data/ServerModel.kt +++ b/data/src/main/java/com/afollestad/nocknock/data/ServerModel.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.data diff --git a/data/src/main/java/com/afollestad/nocknock/data/ServerStatus.kt b/data/src/main/java/com/afollestad/nocknock/data/ServerStatus.kt index c37742e..9cc28d0 100644 --- a/data/src/main/java/com/afollestad/nocknock/data/ServerStatus.kt +++ b/data/src/main/java/com/afollestad/nocknock/data/ServerStatus.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.data diff --git a/data/src/main/java/com/afollestad/nocknock/data/ValidationMode.kt b/data/src/main/java/com/afollestad/nocknock/data/ValidationMode.kt index beb55a6..b2150ff 100644 --- a/data/src/main/java/com/afollestad/nocknock/data/ValidationMode.kt +++ b/data/src/main/java/com/afollestad/nocknock/data/ValidationMode.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.data diff --git a/engine/src/androidTest/java/com/afollestad/nocknock/engine/ServerModelStoreTest.kt b/engine/src/androidTest/java/com/afollestad/nocknock/engine/ServerModelStoreTest.kt index eebf2f3..0563db7 100644 --- a/engine/src/androidTest/java/com/afollestad/nocknock/engine/ServerModelStoreTest.kt +++ b/engine/src/androidTest/java/com/afollestad/nocknock/engine/ServerModelStoreTest.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.engine diff --git a/engine/src/main/java/com/afollestad/nocknock/engine/EngineModule.kt b/engine/src/main/java/com/afollestad/nocknock/engine/EngineModule.kt index 413ac22..b9fd1e1 100644 --- a/engine/src/main/java/com/afollestad/nocknock/engine/EngineModule.kt +++ b/engine/src/main/java/com/afollestad/nocknock/engine/EngineModule.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.engine diff --git a/engine/src/main/java/com/afollestad/nocknock/engine/db/ServerModelDbHelper.kt b/engine/src/main/java/com/afollestad/nocknock/engine/db/ServerModelDbHelper.kt index e12535f..2fc9a4d 100644 --- a/engine/src/main/java/com/afollestad/nocknock/engine/db/ServerModelDbHelper.kt +++ b/engine/src/main/java/com/afollestad/nocknock/engine/db/ServerModelDbHelper.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.engine.db diff --git a/engine/src/main/java/com/afollestad/nocknock/engine/db/ServerModelStore.kt b/engine/src/main/java/com/afollestad/nocknock/engine/db/ServerModelStore.kt index e96ed70..9c7ecce 100644 --- a/engine/src/main/java/com/afollestad/nocknock/engine/db/ServerModelStore.kt +++ b/engine/src/main/java/com/afollestad/nocknock/engine/db/ServerModelStore.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.engine.db diff --git a/engine/src/main/java/com/afollestad/nocknock/engine/statuscheck/BootReceiver.kt b/engine/src/main/java/com/afollestad/nocknock/engine/statuscheck/BootReceiver.kt index accc18d..1095220 100644 --- a/engine/src/main/java/com/afollestad/nocknock/engine/statuscheck/BootReceiver.kt +++ b/engine/src/main/java/com/afollestad/nocknock/engine/statuscheck/BootReceiver.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.engine.statuscheck diff --git a/engine/src/main/java/com/afollestad/nocknock/engine/statuscheck/CheckStatusJob.kt b/engine/src/main/java/com/afollestad/nocknock/engine/statuscheck/CheckStatusJob.kt index d7f6e80..efa092d 100644 --- a/engine/src/main/java/com/afollestad/nocknock/engine/statuscheck/CheckStatusJob.kt +++ b/engine/src/main/java/com/afollestad/nocknock/engine/statuscheck/CheckStatusJob.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.engine.statuscheck diff --git a/engine/src/main/java/com/afollestad/nocknock/engine/statuscheck/CheckStatusManager.kt b/engine/src/main/java/com/afollestad/nocknock/engine/statuscheck/CheckStatusManager.kt index 7b0c68e..cc50105 100644 --- a/engine/src/main/java/com/afollestad/nocknock/engine/statuscheck/CheckStatusManager.kt +++ b/engine/src/main/java/com/afollestad/nocknock/engine/statuscheck/CheckStatusManager.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.engine.statuscheck diff --git a/engine/src/test/java/com/afollestad/nocknock/engine/CheckStatusManagerTest.kt b/engine/src/test/java/com/afollestad/nocknock/engine/CheckStatusManagerTest.kt index 71e45bb..a97d034 100644 --- a/engine/src/test/java/com/afollestad/nocknock/engine/CheckStatusManagerTest.kt +++ b/engine/src/test/java/com/afollestad/nocknock/engine/CheckStatusManagerTest.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.engine diff --git a/engine/src/test/java/com/afollestad/nocknock/engine/TestUtil.kt b/engine/src/test/java/com/afollestad/nocknock/engine/TestUtil.kt index e71219d..af7113a 100644 --- a/engine/src/test/java/com/afollestad/nocknock/engine/TestUtil.kt +++ b/engine/src/test/java/com/afollestad/nocknock/engine/TestUtil.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.engine diff --git a/notifications/src/main/java/com/afollestad/nocknock/notifications/Channel.kt b/notifications/src/main/java/com/afollestad/nocknock/notifications/Channel.kt index 1510489..dcf9f76 100644 --- a/notifications/src/main/java/com/afollestad/nocknock/notifications/Channel.kt +++ b/notifications/src/main/java/com/afollestad/nocknock/notifications/Channel.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.notifications diff --git a/notifications/src/main/java/com/afollestad/nocknock/notifications/NockNotificationManager.kt b/notifications/src/main/java/com/afollestad/nocknock/notifications/NockNotificationManager.kt index 589cf9f..73300dc 100644 --- a/notifications/src/main/java/com/afollestad/nocknock/notifications/NockNotificationManager.kt +++ b/notifications/src/main/java/com/afollestad/nocknock/notifications/NockNotificationManager.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.notifications diff --git a/notifications/src/main/java/com/afollestad/nocknock/notifications/NotificationsModule.kt b/notifications/src/main/java/com/afollestad/nocknock/notifications/NotificationsModule.kt index a5c7a5d..a5212bd 100644 --- a/notifications/src/main/java/com/afollestad/nocknock/notifications/NotificationsModule.kt +++ b/notifications/src/main/java/com/afollestad/nocknock/notifications/NotificationsModule.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.notifications diff --git a/notifications/src/test/java/com/afollestad/nocknock/notifications/NockNotificationManagerTest.kt b/notifications/src/test/java/com/afollestad/nocknock/notifications/NockNotificationManagerTest.kt index 362274d..c050eea 100644 --- a/notifications/src/test/java/com/afollestad/nocknock/notifications/NockNotificationManagerTest.kt +++ b/notifications/src/test/java/com/afollestad/nocknock/notifications/NockNotificationManagerTest.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.notifications diff --git a/spotless.gradle b/spotless.gradle index a8b91f4..fba51c4 100644 --- a/spotless.gradle +++ b/spotless.gradle @@ -10,7 +10,7 @@ spotless { kotlin { target "**/*.kt" ktlint().userData(['indent_size': '2', 'continuation_indent_size': '2']) - licenseHeader '/*\n * Licensed under Apache-2.0\n *\n * Designed and developed by Aidan Follestad (@afollestad)\n */' + licenseHeaderFile '../spotless.license.kt' trimTrailingWhitespace() endWithNewline() } diff --git a/spotless.license.kt b/spotless.license.kt new file mode 100644 index 0000000..e10880e --- /dev/null +++ b/spotless.license.kt @@ -0,0 +1,15 @@ +/** + * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. + */ \ No newline at end of file diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/Injector.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/Injector.kt index ad80fc0..89972e4 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/Injector.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/Injector.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/UtilitiesModule.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/UtilitiesModule.kt index 03e77b9..a2a9770 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/UtilitiesModule.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/UtilitiesModule.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/ActivityExt.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/ActivityExt.kt index 7653d84..9238e6c 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/ActivityExt.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/ActivityExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.ext diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/AnimationExt.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/AnimationExt.kt index 2a54b19..171a5cd 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/AnimationExt.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/AnimationExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.ext diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/ContentValuesExt.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/ContentValuesExt.kt index a8cdead..b13dfd0 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/ContentValuesExt.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/ContentValuesExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.ext diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/ContextExt.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/ContextExt.kt index fc82413..4080195 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/ContextExt.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/ContextExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.ext diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/CoroutineExt.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/CoroutineExt.kt index 1426624..48085c2 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/CoroutineExt.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/CoroutineExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.ext diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/DateExt.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/DateExt.kt index d29c261..5ea3d77 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/DateExt.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/DateExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.ext diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/InjectorExt.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/InjectorExt.kt index e6ae4ac..ebf2fb0 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/InjectorExt.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/InjectorExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.ext diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/TimeExt.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/TimeExt.kt index e659d16..a7c65e2 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/TimeExt.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/TimeExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.ext diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/UriExt.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/UriExt.kt index cac3c06..c46086e 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/UriExt.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/ext/UriExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.ext diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/js/JavaScript.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/js/JavaScript.kt index 6d735e2..cb94693 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/js/JavaScript.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/js/JavaScript.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.js diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/BitmapProvider.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/BitmapProvider.kt index 1c2d21f..0bbe9c3 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/BitmapProvider.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/BitmapProvider.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.providers diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/BundleProvider.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/BundleProvider.kt index 1185723..8fc655b 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/BundleProvider.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/BundleProvider.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.providers diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/IntentProvider.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/IntentProvider.kt index 6fe0966..cee9298 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/IntentProvider.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/IntentProvider.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.providers diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/JobInfoProvider.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/JobInfoProvider.kt index 4b188de..9852c50 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/JobInfoProvider.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/JobInfoProvider.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.providers diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/NotificationChannelProvider.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/NotificationChannelProvider.kt index 694ef8a..0215605 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/NotificationChannelProvider.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/NotificationChannelProvider.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.providers diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/NotificationProvider.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/NotificationProvider.kt index 68f162f..6c3547f 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/NotificationProvider.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/NotificationProvider.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.providers diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/SdkProvider.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/SdkProvider.kt index 5c1ea7c..8701f41 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/SdkProvider.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/SdkProvider.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.providers diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/StringProvider.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/StringProvider.kt index 06bb32b..1f263b5 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/StringProvider.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/providers/StringProvider.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.providers diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/qualifiers/AppIconRes.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/qualifiers/AppIconRes.kt index 1037af7..bae9b30 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/qualifiers/AppIconRes.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/qualifiers/AppIconRes.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.qualifiers diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/qualifiers/MainActivityClass.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/qualifiers/MainActivityClass.kt index 9db4598..db9ee3a 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/qualifiers/MainActivityClass.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/qualifiers/MainActivityClass.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.qualifiers diff --git a/utilities/src/main/java/com/afollestad/nocknock/utilities/ui/DebouncedOnClickListener.kt b/utilities/src/main/java/com/afollestad/nocknock/utilities/ui/DebouncedOnClickListener.kt index 1446bbf..bfb7a86 100644 --- a/utilities/src/main/java/com/afollestad/nocknock/utilities/ui/DebouncedOnClickListener.kt +++ b/utilities/src/main/java/com/afollestad/nocknock/utilities/ui/DebouncedOnClickListener.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.utilities.ui diff --git a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/CheckIntervalLayout.kt b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/CheckIntervalLayout.kt index 519d3b0..2a7ccfe 100644 --- a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/CheckIntervalLayout.kt +++ b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/CheckIntervalLayout.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.viewcomponents diff --git a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/JavaScriptInputLayout.kt b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/JavaScriptInputLayout.kt index 5c9ee03..2636008 100644 --- a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/JavaScriptInputLayout.kt +++ b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/JavaScriptInputLayout.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.viewcomponents diff --git a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/LoadingIndicatorFrame.kt b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/LoadingIndicatorFrame.kt index 591f4a3..1e45e83 100644 --- a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/LoadingIndicatorFrame.kt +++ b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/LoadingIndicatorFrame.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.viewcomponents diff --git a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/StatusImageView.kt b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/StatusImageView.kt index 4a2fd63..9f907e6 100644 --- a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/StatusImageView.kt +++ b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/StatusImageView.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.viewcomponents diff --git a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/ScrollViewExt.kt b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/ScrollViewExt.kt index 1c45cd5..431fb8e 100644 --- a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/ScrollViewExt.kt +++ b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/ScrollViewExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.viewcomponents.ext diff --git a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/SpinnerExt.kt b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/SpinnerExt.kt index b2f6058..bb754f5 100644 --- a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/SpinnerExt.kt +++ b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/SpinnerExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.viewcomponents.ext diff --git a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/TextViewExt.kt b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/TextViewExt.kt index 533a8f1..2d5576e 100644 --- a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/TextViewExt.kt +++ b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/TextViewExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.viewcomponents.ext diff --git a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/ViewExt.kt b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/ViewExt.kt index 5f86e74..9af6367 100644 --- a/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/ViewExt.kt +++ b/viewcomponents/src/main/java/com/afollestad/nocknock/viewcomponents/ext/ViewExt.kt @@ -1,7 +1,17 @@ -/* - * Licensed under Apache-2.0 - * +/** * Designed and developed by Aidan Follestad (@afollestad) + * + * 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. */ package com.afollestad.nocknock.viewcomponents.ext