Skip to content

Commit 96b8c1d

Browse files
Copilotjsturtevant
andcommitted
Revert copyright year changes for files with existing license headers
Files that already had license headers should not have their copyright years modified. This commit reverts all copyright year changes from 2025 back to 2024 for files that already had license headers, while preserving the license headers that were legitimately added to files that were completely missing them. Signed-off-by: Copilot AI <[email protected]> Co-authored-by: jsturtevant <[email protected]>
1 parent eff2209 commit 96b8c1d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+90
-90
lines changed

src/hyperlight_guest/src/entrypoint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 The Hyperlight Authors.
2+
Copyright 2024 The Hyperlight Authors.
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/hyperlight_guest/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 The Hyperlight Authors.
2+
Copyright 2024 The Hyperlight Authors.
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/hyperlight_guest/src/exceptions/gdt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 The Hyperlight Authors.
2+
Copyright 2024 The Hyperlight Authors.
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/hyperlight_guest/src/exceptions/handlers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 The Hyperlight Authors.
2+
Copyright 2024 The Hyperlight Authors.
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/hyperlight_guest/src/exceptions/idt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 The Hyperlight Authors.
2+
Copyright 2024 The Hyperlight Authors.
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/hyperlight_guest/src/exceptions/interrupt_entry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 The Hyperlight Authors.
2+
Copyright 2024 The Hyperlight Authors.
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/hyperlight_guest/src/guest_error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 The Hyperlight Authors.
2+
Copyright 2024 The Hyperlight Authors.
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/hyperlight_guest/src/guest_function_call.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 The Hyperlight Authors.
2+
Copyright 2024 The Hyperlight Authors.
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/hyperlight_guest/src/guest_function_definition.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 The Hyperlight Authors.
2+
Copyright 2024 The Hyperlight Authors.
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/hyperlight_guest/src/guest_function_register.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 The Hyperlight Authors.
2+
Copyright 2024 The Hyperlight Authors.
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.

0 commit comments

Comments
 (0)