Skip to content

Commit 967fd9a

Browse files
authored
Merge pull request #1351 from SpineEventEngine/update-copyright-2021
Update copyright 2021
2 parents 7e994be + ef48155 commit 967fd9a

File tree

1,964 files changed

+1997
-1997
lines changed

Some content is hidden

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

1,964 files changed

+1997
-1997
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020, TeamDev. All rights reserved.
2+
# Copyright 2021, TeamDev. All rights reserved.
33
#
44
# Redistribution and use in source and/or binary forms, with or without
55
# modification, must retain the above copyright notice and the following

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020, TeamDev. All rights reserved.
2+
* Copyright 2021, TeamDev. All rights reserved.
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.

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020, TeamDev. All rights reserved.
2+
* Copyright 2021, TeamDev. All rights reserved.
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.

buildSrc/src/main/kotlin/io/spine/gradle/internal/CheckVersionIncrement.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020, TeamDev. All rights reserved.
2+
* Copyright 2021, TeamDev. All rights reserved.
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.
@@ -28,13 +28,13 @@ package io.spine.gradle.internal
2828

2929
import com.fasterxml.jackson.databind.DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES
3030
import com.fasterxml.jackson.dataformat.xml.XmlMapper
31-
import java.io.FileNotFoundException
32-
import java.net.URL
3331
import org.gradle.api.DefaultTask
3432
import org.gradle.api.GradleException
3533
import org.gradle.api.Project
3634
import org.gradle.api.tasks.Input
3735
import org.gradle.api.tasks.TaskAction
36+
import java.io.FileNotFoundException
37+
import java.net.URL
3838

3939
/**
4040
* A task which verifies that the current version of the library has not been published to the given

buildSrc/src/main/kotlin/io/spine/gradle/internal/IncrementGuard.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020, TeamDev. All rights reserved.
2+
* Copyright 2021, TeamDev. All rights reserved.
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.

buildSrc/src/main/kotlin/io/spine/gradle/internal/RunBuild.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020, TeamDev. All rights reserved.
2+
* Copyright 2021, TeamDev. All rights reserved.
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.
@@ -26,12 +26,12 @@
2626

2727
package io.spine.gradle.internal
2828

29-
import java.io.File
3029
import org.gradle.api.DefaultTask
3130
import org.gradle.api.GradleException
3231
import org.gradle.api.tasks.Internal
3332
import org.gradle.api.tasks.TaskAction
3433
import org.gradle.internal.os.OperatingSystem
34+
import java.io.File
3535

3636
/**
3737
* A Gradle task which runs another Gradle build.

buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020, TeamDev. All rights reserved.
2+
* Copyright 2021, TeamDev. All rights reserved.
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.
@@ -26,10 +26,10 @@
2626

2727
package io.spine.gradle.internal
2828

29-
import java.net.URI
3029
import org.gradle.api.Project
3130
import org.gradle.api.artifacts.ConfigurationContainer
3231
import org.gradle.api.artifacts.dsl.RepositoryHandler
32+
import java.net.URI
3333

3434
/*
3535
* This file describes shared dependencies of Spine sub-projects.

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020, TeamDev. All rights reserved.
2+
* Copyright 2021, TeamDev. All rights reserved.
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.

client/src/main/java/io/spine/client/ActorRequestFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020, TeamDev. All rights reserved.
2+
* Copyright 2021, TeamDev. All rights reserved.
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.

client/src/main/java/io/spine/client/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020, TeamDev. All rights reserved.
2+
* Copyright 2021, TeamDev. All rights reserved.
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)