Skip to content

Commit 85b31da

Browse files
committed
Update copyright
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 8fde313 commit 85b31da

44 files changed

Lines changed: 167 additions & 49 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/build.gradle

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,23 @@ test {
4949
useJUnitPlatform()
5050
}
5151

52+
/*
53+
* Copyright 2023-2025, Seqera Labs
54+
*
55+
* Licensed under the Apache License, Version 2.0 (the "License");
56+
* you may not use this file except in compliance with the License.
57+
* You may obtain a copy of the License at
58+
*
59+
* http://www.apache.org/licenses/LICENSE-2.0
60+
*
61+
* Unless required by applicable law or agreed to in writing, software
62+
* distributed under the License is distributed on an "AS IS" BASIS,
63+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
64+
* See the License for the specific language governing permissions and
65+
* limitations under the License.
66+
*
67+
*/
68+
5269
// read the version from the `VERSION` file
5370
version = new File(rootDir,'VERSION').text.trim()
5471
group = 'io.seqera'

app/src/main/java/io/seqera/wave/cli/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, Seqera Labs
2+
* Copyright 2023-2025, Seqera Labs
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

app/src/main/java/io/seqera/wave/cli/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, Seqera Labs
2+
* Copyright 2023-2025, Seqera Labs
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

app/src/main/java/io/seqera/wave/cli/config/RetryOpts.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, Seqera Labs
2+
* Copyright 2023-2025, Seqera Labs
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

app/src/main/java/io/seqera/wave/cli/exception/BadClientResponseException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, Seqera Labs
2+
* Copyright 2023-2025, Seqera Labs
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

app/src/main/java/io/seqera/wave/cli/exception/ClientConnectionException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, Seqera Labs
2+
* Copyright 2023-2025, Seqera Labs
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

app/src/main/java/io/seqera/wave/cli/exception/IllegalCliArgumentException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, Seqera Labs
2+
* Copyright 2023-2025, Seqera Labs
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

app/src/main/java/io/seqera/wave/cli/exception/ReadyTimeoutException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, Seqera Labs
2+
* Copyright 2023-2025, Seqera Labs
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

app/src/main/java/io/seqera/wave/cli/json/ByteArrayAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, Seqera Labs
2+
* Copyright 2023-2025, Seqera Labs
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

app/src/main/java/io/seqera/wave/cli/json/DateTimeAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, Seqera Labs
2+
* Copyright 2023-2025, Seqera Labs
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)