diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee368857..f211b1e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ] + os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, windows-2019, windows-2022 ] steps: - uses: actions/checkout@v2 - name: Install rust stable @@ -72,7 +72,7 @@ jobs: strategy: fail-fast: false matrix: - toolchain: [ nightly, beta, stable, 1.67.0 ] + toolchain: [ nightly, beta, stable, 1.69.0 ] steps: - uses: actions/checkout@v2 - name: Install rust ${{ matrix.toolchain }} diff --git a/Cargo.toml b/Cargo.toml index d573d49c..1b0289f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ categories = ["cryptography::cryptocurrencies"] readme = "README.md" license = "Apache-2.0" edition = "2021" -rust-version = "1.67.0" # Due to strict_encoding crate +rust-version = "1.69.0" # Due to TOML dependency in amplify crate exclude = [".github"] [lib] diff --git a/LICENSE b/LICENSE index 6ef93b8e..2385ae39 100644 --- a/LICENSE +++ b/LICENSE @@ -186,8 +186,8 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019-2023 LNP/BP Standards Association, Switzerland - Copyright 2019-2023 Dr Maxim Orlovsky + Copyright 2019-2024 LNP/BP Standards Association, Switzerland + Copyright 2019-2024 Dr Maxim Orlovsky Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/MANIFEST.yml b/MANIFEST.yml index c38854e9..0522353c 100644 --- a/MANIFEST.yml +++ b/MANIFEST.yml @@ -3,7 +3,7 @@ Type: Library Kind: Free software License: Apache-2.0 Language: Rust -Compiler: 1.67 +Compiler: 1.69 Author: Maxim Orlovsky Maintained: LNP/BP Standards Association, Switzerland Maintainers: diff --git a/src/bin/rgbcore-stl.rs b/src/bin/rgbcore-stl.rs index 39402a1c..4194823a 100644 --- a/src/bin/rgbcore-stl.rs +++ b/src/bin/rgbcore-stl.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ fn main() { " Description: Consensus layer for RGB smart contracts Author: Dr Maxim Orlovsky - Copyright (C) 2023 LNP/BP Standards Association. All rights reserved. + Copyright (C) 2023-2024 LNP/BP Standards Association. All rights reserved. License: Apache-2.0", ), ) diff --git a/src/contract/anchor.rs b/src/contract/anchor.rs index 266c0a72..5a201620 100644 --- a/src/contract/anchor.rs +++ b/src/contract/anchor.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/contract/assignments.rs b/src/contract/assignments.rs index 77587c45..79ed6023 100644 --- a/src/contract/assignments.rs +++ b/src/contract/assignments.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/contract/attachment.rs b/src/contract/attachment.rs index 248a3244..359b5c9e 100644 --- a/src/contract/attachment.rs +++ b/src/contract/attachment.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/contract/bundle.rs b/src/contract/bundle.rs index 0da66199..03053053 100644 --- a/src/contract/bundle.rs +++ b/src/contract/bundle.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/contract/contract.rs b/src/contract/contract.rs index ec33aea2..3485e2e4 100644 --- a/src/contract/contract.rs +++ b/src/contract/contract.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/contract/data.rs b/src/contract/data.rs index a4eed1d5..83da62ed 100644 --- a/src/contract/data.rs +++ b/src/contract/data.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/contract/fungible.rs b/src/contract/fungible.rs index c3571e67..5094389c 100644 --- a/src/contract/fungible.rs +++ b/src/contract/fungible.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/contract/global.rs b/src/contract/global.rs index 1cf4f4c1..d24c4672 100644 --- a/src/contract/global.rs +++ b/src/contract/global.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/contract/mod.rs b/src/contract/mod.rs index 2022159f..3a5ae2b3 100644 --- a/src/contract/mod.rs +++ b/src/contract/mod.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/contract/operations.rs b/src/contract/operations.rs index 38e0c027..f17f8834 100644 --- a/src/contract/operations.rs +++ b/src/contract/operations.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/contract/seal.rs b/src/contract/seal.rs index 3bb0c6a2..c1cd195d 100644 --- a/src/contract/seal.rs +++ b/src/contract/seal.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/contract/state.rs b/src/contract/state.rs index 82b60c34..679b7d0a 100644 --- a/src/contract/state.rs +++ b/src/contract/state.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/contract/xchain.rs b/src/contract/xchain.rs index 4510f0eb..89080bc3 100644 --- a/src/contract/xchain.rs +++ b/src/contract/xchain.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/lib.rs b/src/lib.rs index 8062fdca..e29a1f35 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/schema/mod.rs b/src/schema/mod.rs index 9a819791..dc164af7 100644 --- a/src/schema/mod.rs +++ b/src/schema/mod.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/schema/occurrences.rs b/src/schema/occurrences.rs index fe72278d..f2b0ec67 100644 --- a/src/schema/occurrences.rs +++ b/src/schema/occurrences.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/schema/operations.rs b/src/schema/operations.rs index 855e9e1d..b5672ef1 100644 --- a/src/schema/operations.rs +++ b/src/schema/operations.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/schema/schema.rs b/src/schema/schema.rs index b5440d8e..aa9cb163 100644 --- a/src/schema/schema.rs +++ b/src/schema/schema.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/schema/script.rs b/src/schema/script.rs index 77e50bbe..73544bb4 100644 --- a/src/schema/script.rs +++ b/src/schema/script.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/schema/state.rs b/src/schema/state.rs index 9f8183d6..9d1752b0 100644 --- a/src/schema/state.rs +++ b/src/schema/state.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/stl.rs b/src/stl.rs index 4d173aa6..2c385b8c 100644 --- a/src/stl.rs +++ b/src/stl.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/validation/consignment.rs b/src/validation/consignment.rs index 805b94f0..83d53b7f 100644 --- a/src/validation/consignment.rs +++ b/src/validation/consignment.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/validation/logic.rs b/src/validation/logic.rs index 1c0e25db..621f3c3a 100644 --- a/src/validation/logic.rs +++ b/src/validation/logic.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/validation/mod.rs b/src/validation/mod.rs index 6043beb9..bb66dcdb 100644 --- a/src/validation/mod.rs +++ b/src/validation/mod.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/validation/schema.rs b/src/validation/schema.rs index a48cf7cc..c9bf028c 100644 --- a/src/validation/schema.rs +++ b/src/validation/schema.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/validation/script.rs b/src/validation/script.rs index 8a6fb322..142cdaf2 100644 --- a/src/validation/script.rs +++ b/src/validation/script.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/validation/state.rs b/src/validation/state.rs index 08131395..586e9da6 100644 --- a/src/validation/state.rs +++ b/src/validation/state.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/validation/status.rs b/src/validation/status.rs index 115963eb..0dee0465 100644 --- a/src/validation/status.rs +++ b/src/validation/status.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/validation/validator.rs b/src/validation/validator.rs index 4fb39ddd..b6b1ccc7 100644 --- a/src/validation/validator.rs +++ b/src/validation/validator.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/vm/isa.rs b/src/vm/isa.rs index 00a7ec27..ed0090fe 100644 --- a/src/vm/isa.rs +++ b/src/vm/isa.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/vm/macroasm.rs b/src/vm/macroasm.rs index cf996f46..ccc85a78 100644 --- a/src/vm/macroasm.rs +++ b/src/vm/macroasm.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/vm/mod.rs b/src/vm/mod.rs index f535a188..e3745060 100644 --- a/src/vm/mod.rs +++ b/src/vm/mod.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/vm/op_contract.rs b/src/vm/op_contract.rs index b8676913..94caa453 100644 --- a/src/vm/op_contract.rs +++ b/src/vm/op_contract.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/vm/op_timechain.rs b/src/vm/op_timechain.rs index aae131b6..7cb3b1c3 100644 --- a/src/vm/op_timechain.rs +++ b/src/vm/op_timechain.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/vm/opcodes.rs b/src/vm/opcodes.rs index 7d1fab28..46e7bdd8 100644 --- a/src/vm/opcodes.rs +++ b/src/vm/opcodes.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/vm/runtime.rs b/src/vm/runtime.rs index 4595fa0e..055040c9 100644 --- a/src/vm/runtime.rs +++ b/src/vm/runtime.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/vm/script.rs b/src/vm/script.rs index dc9ca999..491aadfc 100644 --- a/src/vm/script.rs +++ b/src/vm/script.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2019-2023 by +// Written in 2019-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2019-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2019-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2019-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2019-2024 Dr Maxim Orlovsky. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/stl/RGB@0.1.0.sty b/stl/RGB@0.1.0.sty index ce684936..7aa3a33d 100644 --- a/stl/RGB@0.1.0.sty +++ b/stl/RGB@0.1.0.sty @@ -4,7 +4,7 @@ Version: 0.1.0 Description: Consensus layer for RGB smart contracts Author: Dr Maxim Orlovsky - Copyright (C) 2023 LNP/BP Standards Association. All rights reserved. + Copyright (C) 2023-2024 LNP/BP Standards Association. All rights reserved. License: Apache-2.0 -}