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

Relicense to MPLv2.0

parent 8848729c
Branches
Tags
No related merge requests found
Showing
with 380 additions and 488 deletions
<component name="CopyrightManager">
<copyright>
<option name="notice" value="libquassel&#10;Copyright (c) &amp;#36;today.year Janne Mareike Koschinski&#10;Copyright (c) &amp;#36;today.year The Quassel Project&#10;&#10;This Source Code Form is subject to the terms of the Mozilla Public License,&#10;v. 2.0. If a copy of the MPL was not distributed with this file, You can&#10;obtain one at https://mozilla.org/MPL/2.0/." />
<option name="myName" value="libquassel" />
</copyright>
</component>
\ No newline at end of file
<component name="CopyrightManager">
<settings default="libquassel" />
</component>
\ No newline at end of file
This diff is collapsed.
/*
* libquassel
* Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project
*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* 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/.
*/
import de.justjanne.coverageconverter.CoverageConverterExtension import de.justjanne.coverageconverter.CoverageConverterExtension
plugins { plugins {
......
/* /*
* Quasseldroid - Quassel client for Android * libquassel
* Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project
* *
* Copyright (c) 2019 Janne Mareike Koschinski * This Source Code Form is subject to the terms of the Mozilla Public License,
* Copyright (c) 2019 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/>.
*/ */
plugins { plugins {
......
/* /*
* 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.coverageconverter package de.justjanne.coverageconverter
......
/* /*
* Kotlin Bitflags * libquassel
* Copyright (c) 2021 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project
* *
* This Source Code Form is subject to the terms of the Mozilla Public License, * This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can * v. 2.0. If a copy of the MPL was not distributed with this file, You can
......
/* /*
* 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.coverageconverter package de.justjanne.coverageconverter
......
#
# libquassel
# Copyright (c) 2021 Janne Mareike Koschinski
# Copyright (c) 2021 The Quassel Project
#
# This Source Code Form is subject to the terms of the Mozilla Public License,
# 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/.
#
implementation-class=de.justjanne.coverageconverter.CoverageConverterPlugin implementation-class=de.justjanne.coverageconverter.CoverageConverterPlugin
#!/usr/bin/env python #!/usr/bin/env python
# libquassel
# Copyright (c) 2021 Janne Mareike Koschinski
# Copyright (c) 2021 The Quassel Project
#
# This Source Code Form is subject to the terms of the Mozilla Public License,
# 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/.
import os.path import os.path
import sys import sys
import time import time
......
#!/usr/bin/env python #!/usr/bin/env python
# libquassel
# Copyright (c) 2021 Janne Mareike Koschinski
# Copyright (c) 2021 The Quassel Project
#
# This Source Code Form is subject to the terms of the Mozilla Public License,
# 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/.
import lxml.etree import lxml.etree
import os.path import os.path
import sys import sys
......
...@@ -5,14 +5,18 @@ junit5Version=5.6.0 ...@@ -5,14 +5,18 @@ junit5Version=5.6.0
kotlinBitflagsVersion=1.1.0 kotlinBitflagsVersion=1.1.0
sl4jVersion=1.7.30 sl4jVersion=1.7.30
testcontainersCiVersion=1.1.0 testcontainersCiVersion=1.1.0
GROUP=de.justjanne.libquassel GROUP=de.justjanne.libquassel
VERSION_NAME=0.2.0 VERSION_NAME=0.3.0
POM_URL=https://git.kuschku.de/justJanne/libquassel POM_URL=https://git.kuschku.de/justJanne/libquassel
POM_SCM_URL=https://git.kuschku.de/justJanne/libquassel POM_SCM_URL=https://git.kuschku.de/justJanne/libquassel
POM_SCM_CONNECTION=scm:git:https://git.kuschku.de/justJanne/libquassel.git POM_SCM_CONNECTION=scm:git:https://git.kuschku.de/justJanne/libquassel.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git.kuschku.de:2222/justJanne/libquassel.git POM_SCM_DEV_CONNECTION=scm:git:ssh://git.kuschku.de:2222/justJanne/libquassel.git
POM_LICENSE_NAME=GNU GENERAL PUBLIC LICENSE Version 3
POM_LICENSE_URL=https://www.gnu.org/licenses/gpl-3.0.en.html POM_LICENSE_NAME=Mozilla Public License Version 2.0
POM_LICENSE_URL=https://www.mozilla.org/en-US/MPL/2.0/
POM_LICENSE_DIST=repo POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=justJanne POM_DEVELOPER_ID=justJanne
POM_DEVELOPER_NAME=Janne Mareike Koschinski POM_DEVELOPER_NAME=Janne Mareike Koschinski
#
# libquassel
# Copyright (c) 2021 Janne Mareike Koschinski
# Copyright (c) 2021 The Quassel Project
#
# This Source Code Form is subject to the terms of the Mozilla Public License,
# 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/.
#
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
......
/*
* libquassel
* Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project
*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* 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/.
*/
plugins { plugins {
id("com.vanniktech.maven.publish") id("com.vanniktech.maven.publish")
} }
#
# libquassel
# Copyright (c) 2021 Janne Mareike Koschinski
# Copyright (c) 2021 The Quassel Project
#
# This Source Code Form is subject to the terms of the Mozilla Public License,
# 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/.
#
POM_ARTIFACT_ID=libquassel-annotations POM_ARTIFACT_ID=libquassel-annotations
POM_NAME=libquassel Annotations POM_NAME=libquassel Annotations
POM_DESCRIPTION=Annotations for the libquassel code generator POM_DESCRIPTION=Annotations for the libquassel code generator
/* /*
* 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.annotations package de.justjanne.libquassel.annotations
......
/*
* libquassel
* Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2021 The Quassel Project
*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* 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/.
*/
plugins { plugins {
id("com.vanniktech.maven.publish") id("com.vanniktech.maven.publish")
} }
......
#
# libquassel
# Copyright (c) 2021 Janne Mareike Koschinski
# Copyright (c) 2021 The Quassel Project
#
# This Source Code Form is subject to the terms of the Mozilla Public License,
# 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/.
#
POM_ARTIFACT_ID=libquassel-client POM_ARTIFACT_ID=libquassel-client
POM_NAME=libquassel Client POM_NAME=libquassel Client
POM_DESCRIPTION=High-Level Client interface for Quassel POM_DESCRIPTION=High-Level Client interface for Quassel
/* /*
* 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.io package de.justjanne.libquassel.client.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.client.io package de.justjanne.libquassel.client.io
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment