Skip to content

Commit dd78b7a

Browse files
committed
Update copyright notice to MPL-2.0 in files
1 parent 1f238a9 commit dd78b7a

File tree

15 files changed

+132
-18
lines changed

15 files changed

+132
-18
lines changed

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

lib/src/androidTest/java/at/bitfire/cert4android/UserDecisionRegistryTest.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.core.app.NotificationManagerCompat

lib/src/main/java/at/bitfire/cert4android/CertUtils.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/main/java/at/bitfire/cert4android/CustomCertManager.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/main/java/at/bitfire/cert4android/CustomCertStore.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

0 commit comments

Comments
 (0)