diff --git a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/BankServiceSimulator.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/BankServiceSimulator.java index d9239ca7d..724567444 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/BankServiceSimulator.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/BankServiceSimulator.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/config/HttpClientConfig.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/config/HttpClientConfig.java index caea092c3..dbfcec924 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/config/HttpClientConfig.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/config/HttpClientConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/Bank.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/Bank.java index df1c5fa3a..2116d933d 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/Bank.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/Bank.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/BankAccount.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/BankAccount.java index c42c047c6..d3c54b962 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/BankAccount.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/BankAccount.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/CalculateIbanResponse.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/CalculateIbanResponse.java index a41261a7a..850ad089f 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/CalculateIbanResponse.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/CalculateIbanResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/QueryParameter.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/QueryParameter.java index 72591517e..f419edfd0 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/QueryParameter.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/QueryParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/ValidateIbanResponse.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/ValidateIbanResponse.java index 0f9da82d4..ec9af9608 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/ValidateIbanResponse.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/ValidateIbanResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/Variable.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/Variable.java index 0de0eda45..4b958bf53 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/Variable.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/model/Variable.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/scenario/CalculateIban.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/scenario/CalculateIban.java index 509346766..7902265d3 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/scenario/CalculateIban.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/scenario/CalculateIban.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java index fd5fce651..f083c46f3 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/scenario/ValidateIban.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/scenario/ValidateIban.java index 9b729f56f..e6b9a63b3 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/scenario/ValidateIban.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/scenario/ValidateIban.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/service/BankService.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/service/BankService.java index 05f32a730..fc2d01fca 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/service/BankService.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/service/BankService.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/service/QueryParameterService.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/service/QueryParameterService.java index b2e95542e..ab306e6a8 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/service/QueryParameterService.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/service/QueryParameterService.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/starter/CalculateStarter.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/starter/CalculateStarter.java index 5face67aa..14ab259ef 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/starter/CalculateStarter.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/starter/CalculateStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/starter/ValidateStarter.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/starter/ValidateStarter.java index 478b014a2..a258cc2d0 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/starter/ValidateStarter.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/starter/ValidateStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/util/JsonMarshaller.java b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/util/JsonMarshaller.java index 34cb1b8e8..d137e763d 100644 --- a/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/util/JsonMarshaller.java +++ b/simulator-samples/sample-bank-service/src/main/java/org/citrusframework/simulator/sample/util/JsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/BankServiceSimulatorIT.java b/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/BankServiceSimulatorIT.java index c95e6a994..802e74b14 100644 --- a/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/BankServiceSimulatorIT.java +++ b/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/BankServiceSimulatorIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/CalculateIbanResponseTest.java b/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/CalculateIbanResponseTest.java index b9389f598..8d84a8c13 100644 --- a/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/CalculateIbanResponseTest.java +++ b/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/CalculateIbanResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/ValidateIbanResponseTest.java b/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/ValidateIbanResponseTest.java index a5bb9530e..52f871b41 100644 --- a/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/ValidateIbanResponseTest.java +++ b/simulator-samples/sample-bank-service/src/test/java/org/citrusframework/simulator/sample/model/ValidateIbanResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/Simulator.java b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/Simulator.java index 6ba252c99..5329c0c69 100644 --- a/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/Simulator.java +++ b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/Simulator.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/SimulatorJmsConfig.java b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/SimulatorJmsConfig.java index ae1324caa..824764142 100644 --- a/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/SimulatorJmsConfig.java +++ b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/SimulatorJmsConfig.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.sample; import jakarta.jms.ConnectionFactory; diff --git a/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java index e7753e5f6..a27e7b228 100644 --- a/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java +++ b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java index 9429ae18a..38e8ddba1 100644 --- a/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java +++ b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java index a0fa6fd8a..4e580e100 100644 --- a/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java +++ b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java index 6d7efce77..8c91ffb36 100644 --- a/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java +++ b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java index c0e2e5704..4f9c414fd 100644 --- a/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java +++ b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java index d1d63ae32..1c1ea2b85 100644 --- a/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java +++ b/simulator-samples/sample-combined/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/EndpointConfig.java b/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/EndpointConfig.java index 034e5b11e..9b32c53e6 100644 --- a/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/EndpointConfig.java +++ b/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/EndpointConfig.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator; import org.apache.activemq.artemis.core.config.impl.SecurityConfiguration; diff --git a/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/SimulatorJmsIT.java b/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/SimulatorJmsIT.java index 54f5a5f40..49f314ff0 100644 --- a/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/SimulatorJmsIT.java +++ b/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/SimulatorJmsIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/SimulatorRestIT.java b/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/SimulatorRestIT.java index 563b5a111..9246666fe 100644 --- a/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/SimulatorRestIT.java +++ b/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/SimulatorRestIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/SimulatorWebServiceIT.java b/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/SimulatorWebServiceIT.java index e7d5b7d21..9a1f1d5c4 100644 --- a/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/SimulatorWebServiceIT.java +++ b/simulator-samples/sample-combined/src/test/java/org/citrusframework/simulator/SimulatorWebServiceIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/Simulator.java b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/Simulator.java index c5bdf1105..10e82bfae 100644 --- a/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/Simulator.java +++ b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/Simulator.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/AbstractFaxScenario.java b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/AbstractFaxScenario.java index 2f0741a11..ecaf42f12 100644 --- a/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/AbstractFaxScenario.java +++ b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/AbstractFaxScenario.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.sample.jms.async.scenario; import org.citrusframework.jms.endpoint.JmsEndpoint; diff --git a/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxBusyScenario.java b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxBusyScenario.java index 54c466082..53624af13 100644 --- a/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxBusyScenario.java +++ b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxBusyScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxCancelledScenario.java b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxCancelledScenario.java index 64b285380..2a01e7832 100644 --- a/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxCancelledScenario.java +++ b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxCancelledScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxNoAnswerScenario.java b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxNoAnswerScenario.java index 3e53b2497..3495b27aa 100644 --- a/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxNoAnswerScenario.java +++ b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxNoAnswerScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxQueuedScenario.java b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxQueuedScenario.java index 7f6f68fb0..640439ced 100644 --- a/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxQueuedScenario.java +++ b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxQueuedScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxSentScenario.java b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxSentScenario.java index 7fd5bc754..010ca34ef 100644 --- a/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxSentScenario.java +++ b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/FaxSentScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/PayloadHelper.java b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/PayloadHelper.java index 5bd581b97..2919fb518 100644 --- a/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/PayloadHelper.java +++ b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/scenario/PayloadHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/starter/StatusUpdateStarter.java b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/starter/StatusUpdateStarter.java index 92c09f3ee..e935e32ba 100644 --- a/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/starter/StatusUpdateStarter.java +++ b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/starter/StatusUpdateStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/ReferenceId.java b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/ReferenceId.java index 9b6ab73ea..5ee26464e 100644 --- a/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/ReferenceId.java +++ b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/ReferenceId.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/Status.java b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/Status.java index ea408aa79..4dd0628a2 100644 --- a/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/Status.java +++ b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/Status.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/StatusMessage.java b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/StatusMessage.java index 622eba56b..0c328bc96 100644 --- a/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/StatusMessage.java +++ b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/StatusMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/Variables.java b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/Variables.java index a5c4b92d3..dc84a2ab3 100644 --- a/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/Variables.java +++ b/simulator-samples/sample-jms-fax/src/main/java/org/citrusframework/simulator/sample/jms/async/variables/Variables.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms-fax/src/test/java/org/citrusframework/simulator/SimulatorJmsFaxIT.java b/simulator-samples/sample-jms-fax/src/test/java/org/citrusframework/simulator/SimulatorJmsFaxIT.java index d13fc3b15..5cea52d47 100644 --- a/simulator-samples/sample-jms-fax/src/test/java/org/citrusframework/simulator/SimulatorJmsFaxIT.java +++ b/simulator-samples/sample-jms-fax/src/test/java/org/citrusframework/simulator/SimulatorJmsFaxIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/Simulator.java b/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/Simulator.java index b319c47da..9b1476a85 100644 --- a/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/Simulator.java +++ b/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/Simulator.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java b/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java index bf8a37b70..605873f34 100644 --- a/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java +++ b/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java b/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java index accc368d6..c2e8bdd9b 100644 --- a/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java +++ b/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java b/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java index a28a4248e..d925685f8 100644 --- a/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java +++ b/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java b/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java index 145d20017..b4c749e4c 100644 --- a/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java +++ b/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java b/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java index 720bbf476..ec1fd997b 100644 --- a/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java +++ b/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java b/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java index 91d8016ef..d1cd3ac23 100644 --- a/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java +++ b/simulator-samples/sample-jms/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-jms/src/test/java/org/citrusframework/simulator/SimulatorJmsIT.java b/simulator-samples/sample-jms/src/test/java/org/citrusframework/simulator/SimulatorJmsIT.java index 13dc01e95..e02476334 100644 --- a/simulator-samples/sample-jms/src/test/java/org/citrusframework/simulator/SimulatorJmsIT.java +++ b/simulator-samples/sample-jms/src/test/java/org/citrusframework/simulator/SimulatorJmsIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/Simulator.java b/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/Simulator.java index c0404c034..6916c96ed 100644 --- a/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/Simulator.java +++ b/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/Simulator.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java b/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java index 5f07d73a2..e40c5e4e4 100644 --- a/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java +++ b/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java b/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java index 191c59b0d..4fe9d511c 100644 --- a/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java +++ b/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java b/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java index e285d0a94..c9486ba66 100644 --- a/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java +++ b/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java b/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java index bcfbae7f1..c565c85b9 100644 --- a/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java +++ b/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java b/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java index d1ef212ce..8d93d264a 100644 --- a/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java +++ b/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java b/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java index 91d8016ef..d1cd3ac23 100644 --- a/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java +++ b/simulator-samples/sample-mail/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-mail/src/test/java/org/citrusframework/simulator/SimulatorMailIT.java b/simulator-samples/sample-mail/src/test/java/org/citrusframework/simulator/SimulatorMailIT.java index d53d62e2a..195fd84df 100644 --- a/simulator-samples/sample-mail/src/test/java/org/citrusframework/simulator/SimulatorMailIT.java +++ b/simulator-samples/sample-mail/src/test/java/org/citrusframework/simulator/SimulatorMailIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/RestSimulator.java b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/RestSimulator.java index 958850b3a..f2fc1cb1b 100644 --- a/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/RestSimulator.java +++ b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/RestSimulator.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/AbstractGreetingScenario.java b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/AbstractGreetingScenario.java index b52c011ae..47f89ed01 100644 --- a/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/AbstractGreetingScenario.java +++ b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/AbstractGreetingScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultGreetingScenario.java b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultGreetingScenario.java index 3442fe869..5c89fc9e7 100644 --- a/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultGreetingScenario.java +++ b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultGreetingScenario.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.sample.scenario; /** diff --git a/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java index da6165642..21fe0ce7f 100644 --- a/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java +++ b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java index 331218986..481f48006 100644 --- a/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java +++ b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java index c67adcf23..ee6bd38a6 100644 --- a/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java +++ b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java index 57cbb281b..92e5f97f9 100644 --- a/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java +++ b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.sample.scenario; import org.citrusframework.simulator.scenario.Scenario; diff --git a/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/HowdyScenario.java b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/HowdyScenario.java index 84d56c369..545ae65fd 100644 --- a/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/HowdyScenario.java +++ b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/scenario/HowdyScenario.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.sample.scenario; import org.citrusframework.simulator.scenario.Scenario; diff --git a/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java index eaf4f5f47..9b155e955 100644 --- a/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java +++ b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java index e5f61eddb..60704a460 100644 --- a/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java +++ b/simulator-samples/sample-rest/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-rest/src/test/java/org/citrusframework/simulator/SimulatorRestIT.java b/simulator-samples/sample-rest/src/test/java/org/citrusframework/simulator/SimulatorRestIT.java index 6ad8d6fa9..09c3c0694 100644 --- a/simulator-samples/sample-rest/src/test/java/org/citrusframework/simulator/SimulatorRestIT.java +++ b/simulator-samples/sample-rest/src/test/java/org/citrusframework/simulator/SimulatorRestIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-swagger/src/main/java/org/citrusframework/simulator/sample/Simulator.java b/simulator-samples/sample-swagger/src/main/java/org/citrusframework/simulator/sample/Simulator.java index 933de83fa..b06ad5291 100644 --- a/simulator-samples/sample-swagger/src/main/java/org/citrusframework/simulator/sample/Simulator.java +++ b/simulator-samples/sample-swagger/src/main/java/org/citrusframework/simulator/sample/Simulator.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-swagger/src/test/java/org/citrusframework/simulator/SimulatorSwaggerIT.java b/simulator-samples/sample-swagger/src/test/java/org/citrusframework/simulator/SimulatorSwaggerIT.java index 9b12c5ce1..63807cf0e 100644 --- a/simulator-samples/sample-swagger/src/test/java/org/citrusframework/simulator/SimulatorSwaggerIT.java +++ b/simulator-samples/sample-swagger/src/test/java/org/citrusframework/simulator/SimulatorSwaggerIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/Simulator.java b/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/Simulator.java index 9204bb5ef..7d3bd654d 100644 --- a/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/Simulator.java +++ b/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/Simulator.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java b/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java index 66d06ecd4..3cf57ef9c 100644 --- a/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java +++ b/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/variables/Name.java b/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/variables/Name.java index 067f9b621..d6be5a641 100644 --- a/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/variables/Name.java +++ b/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/variables/Name.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/variables/Variables.java b/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/variables/Variables.java index 935b26acd..c9ab6fad3 100644 --- a/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/variables/Variables.java +++ b/simulator-samples/sample-ws-client/src/main/java/org/citrusframework/simulator/sample/variables/Variables.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws-client/src/test/java/org/citrusframework/simulator/SimulatorWebServiceClientIT.java b/simulator-samples/sample-ws-client/src/test/java/org/citrusframework/simulator/SimulatorWebServiceClientIT.java index 4e3d8e2f2..b7b5c4dc8 100644 --- a/simulator-samples/sample-ws-client/src/test/java/org/citrusframework/simulator/SimulatorWebServiceClientIT.java +++ b/simulator-samples/sample-ws-client/src/test/java/org/citrusframework/simulator/SimulatorWebServiceClientIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/Simulator.java b/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/Simulator.java index 9fa5c7326..215b61dfc 100644 --- a/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/Simulator.java +++ b/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/Simulator.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java b/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java index ac49eaa72..803d84086 100644 --- a/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java +++ b/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java b/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java index 8f86a5f38..dc5cc50bb 100644 --- a/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java +++ b/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/GoodByeScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java b/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java index 565bf09f5..97084cb65 100644 --- a/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java +++ b/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/GoodNightScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java b/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java index de0a6ba20..0984b388c 100644 --- a/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java +++ b/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/scenario/HelloScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java b/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java index 68f43580c..a733dd1cb 100644 --- a/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java +++ b/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/starter/GoodByeStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java b/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java index 5fc043193..f29bce031 100644 --- a/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java +++ b/simulator-samples/sample-ws/src/main/java/org/citrusframework/simulator/sample/starter/HelloStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws/src/test/java/org/citrusframework/simulator/EndpointConfig.java b/simulator-samples/sample-ws/src/test/java/org/citrusframework/simulator/EndpointConfig.java index 3cc42df76..49407f0f7 100644 --- a/simulator-samples/sample-ws/src/test/java/org/citrusframework/simulator/EndpointConfig.java +++ b/simulator-samples/sample-ws/src/test/java/org/citrusframework/simulator/EndpointConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws/src/test/java/org/citrusframework/simulator/SimulatorNestedWebServiceIT.java b/simulator-samples/sample-ws/src/test/java/org/citrusframework/simulator/SimulatorNestedWebServiceIT.java index 121949871..303c81140 100644 --- a/simulator-samples/sample-ws/src/test/java/org/citrusframework/simulator/SimulatorNestedWebServiceIT.java +++ b/simulator-samples/sample-ws/src/test/java/org/citrusframework/simulator/SimulatorNestedWebServiceIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-ws/src/test/java/org/citrusframework/simulator/SimulatorWebServiceIT.java b/simulator-samples/sample-ws/src/test/java/org/citrusframework/simulator/SimulatorWebServiceIT.java index 5a8b4afcd..8d2f0b718 100644 --- a/simulator-samples/sample-ws/src/test/java/org/citrusframework/simulator/SimulatorWebServiceIT.java +++ b/simulator-samples/sample-ws/src/test/java/org/citrusframework/simulator/SimulatorWebServiceIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-wsdl/src/main/java/org/citrusframework/simulator/sample/Simulator.java b/simulator-samples/sample-wsdl/src/main/java/org/citrusframework/simulator/sample/Simulator.java index 75775c222..838a116dc 100644 --- a/simulator-samples/sample-wsdl/src/main/java/org/citrusframework/simulator/sample/Simulator.java +++ b/simulator-samples/sample-wsdl/src/main/java/org/citrusframework/simulator/sample/Simulator.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-wsdl/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java b/simulator-samples/sample-wsdl/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java index 2eb0b5436..bd6039833 100644 --- a/simulator-samples/sample-wsdl/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java +++ b/simulator-samples/sample-wsdl/src/main/java/org/citrusframework/simulator/sample/scenario/DefaultScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-samples/sample-wsdl/src/test/java/org/citrusframework/simulator/SimulatorWebServiceWithWsdlIT.java b/simulator-samples/sample-wsdl/src/test/java/org/citrusframework/simulator/SimulatorWebServiceWithWsdlIT.java index 23eecf134..ceb4dd546 100644 --- a/simulator-samples/sample-wsdl/src/test/java/org/citrusframework/simulator/SimulatorWebServiceWithWsdlIT.java +++ b/simulator-samples/sample-wsdl/src/test/java/org/citrusframework/simulator/SimulatorWebServiceWithWsdlIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/SimulatorAutoConfiguration.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/SimulatorAutoConfiguration.java index 68e97fd5b..a46672871 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/SimulatorAutoConfiguration.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/SimulatorAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorConfigurationProperties.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorConfigurationProperties.java index 7906fed0d..7a2ed449e 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorConfigurationProperties.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,7 +35,6 @@ @ConfigurationProperties(prefix = "citrus.simulator") public class SimulatorConfigurationProperties implements EnvironmentAware, InitializingBean { - /** Logger */ private static final Logger logger = LoggerFactory.getLogger(SimulatorConfigurationProperties.class); private static final String SIMULATOR_INBOUND_XML_DICTIONARY_PROPERTY = "citrus.simulator.inbound.xml.dictionary.location"; diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorConfigurationPropertiesAware.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorConfigurationPropertiesAware.java index 09b42fb51..971758729 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorConfigurationPropertiesAware.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorConfigurationPropertiesAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2019 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorConfigurer.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorConfigurer.java index 124baead9..528abe9d5 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorConfigurer.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorImportSelector.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorImportSelector.java index dd0d670ca..3998c95de 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorImportSelector.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/config/SimulatorImportSelector.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/AbstractCorrelationHandler.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/AbstractCorrelationHandler.java index 3a23c7267..9b2ebac9c 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/AbstractCorrelationHandler.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/AbstractCorrelationHandler.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.correlation; import org.citrusframework.simulator.scenario.ScenarioEndpoint; diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/CorrelationHandler.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/CorrelationHandler.java index 5bed58561..28e3716d8 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/CorrelationHandler.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/CorrelationHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/CorrelationHandlerBuilder.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/CorrelationHandlerBuilder.java index 9dda45b75..5a01476ad 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/CorrelationHandlerBuilder.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/CorrelationHandlerBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/CorrelationHandlerRegistry.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/CorrelationHandlerRegistry.java index 661383311..841ecac44 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/CorrelationHandlerRegistry.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/CorrelationHandlerRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/HeaderMappingCorrelationHandler.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/HeaderMappingCorrelationHandler.java index e494bfc62..7d173f2fe 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/HeaderMappingCorrelationHandler.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/HeaderMappingCorrelationHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/MessageTypeCorrelationHandler.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/MessageTypeCorrelationHandler.java index 20b1cc88b..69dad82d8 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/MessageTypeCorrelationHandler.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/MessageTypeCorrelationHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/StartCorrelationHandlerAction.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/StartCorrelationHandlerAction.java index 803ca98ac..056bd0049 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/StartCorrelationHandlerAction.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/StartCorrelationHandlerAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/StopCorrelationHandlerAction.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/StopCorrelationHandlerAction.java index a61f7d00f..00404af85 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/StopCorrelationHandlerAction.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/StopCorrelationHandlerAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/XPathPayloadCorrelationHandler.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/XPathPayloadCorrelationHandler.java index 173ec5932..16c3f3e6e 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/XPathPayloadCorrelationHandler.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/correlation/XPathPayloadCorrelationHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/dictionary/InboundXmlDataDictionary.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/dictionary/InboundXmlDataDictionary.java index 3f74cf101..eb02a9c08 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/dictionary/InboundXmlDataDictionary.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/dictionary/InboundXmlDataDictionary.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.dictionary; import org.citrusframework.context.TestContext; diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/dictionary/OutboundXmlDataDictionary.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/dictionary/OutboundXmlDataDictionary.java index fae390e9c..4af560381 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/dictionary/OutboundXmlDataDictionary.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/dictionary/OutboundXmlDataDictionary.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.dictionary; import org.citrusframework.context.TestContext; diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointAspect.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointAspect.java index c531dc9bd..12808635c 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointAspect.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointAspect.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointConsumerInterceptor.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointConsumerInterceptor.java index 6a671b407..88511d398 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointConsumerInterceptor.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointConsumerInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointMessageHandler.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointMessageHandler.java index 90ba1d690..1eb8b25d7 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointMessageHandler.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointMessageHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointProducerInterceptor.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointProducerInterceptor.java index 85b51554f..a60568c44 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointProducerInterceptor.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/EndpointProducerInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointAdapter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointAdapter.java index 6fcbc7799..df9146d84 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointAdapter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointAutoConfiguration.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointAutoConfiguration.java index 29204144e..2425bc0a9 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointAutoConfiguration.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointComponentAdapter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointComponentAdapter.java index efd873171..f5ec08c85 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointComponentAdapter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointComponentAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointComponentConfigurer.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointComponentConfigurer.java index 46fe836f3..4b308ed5e 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointComponentConfigurer.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointComponentConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointPoller.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointPoller.java index ccc8db336..aefd00886 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointPoller.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorEndpointPoller.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorSoapEndpointPoller.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorSoapEndpointPoller.java index f015ba965..459a4f2e1 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorSoapEndpointPoller.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/endpoint/SimulatorSoapEndpointPoller.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/events/ScenariosReloadedEvent.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/events/ScenariosReloadedEvent.java index 320028405..95346eaf1 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/events/ScenariosReloadedEvent.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/events/ScenariosReloadedEvent.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.events; import org.citrusframework.simulator.service.ScenarioLookupService; diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/exception/SimulatorException.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/exception/SimulatorException.java index 4db7cf945..4fd399998 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/exception/SimulatorException.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/exception/SimulatorException.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpBuilderSupport.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpBuilderSupport.java index ad0af27a9..d0ab65e8f 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpBuilderSupport.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpBuilderSupport.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.http; /** diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpRequestAnnotationMatcher.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpRequestAnnotationMatcher.java index 617d2f75c..25853a5e0 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpRequestAnnotationMatcher.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpRequestAnnotationMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,7 +35,6 @@ */ public class HttpRequestAnnotationMatcher { - /** Logger */ private static final Logger logger = LoggerFactory.getLogger(HttpRequestAnnotationMatcher.class); /** Request path matcher */ diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpRequestAnnotationScenarioMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpRequestAnnotationScenarioMapper.java index e906aa575..68caa60d0 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpRequestAnnotationScenarioMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpRequestAnnotationScenarioMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpRequestPathScenarioMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpRequestPathScenarioMapper.java index 70250888e..ed4c4a475 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpRequestPathScenarioMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpRequestPathScenarioMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpScenarioActionBuilder.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpScenarioActionBuilder.java index d558f0f0d..a4170308b 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpScenarioActionBuilder.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpScenarioActionBuilder.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.http; import static com.fasterxml.jackson.databind.SerializationFeature.INDENT_OUTPUT; diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpScenarioGenerator.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpScenarioGenerator.java index bda876450..c39673a1b 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpScenarioGenerator.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/HttpScenarioGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -45,9 +45,6 @@ */ public class HttpScenarioGenerator implements BeanFactoryPostProcessor { - /** - * Logger - */ private static final Logger logger = LoggerFactory.getLogger(HttpScenarioGenerator.class); /** diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/InterceptorHttp.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/InterceptorHttp.java index 3aef60f04..76c3d1185 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/InterceptorHttp.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/InterceptorHttp.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorHttpMessageConverter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorHttpMessageConverter.java index d0bb479b8..83ce58b9c 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorHttpMessageConverter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorHttpMessageConverter.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.http; import org.citrusframework.http.controller.HttpMessageController; diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestAdapter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestAdapter.java index d83a189aa..fdd112f98 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestAdapter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestAutoConfiguration.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestAutoConfiguration.java index bd838b82e..15f1b58a2 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestAutoConfiguration.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestConfigurationProperties.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestConfigurationProperties.java index 5216508cd..e962dd213 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestConfigurationProperties.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,6 @@ @ConfigurationProperties(prefix = "citrus.simulator.rest") public class SimulatorRestConfigurationProperties implements InitializingBean { - /** Logger */ private static final Logger logger = LoggerFactory.getLogger(SimulatorRestConfigurationProperties.class); /** diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestConfigurer.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestConfigurer.java index 49497abc5..2ea9ba03a 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestConfigurer.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/http/SimulatorRestConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsAdapter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsAdapter.java index a8303a281..ba4494f79 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsAdapter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsAutoConfiguration.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsAutoConfiguration.java index 011e1a09c..4a9b62c58 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsAutoConfiguration.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsConfigurationProperties.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsConfigurationProperties.java index 5ce24e357..fed8ea7b7 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsConfigurationProperties.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,6 @@ @ConfigurationProperties(prefix = "citrus.simulator.jms") public class SimulatorJmsConfigurationProperties implements InitializingBean { - /** Logger */ private static final Logger logger = LoggerFactory.getLogger(SimulatorJmsConfigurationProperties.class); /** diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsConfigurer.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsConfigurer.java index fdaf99d0a..df1d15309 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsConfigurer.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/jms/SimulatorJmsConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/listener/SimulatorMessageListener.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/listener/SimulatorMessageListener.java index fa71fa26e..dafdcb55b 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/listener/SimulatorMessageListener.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/listener/SimulatorMessageListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/listener/SimulatorStatusListener.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/listener/SimulatorStatusListener.java index 812afacaf..92072cfc6 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/listener/SimulatorStatusListener.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/listener/SimulatorStatusListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,9 +44,6 @@ @Component public class SimulatorStatusListener extends AbstractTestListener implements TestActionListener { - /** - * Logger - */ private static final Logger logger = LoggerFactory.getLogger(SimulatorStatusListener.class); /** diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/AbstractAuditingEntity.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/AbstractAuditingEntity.java index 96f7d5f86..da9adbc40 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/AbstractAuditingEntity.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/AbstractAuditingEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/EntityUtils.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/EntityUtils.java index 543b74564..2387f9759 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/EntityUtils.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/EntityUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/Message.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/Message.java index 8a9630228..161171144 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/Message.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/MessageHeader.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/MessageHeader.java index 023c7a20a..67670f184 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/MessageHeader.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/MessageHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioAction.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioAction.java index 292786ec3..06d8f7d03 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioAction.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioExecution.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioExecution.java index 2d6924ec6..ecb056053 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioExecution.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioParameter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioParameter.java index 2c6ead5b6..50dd457e1 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioParameter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioParameterOption.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioParameterOption.java index d21d318f5..d241b0107 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioParameterOption.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/ScenarioParameterOption.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/TestParameter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/TestParameter.java index 124145bd3..59326fa70 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/TestParameter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/TestParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/TestResult.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/TestResult.java index 9d6d6a686..0bd54a18a 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/TestResult.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/model/TestResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/MessageHeaderRepository.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/MessageHeaderRepository.java index 59de4e4c6..af727b280 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/MessageHeaderRepository.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/MessageHeaderRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/MessageRepository.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/MessageRepository.java index df2e8a11b..6207957e4 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/MessageRepository.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/MessageRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/RepositoryConfig.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/RepositoryConfig.java index ce7684b5a..c139e7525 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/RepositoryConfig.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/RepositoryConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/ScenarioActionRepository.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/ScenarioActionRepository.java index ef155fa9d..685870339 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/ScenarioActionRepository.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/ScenarioActionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/ScenarioExecutionRepository.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/ScenarioExecutionRepository.java index 3a3551abb..f9e5928b8 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/ScenarioExecutionRepository.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/ScenarioExecutionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/ScenarioParameterRepository.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/ScenarioParameterRepository.java index 83eff76f0..5d2e555af 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/ScenarioParameterRepository.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/ScenarioParameterRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/TestParameterRepository.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/TestParameterRepository.java index ba9ad43a5..10155daae 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/TestParameterRepository.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/TestParameterRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/TestResultRepository.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/TestResultRepository.java index 3c343bffd..c28de0678 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/TestResultRepository.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/repository/TestResultRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/AbstractScenarioStarter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/AbstractScenarioStarter.java index 19869893e..7ae43bfe9 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/AbstractScenarioStarter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/AbstractScenarioStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/AbstractSimulatorScenario.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/AbstractSimulatorScenario.java index a9e5290aa..9a81ab32b 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/AbstractSimulatorScenario.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/AbstractSimulatorScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/Scenario.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/Scenario.java index ab4b3d4c5..8da23d1ec 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/Scenario.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/Scenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioBeanNameGenerator.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioBeanNameGenerator.java index 5966f5a62..52403dda1 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioBeanNameGenerator.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioBeanNameGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioEndpoint.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioEndpoint.java index d0abfc01f..c9a7a270c 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioEndpoint.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioEndpointConfiguration.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioEndpointConfiguration.java index 6b0cd4745..8c89eda65 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioEndpointConfiguration.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioEndpointConfiguration.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.scenario; import org.citrusframework.endpoint.AbstractEndpointConfiguration; diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioListAware.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioListAware.java index 7f783fa77..012bb224b 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioListAware.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioListAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2019 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioRunner.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioRunner.java index b51f5efd6..b1d218a7a 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioRunner.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioRunner.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioStarter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioStarter.java index 8a7aa3c08..e45c1a450 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioStarter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioStarter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioUtils.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioUtils.java index d4270773e..2261b0131 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioUtils.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/ScenarioUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/SimulatorScenario.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/SimulatorScenario.java index 709b04743..b939e377b 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/SimulatorScenario.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/SimulatorScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/Starter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/Starter.java index 3e732de1d..dec0be5d4 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/Starter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/Starter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/AbstractScenarioMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/AbstractScenarioMapper.java index 9e6880e0c..9eb5896c5 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/AbstractScenarioMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/AbstractScenarioMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2019 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ContentBasedJsonPathScenarioMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ContentBasedJsonPathScenarioMapper.java index b58e437a7..ac3510221 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ContentBasedJsonPathScenarioMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ContentBasedJsonPathScenarioMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ContentBasedXPathScenarioMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ContentBasedXPathScenarioMapper.java index e1d8c37e4..cdce3e357 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ContentBasedXPathScenarioMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ContentBasedXPathScenarioMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/HeaderValueScenarioMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/HeaderValueScenarioMapper.java index cd8c484d3..467759ee2 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/HeaderValueScenarioMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/HeaderValueScenarioMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ScenarioMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ScenarioMapper.java index 4475c6565..238e352fc 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ScenarioMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ScenarioMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ScenarioMappers.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ScenarioMappers.java index c6962c97b..b0edaa50e 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ScenarioMappers.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/scenario/mapper/ScenarioMappers.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2019 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/CriteriaQueryUtils.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/CriteriaQueryUtils.java index 806fc3ef3..15d2337eb 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/CriteriaQueryUtils.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/CriteriaQueryUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageHeaderQueryService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageHeaderQueryService.java index f1bc75ae0..6ae4dacde 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageHeaderQueryService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageHeaderQueryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageHeaderService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageHeaderService.java index 62d2d5c41..5bd70e736 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageHeaderService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageHeaderService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageQueryService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageQueryService.java index ec2dd1a2a..92107c53e 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageQueryService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageQueryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageService.java index e7d04dbb5..90dfea466 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/MessageService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/QueryService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/QueryService.java index 011ff8e51..1fda17e0e 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/QueryService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/QueryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioActionQueryService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioActionQueryService.java index 6511c151f..f341119a2 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioActionQueryService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioActionQueryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioActionService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioActionService.java index d85490559..98c1f5548 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioActionService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioActionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioExecutionQueryService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioExecutionQueryService.java index 4ec6da641..0038cef49 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioExecutionQueryService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioExecutionQueryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioExecutionService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioExecutionService.java index bc21a68cd..8d9ad34de 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioExecutionService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioExecutionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioExecutorService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioExecutorService.java index cbc0c1f0a..5431ba2c9 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioExecutorService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioExecutorService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioLookupService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioLookupService.java index b06e19450..28b95bf16 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioLookupService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioLookupService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioParameterQueryService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioParameterQueryService.java index e93857583..a352b994a 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioParameterQueryService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioParameterQueryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioParameterService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioParameterService.java index 8bff0b7e9..6d714877d 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioParameterService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/ScenarioParameterService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TemplateService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TemplateService.java index b9b344c47..0c322220f 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TemplateService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TemplateService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestCaseUtil.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestCaseUtil.java index 7204995d6..d4389c294 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestCaseUtil.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestCaseUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestParameterQueryService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestParameterQueryService.java index 85f4ae7c8..88244a562 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestParameterQueryService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestParameterQueryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestParameterService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestParameterService.java index 71839909f..0fbacb39d 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestParameterService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestParameterService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestResultQueryService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestResultQueryService.java index 5cf9e3b44..ed2277ba5 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestResultQueryService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestResultQueryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestResultService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestResultService.java index c8b25b7c6..7f5e32dbd 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestResultService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/TestResultService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/Criteria.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/Criteria.java index aaf8a9ec0..65626619e 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/Criteria.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/Criteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/MessageCriteria.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/MessageCriteria.java index 03b567e43..e4c25de7e 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/MessageCriteria.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/MessageCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/MessageHeaderCriteria.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/MessageHeaderCriteria.java index 70cf4789f..465911332 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/MessageHeaderCriteria.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/MessageHeaderCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/ScenarioActionCriteria.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/ScenarioActionCriteria.java index bc487869b..9234b7d94 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/ScenarioActionCriteria.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/ScenarioActionCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/ScenarioExecutionCriteria.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/ScenarioExecutionCriteria.java index 79f342cda..7d7e39512 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/ScenarioExecutionCriteria.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/ScenarioExecutionCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/ScenarioParameterCriteria.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/ScenarioParameterCriteria.java index f56a0f14f..c9747e649 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/ScenarioParameterCriteria.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/ScenarioParameterCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/TestParameterCriteria.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/TestParameterCriteria.java index 80ca131b4..f98f20bf1 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/TestParameterCriteria.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/TestParameterCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/TestResultCriteria.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/TestResultCriteria.java index 1b40da778..ad1e617e0 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/TestResultCriteria.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/criteria/TestResultCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/dto/TestResultByStatus.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/dto/TestResultByStatus.java index 214221d8c..75c1abd94 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/dto/TestResultByStatus.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/dto/TestResultByStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/Filter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/Filter.java index c5669eaca..e06ac1ab9 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/Filter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/Filter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/InstantFilter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/InstantFilter.java index bca06609d..5ddfe6de6 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/InstantFilter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/InstantFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/IntegerFilter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/IntegerFilter.java index 38f1a2e5f..104c86490 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/IntegerFilter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/IntegerFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/LongFilter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/LongFilter.java index 17174479a..35dc5766c 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/LongFilter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/LongFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/RangeFilter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/RangeFilter.java index 3a5b7843e..3db842fba 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/RangeFilter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/RangeFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/StringFilter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/StringFilter.java index 9523c9983..1c91d1ef0 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/StringFilter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/filter/StringFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/MessageHeaderServiceImpl.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/MessageHeaderServiceImpl.java index 1085bb4ba..8ec30cc2c 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/MessageHeaderServiceImpl.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/MessageHeaderServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/MessageServiceImpl.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/MessageServiceImpl.java index 99562efa9..34773bd5c 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/MessageServiceImpl.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/MessageServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioActionServiceImpl.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioActionServiceImpl.java index 0025f998e..16a4c360e 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioActionServiceImpl.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioActionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioExecutionServiceImpl.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioExecutionServiceImpl.java index 6694a38e0..c9304429e 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioExecutionServiceImpl.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioExecutionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioLookupServiceImpl.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioLookupServiceImpl.java index 6ab9c3db8..e180a86b7 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioLookupServiceImpl.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioLookupServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioParameterServiceImpl.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioParameterServiceImpl.java index b7572eccf..be53b9a1e 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioParameterServiceImpl.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/ScenarioParameterServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/TestParameterServiceImpl.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/TestParameterServiceImpl.java index 479aca727..eed484570 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/TestParameterServiceImpl.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/TestParameterServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/TestResultServiceImpl.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/TestResultServiceImpl.java index 7cd68e46e..c00220c2f 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/TestResultServiceImpl.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/TestResultServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/TimeProvider.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/TimeProvider.java index b8fe5b482..80032ce06 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/TimeProvider.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/impl/TimeProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/runner/AsyncScenarioExecutorService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/runner/AsyncScenarioExecutorService.java index 9f7ba4512..dd4b7f5b5 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/runner/AsyncScenarioExecutorService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/runner/AsyncScenarioExecutorService.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/runner/DefaultScenarioExecutorService.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/runner/DefaultScenarioExecutorService.java index 1bfcd8d34..a73456c37 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/runner/DefaultScenarioExecutorService.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/runner/DefaultScenarioExecutorService.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/runner/SimulatorMode.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/runner/SimulatorMode.java index 0ea4aa583..97d85c8bf 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/runner/SimulatorMode.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/service/runner/SimulatorMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/template/TemplateHelper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/template/TemplateHelper.java index 3898fda67..64215fba8 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/template/TemplateHelper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/template/TemplateHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/MessageHeaderResource.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/MessageHeaderResource.java index 063125fdd..899a042bb 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/MessageHeaderResource.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/MessageHeaderResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/MessageResource.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/MessageResource.java index 38120f263..ae5301f1b 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/MessageResource.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/MessageResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioActionResource.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioActionResource.java index d6e742266..e771d028a 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioActionResource.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioActionResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioExecutionResource.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioExecutionResource.java index 6123ce478..6430e799c 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioExecutionResource.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioExecutionResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioParameterResource.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioParameterResource.java index 77f8c1ddc..3d210cb90 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioParameterResource.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioParameterResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioResource.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioResource.java index 6c7e94a06..c0f466c46 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioResource.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/ScenarioResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/TestParameterResource.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/TestParameterResource.java index c3124e154..024d55a56 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/TestParameterResource.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/TestParameterResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/TestResultResource.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/TestResultResource.java index 39a656d9e..cd2b2dd63 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/TestResultResource.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/TestResultResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/MessageDTO.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/MessageDTO.java index 3c119e2d7..9d74e1c35 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/MessageDTO.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/MessageDTO.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/MessageHeaderDTO.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/MessageHeaderDTO.java index 3ab615608..ed1f28c4e 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/MessageHeaderDTO.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/MessageHeaderDTO.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioActionDTO.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioActionDTO.java index 3225dce71..d47dbc834 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioActionDTO.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioActionDTO.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioExecutionDTO.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioExecutionDTO.java index 7095cdeb1..97f5710b0 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioExecutionDTO.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioExecutionDTO.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioParameterDTO.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioParameterDTO.java index 9528bcda5..8dc14cb78 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioParameterDTO.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioParameterDTO.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioParameterOptionDTO.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioParameterOptionDTO.java index 7a19faae6..8037db980 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioParameterOptionDTO.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/ScenarioParameterOptionDTO.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/TestParameterDTO.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/TestParameterDTO.java index 22af9c348..96a1e1f35 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/TestParameterDTO.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/TestParameterDTO.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/TestResultDTO.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/TestResultDTO.java index 8b32215af..65f3d4318 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/TestResultDTO.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/TestResultDTO.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/AuditingEntityMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/AuditingEntityMapper.java index d8ed7875e..7b4f29a82 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/AuditingEntityMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/AuditingEntityMapper.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.web.rest.dto.mapper; import org.citrusframework.simulator.model.AbstractAuditingEntity; diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/HibernateCollectionUtils.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/HibernateCollectionUtils.java index 47d522330..8cf03902b 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/HibernateCollectionUtils.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/HibernateCollectionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/MessageHeaderMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/MessageHeaderMapper.java index 1b5b44ee1..62f9dc7f0 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/MessageHeaderMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/MessageHeaderMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/MessageMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/MessageMapper.java index 3e00f9706..7da163093 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/MessageMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/MessageMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/ScenarioActionMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/ScenarioActionMapper.java index d4ba92b36..71a1ca5e6 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/ScenarioActionMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/ScenarioActionMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/ScenarioExecutionMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/ScenarioExecutionMapper.java index e4d9d4968..f30b126e4 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/ScenarioExecutionMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/ScenarioExecutionMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/ScenarioParameterMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/ScenarioParameterMapper.java index da4597dee..77337af2a 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/ScenarioParameterMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/ScenarioParameterMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/TestParameterMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/TestParameterMapper.java index 0579fc40b..801d3f2a3 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/TestParameterMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/TestParameterMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/TestResultMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/TestResultMapper.java index 087e51b71..576d4bf11 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/TestResultMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/dto/mapper/TestResultMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/pagination/ScenarioComparator.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/pagination/ScenarioComparator.java index 40489a618..0af01aa6c 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/pagination/ScenarioComparator.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/rest/pagination/ScenarioComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/util/PaginationUtil.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/util/PaginationUtil.java index 5bb6902b4..2b4ce4945 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/util/PaginationUtil.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/util/PaginationUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/util/ResponseUtil.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/util/ResponseUtil.java index 91a58e008..917416c95 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/util/ResponseUtil.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/web/util/ResponseUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceAdapter.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceAdapter.java index 1ebb586e4..8c2310b4a 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceAdapter.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceAutoConfiguration.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceAutoConfiguration.java index 5e3d392b1..320916f66 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceAutoConfiguration.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceClientAutoConfiguration.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceClientAutoConfiguration.java index a26f4855c..84a3238b7 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceClientAutoConfiguration.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceClientAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceClientConfigurationProperties.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceClientConfigurationProperties.java index 5e6aa6e4e..f6535a2b3 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceClientConfigurationProperties.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceClientConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,9 +28,6 @@ @ConfigurationProperties(prefix = "citrus.simulator.ws.client") public class SimulatorWebServiceClientConfigurationProperties implements InitializingBean { - /** - * Logger - */ private static final Logger logger = LoggerFactory.getLogger(SimulatorWebServiceClientConfigurationProperties.class); /** diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceClientConfigurer.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceClientConfigurer.java index b7e7d5050..c012437f2 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceClientConfigurer.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceClientConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceConfigurationProperties.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceConfigurationProperties.java index 59aca0799..9b09f431b 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceConfigurationProperties.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,6 @@ @ConfigurationProperties(prefix = "citrus.simulator.ws") public class SimulatorWebServiceConfigurationProperties implements InitializingBean { - /** Logger */ private static final Logger logger = LoggerFactory.getLogger(SimulatorWebServiceConfigurationProperties.class); /** diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceConfigurer.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceConfigurer.java index abc615d45..c584ca610 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceConfigurer.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceLoggingAutoConfiguration.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceLoggingAutoConfiguration.java index e5a40e4a7..66ddee0c8 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceLoggingAutoConfiguration.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SimulatorWebServiceLoggingAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapActionScenarioMapper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapActionScenarioMapper.java index 33e7624f6..2660b5098 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapActionScenarioMapper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapActionScenarioMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapBuilderSupport.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapBuilderSupport.java index d4fa88e5a..c2154e795 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapBuilderSupport.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapBuilderSupport.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ws; /** diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapMessageHelper.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapMessageHelper.java index c893d26e7..2fc2b47a5 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapMessageHelper.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapMessageHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 the original author or authors. + * Copyright the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -46,9 +46,6 @@ */ public class SoapMessageHelper { - /** - * Logger - */ private static final Logger logger = LoggerFactory.getLogger(SoapMessageHelper.class); @Autowired diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapScenarioActionBuilder.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapScenarioActionBuilder.java index 127d9b57b..29bc200c2 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapScenarioActionBuilder.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/SoapScenarioActionBuilder.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ws; import org.citrusframework.simulator.scenario.ScenarioEndpoint; diff --git a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/WsdlOperationScenario.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/WsdlOperationScenario.java index 8a5bae859..b987fcb61 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/WsdlOperationScenario.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/WsdlOperationScenario.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/WsdlScenarioGenerator.java b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/WsdlScenarioGenerator.java index 7b32ecc0d..3625b49d0 100644 --- a/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/WsdlScenarioGenerator.java +++ b/simulator-spring-boot/src/main/java/org/citrusframework/simulator/ws/WsdlScenarioGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -57,9 +57,6 @@ */ public class WsdlScenarioGenerator implements BeanFactoryPostProcessor { - /** - * Logger - */ private static final Logger logger = LoggerFactory.getLogger(WsdlScenarioGenerator.class); /** diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/IntegrationTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/IntegrationTest.java index 899bdde71..26e48aa0f 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/IntegrationTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/IntegrationTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator; import org.citrusframework.simulator.test.TestApplication; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/TechnicalStructureTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/TechnicalStructureTest.java index 274b4f21d..61f7eea65 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/TechnicalStructureTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/TechnicalStructureTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator; import com.tngtech.archunit.core.importer.ImportOption; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/dictionary/InboundXmlDataDictionaryTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/dictionary/InboundXmlDataDictionaryTest.java index 0b910c90d..58edacfa4 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/dictionary/InboundXmlDataDictionaryTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/dictionary/InboundXmlDataDictionaryTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.dictionary; import org.citrusframework.context.TestContext; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/dictionary/OutboundXmlDataDictionaryTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/dictionary/OutboundXmlDataDictionaryTest.java index 7d342ef2e..67a47105d 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/dictionary/OutboundXmlDataDictionaryTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/dictionary/OutboundXmlDataDictionaryTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.dictionary; import org.citrusframework.context.TestContext; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/AsynchronousSimulatorEndpointAdapterIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/AsynchronousSimulatorEndpointAdapterIT.java index 4bc0c0fe8..bf4b469b4 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/AsynchronousSimulatorEndpointAdapterIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/AsynchronousSimulatorEndpointAdapterIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.endpoint; import org.citrusframework.simulator.exception.SimulatorException; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/SimulationFailedUnexpectedlyExceptionTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/SimulationFailedUnexpectedlyExceptionTest.java index fe36cd746..e561d86b8 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/SimulationFailedUnexpectedlyExceptionTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/SimulationFailedUnexpectedlyExceptionTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.endpoint; import org.citrusframework.simulator.exception.SimulatorException; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/SimulatorEndpointAdapterIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/SimulatorEndpointAdapterIT.java index 4c6361a39..b37abb957 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/SimulatorEndpointAdapterIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/SimulatorEndpointAdapterIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.endpoint; import org.assertj.core.api.ThrowingConsumer; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/SynchronousSimulatorEndpointAdapterIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/SynchronousSimulatorEndpointAdapterIT.java index 14fe0f50d..cb05df2b0 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/SynchronousSimulatorEndpointAdapterIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/endpoint/SynchronousSimulatorEndpointAdapterIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.endpoint; import org.citrusframework.exceptions.TestCaseFailedException; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/events/ScenariosReloadedEventIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/events/ScenariosReloadedEventIT.java index bf950b9d9..92dc275ba 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/events/ScenariosReloadedEventIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/events/ScenariosReloadedEventIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/events/ScenariosReloadedEventTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/events/ScenariosReloadedEventTest.java index 02c949aeb..6623a1283 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/events/ScenariosReloadedEventTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/events/ScenariosReloadedEventTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.events; import org.citrusframework.simulator.service.ScenarioLookupService; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationMatcherTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationMatcherTest.java index 4a81e2018..bd0fc6957 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationMatcherTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationMatcherTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.http; import org.citrusframework.http.message.HttpMessage; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationScenarioMapperIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationScenarioMapperIT.java index 09f59d159..28f12247c 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationScenarioMapperIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationScenarioMapperIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.http; import org.aspectj.lang.ProceedingJoinPoint; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationScenarioMapperTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationScenarioMapperTest.java index a94e6c84c..c365d9613 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationScenarioMapperTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestAnnotationScenarioMapperTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.http; import jakarta.annotation.Nonnull; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestPathScenarioMapperTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestPathScenarioMapperTest.java index 07d7f5fb6..6d4c69e54 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestPathScenarioMapperTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpRequestPathScenarioMapperTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.http; import io.swagger.models.Operation; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpScenarioActionBuilderTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpScenarioActionBuilderTest.java index 5feaee07a..e501ccc5f 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpScenarioActionBuilderTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpScenarioActionBuilderTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.http; import org.citrusframework.http.actions.HttpServerResponseActionBuilder.HttpMessageBuilderSupport; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpScenarioGeneratorTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpScenarioGeneratorTest.java index 684f8be89..a13140bd7 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpScenarioGeneratorTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/HttpScenarioGeneratorTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.http; import io.swagger.models.Operation; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorHttpMessageConverterTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorHttpMessageConverterTest.java index ff9ab0e1f..2a22e2612 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorHttpMessageConverterTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorHttpMessageConverterTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.http; import org.citrusframework.http.controller.HttpMessageController; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorRestAutoConfigurationTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorRestAutoConfigurationTest.java index 5a59ef0dc..994de1aec 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorRestAutoConfigurationTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorRestAutoConfigurationTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.http; import org.citrusframework.report.MessageListeners; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorRestConfigurationPropertiesMultiUrlIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorRestConfigurationPropertiesMultiUrlIT.java index 6a5b96301..3a2d1284e 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorRestConfigurationPropertiesMultiUrlIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorRestConfigurationPropertiesMultiUrlIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.http; import org.junit.jupiter.api.Test; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorRestConfigurationPropertiesSingleUrlIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorRestConfigurationPropertiesSingleUrlIT.java index 3048d8547..8ce3b9df4 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorRestConfigurationPropertiesSingleUrlIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/http/SimulatorRestConfigurationPropertiesSingleUrlIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.http; import org.junit.jupiter.api.Test; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/listener/SimulatorStatusListenerTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/listener/SimulatorStatusListenerTest.java index 03d0f086d..4897505f9 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/listener/SimulatorStatusListenerTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/listener/SimulatorStatusListenerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.listener; import org.assertj.core.api.Condition; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/EntityTestUtils.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/EntityTestUtils.java index 3845eb5d3..5c0f9d55f 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/EntityTestUtils.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/EntityTestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/EntityUtilsTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/EntityUtilsTest.java index d9311b7bd..fbabd2952 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/EntityUtilsTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/EntityUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/MessageHeaderTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/MessageHeaderTest.java index 9a7a4a37a..3d5dc1757 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/MessageHeaderTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/MessageHeaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/MessageTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/MessageTest.java index c14de3a9a..144d4ede8 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/MessageTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/MessageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/ScenarioActionTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/ScenarioActionTest.java index 30107d055..0f9d1ab18 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/ScenarioActionTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/ScenarioActionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/ScenarioExecutionTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/ScenarioExecutionTest.java index e0cbcf995..d89f3712e 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/ScenarioExecutionTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/ScenarioExecutionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/ScenarioParameterTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/ScenarioParameterTest.java index ae26cbcfc..0778621c1 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/ScenarioParameterTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/ScenarioParameterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/TestParameterIdTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/TestParameterIdTest.java index 21f87ce59..0ff793b41 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/TestParameterIdTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/TestParameterIdTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/TestParameterTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/TestParameterTest.java index 9df4e2181..dc44bbaa3 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/TestParameterTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/TestParameterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/TestResultTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/TestResultTest.java index f111cf680..5c9f0375b 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/TestResultTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/model/TestResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/MessageHeaderRepositoryIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/MessageHeaderRepositoryIT.java index cf5caddd9..d66ff9f8d 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/MessageHeaderRepositoryIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/MessageHeaderRepositoryIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/MessageRepositoryIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/MessageRepositoryIT.java index 5ccf79e86..0d08be3d9 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/MessageRepositoryIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/MessageRepositoryIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/ScenarioActionRepositoryIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/ScenarioActionRepositoryIT.java index abb13ec1c..84209352f 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/ScenarioActionRepositoryIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/ScenarioActionRepositoryIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/ScenarioParameterRepositoryIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/ScenarioParameterRepositoryIT.java index bdeb31692..7699c243d 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/ScenarioParameterRepositoryIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/ScenarioParameterRepositoryIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/TestParameterRepositoryIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/TestParameterRepositoryIT.java index 4075baa63..eaa6ff8d7 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/TestParameterRepositoryIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/TestParameterRepositoryIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.repository; import jakarta.persistence.EntityManager; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/TestResultRepositoryIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/TestResultRepositoryIT.java index 266bda267..74c66fa90 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/TestResultRepositoryIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/repository/TestResultRepositoryIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.repository; import org.citrusframework.simulator.IntegrationTest; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/AbstractSimulatorScenarioTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/AbstractSimulatorScenarioTest.java index 1801f6ca6..dad66f12f 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/AbstractSimulatorScenarioTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/AbstractSimulatorScenarioTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.scenario; import org.citrusframework.TestCaseRunner; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/AbstractSimulatorTestScenario.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/AbstractSimulatorTestScenario.java index 09dc577e9..29e6c990b 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/AbstractSimulatorTestScenario.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/AbstractSimulatorTestScenario.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.scenario; import jakarta.annotation.Nullable; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/ScenarioEndpointTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/ScenarioEndpointTest.java index 89f7911cb..c290e6f83 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/ScenarioEndpointTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/ScenarioEndpointTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.scenario; import org.citrusframework.message.Message; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/SimulatorScenarioTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/SimulatorScenarioTest.java index a3b586c5e..a3d562ff1 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/SimulatorScenarioTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/SimulatorScenarioTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.scenario; import jakarta.annotation.Nullable; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/mapper/ScenarioMappersTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/mapper/ScenarioMappersTest.java index ae3054714..9a110630c 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/mapper/ScenarioMappersTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/scenario/mapper/ScenarioMappersTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.scenario.mapper; import org.citrusframework.exceptions.CitrusRuntimeException; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/MessageQueryServiceIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/MessageQueryServiceIT.java index 6e638b232..ef780dcda 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/MessageQueryServiceIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/MessageQueryServiceIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service; import jakarta.persistence.EntityManager; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/ScenarioExecutionQueryServiceIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/ScenarioExecutionQueryServiceIT.java index 595a103d7..580617506 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/ScenarioExecutionQueryServiceIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/ScenarioExecutionQueryServiceIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service; import jakarta.persistence.EntityManager; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/ScenarioExecutionQueryServiceTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/ScenarioExecutionQueryServiceTest.java index e84fd6586..523d6bba5 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/ScenarioExecutionQueryServiceTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/ScenarioExecutionQueryServiceTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service; import org.assertj.core.api.InstanceOfAssertFactories; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/TestCaseUtilTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/TestCaseUtilTest.java index 558f196e2..c56f1f2ad 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/TestCaseUtilTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/TestCaseUtilTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service; import org.citrusframework.TestCase; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/TestResultQueryServiceIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/TestResultQueryServiceIT.java index cea12ac4a..23d3a8af4 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/TestResultQueryServiceIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/TestResultQueryServiceIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service; import jakarta.persistence.EntityManager; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/MessageCriteriaTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/MessageCriteriaTest.java index 7dea3e946..18949b552 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/MessageCriteriaTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/MessageCriteriaTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.criteria; import org.junit.jupiter.api.BeforeEach; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/MessageHeaderCriteriaTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/MessageHeaderCriteriaTest.java index 99aaf9a2e..d5991e28a 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/MessageHeaderCriteriaTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/MessageHeaderCriteriaTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.criteria; import org.junit.jupiter.api.BeforeEach; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/ScenarioActionCriteriaTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/ScenarioActionCriteriaTest.java index bdcbf280f..3d5c31331 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/ScenarioActionCriteriaTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/ScenarioActionCriteriaTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.criteria; import org.junit.jupiter.api.BeforeEach; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/ScenarioExecutionCriteriaTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/ScenarioExecutionCriteriaTest.java index a36b0e5b9..6a8915655 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/ScenarioExecutionCriteriaTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/ScenarioExecutionCriteriaTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.criteria; import org.junit.jupiter.api.BeforeEach; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/ScenarioParameterCriteriaTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/ScenarioParameterCriteriaTest.java index 9f4ee9e62..467e30f63 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/ScenarioParameterCriteriaTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/ScenarioParameterCriteriaTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.criteria; import org.junit.jupiter.api.BeforeEach; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/TestParameterCriteriaTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/TestParameterCriteriaTest.java index e8ab0bb89..698c3ed6d 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/TestParameterCriteriaTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/TestParameterCriteriaTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.criteria; import org.junit.jupiter.api.BeforeEach; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/TestResultCriteriaTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/TestResultCriteriaTest.java index 74aab7f16..e23b1d10c 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/TestResultCriteriaTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/criteria/TestResultCriteriaTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.criteria; import org.junit.jupiter.api.BeforeEach; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/dto/TestResultByStatusTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/dto/TestResultByStatusTest.java index df889a6ef..1b166d3db 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/dto/TestResultByStatusTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/dto/TestResultByStatusTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.dto; import org.junit.jupiter.api.Test; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/FilterTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/FilterTest.java index 766ff2bc7..d010d3910 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/FilterTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/FilterTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.filter; import org.junit.jupiter.api.Test; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/InstantFilterTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/InstantFilterTest.java index 263a22c91..08d8f7db8 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/InstantFilterTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/InstantFilterTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.filter; import org.junit.jupiter.api.Test; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/IntegerFilterTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/IntegerFilterTest.java index b1c7e0483..fa5b0013c 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/IntegerFilterTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/IntegerFilterTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.filter; import org.junit.jupiter.api.Test; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/LongFilterTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/LongFilterTest.java index bfd294c7d..4a5908eb2 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/LongFilterTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/LongFilterTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.filter; import org.junit.jupiter.api.Test; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/RangeFilterTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/RangeFilterTest.java index 9433d43e9..1ad7f85d7 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/RangeFilterTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/RangeFilterTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.filter; import org.junit.jupiter.api.Test; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/StringFilterTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/StringFilterTest.java index b06a08926..43ac28cd4 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/StringFilterTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/filter/StringFilterTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.filter; import org.junit.jupiter.api.Test; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/MessageHeaderServiceImplTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/MessageHeaderServiceImplTest.java index 8d87d2f11..fc9d9513c 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/MessageHeaderServiceImplTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/MessageHeaderServiceImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/MessageServiceImplTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/MessageServiceImplTest.java index 8d51641de..674942468 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/MessageServiceImplTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/MessageServiceImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioActionServiceImplTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioActionServiceImplTest.java index c207321ae..5e9481b90 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioActionServiceImplTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioActionServiceImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioExecutionServiceImplTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioExecutionServiceImplTest.java index de500d780..8970ca14e 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioExecutionServiceImplTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioExecutionServiceImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioLookupServiceImplTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioLookupServiceImplTest.java index 7d995df9b..a212244fb 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioLookupServiceImplTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioLookupServiceImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioParameterServiceImplTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioParameterServiceImplTest.java index 2807a3734..937c545c9 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioParameterServiceImplTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/ScenarioParameterServiceImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/TestParameterServiceImplTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/TestParameterServiceImplTest.java index 296720acc..8cd47037b 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/TestParameterServiceImplTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/TestParameterServiceImplTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.impl; import org.citrusframework.simulator.model.TestParameter; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/TestResultServiceImplTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/TestResultServiceImplTest.java index 04d630d27..3d80d78f1 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/TestResultServiceImplTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/impl/TestResultServiceImplTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.impl; import org.citrusframework.simulator.model.TestResult; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/AsyncScenarioExecutorServiceIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/AsyncScenarioExecutorServiceIT.java index 8f2db5b15..5cc6ec983 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/AsyncScenarioExecutorServiceIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/AsyncScenarioExecutorServiceIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.runner; import org.citrusframework.simulator.IntegrationTest; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/AsyncScenarioExecutorServiceTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/AsyncScenarioExecutorServiceTest.java index 7caa8aa5e..f4ebe6e2c 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/AsyncScenarioExecutorServiceTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/AsyncScenarioExecutorServiceTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.runner; import org.citrusframework.TestCase; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/DefaultScenarioExecutorServiceIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/DefaultScenarioExecutorServiceIT.java index b38a769df..3f2acb351 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/DefaultScenarioExecutorServiceIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/DefaultScenarioExecutorServiceIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.runner; import org.citrusframework.simulator.IntegrationTest; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/DefaultScenarioExecutorServiceTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/DefaultScenarioExecutorServiceTest.java index 28389e7bc..705abe2cb 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/DefaultScenarioExecutorServiceTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/DefaultScenarioExecutorServiceTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.runner; import jakarta.annotation.Nullable; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/ScenarioExecutorServiceTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/ScenarioExecutorServiceTest.java index c8f86bc75..782eee005 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/ScenarioExecutorServiceTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/ScenarioExecutorServiceTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.runner; import org.citrusframework.Citrus; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/SyncScenarioExecutorServiceIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/SyncScenarioExecutorServiceIT.java index 1f9c93e7f..9339ac6a8 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/SyncScenarioExecutorServiceIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/service/runner/SyncScenarioExecutorServiceIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.service.runner; import org.citrusframework.simulator.IntegrationTest; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/template/TemplateHelperTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/template/TemplateHelperTest.java index 02526f613..dddae2f18 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/template/TemplateHelperTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/template/TemplateHelperTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.template; import org.citrusframework.spi.Resource; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/test/TestApplication.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/test/TestApplication.java index a39ca08b0..99a44ff38 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/test/TestApplication.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/test/TestApplication.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.test; import org.springframework.boot.SpringApplication; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/MessageHeaderResourceIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/MessageHeaderResourceIT.java index dd34086f9..84ef8cd3d 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/MessageHeaderResourceIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/MessageHeaderResourceIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.web.rest; import jakarta.persistence.EntityManager; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/MessageResourceIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/MessageResourceIT.java index 35a2fb97d..70f1d1dff 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/MessageResourceIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/MessageResourceIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.web.rest; import jakarta.persistence.EntityManager; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioActionResourceIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioActionResourceIT.java index 3f5a456d8..ecd6263eb 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioActionResourceIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioActionResourceIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.web.rest; import jakarta.persistence.EntityManager; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioExecutionResourceIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioExecutionResourceIT.java index aff6c4938..4ee3068e2 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioExecutionResourceIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioExecutionResourceIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.web.rest; import jakarta.persistence.EntityManager; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioParameterResourceIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioParameterResourceIT.java index f1f212ea7..7cd525850 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioParameterResourceIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioParameterResourceIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.web.rest; import jakarta.persistence.EntityManager; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioResourceIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioResourceIT.java index 090a732cf..2edeaa6bb 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioResourceIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioResourceIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioResourceTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioResourceTest.java index fef54754d..5493d8324 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioResourceTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/ScenarioResourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/TestParameterResourceIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/TestParameterResourceIT.java index a35e5cd8d..299a04269 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/TestParameterResourceIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/TestParameterResourceIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.web.rest; import jakarta.persistence.EntityManager; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/TestResultResourceIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/TestResultResourceIT.java index bda10a747..99f622ff2 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/TestResultResourceIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/TestResultResourceIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.web.rest; import jakarta.persistence.EntityManager; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/TestUtil.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/TestUtil.java index c975f7898..590c2c620 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/TestUtil.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/TestUtil.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.web.rest; import jakarta.persistence.EntityManager; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/pagination/ScenarioComparatorTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/pagination/ScenarioComparatorTest.java index f157d8b66..9aae6484d 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/pagination/ScenarioComparatorTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/rest/pagination/ScenarioComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/util/PaginationUtilTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/util/PaginationUtilTest.java index b744b7c78..73b9fd748 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/util/PaginationUtilTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/util/PaginationUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/util/ResponseUtilTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/util/ResponseUtilTest.java index fa58faac0..a824f1768 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/util/ResponseUtilTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/web/util/ResponseUtilTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.web.util; import org.junit.jupiter.api.Test; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/SimulatorWebServiceAdapterTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/SimulatorWebServiceAdapterTest.java index 2499bffab..a50f8e144 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/SimulatorWebServiceAdapterTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/SimulatorWebServiceAdapterTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ws; import static java.util.Arrays.asList; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/SimulatorWebServiceAutoConfigurationIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/SimulatorWebServiceAutoConfigurationIT.java index 738174d9b..bc40b9639 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/SimulatorWebServiceAutoConfigurationIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/SimulatorWebServiceAutoConfigurationIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ws; import org.citrusframework.simulator.IntegrationTest; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/SimulatorWebServiceAutoConfigurationSpringIT.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/SimulatorWebServiceAutoConfigurationSpringIT.java index 893c33162..1574add1d 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/SimulatorWebServiceAutoConfigurationSpringIT.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/SimulatorWebServiceAutoConfigurationSpringIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ws; import org.citrusframework.simulator.IntegrationTest; diff --git a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/WsdlScenarioGeneratorTest.java b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/WsdlScenarioGeneratorTest.java index 12e11f1e7..61c54de37 100644 --- a/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/WsdlScenarioGeneratorTest.java +++ b/simulator-spring-boot/src/test/java/org/citrusframework/simulator/ws/WsdlScenarioGeneratorTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ws; import org.citrusframework.spi.Resources; diff --git a/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/InfoEndpointConfiguration.java b/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/InfoEndpointConfiguration.java index fb6dad06c..dd5796a46 100644 --- a/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/InfoEndpointConfiguration.java +++ b/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/InfoEndpointConfiguration.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ui.config; import org.springframework.boot.actuate.info.Info; diff --git a/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/SecurityConfiguration.java b/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/SecurityConfiguration.java index e15c2805b..d0b3c2b21 100644 --- a/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/SecurityConfiguration.java +++ b/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/SecurityConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/ServletUtils.java b/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/ServletUtils.java index 0592cf7e7..008d0e013 100644 --- a/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/ServletUtils.java +++ b/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/ServletUtils.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ui.config; import java.util.regex.Matcher; diff --git a/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/SimulatorUiAutoconfiguration.java b/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/SimulatorUiAutoconfiguration.java index 8e07123b5..0d67d5fe7 100644 --- a/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/SimulatorUiAutoconfiguration.java +++ b/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/SimulatorUiAutoconfiguration.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ui.config; import org.springframework.context.annotation.ComponentScan; diff --git a/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/SimulatorUiConfigurationProperties.java b/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/SimulatorUiConfigurationProperties.java index d155cf5a2..dca6b2642 100644 --- a/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/SimulatorUiConfigurationProperties.java +++ b/simulator-ui/src/main/java/org/citrusframework/simulator/ui/config/SimulatorUiConfigurationProperties.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ui.config; diff --git a/simulator-ui/src/main/java/org/citrusframework/simulator/ui/filter/SpaWebFilter.java b/simulator-ui/src/main/java/org/citrusframework/simulator/ui/filter/SpaWebFilter.java index a1e260985..3ed0abd4e 100644 --- a/simulator-ui/src/main/java/org/citrusframework/simulator/ui/filter/SpaWebFilter.java +++ b/simulator-ui/src/main/java/org/citrusframework/simulator/ui/filter/SpaWebFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-ui/src/test/java/org/citrusframework/simulator/ui/IntegrationTest.java b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/IntegrationTest.java index b44843605..31bfc2770 100644 --- a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/IntegrationTest.java +++ b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/IntegrationTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ui; import org.citrusframework.simulator.ui.test.TestApplication; diff --git a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/AbstractSecurityConfigurationIT.java b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/AbstractSecurityConfigurationIT.java index ccf110773..470c3dbd0 100644 --- a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/AbstractSecurityConfigurationIT.java +++ b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/AbstractSecurityConfigurationIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/InfoEndpointConfigurationTest.java b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/InfoEndpointConfigurationTest.java index 2b18fb764..5b4181ec5 100644 --- a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/InfoEndpointConfigurationTest.java +++ b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/InfoEndpointConfigurationTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ui.config; import org.junit.jupiter.api.Test; diff --git a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/SecurityConfigurationWithAdaptersIT.java b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/SecurityConfigurationWithAdaptersIT.java index a509d0811..cef93e95f 100644 --- a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/SecurityConfigurationWithAdaptersIT.java +++ b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/SecurityConfigurationWithAdaptersIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/SecurityConfigurationWithoutAdaptersIT.java b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/SecurityConfigurationWithoutAdaptersIT.java index ce13d021c..0d348d2e4 100644 --- a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/SecurityConfigurationWithoutAdaptersIT.java +++ b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/SecurityConfigurationWithoutAdaptersIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/ServletUtilsTest.java b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/ServletUtilsTest.java index 97aa0a5fa..4ebc6828e 100644 --- a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/ServletUtilsTest.java +++ b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/ServletUtilsTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ui.config; import org.junit.jupiter.params.ParameterizedTest; diff --git a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/SimulatorUiAutoconfigurationIT.java b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/SimulatorUiAutoconfigurationIT.java index f16d540b6..5de59c6a8 100644 --- a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/SimulatorUiAutoconfigurationIT.java +++ b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/config/SimulatorUiAutoconfigurationIT.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ui.config; import org.citrusframework.simulator.ui.IntegrationTest; diff --git a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/filter/SpaWebFilterIT.java b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/filter/SpaWebFilterIT.java index 29efd2224..183cbbd4a 100644 --- a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/filter/SpaWebFilterIT.java +++ b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/filter/SpaWebFilterIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright the original author or authors. * * 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/simulator-ui/src/test/java/org/citrusframework/simulator/ui/filter/SpaWebFilterTest.java b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/filter/SpaWebFilterTest.java index ab372116c..9218f7c1d 100644 --- a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/filter/SpaWebFilterTest.java +++ b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/filter/SpaWebFilterTest.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ui.filter; import jakarta.servlet.FilterChain; diff --git a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/test/TestApplication.java b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/test/TestApplication.java index 22b4cbe51..5ec7b3f72 100644 --- a/simulator-ui/src/test/java/org/citrusframework/simulator/ui/test/TestApplication.java +++ b/simulator-ui/src/test/java/org/citrusframework/simulator/ui/test/TestApplication.java @@ -1,3 +1,19 @@ +/* + * Copyright the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.citrusframework.simulator.ui.test; import org.citrusframework.simulator.scenario.AbstractSimulatorScenario;