From d9c58e94a0c86499bc481baccad73f2857678c29 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 1 Jan 2026 12:30:15 -0500 Subject: update copyrights for 2026 --- 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 c4da40e6..d7eb2524 100644 --- a/plugins/pdb-ng/src/lib.rs +++ b/plugins/pdb-ng/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Vector 35 Inc. +// Copyright 2022-2026 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 defdedd6..96a9554e 100644 --- a/plugins/pdb-ng/src/parser.rs +++ b/plugins/pdb-ng/src/parser.rs @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Vector 35 Inc. +// Copyright 2022-2026 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 4dc50d3b..902cea08 100644 --- a/plugins/pdb-ng/src/struct_grouper.rs +++ b/plugins/pdb-ng/src/struct_grouper.rs @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Vector 35 Inc. +// Copyright 2022-2026 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 182e88fc..4e14eb8c 100644 --- a/plugins/pdb-ng/src/symbol_parser.rs +++ b/plugins/pdb-ng/src/symbol_parser.rs @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Vector 35 Inc. +// Copyright 2022-2026 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 101daa73..2ea404c2 100644 --- a/plugins/pdb-ng/src/type_parser.rs +++ b/plugins/pdb-ng/src/type_parser.rs @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Vector 35 Inc. +// Copyright 2022-2026 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