diff --git a/LICENSE-APACHE b/LICENSE-APACHE index a17389c..999d769 100644 --- a/LICENSE-APACHE +++ b/LICENSE-APACHE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 The Rust HTTP API Client Contributors + Copyright 2023-2025 The Rust HTTP API Client 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/LICENSE-MIT b/LICENSE-MIT index 61df604..b7ac994 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (c) 2023 The Rust HTTP API Client Contributors +Copyright (c) 2023-2025 The Rust HTTP API Client Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/api.rs b/src/api.rs index 43fa549..9028ba2 100644 --- a/src/api.rs +++ b/src/api.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/blocking_api.rs b/src/blocking_api.rs index 954f55b..0a659eb 100644 --- a/src/blocking_api.rs +++ b/src/blocking_api.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/commons.rs b/src/commons.rs index b39d609..abeed29 100644 --- a/src/commons.rs +++ b/src/commons.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/error.rs b/src/error.rs index 61855f7..a49d16c 100644 --- a/src/error.rs +++ b/src/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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 741728f..2a0a142 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/password_hashing.rs b/src/password_hashing.rs index f3e6ce3..3abb27d 100644 --- a/src/password_hashing.rs +++ b/src/password_hashing.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/requests.rs b/src/requests.rs index 3ad658e..1934e25 100644 --- a/src/requests.rs +++ b/src/requests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/responses.rs b/src/responses.rs index dd5d1fd..a7ecaf4 100644 --- a/src/responses.rs +++ b/src/responses.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/utils.rs b/src/utils.rs index 9ab06dd..0a900af 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/auth_configuration_tests.rs b/tests/auth_configuration_tests.rs index fd9607b..01e4ca3 100644 --- a/tests/auth_configuration_tests.rs +++ b/tests/auth_configuration_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/binding_tests.rs b/tests/binding_tests.rs index 19efad1..9a3c23c 100644 --- a/tests/binding_tests.rs +++ b/tests/binding_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/channel_tests.rs b/tests/channel_tests.rs index 0d22770..1543d00 100644 --- a/tests/channel_tests.rs +++ b/tests/channel_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/cluster_metadata_tests.rs b/tests/cluster_metadata_tests.rs index 7b1e4bf..364ccc1 100644 --- a/tests/cluster_metadata_tests.rs +++ b/tests/cluster_metadata_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/connection_tests.rs b/tests/connection_tests.rs index 5f7a2cc..3a168e5 100644 --- a/tests/connection_tests.rs +++ b/tests/connection_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/consumer_tests.rs b/tests/consumer_tests.rs index 51289cb..ff3b334 100644 --- a/tests/consumer_tests.rs +++ b/tests/consumer_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/definitions_tests.rs b/tests/definitions_tests.rs index 85c8377..74ffa04 100644 --- a/tests/definitions_tests.rs +++ b/tests/definitions_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/deprecated_feature_tests.rs b/tests/deprecated_feature_tests.rs index 1953637..dc58808 100644 --- a/tests/deprecated_feature_tests.rs +++ b/tests/deprecated_feature_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/exchange_tests.rs b/tests/exchange_tests.rs index 4468200..a3646cf 100644 --- a/tests/exchange_tests.rs +++ b/tests/exchange_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/feature_flag_tests.rs b/tests/feature_flag_tests.rs index 7b58b7e..c364f2c 100644 --- a/tests/feature_flag_tests.rs +++ b/tests/feature_flag_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/health_checks_tests.rs b/tests/health_checks_tests.rs index ba9acec..02a6ff4 100644 --- a/tests/health_checks_tests.rs +++ b/tests/health_checks_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/leader_rebalancing_tests.rs b/tests/leader_rebalancing_tests.rs index 2b1a8d5..6b9b57a 100644 --- a/tests/leader_rebalancing_tests.rs +++ b/tests/leader_rebalancing_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/message_tests.rs b/tests/message_tests.rs index 9669be0..f373eac 100644 --- a/tests/message_tests.rs +++ b/tests/message_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/node_tests.rs b/tests/node_tests.rs index 121d098..19b5d9f 100644 --- a/tests/node_tests.rs +++ b/tests/node_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/permission_tests.rs b/tests/permission_tests.rs index ded3b38..66ec950 100644 --- a/tests/permission_tests.rs +++ b/tests/permission_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/policy_tests.rs b/tests/policy_tests.rs index 9ea676f..7733c61 100644 --- a/tests/policy_tests.rs +++ b/tests/policy_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/queue_tests.rs b/tests/queue_tests.rs index cdd8b91..9dddf7b 100644 --- a/tests/queue_tests.rs +++ b/tests/queue_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/runtime_parameter_tests.rs b/tests/runtime_parameter_tests.rs index 43d8a59..4c7a077 100644 --- a/tests/runtime_parameter_tests.rs +++ b/tests/runtime_parameter_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/stream_consumer_tests.rs b/tests/stream_consumer_tests.rs index df569f9..f03434f 100644 --- a/tests/stream_consumer_tests.rs +++ b/tests/stream_consumer_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/stream_publisher_tests.rs b/tests/stream_publisher_tests.rs index 2ea3658..03a4d0e 100644 --- a/tests/stream_publisher_tests.rs +++ b/tests/stream_publisher_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/test_helpers.rs b/tests/test_helpers.rs index 2677628..7f87783 100644 --- a/tests/test_helpers.rs +++ b/tests/test_helpers.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/user_limit_tests.rs b/tests/user_limit_tests.rs index 3e2276b..5c7fd5f 100644 --- a/tests/user_limit_tests.rs +++ b/tests/user_limit_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/user_tests.rs b/tests/user_tests.rs index dcc83e0..fdc2ffa 100644 --- a/tests/user_tests.rs +++ b/tests/user_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/virtual_host_limit_tests.rs b/tests/virtual_host_limit_tests.rs index a582d17..1d209bb 100644 --- a/tests/virtual_host_limit_tests.rs +++ b/tests/virtual_host_limit_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // 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/tests/virtual_host_tests.rs b/tests/virtual_host_tests.rs index 0d33a17..18eba0e 100644 --- a/tests/virtual_host_tests.rs +++ b/tests/virtual_host_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 RabbitMQ Core Team (teamrabbitmq@gmail.com) +// Copyright (C) 2023-2025 RabbitMQ Core Team (teamrabbitmq@gmail.com) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.