Skip to content
Snippets Groups Projects
Verified Commit 1cbe873c authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Replace copyright

parent c8ae57db
No related branches found
No related tags found
No related merge requests found
Showing
with 82 additions and 262 deletions
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.client package de.justjanne.libquassel.client
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.client.testutil package de.justjanne.libquassel.client.testutil
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.client.testutil package de.justjanne.libquassel.client.testutil
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
* Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project
* *
* Copyright (c) 2020 Janne Mareike Koschinski * This Source Code Form is subject to the terms of the Mozilla Public License,
* Copyright (c) 2020 The Quassel Project * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* * obtain one at https://mozilla.org/MPL/2.0/.
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published
* by the Free Software Foundation.
*
* 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 de.justjanne.libquassel.protocol.util.irc package de.justjanne.libquassel.protocol.util.irc
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.connection package de.justjanne.libquassel.protocol.connection
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.features package de.justjanne.libquassel.protocol.features
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.io package de.justjanne.libquassel.protocol.io
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.io package de.justjanne.libquassel.protocol.io
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.serializers.handshake package de.justjanne.libquassel.protocol.serializers.handshake
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.serializers.handshake package de.justjanne.libquassel.protocol.serializers.handshake
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.serializers.handshake package de.justjanne.libquassel.protocol.serializers.handshake
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.serializers.handshake package de.justjanne.libquassel.protocol.serializers.handshake
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.serializers.handshake package de.justjanne.libquassel.protocol.serializers.handshake
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.serializers.handshake package de.justjanne.libquassel.protocol.serializers.handshake
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.serializers.handshake package de.justjanne.libquassel.protocol.serializers.handshake
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.serializers.handshake package de.justjanne.libquassel.protocol.serializers.handshake
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.serializers.handshake package de.justjanne.libquassel.protocol.serializers.handshake
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.serializers.qt package de.justjanne.libquassel.protocol.serializers.qt
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.serializers.qt package de.justjanne.libquassel.protocol.serializers.qt
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
*
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This Source Code Form is subject to the terms of the Mozilla Public License,
* under the terms of the GNU General Public License version 3 as published * v. 2.0. If a copy of the MPL was not distributed with this file, You can
* by the Free Software Foundation. * obtain one at https://mozilla.org/MPL/2.0/.
*
* 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 de.justjanne.libquassel.protocol.serializers.qt package de.justjanne.libquassel.protocol.serializers.qt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment