Skip to content

Commit c7e4bdd

Browse files
committed
Merge remote-tracking branch 'benma/license-header'
2 parents 2890c25 + f2b7e67 commit c7e4bdd

51 files changed

Lines changed: 100 additions & 14 deletions

Some content is hidden

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2023-2024 Shift Crypto AG, Switzerland. All rights reserved.
1+
Copyright 2023-2025 Shift Crypto AG, Switzerland. All rights reserved.
22

33
Apache License
44
Version 2.0, January 2004

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
npm_version=$(shell cat NPM_VERSION)
24

35
build-protos:

ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
# SPDX-License-Identifier: Apache-2.0
23

34
set -e
45

examples/btc_miniscript.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: Apache-2.0
2+
13
use std::str::FromStr;
24

35
use bitbox_api::pb;

examples/btc_sign_msg.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: Apache-2.0
2+
13
use bitbox_api::pb;
24

35
async fn signmsg<R: bitbox_api::runtime::Runtime>() {

examples/btc_sign_op_return.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: Apache-2.0
2+
13
use std::str::FromStr;
24

35
use bitbox_api::{pb, Keypath};

examples/btc_sign_psbt.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: Apache-2.0
2+
13
use bitbox_api::pb;
24
use std::str::FromStr;
35

examples/btc_signtx.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: Apache-2.0
2+
13
use bitbox_api::pb;
24

35
async fn signtx<R: bitbox_api::runtime::Runtime>() {

examples/cardano.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: Apache-2.0
2+
13
use bitbox_api::pb;
24

35
async fn demo<R: bitbox_api::runtime::Runtime>() {

examples/eth.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: Apache-2.0
2+
13
const EIP712_MSG: &str = r#"
24
{
35
"types": {

0 commit comments

Comments
 (0)