diff --git a/app/src/main/java/eu/mhutti1/utils/storage/Bytes.kt b/app/src/main/java/eu/mhutti1/utils/storage/Bytes.kt index fbd441f79..b273a77b1 100644 --- a/app/src/main/java/eu/mhutti1/utils/storage/Bytes.kt +++ b/app/src/main/java/eu/mhutti1/utils/storage/Bytes.kt @@ -1,7 +1,6 @@ /* * Kiwix Android - * Copyright (C) 2018 Kiwix - * + * Copyright (c) 2019 Kiwix * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -14,6 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * */ package eu.mhutti1.utils.storage diff --git a/app/src/main/java/eu/mhutti1/utils/storage/ExternalPaths.kt b/app/src/main/java/eu/mhutti1/utils/storage/ExternalPaths.kt index f4ba30def..369b4cb7a 100644 --- a/app/src/main/java/eu/mhutti1/utils/storage/ExternalPaths.kt +++ b/app/src/main/java/eu/mhutti1/utils/storage/ExternalPaths.kt @@ -1,20 +1,19 @@ /* - * Copyright 2016 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package eu.mhutti1.utils.storage diff --git a/app/src/main/java/eu/mhutti1/utils/storage/StorageDevice.kt b/app/src/main/java/eu/mhutti1/utils/storage/StorageDevice.kt index 648183f6c..c5f1d6de2 100644 --- a/app/src/main/java/eu/mhutti1/utils/storage/StorageDevice.kt +++ b/app/src/main/java/eu/mhutti1/utils/storage/StorageDevice.kt @@ -1,20 +1,19 @@ /* - * Copyright 2016 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package eu.mhutti1.utils.storage diff --git a/app/src/main/java/eu/mhutti1/utils/storage/StorageDeviceUtils.kt b/app/src/main/java/eu/mhutti1/utils/storage/StorageDeviceUtils.kt index dab6266c0..d3a9bf8c4 100644 --- a/app/src/main/java/eu/mhutti1/utils/storage/StorageDeviceUtils.kt +++ b/app/src/main/java/eu/mhutti1/utils/storage/StorageDeviceUtils.kt @@ -1,20 +1,19 @@ /* - * Copyright 2016 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package eu.mhutti1.utils.storage diff --git a/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectArrayAdapter.kt b/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectArrayAdapter.kt index 81a410d23..34a4361b8 100644 --- a/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectArrayAdapter.kt +++ b/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectArrayAdapter.kt @@ -1,20 +1,19 @@ /* - * Copyright 2016 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package eu.mhutti1.utils.storage diff --git a/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectDialog.kt b/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectDialog.kt index 9afe8e080..0f51e2e40 100644 --- a/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectDialog.kt +++ b/app/src/main/java/eu/mhutti1/utils/storage/StorageSelectDialog.kt @@ -1,20 +1,19 @@ /* - * Copyright 2016 Isaac Hutt - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * any later version. + * Kiwix Android + * Copyright (c) 2019 Kiwix + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. + * along with this program. If not, see . + * */ package eu.mhutti1.utils.storage diff --git a/app/src/test/resources/io/mockk/settings.properties b/app/src/test/resources/io/mockk/settings.properties index 8f3458070..34c414161 100644 --- a/app/src/test/resources/io/mockk/settings.properties +++ b/app/src/test/resources/io/mockk/settings.properties @@ -1,19 +1 @@ -# -# Kiwix Android -# Copyright (c) 2019 Kiwix -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# - relaxUnitFun=true