Skip to content

Commit d2cba21

Browse files
committed
Fix copyright years.
1 parent bb7ffe7 commit d2cba21

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/nodes/spi/Replacements.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ public interface Replacements extends GeneratedPluginInjectionProvider {
5858
GraphBuilderConfiguration.Plugins getGraphBuilderPlugins();
5959

6060
/**
61-
* Least recently used cache for snippet templates. When a new element is added to this map, it evicts the least
62-
* recently used element in case of full capacity.
61+
* Least recently used cache for snippet templates. When a new element is added to this map, it
62+
* evicts the least recently used element in case of full capacity.
6363
*/
6464
Map<SnippetTemplate.CacheKey, SnippetTemplate> getTemplatesCache();
6565

sdk/src/org.graalvm.collections/src/org/graalvm/collections/EconomicMapImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0

sdk/src/org.graalvm.collections/src/org/graalvm/collections/EconomicMapWrap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2021, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0

sdk/src/org.graalvm.collections/src/org/graalvm/collections/EmptyMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2022, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0

sdk/src/org.graalvm.collections/src/org/graalvm/collections/UnmodifiableEconomicMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0

0 commit comments

Comments
 (0)