Add SPDX header

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-03-29 12:46:56 +01:00
parent 2daf547ce1
commit 3eabf9bb83
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
201 changed files with 822 additions and 3690 deletions

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages
import android.annotation.SuppressLint import android.annotation.SuppressLint

View File

@ -1,29 +1,12 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2021 Tim Krüger <t@timkrueger.me>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2021 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages
import android.annotation.SuppressLint import android.annotation.SuppressLint

View File

@ -1,29 +1,12 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021-2023 Marcel Hibbe <dev@mhibbe.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Tim Krüger * SPDX-FileCopyrightText: 2021 Tim Krüger <t@timkrueger.me>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022-2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Tim Krüger <t@timkrueger.me>
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages
import android.content.Context import android.content.Context

View File

@ -1,29 +1,12 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2021 Tim Krüger <t@timkrueger.me>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2021 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages
import android.annotation.SuppressLint import android.annotation.SuppressLint

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages
import android.annotation.SuppressLint import android.annotation.SuppressLint

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages
import android.annotation.SuppressLint import android.annotation.SuppressLint

View File

@ -1,24 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages
import android.annotation.SuppressLint import android.annotation.SuppressLint

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages

View File

@ -1,25 +1,12 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2023 Andy Scherzinger <info@andy-scherzinger.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Julius Linus <juliuslinus1@gmail.com>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de> * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages
import android.annotation.SuppressLint import android.annotation.SuppressLint

View File

@ -1,27 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021-2022 Tim Krüger <t@timkrueger.me>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2021-2022 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages; package com.nextcloud.talk.adapters.messages;
import android.view.View; import android.view.View;

View File

@ -1,27 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.application package com.nextcloud.talk.application

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.callbacks; package com.nextcloud.talk.callbacks;
import android.content.Context; import android.content.Context;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.callnotification package com.nextcloud.talk.callnotification

View File

@ -1,32 +1,14 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2024 Giacomo Pacini <giacomo@paciosoft.com>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2021-2022 Marcel Hibbe <dev@mhibbe.de>
* @author Tim Krüger * SPDX-FileCopyrightText: 2021-2022 Tim Krüger <t@timkrueger.me>
* @author Ezhil Shanmugham * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2021-2022 Tim Krüger <t@timkrueger.me> * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021-2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
* Copyright (C) 2024 Giacomo Pacini <giacomo@paciosoft.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.chat package com.nextcloud.talk.chat
import android.Manifest import android.Manifest

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.components.filebrowser.models package com.nextcloud.talk.components.filebrowser.models

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.components.filebrowser.models; package com.nextcloud.talk.components.filebrowser.models;
import at.bitfire.dav4jvm.Response; import at.bitfire.dav4jvm.Response;

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.components.filebrowser.models.properties package com.nextcloud.talk.components.filebrowser.models.properties
import android.text.TextUtils import android.text.TextUtils

View File

@ -1,27 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.components.filebrowser.models.properties package com.nextcloud.talk.components.filebrowser.models.properties
import android.text.TextUtils import android.text.TextUtils

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.components.filebrowser.models.properties package com.nextcloud.talk.components.filebrowser.models.properties
import android.text.TextUtils import android.text.TextUtils

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.components.filebrowser.models.properties package com.nextcloud.talk.components.filebrowser.models.properties
import android.text.TextUtils import android.text.TextUtils

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.components.filebrowser.models.properties package com.nextcloud.talk.components.filebrowser.models.properties
import android.text.TextUtils import android.text.TextUtils

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.components.filebrowser.models.properties package com.nextcloud.talk.components.filebrowser.models.properties
import android.text.TextUtils import android.text.TextUtils

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.components.filebrowser.webdav; package com.nextcloud.talk.components.filebrowser.webdav;
import com.nextcloud.talk.components.filebrowser.models.properties.NCEncrypted; import com.nextcloud.talk.components.filebrowser.models.properties.NCEncrypted;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.components.filebrowser.webdav; package com.nextcloud.talk.components.filebrowser.webdav;
import android.util.Log; import android.util.Log;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.components.filebrowser.webdav package com.nextcloud.talk.components.filebrowser.webdav

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.contacts package com.nextcloud.talk.contacts

View File

