From 432fa51168d90650965d1fe3658f05d2ce61491c Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 9 Oct 2023 10:11:33 +0200 Subject: [PATCH] EncryptedData, KeyCrypter, KeyCrypterScrypt: update links to MIT license --- core/src/main/java/org/bitcoinj/crypto/EncryptedData.java | 2 +- core/src/main/java/org/bitcoinj/crypto/KeyCrypter.java | 2 +- core/src/main/java/org/bitcoinj/crypto/KeyCrypterScrypt.java | 2 +- .../src/test/java/org/bitcoinj/crypto/KeyCrypterScryptTest.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/main/java/org/bitcoinj/crypto/EncryptedData.java b/core/src/main/java/org/bitcoinj/crypto/EncryptedData.java index 7874fcf4b..8ef15d0d5 100644 --- a/core/src/main/java/org/bitcoinj/crypto/EncryptedData.java +++ b/core/src/main/java/org/bitcoinj/crypto/EncryptedData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://opensource.org/licenses/mit-license.php + * https://opensource.org/license/mit/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/core/src/main/java/org/bitcoinj/crypto/KeyCrypter.java b/core/src/main/java/org/bitcoinj/crypto/KeyCrypter.java index c2a46c63d..fb90bd892 100644 --- a/core/src/main/java/org/bitcoinj/crypto/KeyCrypter.java +++ b/core/src/main/java/org/bitcoinj/crypto/KeyCrypter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://opensource.org/licenses/mit-license.php + * https://opensource.org/license/mit/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/core/src/main/java/org/bitcoinj/crypto/KeyCrypterScrypt.java b/core/src/main/java/org/bitcoinj/crypto/KeyCrypterScrypt.java index e4f22ffd8..9415740ba 100644 --- a/core/src/main/java/org/bitcoinj/crypto/KeyCrypterScrypt.java +++ b/core/src/main/java/org/bitcoinj/crypto/KeyCrypterScrypt.java @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://opensource.org/licenses/mit-license.php + * https://opensource.org/license/mit/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/core/src/test/java/org/bitcoinj/crypto/KeyCrypterScryptTest.java b/core/src/test/java/org/bitcoinj/crypto/KeyCrypterScryptTest.java index 817962cbd..85cab4045 100644 --- a/core/src/test/java/org/bitcoinj/crypto/KeyCrypterScryptTest.java +++ b/core/src/test/java/org/bitcoinj/crypto/KeyCrypterScryptTest.java @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://opensource.org/licenses/mit-license.php + * https://opensource.org/license/mit/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,