Skip to content

Commit 7995a20

Browse files
authored
Change license to MPL-2.0 (#78)
* [Android Studio] Set MPL-2.0 notice as project default * Update copyright notice to MPL-2.0 in files * Update AUTHORS and LICENSE
1 parent b3160b0 commit 7995a20

File tree

19 files changed

+528
-695
lines changed

19 files changed

+528
-695
lines changed

.idea/copyright/MPL.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AUTHORS

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
2-
Initial contributor:
3-
Ricki Hirner (bitfire.at)
1+
You can view the list of people who have contributed to the code base in the version control history:
2+
https://github.com/bitfireAT/cert4android/graphs/contributors

LICENSE

Lines changed: 373 additions & 674 deletions
Large diffs are not rendered by default.

lib/src/androidTest/java/at/bitfire/cert4android/ConscryptIntegration.kt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*
4+
* This Source Code Form is subject to the terms of the Mozilla Public
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7+
*
8+
* SPDX-License-Identifier: MPL-2.0
9+
*/
10+
111
package at.bitfire.cert4android
212

313
import org.conscrypt.Conscrypt

lib/src/androidTest/java/at/bitfire/cert4android/ConscryptIntegrationTest.kt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*
4+
* This Source Code Form is subject to the terms of the Mozilla Public
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7+
*
8+
* SPDX-License-Identifier: MPL-2.0
9+
*/
10+
111
package at.bitfire.cert4android
212

313
import okhttp3.internal.tls.BasicCertificateChainCleaner

lib/src/androidTest/java/at/bitfire/cert4android/CustomCertManagerTest.kt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*
4+
* This Source Code Form is subject to the terms of the Mozilla Public
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7+
*
8+
* SPDX-License-Identifier: MPL-2.0
9+
*/
410

511
package at.bitfire.cert4android
612

lib/src/androidTest/java/at/bitfire/cert4android/CustomCertStoreTest.kt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*
4+
* This Source Code Form is subject to the terms of the Mozilla Public
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7+
*
8+
* SPDX-License-Identifier: MPL-2.0
9+
*/
410

511
package at.bitfire.cert4android
612

lib/src/androidTest/java/at/bitfire/cert4android/OkhttpTest.kt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*
4+
* This Source Code Form is subject to the terms of the Mozilla Public
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7+
*
8+
* SPDX-License-Identifier: MPL-2.0
9+
*/
10+
111
package at.bitfire.cert4android
212

313
import androidx.test.platform.app.InstrumentationRegistry

lib/src/androidTest/java/at/bitfire/cert4android/TestCertificates.kt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*
4+
* This Source Code Form is subject to the terms of the Mozilla Public
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7+
*
8+
* SPDX-License-Identifier: MPL-2.0
9+
*/
10+
111
package at.bitfire.cert4android
212

313
import android.net.SSLCertificateSocketFactory

0 commit comments

Comments
 (0)