@ -1,31 +1,13 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2021-2023 Andy Scherzinger <info@andy-scherzinger.de>
* @author Tim Krüger * SPDX-FileCopyrightText: 2021-2023 Marcel Hibbe <dev@mhibbe.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2021-2022 Tim Krüger <t@timkrueger.me>
* @author Ezhil Shanmugham * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022-2023 Marcel Hibbe (dev@mhibbe.de) * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021-2022 Tim Krüger <t@timkrueger.me>
* Copyright (C) 2021 Andy Scherzinger (info@andy-scherzinger.de)
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversationinfo package com.nextcloud.talk.conversationinfo
import android.annotation.SuppressLint import android.annotation.SuppressLint

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017 Mario Danic (mario@lovelyhq.com) * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.dagger.modules; package com.nextcloud.talk.dagger.modules;

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017 Mario Danic (mario@lovelyhq.com) * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.dagger.modules; package com.nextcloud.talk.dagger.modules;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Mario Danic * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.dagger.modules; package com.nextcloud.talk.dagger.modules;

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017 Mario Danic (mario@lovelyhq.com) * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.dagger.modules; package com.nextcloud.talk.dagger.modules;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.events; package com.nextcloud.talk.events;
import android.webkit.SslErrorHandler; import android.webkit.SslErrorHandler;

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.events; package com.nextcloud.talk.events;
public class ConfigurationChangeEvent { public class ConfigurationChangeEvent {

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021-2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.events; package com.nextcloud.talk.events;
public class EventStatus { public class EventStatus {

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.events; package com.nextcloud.talk.events;
import com.nextcloud.talk.models.json.conversations.Conversation; import com.nextcloud.talk.models.json.conversations.Conversation;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.events; package com.nextcloud.talk.events;
public class NetworkEvent { public class NetworkEvent {

View File

@ -1,23 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Daniel Calviño Sánchez <danxuliu@gmail.com>
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* This program is free software: you can redistribute it and/or modify * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.events; package com.nextcloud.talk.events;
public class ProximitySensorEvent { public class ProximitySensorEvent {

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.events; package com.nextcloud.talk.events;
public class UserMentionClickEvent { public class UserMentionClickEvent {

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.events; package com.nextcloud.talk.events;
import java.util.HashMap; import java.util.HashMap;

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.interfaces package com.nextcloud.talk.interfaces
interface ClosedInterface { interface ClosedInterface {

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.interfaces package com.nextcloud.talk.interfaces
import android.os.Bundle import android.os.Bundle

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.jobs; package com.nextcloud.talk.jobs;
import android.app.NotificationManager; import android.app.NotificationManager;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.jobs; package com.nextcloud.talk.jobs;
import android.content.Context; import android.content.Context;

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.jobs; package com.nextcloud.talk.jobs;
import android.content.Context; import android.content.Context;

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.jobs; package com.nextcloud.talk.jobs;
import android.content.Context; import android.content.Context;

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.jobs; package com.nextcloud.talk.jobs;
import android.content.Context; import android.content.Context;

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2021-2023 Marcel Hibbe <dev@mhibbe.de>
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022-2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.jobs package com.nextcloud.talk.jobs

View File

@ -1,27 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* @author Mario Danic * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.jobs; package com.nextcloud.talk.jobs;
import android.content.Context; import android.content.Context;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.jobs package com.nextcloud.talk.jobs

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.jobs; package com.nextcloud.talk.jobs;
import android.content.Context; import android.content.Context;

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.jobs; package com.nextcloud.talk.jobs;
import android.annotation.SuppressLint; import android.annotation.SuppressLint;

View File

@ -1,27 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.lock package com.nextcloud.talk.lock
import android.app.Activity import android.app.Activity

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models package com.nextcloud.talk.models

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models; package com.nextcloud.talk.models;
import androidx.annotation.Nullable; import androidx.annotation.Nullable;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models package com.nextcloud.talk.models

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models package com.nextcloud.talk.models

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models package com.nextcloud.talk.models

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models package com.nextcloud.talk.models

View File

@ -1,21 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2024 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2024 Marcel Hibbe <dev@mhibbe.de>
* * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* This program is free software: you can redistribute it and/or modify * SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.domain.converters package com.nextcloud.talk.models.domain.converters

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.autocomplete package com.nextcloud.talk.models.json.autocomplete

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.autocomplete package com.nextcloud.talk.models.json.autocomplete

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.autocomplete package com.nextcloud.talk.models.json.autocomplete

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.capabilities package com.nextcloud.talk.models.json.capabilities

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.capabilities package com.nextcloud.talk.models.json.capabilities

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.capabilities package com.nextcloud.talk.models.json.capabilities

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.capabilities package com.nextcloud.talk.models.json.capabilities

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.capabilities package com.nextcloud.talk.models.json.capabilities

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Tim Krüger * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.capabilities package com.nextcloud.talk.models.json.capabilities

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.capabilities package com.nextcloud.talk.models.json.capabilities

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.capabilities package com.nextcloud.talk.models.json.capabilities

View File

@ -1,23 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me>
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.capabilities package com.nextcloud.talk.models.json.capabilities

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.capabilities package com.nextcloud.talk.models.json.capabilities

View File

@ -1,27 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Tim Krüger * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2021 Tim Krüger <t@timkrueger.me>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2021 Tim Krüger <t@timkrueger.me>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.chat package com.nextcloud.talk.models.json.chat

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.chat package com.nextcloud.talk.models.json.chat

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.chat package com.nextcloud.talk.models.json.chat

View File

@ -1,27 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2021 Tim Krüger <t@timkrueger.me>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
* @author Tim Krüger
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.chat package com.nextcloud.talk.models.json.chat
@Suppress("UtilityClassWithPublicConstructor") @Suppress("UtilityClassWithPublicConstructor")

View File

@ -1,27 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Tim Krüger * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2021 Tim Krüger <t@timkrueger.me>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2021 Tim Krüger <t@timkrueger.me>
* Copyright (C) 2017 Mario Danic (mario@lovelyhq.com)
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.conversations package com.nextcloud.talk.models.json.conversations

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Mario Danic * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.conversations package com.nextcloud.talk.models.json.conversations

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Mario Danic * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.conversations package com.nextcloud.talk.models.json.conversations

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Mario Danic * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.conversations package com.nextcloud.talk.models.json.conversations

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Mario Danic * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.conversations package com.nextcloud.talk.models.json.conversations

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.converters; package com.nextcloud.talk.models.json.converters;
import com.bluelinelabs.logansquare.typeconverters.IntBasedTypeConverter; import com.bluelinelabs.logansquare.typeconverters.IntBasedTypeConverter;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.converters; package com.nextcloud.talk.models.json.converters;
import com.bluelinelabs.logansquare.typeconverters.IntBasedTypeConverter; import com.bluelinelabs.logansquare.typeconverters.IntBasedTypeConverter;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.converters; package com.nextcloud.talk.models.json.converters;
import com.bluelinelabs.logansquare.typeconverters.IntBasedTypeConverter; import com.bluelinelabs.logansquare.typeconverters.IntBasedTypeConverter;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.converters; package com.nextcloud.talk.models.json.converters;
import com.bluelinelabs.logansquare.typeconverters.IntBasedTypeConverter; import com.bluelinelabs.logansquare.typeconverters.IntBasedTypeConverter;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017 Mario Danic (mario@lovelyhq.com) * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.converters; package com.nextcloud.talk.models.json.converters;
import com.bluelinelabs.logansquare.typeconverters.IntBasedTypeConverter; import com.bluelinelabs.logansquare.typeconverters.IntBasedTypeConverter;

View File

@ -1,27 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* @author Tim Krüger * SPDX-FileCopyrightText: 2021 Tim Krüger <t@timkrueger.me>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Tim Krüger <t@timkrueger.me>
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.converters package com.nextcloud.talk.models.json.converters
import com.bluelinelabs.logansquare.typeconverters.StringBasedTypeConverter import com.bluelinelabs.logansquare.typeconverters.StringBasedTypeConverter

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.converters; package com.nextcloud.talk.models.json.converters;
import android.os.Parcel; import android.os.Parcel;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.converters; package com.nextcloud.talk.models.json.converters;
import com.bluelinelabs.logansquare.typeconverters.StringBasedTypeConverter; import com.bluelinelabs.logansquare.typeconverters.StringBasedTypeConverter;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.converters; package com.nextcloud.talk.models.json.converters;
import android.net.Uri; import android.net.Uri;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.generic package com.nextcloud.talk.models.json.generic

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017 Mario Danic (mario@lovelyhq.com)
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.generic package com.nextcloud.talk.models.json.generic

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017 Mario Danic (mario@lovelyhq.com)
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.generic package com.nextcloud.talk.models.json.generic

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017 Mario Danic (mario@lovelyhq.com)
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.generic package com.nextcloud.talk.models.json.generic

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.mention package com.nextcloud.talk.models.json.mention

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Tim Krüger * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me>
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.mention package com.nextcloud.talk.models.json.mention

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.mention package com.nextcloud.talk.models.json.mention

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* @author Tim Krüger * SPDX-FileCopyrightText: 2017-2018 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.json.notifications package com.nextcloud.talk.models.json.notifications

Some files were not shown because too many files have changed in this diff Show More