From f77dbcea6074966d81a44e2ce0dd83671a056c4d Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 28 Mar 2025 16:00:21 -0400 Subject: belated copyright year update --- plugins/pdb-ng/src/lib.rs | 2 +- plugins/pdb-ng/src/parser.rs | 2 +- plugins/pdb-ng/src/struct_grouper.rs | 2 +- plugins/pdb-ng/src/symbol_parser.rs | 2 +- plugins/pdb-ng/src/type_parser.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/pdb-ng/src') diff --git a/plugins/pdb-ng/src/lib.rs b/plugins/pdb-ng/src/lib.rs index e30221c9..2c1049b0 100644 --- a/plugins/pdb-ng/src/lib.rs +++ b/plugins/pdb-ng/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Vector 35 Inc. +// Copyright 2022-2025 Vector 35 Inc. // // 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/plugins/pdb-ng/src/parser.rs b/plugins/pdb-ng/src/parser.rs index 00b44e70..101b8868 100644 --- a/plugins/pdb-ng/src/parser.rs +++ b/plugins/pdb-ng/src/parser.rs @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Vector 35 Inc. +// Copyright 2022-2025 Vector 35 Inc. // // 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/plugins/pdb-ng/src/struct_grouper.rs b/plugins/pdb-ng/src/struct_grouper.rs index 219f5198..09a81fa7 100644 --- a/plugins/pdb-ng/src/struct_grouper.rs +++ b/plugins/pdb-ng/src/struct_grouper.rs @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Vector 35 Inc. +// Copyright 2022-2025 Vector 35 Inc. // // 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/plugins/pdb-ng/src/symbol_parser.rs b/plugins/pdb-ng/src/symbol_parser.rs index 3bcbb620..6d6e978e 100644 --- a/plugins/pdb-ng/src/symbol_parser.rs +++ b/plugins/pdb-ng/src/symbol_parser.rs @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Vector 35 Inc. +// Copyright 2022-2025 Vector 35 Inc. // // 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/plugins/pdb-ng/src/type_parser.rs b/plugins/pdb-ng/src/type_parser.rs index 1c32bb56..7910e13a 100644 --- a/plugins/pdb-ng/src/type_parser.rs +++ b/plugins/pdb-ng/src/type_parser.rs @@ -1,4 +1,4 @@ -// Copyright 2022-2024 Vector 35 Inc. +// Copyright 2022-2025 Vector 35 Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. -- cgit v1.3.1