Skip to content

Commit 7293ff6

Browse files
Bump (c) year
1 parent b78f37e commit 7293ff6

29 files changed

+29
-29
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023-2024 RabbitMQ Core Team ([email protected])
1+
// Copyright (C) 2023-2025 RabbitMQ Core Team ([email protected])
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023-2024 RabbitMQ Core Team ([email protected])
1+
// Copyright (C) 2023-2025 RabbitMQ Core Team ([email protected])
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023-2024 RabbitMQ Core Team ([email protected])
1+
// Copyright (C) 2023-2025 RabbitMQ Core Team ([email protected])
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023-2024 RabbitMQ Core Team ([email protected])
1+
// Copyright (C) 2023-2025 RabbitMQ Core Team ([email protected])
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023-2024 RabbitMQ Core Team ([email protected])
1+
// Copyright (C) 2023-2025 RabbitMQ Core Team ([email protected])
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023-2024 RabbitMQ Core Team ([email protected])
1+
// Copyright (C) 2023-2025 RabbitMQ Core Team ([email protected])
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/output.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::errors::CommandRunError;
2-
// Copyright (C) 2023-2024 RabbitMQ Core Team ([email protected])
2+
// Copyright (C) 2023-2025 RabbitMQ Core Team ([email protected])
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

src/static_urls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023-2024 RabbitMQ Core Team ([email protected])
1+
// Copyright (C) 2023-2025 RabbitMQ Core Team ([email protected])
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/tables.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023-2024 RabbitMQ Core Team ([email protected])
1+
// Copyright (C) 2023-2025 RabbitMQ Core Team ([email protected])
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

tests/bindings_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023-2024 RabbitMQ Core Team ([email protected])
1+
// Copyright (C) 2023-2025 RabbitMQ Core Team ([email protected])
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)