From 82cf5b1a2ab48ed1ca9be242769978d77b43775b Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Sun, 4 Feb 2024 13:21:26 +0100 Subject: [PATCH] chore: update years --- LICENSE | 4 ++-- derive/src/derive.rs | 6 +++--- derive/src/index.rs | 6 +++--- derive/src/lib.rs | 6 +++--- derive/src/path.rs | 6 +++--- derive/src/taptree.rs | 6 +++--- derive/src/xpub.rs | 6 +++--- descriptors/src/descriptor.rs | 6 +++--- descriptors/src/factory.rs | 6 +++--- descriptors/src/lib.rs | 6 +++--- descriptors/src/multisig.rs | 6 +++--- descriptors/src/segwit.rs | 6 +++--- descriptors/src/taproot.rs | 6 +++--- invoice/src/address.rs | 6 +++--- invoice/src/lib.rs | 6 +++--- invoice/src/network.rs | 6 +++--- psbt/src/coders.rs | 6 +++--- psbt/src/csval/dbc.rs | 4 ++-- psbt/src/csval/mod.rs | 4 ++-- psbt/src/csval/mpc.rs | 4 ++-- psbt/src/csval/opret.rs | 4 ++-- psbt/src/csval/tapret.rs | 4 ++-- psbt/src/data.rs | 6 +++--- psbt/src/keys.rs | 6 +++--- psbt/src/lib.rs | 6 +++--- psbt/src/maps.rs | 6 +++--- psbt/tests/bip174.rs | 6 +++--- psbt/tests/bip370.rs | 6 +++--- psbt/tests/bip371.rs | 6 +++--- src/lib.rs | 6 +++--- src/rbf.rs | 6 +++--- 31 files changed, 87 insertions(+), 87 deletions(-) diff --git a/LICENSE b/LICENSE index e4d3074..18b79f0 100644 --- a/LICENSE +++ b/LICENSE @@ -186,8 +186,8 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020-2023 LNP/BP Standards Association, Switzerland - Copyright 2020-2023 Dr Maxim Orlovsky + Copyright 2020-2024 LNP/BP Standards Association, Switzerland + Copyright 2020-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/derive/src/derive.rs b/derive/src/derive.rs index 81da782..55eeae5 100644 --- a/derive/src/derive.rs +++ b/derive/src/derive.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/derive/src/index.rs b/derive/src/index.rs index 9f645d7..2ddca0a 100644 --- a/derive/src/index.rs +++ b/derive/src/index.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/derive/src/lib.rs b/derive/src/lib.rs index 81c1a07..8a9797e 100644 --- a/derive/src/lib.rs +++ b/derive/src/lib.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/derive/src/path.rs b/derive/src/path.rs index f4816a6..eb72ee2 100644 --- a/derive/src/path.rs +++ b/derive/src/path.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/derive/src/taptree.rs b/derive/src/taptree.rs index a09afac..7334055 100644 --- a/derive/src/taptree.rs +++ b/derive/src/taptree.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/derive/src/xpub.rs b/derive/src/xpub.rs index 37909ca..6b27a36 100644 --- a/derive/src/xpub.rs +++ b/derive/src/xpub.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/descriptors/src/descriptor.rs b/descriptors/src/descriptor.rs index f87bd5e..d7fa0a6 100644 --- a/descriptors/src/descriptor.rs +++ b/descriptors/src/descriptor.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/descriptors/src/factory.rs b/descriptors/src/factory.rs index d062cf6..6896234 100644 --- a/descriptors/src/factory.rs +++ b/descriptors/src/factory.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/descriptors/src/lib.rs b/descriptors/src/lib.rs index 0665e71..263cdf7 100644 --- a/descriptors/src/lib.rs +++ b/descriptors/src/lib.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/descriptors/src/multisig.rs b/descriptors/src/multisig.rs index fa51f7a..dc861c9 100644 --- a/descriptors/src/multisig.rs +++ b/descriptors/src/multisig.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/descriptors/src/segwit.rs b/descriptors/src/segwit.rs index 17e99ce..197aadd 100644 --- a/descriptors/src/segwit.rs +++ b/descriptors/src/segwit.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/descriptors/src/taproot.rs b/descriptors/src/taproot.rs index 36a3da2..0bc08f1 100644 --- a/descriptors/src/taproot.rs +++ b/descriptors/src/taproot.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/invoice/src/address.rs b/invoice/src/address.rs index 442c606..59f219b 100644 --- a/invoice/src/address.rs +++ b/invoice/src/address.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/invoice/src/lib.rs b/invoice/src/lib.rs index bb30c25..bba10e3 100644 --- a/invoice/src/lib.rs +++ b/invoice/src/lib.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/invoice/src/network.rs b/invoice/src/network.rs index 5a2845b..7799e3b 100644 --- a/invoice/src/network.rs +++ b/invoice/src/network.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/psbt/src/coders.rs b/psbt/src/coders.rs index 972479a..7ff6223 100644 --- a/psbt/src/coders.rs +++ b/psbt/src/coders.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/psbt/src/csval/dbc.rs b/psbt/src/csval/dbc.rs index 64c098d..01174b1 100644 --- a/psbt/src/csval/dbc.rs +++ b/psbt/src/csval/dbc.rs @@ -2,10 +2,10 @@ // // 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-2024 LNP/BP Standards Association. 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/psbt/src/csval/mod.rs b/psbt/src/csval/mod.rs index 32e093a..834ba89 100644 --- a/psbt/src/csval/mod.rs +++ b/psbt/src/csval/mod.rs @@ -2,10 +2,10 @@ // // 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-2024 LNP/BP Standards Association. 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/psbt/src/csval/mpc.rs b/psbt/src/csval/mpc.rs index 7bcefe8..220e421 100644 --- a/psbt/src/csval/mpc.rs +++ b/psbt/src/csval/mpc.rs @@ -2,10 +2,10 @@ // // 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-2024 LNP/BP Standards Association. 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/psbt/src/csval/opret.rs b/psbt/src/csval/opret.rs index 2fa527f..bfec7cd 100644 --- a/psbt/src/csval/opret.rs +++ b/psbt/src/csval/opret.rs @@ -2,10 +2,10 @@ // // 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-2024 LNP/BP Standards Association. 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/psbt/src/csval/tapret.rs b/psbt/src/csval/tapret.rs index a2a396e..bd97fc6 100644 --- a/psbt/src/csval/tapret.rs +++ b/psbt/src/csval/tapret.rs @@ -2,10 +2,10 @@ // // 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-2024 LNP/BP Standards Association. 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/psbt/src/data.rs b/psbt/src/data.rs index 3174a53..adb3f1b 100644 --- a/psbt/src/data.rs +++ b/psbt/src/data.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/psbt/src/keys.rs b/psbt/src/keys.rs index e7abe24..d6ce1f3 100644 --- a/psbt/src/keys.rs +++ b/psbt/src/keys.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/psbt/src/lib.rs b/psbt/src/lib.rs index 2ebd700..de7ef0e 100644 --- a/psbt/src/lib.rs +++ b/psbt/src/lib.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/psbt/src/maps.rs b/psbt/src/maps.rs index ea25e41..f773f5c 100644 --- a/psbt/src/maps.rs +++ b/psbt/src/maps.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/psbt/tests/bip174.rs b/psbt/tests/bip174.rs index 387dadc..4bfe6df 100644 --- a/psbt/tests/bip174.rs +++ b/psbt/tests/bip174.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/psbt/tests/bip370.rs b/psbt/tests/bip370.rs index 0b94149..cf54662 100644 --- a/psbt/tests/bip370.rs +++ b/psbt/tests/bip370.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/psbt/tests/bip371.rs b/psbt/tests/bip371.rs index f5aa270..3fee018 100644 --- a/psbt/tests/bip371.rs +++ b/psbt/tests/bip371.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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 67da2c1..89584ea 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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/rbf.rs b/src/rbf.rs index e397f9e..e5e2d19 100644 --- a/src/rbf.rs +++ b/src/rbf.rs @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: Apache-2.0 // -// Written in 2020-2023 by +// Written in 2020-2024 by // Dr Maxim Orlovsky // -// Copyright (C) 2020-2023 LNP/BP Standards Association. All rights reserved. -// Copyright (C) 2020-2023 Dr Maxim Orlovsky. All rights reserved. +// Copyright (C) 2020-2024 LNP/BP Standards Association. All rights reserved. +// Copyright (C) 2020-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.