Issue #23507 Added missing license headers
diff --git a/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/WrappedAdminCommandTest.java b/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/WrappedAdminCommandTest.java
index 8519d6c..0c79e71 100644
--- a/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/WrappedAdminCommandTest.java
+++ b/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/WrappedAdminCommandTest.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/progress/DummyParent.java b/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/progress/DummyParent.java
index 0e231c9..1cdac9a 100644
--- a/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/progress/DummyParent.java
+++ b/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/progress/DummyParent.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/progress/ProgressStatusImplTest.java b/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/progress/ProgressStatusImplTest.java
index fbdb7a1..89cd2b1 100644
--- a/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/progress/ProgressStatusImplTest.java
+++ b/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/progress/ProgressStatusImplTest.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/progress/ProgressStatusMirroringImplTest.java b/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/progress/ProgressStatusMirroringImplTest.java
index 9401cfa..e964792 100644
--- a/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/progress/ProgressStatusMirroringImplTest.java
+++ b/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/admin/progress/ProgressStatusMirroringImplTest.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/event/EventTypesTest.java b/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/event/EventTypesTest.java
index 08d3a32..c8f2e68 100755
--- a/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/event/EventTypesTest.java
+++ b/nucleus/common/glassfish-api/src/test/java/org/glassfish/api/event/EventTypesTest.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2009, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/GrizzlyConfigTest.java b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/GrizzlyConfigTest.java
index 6b9a585..7492f82 100644
--- a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/GrizzlyConfigTest.java
+++ b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/GrizzlyConfigTest.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/HttpRedirectTest.java b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/HttpRedirectTest.java
index 1d2f59f..8c53ffc 100644
--- a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/HttpRedirectTest.java
+++ b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/HttpRedirectTest.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/PUGrizzlyConfigTest.java b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/PUGrizzlyConfigTest.java
index 3e57dbb..b060ac4 100644
--- a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/PUGrizzlyConfigTest.java
+++ b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/PUGrizzlyConfigTest.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/GrizzlyConfigTestHelper.java b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/GrizzlyConfigTestHelper.java
index a2fcf03..b08bc42 100644
--- a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/GrizzlyConfigTestHelper.java
+++ b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/GrizzlyConfigTestHelper.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/CustomExecutorService.java b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/CustomExecutorService.java
index 079cad6..2aef145 100644
--- a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/CustomExecutorService.java
+++ b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/CustomExecutorService.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/DummySelectionKeyHandler.java b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/DummySelectionKeyHandler.java
index 3fc3d28..281eee5 100644
--- a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/DummySelectionKeyHandler.java
+++ b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/DummySelectionKeyHandler.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/XProtocolFilter.java b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/XProtocolFilter.java
index 2dab4b0..d670915 100644
--- a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/XProtocolFilter.java
+++ b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/XProtocolFilter.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2006, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/XProtocolFinder.java b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/XProtocolFinder.java
index 37c82ba..46c9808 100644
--- a/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/XProtocolFinder.java
+++ b/nucleus/grizzly/config/src/test/java/org/glassfish/grizzly/config/test/example/XProtocolFinder.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2006, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/config-types/src/test/java/org/jvnet/hk2/config/types/test/ConfigTypesTest.java b/nucleus/hk2/config-types/src/test/java/org/jvnet/hk2/config/types/test/ConfigTypesTest.java
index af8476f..06ecbba 100644
--- a/nucleus/hk2/config-types/src/test/java/org/jvnet/hk2/config/types/test/ConfigTypesTest.java
+++ b/nucleus/hk2/config-types/src/test/java/org/jvnet/hk2/config/types/test/ConfigTypesTest.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/ConfigDisposalTest.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/ConfigDisposalTest.java
index 6fdd6d1..d411ad6 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/ConfigDisposalTest.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/ConfigDisposalTest.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/ConfigTest.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/ConfigTest.java
index 8ce1107..1003338 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/ConfigTest.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/ConfigTest.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/ConfigErrorService.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/ConfigErrorService.java
index 7efd19d..d73a95d 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/ConfigErrorService.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/ConfigErrorService.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/ConfigModule.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/ConfigModule.java
index 359dc0e..cdb6d03 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/ConfigModule.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/ConfigModule.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/DummyPopulator.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/DummyPopulator.java
index 3e86083..6090e87 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/DummyPopulator.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/DummyPopulator.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/EjbContainerAvailability.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/EjbContainerAvailability.java
index bf43f0a..f1dbff5 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/EjbContainerAvailability.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/EjbContainerAvailability.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/EjbContainerAvailabilityInjector.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/EjbContainerAvailabilityInjector.java
index b6475a2..e276300 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/EjbContainerAvailabilityInjector.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/EjbContainerAvailabilityInjector.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericConfig.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericConfig.java
index a39a987..5f972b3 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericConfig.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericConfig.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericConfigInjector.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericConfigInjector.java
index ef6d5de..e6d968d 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericConfigInjector.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericConfigInjector.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericContainer.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericContainer.java
index b8a2f8c..ba5ac3d 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericContainer.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericContainer.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericContainerInjector.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericContainerInjector.java
index 833c162..c628795 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericContainerInjector.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/GenericContainerInjector.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015, 2020 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConfigBeanDomDecorator.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConfigBeanDomDecorator.java
index a6e480b..0597885 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConfigBeanDomDecorator.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConfigBeanDomDecorator.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConfigBeanWrapper.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConfigBeanWrapper.java
index 7ffdcd7..935a204 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConfigBeanWrapper.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConfigBeanWrapper.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConfigViewWrapper.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConfigViewWrapper.java
index 52411d3..43d5f85 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConfigViewWrapper.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConfigViewWrapper.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConnector.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConnector.java
index b707402..71f1f67 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConnector.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConnector.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConnectorInjector.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConnectorInjector.java
index 6afd01e..91bb660 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConnectorInjector.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleConnectorInjector.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleDocument.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleDocument.java
index dfe6e1f..1d4b1cf 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleDocument.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/SimpleDocument.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/WebContainerAvailability.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/WebContainerAvailability.java
index e61aed9..d9cd61d 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/WebContainerAvailability.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/WebContainerAvailability.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/WebContainerAvailabilityInjector.java b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/WebContainerAvailabilityInjector.java
index 5f249b6..db5d40f 100644
--- a/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/WebContainerAvailabilityInjector.java
+++ b/nucleus/hk2/hk2-config/src/test/java/org/jvnet/hk2/config/test/example/WebContainerAvailabilityInjector.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at
diff --git a/nucleus/hk2/tiger-types/src/test/java/org/jvnet/tiger_types/ListerTest.java b/nucleus/hk2/tiger-types/src/test/java/org/jvnet/tiger_types/ListerTest.java
index 42776af..579c02b 100644
--- a/nucleus/hk2/tiger-types/src/test/java/org/jvnet/tiger_types/ListerTest.java
+++ b/nucleus/hk2/tiger-types/src/test/java/org/jvnet/tiger_types/ListerTest.java
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021 Contributors to the Eclipse Foundation
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v. 2.0, which is available at