diff --git a/build.gradle b/build.gradle index 92ecc30..78e43c9 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ license { header = project.file('HEADER.txt') properties { name = 'Seqera' - year = 2023 + year = '2021-2023' } exclude '**/*.properties' exclude 'gradlew' diff --git a/src/main/java/io/seqera/tower/agent/Agent.java b/src/main/java/io/seqera/tower/agent/Agent.java index a55fcd9..e5f6fe7 100644 --- a/src/main/java/io/seqera/tower/agent/Agent.java +++ b/src/main/java/io/seqera/tower/agent/Agent.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Seqera. + * Copyright 2021-2023, Seqera. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/io/seqera/tower/agent/AgentClientSocket.java b/src/main/java/io/seqera/tower/agent/AgentClientSocket.java index 696d980..5f62147 100644 --- a/src/main/java/io/seqera/tower/agent/AgentClientSocket.java +++ b/src/main/java/io/seqera/tower/agent/AgentClientSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Seqera. + * Copyright 2021-2023, Seqera. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/io/seqera/tower/agent/exceptions/RecoverableException.java b/src/main/java/io/seqera/tower/agent/exceptions/RecoverableException.java index faee4eb..51e6b72 100644 --- a/src/main/java/io/seqera/tower/agent/exceptions/RecoverableException.java +++ b/src/main/java/io/seqera/tower/agent/exceptions/RecoverableException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Seqera. + * Copyright 2021-2023, Seqera. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/io/seqera/tower/agent/exceptions/UnrecoverableException.java b/src/main/java/io/seqera/tower/agent/exceptions/UnrecoverableException.java index f527b92..1071d20 100644 --- a/src/main/java/io/seqera/tower/agent/exceptions/UnrecoverableException.java +++ b/src/main/java/io/seqera/tower/agent/exceptions/UnrecoverableException.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Seqera. + * Copyright 2021-2023, Seqera. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/io/seqera/tower/agent/exchange/AgentMessage.java b/src/main/java/io/seqera/tower/agent/exchange/AgentMessage.java index c250161..9cb54ab 100644 --- a/src/main/java/io/seqera/tower/agent/exchange/AgentMessage.java +++ b/src/main/java/io/seqera/tower/agent/exchange/AgentMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Seqera. + * Copyright 2021-2023, Seqera. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/io/seqera/tower/agent/exchange/CommandRequest.java b/src/main/java/io/seqera/tower/agent/exchange/CommandRequest.java index 25ce825..d058439 100644 --- a/src/main/java/io/seqera/tower/agent/exchange/CommandRequest.java +++ b/src/main/java/io/seqera/tower/agent/exchange/CommandRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Seqera. + * Copyright 2021-2023, Seqera. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/io/seqera/tower/agent/exchange/CommandResponse.java b/src/main/java/io/seqera/tower/agent/exchange/CommandResponse.java index a255e59..3696f54 100644 --- a/src/main/java/io/seqera/tower/agent/exchange/CommandResponse.java +++ b/src/main/java/io/seqera/tower/agent/exchange/CommandResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Seqera. + * Copyright 2021-2023, Seqera. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/io/seqera/tower/agent/exchange/HeartbeatMessage.java b/src/main/java/io/seqera/tower/agent/exchange/HeartbeatMessage.java index b5542fa..e9f75d8 100644 --- a/src/main/java/io/seqera/tower/agent/exchange/HeartbeatMessage.java +++ b/src/main/java/io/seqera/tower/agent/exchange/HeartbeatMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Seqera. + * Copyright 2021-2023, Seqera. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/io/seqera/tower/agent/exchange/InfoMessage.java b/src/main/java/io/seqera/tower/agent/exchange/InfoMessage.java index bbb2c1b..03d4643 100644 --- a/src/main/java/io/seqera/tower/agent/exchange/InfoMessage.java +++ b/src/main/java/io/seqera/tower/agent/exchange/InfoMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Seqera. + * Copyright 2021-2023, Seqera. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/io/seqera/tower/agent/model/ServiceInfo.java b/src/main/java/io/seqera/tower/agent/model/ServiceInfo.java index d6e8b74..5085df0 100644 --- a/src/main/java/io/seqera/tower/agent/model/ServiceInfo.java +++ b/src/main/java/io/seqera/tower/agent/model/ServiceInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Seqera. + * Copyright 2021-2023, Seqera. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/io/seqera/tower/agent/model/ServiceInfoResponse.java b/src/main/java/io/seqera/tower/agent/model/ServiceInfoResponse.java index a53e90c..09bf94e 100644 --- a/src/main/java/io/seqera/tower/agent/model/ServiceInfoResponse.java +++ b/src/main/java/io/seqera/tower/agent/model/ServiceInfoResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Seqera. + * Copyright 2021-2023, Seqera. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/io/seqera/tower/agent/utils/VersionProvider.java b/src/main/java/io/seqera/tower/agent/utils/VersionProvider.java index 70b9d8f..ced2d3a 100644 --- a/src/main/java/io/seqera/tower/agent/utils/VersionProvider.java +++ b/src/main/java/io/seqera/tower/agent/utils/VersionProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023, Seqera. + * Copyright 2021-2023, Seqera. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index e7f46da..2658955 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ # -# Copyright 2023, Seqera. +# Copyright 2021-2023, Seqera. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 1e80a42..4f51a88 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -1,5 +1,5 @@