Skip to content

Commit daaf819

Browse files
committed
chore: update year
1 parent d1f5560 commit daaf819

Some content is hidden

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

57 files changed

+133
-112
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2019-2023 LNP/BP Standards Association, Switzerland
189+
Copyright 2019-2024 LNP/BP Standards Association, Switzerland
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

invoice/src/amount.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

invoice/src/builder.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

invoice/src/data.rs

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
// RGB wallet library for smart contracts on Bitcoin & Lightning network
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
//
5+
// Written in 2019-2024 by
6+
// Dr Maxim Orlovsky <[email protected]>
7+
//
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
9+
//
10+
// Licensed under the Apache License, Version 2.0 (the "License");
11+
// you may not use this file except in compliance with the License.
12+
// You may obtain a copy of the License at
13+
//
14+
// http://www.apache.org/licenses/LICENSE-2.0
15+
//
16+
// Unless required by applicable law or agreed to in writing, software
17+
// distributed under the License is distributed on an "AS IS" BASIS,
18+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
// See the License for the specific language governing permissions and
20+
// limitations under the License.
21+
122
use std::str::FromStr;
223

324
use rgb::{DataState, KnownState, RevealedData};

invoice/src/invoice.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

invoice/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

invoice/src/parse.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/accessors/assignments.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/accessors/bundle.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/accessors/merge_reveal.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/accessors/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/containers/bindle.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/containers/certs.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/containers/consignment.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/containers/disclosure.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/containers/indexed.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/containers/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/containers/partials.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/containers/seal.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/containers/transfer.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/containers/util.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/containers/validate.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/interface/builder.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/interface/contract.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/interface/filters.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/interface/iface.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/interface/iimpl.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/interface/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/interface/resolver.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

src/interface/rgb20.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2023 by
5+
// Written in 2019-2024 by
66
// Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved.
8+
// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)