Skip to content

Commit 3a398d1

Browse files
chore: update license notice
1 parent 598a956 commit 3a398d1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+49
-44
lines changed

app/src/main/java/org/bitcoindevkit/devkitwallet/data/TxDetails.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2021-2025 thunderbiscuit and contributors.
3+
* Use of this source code is governed by the Apache 2.0 license that can be found in the ./LICENSE file.
4+
*/
5+
16
package org.bitcoindevkit.devkitwallet.data
27

38
import org.bitcoindevkit.Transaction

app/src/main/java/org/bitcoindevkit/devkitwallet/data/UserPreferencesSerializer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 thunderbiscuit and contributors.
2+
* Copyright 2021-2025 thunderbiscuit and contributors.
33
* Use of this source code is governed by the Apache 2.0 license that can be found in the ./LICENSE file.
44
*/
55

app/src/main/java/org/bitcoindevkit/devkitwallet/data/WalletConfigs.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 thunderbiscuit and contributors.
2+
* Copyright 2021-2025 thunderbiscuit and contributors.
33
* Use of this source code is governed by the Apache 2.0 license that can be found in the ./LICENSE file.
44
*/
55

app/src/main/java/org/bitcoindevkit/devkitwallet/domain/ActiveWalletsRepository.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 thunderbiscuit and contributors.
2+
* Copyright 2021-2025 thunderbiscuit and contributors.
33
* Use of this source code is governed by the Apache 2.0 license that can be found in the ./LICENSE file.
44
*/
55

app/src/main/java/org/bitcoindevkit/devkitwallet/domain/BlockchainClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 thunderbiscuit and contributors.
2+
* Copyright 2021-2025 thunderbiscuit and contributors.
33
* Use of this source code is governed by the Apache 2.0 license that can be found in the ./LICENSE file.
44
*/
55

app/src/main/java/org/bitcoindevkit/devkitwallet/domain/BlockchainClientsConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 thunderbiscuit and contributors.
2+
* Copyright 2021-2025 thunderbiscuit and contributors.
33
* Use of this source code is governed by the Apache 2.0 license that can be found in the ./LICENSE file.
44
*/
55

app/src/main/java/org/bitcoindevkit/devkitwallet/domain/CurrencyUnit.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 thunderbiscuit and contributors.
2+
* Copyright 2021-2025 thunderbiscuit and contributors.
33
* Use of this source code is governed by the Apache 2.0 license that can be found in the ./LICENSE file.
44
*/
55

app/src/main/java/org/bitcoindevkit/devkitwallet/domain/Wallet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 thunderbiscuit and contributors.
2+
* Copyright 2021-2025 thunderbiscuit and contributors.
33
* Use of this source code is governed by the Apache 2.0 license that can be found in the ./LICENSE file.
44
*/
55

app/src/main/java/org/bitcoindevkit/devkitwallet/domain/utils/FormatInBtc.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 thunderbiscuit and contributors.
2+
* Copyright 2021-2025 thunderbiscuit and contributors.
33
* Use of this source code is governed by the Apache 2.0 license that can be found in the ./LICENSE file.
44
*/
55

app/src/main/java/org/bitcoindevkit/devkitwallet/domain/utils/ProtobufExtensions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 thunderbiscuit and contributors.
2+
* Copyright 2021-2025 thunderbiscuit and contributors.
33
* Use of this source code is governed by the Apache 2.0 license that can be found in the ./LICENSE file.
44
*/
55

0 commit comments

Comments
 (0)