From 633c25dbd730bc97f52111cae0f48d642664cd17 Mon Sep 17 00:00:00 2001 From: Afri <58883403+q9f@users.noreply.github.com> Date: Thu, 2 Jan 2025 21:54:17 +0100 Subject: [PATCH] gem: update copyright headers (#312) --- LICENSE.txt | 2 +- lib/eth.rb | 2 +- lib/eth/abi.rb | 2 +- lib/eth/abi/decoder.rb | 2 +- lib/eth/abi/encoder.rb | 2 +- lib/eth/abi/event.rb | 2 +- lib/eth/abi/type.rb | 2 +- lib/eth/address.rb | 2 +- lib/eth/api.rb | 2 +- lib/eth/chain.rb | 2 +- lib/eth/client.rb | 2 +- lib/eth/client/http.rb | 2 +- lib/eth/client/ipc.rb | 2 +- lib/eth/constant.rb | 2 +- lib/eth/contract.rb | 2 +- lib/eth/contract/event.rb | 2 +- lib/eth/contract/function.rb | 2 +- lib/eth/contract/function_input.rb | 2 +- lib/eth/contract/function_output.rb | 2 +- lib/eth/contract/initializer.rb | 2 +- lib/eth/eip712.rb | 2 +- lib/eth/ens.rb | 2 +- lib/eth/ens/coin_type.rb | 2 +- lib/eth/ens/resolver.rb | 2 +- lib/eth/key.rb | 2 +- lib/eth/key/decrypter.rb | 2 +- lib/eth/key/encrypter.rb | 2 +- lib/eth/rlp.rb | 2 +- lib/eth/rlp/decoder.rb | 2 +- lib/eth/rlp/encoder.rb | 2 +- lib/eth/rlp/sedes.rb | 2 +- lib/eth/rlp/sedes/big_endian_int.rb | 2 +- lib/eth/rlp/sedes/binary.rb | 2 +- lib/eth/rlp/sedes/list.rb | 2 +- lib/eth/signature.rb | 2 +- lib/eth/solidity.rb | 2 +- lib/eth/tx.rb | 2 +- lib/eth/tx/eip1559.rb | 2 +- lib/eth/tx/eip2930.rb | 2 +- lib/eth/tx/legacy.rb | 2 +- lib/eth/unit.rb | 2 +- lib/eth/util.rb | 2 +- lib/eth/version.rb | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 45c83df9..bf51965f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (c) 2016-2023 The Ruby-Eth Contributors + Copyright (c) 2016-2025 The Ruby-Eth Contributors 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/lib/eth.rb b/lib/eth.rb index 9d506f42..65401f02 100644 --- a/lib/eth.rb +++ b/lib/eth.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/abi.rb b/lib/eth/abi.rb index 145341af..e712e71a 100644 --- a/lib/eth/abi.rb +++ b/lib/eth/abi.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/abi/decoder.rb b/lib/eth/abi/decoder.rb index 171e2263..8737c3d5 100644 --- a/lib/eth/abi/decoder.rb +++ b/lib/eth/abi/decoder.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/abi/encoder.rb b/lib/eth/abi/encoder.rb index f2ee06d8..ce035b63 100644 --- a/lib/eth/abi/encoder.rb +++ b/lib/eth/abi/encoder.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/abi/event.rb b/lib/eth/abi/event.rb index a44bcbcb..0a8407a4 100644 --- a/lib/eth/abi/event.rb +++ b/lib/eth/abi/event.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/abi/type.rb b/lib/eth/abi/type.rb index 94ea4013..e31d47c6 100644 --- a/lib/eth/abi/type.rb +++ b/lib/eth/abi/type.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/address.rb b/lib/eth/address.rb index 7faf15cd..38d0c72b 100644 --- a/lib/eth/address.rb +++ b/lib/eth/address.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/api.rb b/lib/eth/api.rb index c425dca0..c2d09775 100644 --- a/lib/eth/api.rb +++ b/lib/eth/api.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/chain.rb b/lib/eth/chain.rb index 2cd85e6e..9e511f47 100644 --- a/lib/eth/chain.rb +++ b/lib/eth/chain.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/client.rb b/lib/eth/client.rb index edc24d92..541a7b3e 100644 --- a/lib/eth/client.rb +++ b/lib/eth/client.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/client/http.rb b/lib/eth/client/http.rb index 3663a841..a30ba02d 100644 --- a/lib/eth/client/http.rb +++ b/lib/eth/client/http.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/client/ipc.rb b/lib/eth/client/ipc.rb index cfbf785e..0c939a80 100644 --- a/lib/eth/client/ipc.rb +++ b/lib/eth/client/ipc.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/constant.rb b/lib/eth/constant.rb index d6546b38..ac07f84b 100644 --- a/lib/eth/constant.rb +++ b/lib/eth/constant.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/contract.rb b/lib/eth/contract.rb index 54ebc6df..28453134 100644 --- a/lib/eth/contract.rb +++ b/lib/eth/contract.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/contract/event.rb b/lib/eth/contract/event.rb index 01dc7649..bf5abd18 100644 --- a/lib/eth/contract/event.rb +++ b/lib/eth/contract/event.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/contract/function.rb b/lib/eth/contract/function.rb index 6d3c317c..ea9b6d3f 100644 --- a/lib/eth/contract/function.rb +++ b/lib/eth/contract/function.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/contract/function_input.rb b/lib/eth/contract/function_input.rb index c9088adb..0641feeb 100644 --- a/lib/eth/contract/function_input.rb +++ b/lib/eth/contract/function_input.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/contract/function_output.rb b/lib/eth/contract/function_output.rb index 943f1e85..c34d8cbe 100644 --- a/lib/eth/contract/function_output.rb +++ b/lib/eth/contract/function_output.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/contract/initializer.rb b/lib/eth/contract/initializer.rb index 1f75b3cf..1d80f5e2 100644 --- a/lib/eth/contract/initializer.rb +++ b/lib/eth/contract/initializer.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/eip712.rb b/lib/eth/eip712.rb index 7af75d03..2c26761f 100644 --- a/lib/eth/eip712.rb +++ b/lib/eth/eip712.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/ens.rb b/lib/eth/ens.rb index 7722c548..72722b85 100644 --- a/lib/eth/ens.rb +++ b/lib/eth/ens.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/ens/coin_type.rb b/lib/eth/ens/coin_type.rb index dfa73533..6f075be7 100644 --- a/lib/eth/ens/coin_type.rb +++ b/lib/eth/ens/coin_type.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/ens/resolver.rb b/lib/eth/ens/resolver.rb index 1b57bace..e9bd253b 100644 --- a/lib/eth/ens/resolver.rb +++ b/lib/eth/ens/resolver.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/key.rb b/lib/eth/key.rb index 7d3259e6..8521c163 100644 --- a/lib/eth/key.rb +++ b/lib/eth/key.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/key/decrypter.rb b/lib/eth/key/decrypter.rb index 3f1dca72..dc588a6d 100644 --- a/lib/eth/key/decrypter.rb +++ b/lib/eth/key/decrypter.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/key/encrypter.rb b/lib/eth/key/encrypter.rb index 4e203d00..b8b277e7 100644 --- a/lib/eth/key/encrypter.rb +++ b/lib/eth/key/encrypter.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/rlp.rb b/lib/eth/rlp.rb index 48bf83ca..44be6b23 100644 --- a/lib/eth/rlp.rb +++ b/lib/eth/rlp.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/rlp/decoder.rb b/lib/eth/rlp/decoder.rb index 0f82bc2a..0cab1e7b 100644 --- a/lib/eth/rlp/decoder.rb +++ b/lib/eth/rlp/decoder.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/rlp/encoder.rb b/lib/eth/rlp/encoder.rb index 24fe3b97..36039532 100644 --- a/lib/eth/rlp/encoder.rb +++ b/lib/eth/rlp/encoder.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/rlp/sedes.rb b/lib/eth/rlp/sedes.rb index d70c136a..5772d3b6 100644 --- a/lib/eth/rlp/sedes.rb +++ b/lib/eth/rlp/sedes.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/rlp/sedes/big_endian_int.rb b/lib/eth/rlp/sedes/big_endian_int.rb index a1872d58..d036a94d 100644 --- a/lib/eth/rlp/sedes/big_endian_int.rb +++ b/lib/eth/rlp/sedes/big_endian_int.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/rlp/sedes/binary.rb b/lib/eth/rlp/sedes/binary.rb index a6b5524d..fdfc208d 100644 --- a/lib/eth/rlp/sedes/binary.rb +++ b/lib/eth/rlp/sedes/binary.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/rlp/sedes/list.rb b/lib/eth/rlp/sedes/list.rb index 6c1e340a..2386c3b9 100644 --- a/lib/eth/rlp/sedes/list.rb +++ b/lib/eth/rlp/sedes/list.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/signature.rb b/lib/eth/signature.rb index 28313ee0..a7918be5 100644 --- a/lib/eth/signature.rb +++ b/lib/eth/signature.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/solidity.rb b/lib/eth/solidity.rb index 88669c65..4cad182b 100644 --- a/lib/eth/solidity.rb +++ b/lib/eth/solidity.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/tx.rb b/lib/eth/tx.rb index 765e91f9..3617f8bc 100644 --- a/lib/eth/tx.rb +++ b/lib/eth/tx.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/tx/eip1559.rb b/lib/eth/tx/eip1559.rb index f0fe3050..e81cff5b 100644 --- a/lib/eth/tx/eip1559.rb +++ b/lib/eth/tx/eip1559.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/tx/eip2930.rb b/lib/eth/tx/eip2930.rb index db256101..bea7f4b4 100644 --- a/lib/eth/tx/eip2930.rb +++ b/lib/eth/tx/eip2930.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/tx/legacy.rb b/lib/eth/tx/legacy.rb index 14b89023..0d1559c7 100644 --- a/lib/eth/tx/legacy.rb +++ b/lib/eth/tx/legacy.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/unit.rb b/lib/eth/unit.rb index e2c3beb4..aa89f3d2 100644 --- a/lib/eth/unit.rb +++ b/lib/eth/unit.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/util.rb b/lib/eth/util.rb index d0bb702f..af1468f8 100644 --- a/lib/eth/util.rb +++ b/lib/eth/util.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # 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/lib/eth/version.rb b/lib/eth/version.rb index f4a2d73f..7563f58d 100644 --- a/lib/eth/version.rb +++ b/lib/eth/version.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 The Ruby-Eth Contributors +# Copyright (c) 2016-2025 The Ruby-Eth Contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.