GNM-1185 Legal Header EPL in Version 2 einfügen
diff --git a/src/main/java/org/eclipse/openk/MicsCentralApplication.java b/src/main/java/org/eclipse/openk/MicsCentralApplication.java index 81f13ad..3c96c52 100644 --- a/src/main/java/org/eclipse/openk/MicsCentralApplication.java +++ b/src/main/java/org/eclipse/openk/MicsCentralApplication.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/MicsCentralConfiguration.java b/src/main/java/org/eclipse/openk/MicsCentralConfiguration.java index 049c72c..89d3ae5 100644 --- a/src/main/java/org/eclipse/openk/MicsCentralConfiguration.java +++ b/src/main/java/org/eclipse/openk/MicsCentralConfiguration.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/api/ServiceDistributionCluster.java b/src/main/java/org/eclipse/openk/api/ServiceDistributionCluster.java index f288bd2..d64a912 100644 --- a/src/main/java/org/eclipse/openk/api/ServiceDistributionCluster.java +++ b/src/main/java/org/eclipse/openk/api/ServiceDistributionCluster.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/api/ServiceRequestEnvelope.java b/src/main/java/org/eclipse/openk/api/ServiceRequestEnvelope.java index f9c5227..04c984d 100644 --- a/src/main/java/org/eclipse/openk/api/ServiceRequestEnvelope.java +++ b/src/main/java/org/eclipse/openk/api/ServiceRequestEnvelope.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/api/VersionInfo.java b/src/main/java/org/eclipse/openk/api/VersionInfo.java index 2055f79..c26960c 100644 --- a/src/main/java/org/eclipse/openk/api/VersionInfo.java +++ b/src/main/java/org/eclipse/openk/api/VersionInfo.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/core/common/Globals.java b/src/main/java/org/eclipse/openk/core/common/Globals.java index 0e8dfa5..2e9e81e 100644 --- a/src/main/java/org/eclipse/openk/core/common/Globals.java +++ b/src/main/java/org/eclipse/openk/core/common/Globals.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/core/common/GsonUTCDateAdapter.java b/src/main/java/org/eclipse/openk/core/common/GsonUTCDateAdapter.java index 6a2d51c..ead4b89 100644 --- a/src/main/java/org/eclipse/openk/core/common/GsonUTCDateAdapter.java +++ b/src/main/java/org/eclipse/openk/core/common/GsonUTCDateAdapter.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/core/common/JsonGeneratorBase.java b/src/main/java/org/eclipse/openk/core/common/JsonGeneratorBase.java index dcf4a95..e059d26 100644 --- a/src/main/java/org/eclipse/openk/core/common/JsonGeneratorBase.java +++ b/src/main/java/org/eclipse/openk/core/common/JsonGeneratorBase.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/core/common/util/ResourceLoaderBase.java b/src/main/java/org/eclipse/openk/core/common/util/ResourceLoaderBase.java index 57eb9a1..07c0847 100644 --- a/src/main/java/org/eclipse/openk/core/common/util/ResourceLoaderBase.java +++ b/src/main/java/org/eclipse/openk/core/common/util/ResourceLoaderBase.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/core/communication/RestServiceWrapper.java b/src/main/java/org/eclipse/openk/core/communication/RestServiceWrapper.java index 228179e..d980199 100644 --- a/src/main/java/org/eclipse/openk/core/communication/RestServiceWrapper.java +++ b/src/main/java/org/eclipse/openk/core/communication/RestServiceWrapper.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/core/controller/BackendConfig.java b/src/main/java/org/eclipse/openk/core/controller/BackendConfig.java index 27a67ce..c600767 100644 --- a/src/main/java/org/eclipse/openk/core/controller/BackendConfig.java +++ b/src/main/java/org/eclipse/openk/core/controller/BackendConfig.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/core/controller/BaseWebService.java b/src/main/java/org/eclipse/openk/core/controller/BaseWebService.java index e204d68..5f4931d 100644 --- a/src/main/java/org/eclipse/openk/core/controller/BaseWebService.java +++ b/src/main/java/org/eclipse/openk/core/controller/BaseWebService.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/core/controller/CentralController.java b/src/main/java/org/eclipse/openk/core/controller/CentralController.java index 7ef3a25..d3a2f42 100644 --- a/src/main/java/org/eclipse/openk/core/controller/CentralController.java +++ b/src/main/java/org/eclipse/openk/core/controller/CentralController.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/core/controller/DispatchController.java b/src/main/java/org/eclipse/openk/core/controller/DispatchController.java index 22d77b2..5e38477 100644 --- a/src/main/java/org/eclipse/openk/core/controller/DispatchController.java +++ b/src/main/java/org/eclipse/openk/core/controller/DispatchController.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/core/controller/InitServicesConfigCacheJob.java b/src/main/java/org/eclipse/openk/core/controller/InitServicesConfigCacheJob.java index 46cae92..0754fe9 100644 --- a/src/main/java/org/eclipse/openk/core/controller/InitServicesConfigCacheJob.java +++ b/src/main/java/org/eclipse/openk/core/controller/InitServicesConfigCacheJob.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/core/controller/ServiceResolver.java b/src/main/java/org/eclipse/openk/core/controller/ServiceResolver.java index c5de55f..a08f50e 100644 --- a/src/main/java/org/eclipse/openk/core/controller/ServiceResolver.java +++ b/src/main/java/org/eclipse/openk/core/controller/ServiceResolver.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/core/controller/ServicesConfigCache.java b/src/main/java/org/eclipse/openk/core/controller/ServicesConfigCache.java index 76a1584..f66269e 100644 --- a/src/main/java/org/eclipse/openk/core/controller/ServicesConfigCache.java +++ b/src/main/java/org/eclipse/openk/core/controller/ServicesConfigCache.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/core/controller/ServicesConfigCacheTimerTask.java b/src/main/java/org/eclipse/openk/core/controller/ServicesConfigCacheTimerTask.java index 8aa9082..e210dcb 100644 --- a/src/main/java/org/eclipse/openk/core/controller/ServicesConfigCacheTimerTask.java +++ b/src/main/java/org/eclipse/openk/core/controller/ServicesConfigCacheTimerTask.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/core/exceptions/HttpStatusException.java b/src/main/java/org/eclipse/openk/core/exceptions/HttpStatusException.java index d12ac0b..35b233f 100644 --- a/src/main/java/org/eclipse/openk/core/exceptions/HttpStatusException.java +++ b/src/main/java/org/eclipse/openk/core/exceptions/HttpStatusException.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/health/ConfigFilePresentHealthCheck.java b/src/main/java/org/eclipse/openk/health/ConfigFilePresentHealthCheck.java index 0ca4913..ec764e9 100644 --- a/src/main/java/org/eclipse/openk/health/ConfigFilePresentHealthCheck.java +++ b/src/main/java/org/eclipse/openk/health/ConfigFilePresentHealthCheck.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/main/java/org/eclipse/openk/resources/MicsCentralResource.java b/src/main/java/org/eclipse/openk/resources/MicsCentralResource.java index b40139b..f58caf6 100644 --- a/src/main/java/org/eclipse/openk/resources/MicsCentralResource.java +++ b/src/main/java/org/eclipse/openk/resources/MicsCentralResource.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/test/java/org/eclipse/openk/MicsCentralApplicationTest.java b/src/test/java/org/eclipse/openk/MicsCentralApplicationTest.java index 539af32..9c3348a 100644 --- a/src/test/java/org/eclipse/openk/MicsCentralApplicationTest.java +++ b/src/test/java/org/eclipse/openk/MicsCentralApplicationTest.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/test/java/org/eclipse/openk/api/ServiceDistributionClusterTest.java b/src/test/java/org/eclipse/openk/api/ServiceDistributionClusterTest.java index f87f980..0d7a191 100644 --- a/src/test/java/org/eclipse/openk/api/ServiceDistributionClusterTest.java +++ b/src/test/java/org/eclipse/openk/api/ServiceDistributionClusterTest.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/test/java/org/eclipse/openk/api/ServiceRequestEnvelopeTest.java b/src/test/java/org/eclipse/openk/api/ServiceRequestEnvelopeTest.java index 975b6f5..c486508 100644 --- a/src/test/java/org/eclipse/openk/api/ServiceRequestEnvelopeTest.java +++ b/src/test/java/org/eclipse/openk/api/ServiceRequestEnvelopeTest.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/test/java/org/eclipse/openk/api/VersionInfoTest.java b/src/test/java/org/eclipse/openk/api/VersionInfoTest.java index 1478dc7..53deb2b 100644 --- a/src/test/java/org/eclipse/openk/api/VersionInfoTest.java +++ b/src/test/java/org/eclipse/openk/api/VersionInfoTest.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/test/java/org/eclipse/openk/core/common/GsonUTCDateAdapterTest.java b/src/test/java/org/eclipse/openk/core/common/GsonUTCDateAdapterTest.java index 0abfaf2..7f66bbf 100644 --- a/src/test/java/org/eclipse/openk/core/common/GsonUTCDateAdapterTest.java +++ b/src/test/java/org/eclipse/openk/core/common/GsonUTCDateAdapterTest.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/test/java/org/eclipse/openk/core/common/util/ResourceLoaderBaseTest.java b/src/test/java/org/eclipse/openk/core/common/util/ResourceLoaderBaseTest.java index 67f5992..fc56e0d 100644 --- a/src/test/java/org/eclipse/openk/core/common/util/ResourceLoaderBaseTest.java +++ b/src/test/java/org/eclipse/openk/core/common/util/ResourceLoaderBaseTest.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/test/java/org/eclipse/openk/core/controller/BaseWebServiceTest.java b/src/test/java/org/eclipse/openk/core/controller/BaseWebServiceTest.java index 42c59f0..117ff14 100644 --- a/src/test/java/org/eclipse/openk/core/controller/BaseWebServiceTest.java +++ b/src/test/java/org/eclipse/openk/core/controller/BaseWebServiceTest.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/test/java/org/eclipse/openk/core/controller/CentralControllerTest.java b/src/test/java/org/eclipse/openk/core/controller/CentralControllerTest.java index 2eb0162..86be9f7 100644 --- a/src/test/java/org/eclipse/openk/core/controller/CentralControllerTest.java +++ b/src/test/java/org/eclipse/openk/core/controller/CentralControllerTest.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/test/java/org/eclipse/openk/core/controller/DispatchControllerTest.java b/src/test/java/org/eclipse/openk/core/controller/DispatchControllerTest.java index 6a5c4c3..a4cd6dc 100644 --- a/src/test/java/org/eclipse/openk/core/controller/DispatchControllerTest.java +++ b/src/test/java/org/eclipse/openk/core/controller/DispatchControllerTest.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/test/java/org/eclipse/openk/core/controller/ServicesConfigCacheTest.java b/src/test/java/org/eclipse/openk/core/controller/ServicesConfigCacheTest.java index 1c68c5d..4ebbed9 100644 --- a/src/test/java/org/eclipse/openk/core/controller/ServicesConfigCacheTest.java +++ b/src/test/java/org/eclipse/openk/core/controller/ServicesConfigCacheTest.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/test/java/org/eclipse/openk/core/controller/ServicesConfigCacheTimerTaskTest.java b/src/test/java/org/eclipse/openk/core/controller/ServicesConfigCacheTimerTaskTest.java index 9b65477..c8887c0 100644 --- a/src/test/java/org/eclipse/openk/core/controller/ServicesConfigCacheTimerTaskTest.java +++ b/src/test/java/org/eclipse/openk/core/controller/ServicesConfigCacheTimerTaskTest.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/test/java/org/eclipse/openk/core/exceptions/HttpStatusExceptionTest.java b/src/test/java/org/eclipse/openk/core/exceptions/HttpStatusExceptionTest.java index d130217..17866fd 100644 --- a/src/test/java/org/eclipse/openk/core/exceptions/HttpStatusExceptionTest.java +++ b/src/test/java/org/eclipse/openk/core/exceptions/HttpStatusExceptionTest.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/test/java/org/eclipse/openk/health/ConfigFilePresentHealthCheckTest.java b/src/test/java/org/eclipse/openk/health/ConfigFilePresentHealthCheckTest.java index 8e5bbf1..2179207 100644 --- a/src/test/java/org/eclipse/openk/health/ConfigFilePresentHealthCheckTest.java +++ b/src/test/java/org/eclipse/openk/health/ConfigFilePresentHealthCheckTest.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.
diff --git a/src/test/java/org/eclipse/openk/resources/MicsCentralResourceTest.java b/src/test/java/org/eclipse/openk/resources/MicsCentralResourceTest.java index f056a32..b60028e 100644 --- a/src/test/java/org/eclipse/openk/resources/MicsCentralResourceTest.java +++ b/src/test/java/org/eclipse/openk/resources/MicsCentralResourceTest.java
@@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (c) {date} Contributors to the Eclipse Foundation + * Copyright (c) 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership.