Skip to content

Commit 89336db

Browse files
committed
Merge #62: Introduce SPDX identifiers
c59e660 Introduce SPDX identifiers (Tobin C. Harding) Pull request description: The SPDX license list and SPDX license identifiers are a standard terse way to add license information to source code files. Remove the licence information and replace it with an SPDX ID (see https://spdx.dev/ids/#how). This was done in `rust-bitcoin` in PR: rust-bitcoin/rust-bitcoin#1076 ACKs for top commit: apoelstra: ACK c59e660 Tree-SHA512: 8dc445aff88dde9848918baed231646319a3e2da5c4bb456bbaea36e791b69a441b1019384ca7906989531a776c83882d17b6ea5914aacb4084be2f3c1986acb
2 parents 60cb410 + c59e660 commit 89336db

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

src/lib.rs

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
1-
//
21
// Copyright 2018 Tamas Blummer
3-
//
4-
//Licensed under the Apache License, Version 2.0 (the "License");
5-
//you may not use this file except in compliance with the License.
6-
//You may obtain a copy of the License at
7-
//
8-
//http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
//Unless required by applicable law or agreed to in writing, software
11-
//distributed under the License is distributed on an "AS IS" BASIS,
12-
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
//See the License for the specific language governing permissions and
14-
//limitations under the License.
15-
//
2+
// SPDX-License-Identifier: Apache-2.0
3+
164
//! This project builds the `libbitcoinconsensus` library from Bitcoin's C++
175
//! sources using Cargo and provides Rust bindings to its API.
186
//!

0 commit comments

Comments
 (0)