From b408c06550c0c7ec81ea70ed5e387b5a74a52002 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 26 Feb 2020 14:12:57 +0100 Subject: [PATCH] #137 - Update license headers to 2020. --- .../org/springframework/data/release/Application.java | 2 +- .../org/springframework/data/release/CliComponent.java | 2 +- .../data/release/CustomShellComponent.java | 2 +- .../org/springframework/data/release/TimedCommand.java | 2 +- .../data/release/announcement/AnnouncementCommands.java | 2 +- .../data/release/announcement/AnnouncementOperations.java | 2 +- .../springframework/data/release/build/BuildCommands.java | 2 +- .../data/release/build/BuildConfiguration.java | 2 +- .../springframework/data/release/build/BuildExecutor.java | 2 +- .../data/release/build/BuildOperations.java | 2 +- .../springframework/data/release/build/BuildSystem.java | 3 +-- .../springframework/data/release/build/CommandLine.java | 2 +- .../org/springframework/data/release/build/GroupId.java | 2 +- .../springframework/data/release/build/MavenArtifact.java | 2 +- .../data/release/build/MavenBuildSystem.java | 2 +- .../data/release/build/MavenProperties.java | 2 +- .../springframework/data/release/build/MavenRuntime.java | 2 +- .../org/springframework/data/release/build/ParentPom.java | 2 +- .../java/org/springframework/data/release/build/Pom.java | 2 +- .../springframework/data/release/build/PomUpdater.java | 2 +- .../springframework/data/release/build/Repository.java | 2 +- .../data/release/build/UpdateInformation.java | 2 +- .../springframework/data/release/cli/ModelCommands.java | 2 +- .../springframework/data/release/cli/ReleaseCommands.java | 2 +- .../release/cli/SpringDataReleaseCliBannerProvider.java | 2 +- .../release/cli/SpringDataReleaseCliPromptProvider.java | 2 +- .../springframework/data/release/cli/StaticResources.java | 2 +- .../springframework/data/release/cli/TrainConverter.java | 2 +- .../data/release/cli/TrainIterationConverter.java | 2 +- .../data/release/deployment/ArtifactoryClient.java | 2 +- .../data/release/deployment/ArtifactoryCommands.java | 2 +- .../release/deployment/DefaultDeploymentInformation.java | 2 +- .../data/release/deployment/DeploymentConfiguration.java | 2 +- .../data/release/deployment/DeploymentInformation.java | 2 +- .../data/release/deployment/DeploymentOperations.java | 2 +- .../data/release/deployment/DeploymentProperties.java | 2 +- .../springframework/data/release/deployment/Errors.java | 2 +- .../springframework/data/release/git/BackportTargets.java | 2 +- .../java/org/springframework/data/release/git/Branch.java | 2 +- .../org/springframework/data/release/git/Branches.java | 2 +- .../java/org/springframework/data/release/git/Commit.java | 2 +- .../org/springframework/data/release/git/GitCommands.java | 2 +- .../springframework/data/release/git/GitOperations.java | 2 +- .../org/springframework/data/release/git/GitProject.java | 2 +- .../springframework/data/release/git/GitProperties.java | 2 +- .../org/springframework/data/release/git/GitServer.java | 2 +- .../java/org/springframework/data/release/git/Tag.java | 2 +- .../springframework/data/release/git/TicketBranches.java | 2 +- .../org/springframework/data/release/git/VersionTags.java | 2 +- .../springframework/data/release/io/CommandResult.java | 2 +- .../data/release/io/CommonsExecOsCommandOperations.java | 2 +- .../org/springframework/data/release/io/IoProperties.java | 2 +- .../org/springframework/data/release/io/OsOperations.java | 2 +- .../org/springframework/data/release/io/Workspace.java | 2 +- .../data/release/io/WorkspaceCommands.java | 2 +- .../springframework/data/release/issues/Changelog.java | 2 +- .../springframework/data/release/issues/IssueTracker.java | 2 +- .../data/release/issues/IssueTrackerConfiguration.java | 2 +- .../org/springframework/data/release/issues/Ticket.java | 2 +- .../springframework/data/release/issues/TicketStatus.java | 2 +- .../org/springframework/data/release/issues/Tickets.java | 2 +- .../data/release/issues/github/GitHub.java | 2 +- .../data/release/issues/github/GitHubIssue.java | 2 +- .../data/release/issues/github/GitHubMilestone.java | 2 +- .../data/release/issues/github/GitHubProperties.java | 2 +- .../data/release/issues/github/GithubTicketStatus.java | 2 +- .../data/release/issues/jira/CreatedJiraIssue.java | 2 +- .../springframework/data/release/issues/jira/Jira.java | 3 +-- .../data/release/issues/jira/JiraComponent.java | 2 +- .../data/release/issues/jira/JiraComponents.java | 2 +- .../data/release/issues/jira/JiraConnector.java | 2 +- .../data/release/issues/jira/JiraIssue.java | 2 +- .../data/release/issues/jira/JiraIssueUpdate.java | 2 +- .../data/release/issues/jira/JiraIssues.java | 2 +- .../data/release/issues/jira/JiraProperties.java | 2 +- .../data/release/issues/jira/JiraReleaseVersion.java | 2 +- .../data/release/issues/jira/JiraReleaseVersions.java | 2 +- .../data/release/issues/jira/JiraTicketStatus.java | 2 +- .../data/release/issues/jira/JiraVersion.java | 2 +- .../data/release/issues/jira/JqlQuery.java | 2 +- .../data/release/misc/ReleaseOperations.java | 2 +- .../data/release/model/ArtifactCoordinate.java | 2 +- .../data/release/model/ArtifactCoordinates.java | 2 +- .../data/release/model/ArtifactVersion.java | 2 +- .../org/springframework/data/release/model/Iteration.java | 2 +- .../data/release/model/IterationVersion.java | 2 +- .../org/springframework/data/release/model/Masked.java | 2 +- .../org/springframework/data/release/model/Module.java | 2 +- .../data/release/model/ModuleIteration.java | 2 +- .../org/springframework/data/release/model/Modules.java | 2 +- .../org/springframework/data/release/model/Password.java | 2 +- .../org/springframework/data/release/model/Phase.java | 2 +- .../org/springframework/data/release/model/Project.java | 2 +- .../springframework/data/release/model/ProjectAware.java | 2 +- .../springframework/data/release/model/ProjectKey.java | 2 +- .../org/springframework/data/release/model/Projects.java | 2 +- .../org/springframework/data/release/model/Release.java | 2 +- .../springframework/data/release/model/ReleaseTrains.java | 2 +- .../org/springframework/data/release/model/Tracker.java | 2 +- .../org/springframework/data/release/model/Train.java | 2 +- .../data/release/model/TrainIteration.java | 2 +- .../springframework/data/release/model/Transition.java | 2 +- .../springframework/data/release/model/VersionAware.java | 2 +- .../data/release/sagan/DefaultSaganClient.java | 2 +- .../data/release/sagan/DummySaganClient.java | 2 +- .../data/release/sagan/MaintainedVersion.java | 2 +- .../data/release/sagan/ProjectMetadata.java | 2 +- .../springframework/data/release/sagan/SaganClient.java | 2 +- .../springframework/data/release/sagan/SaganCommands.java | 2 +- .../data/release/sagan/SaganConfiguration.java | 2 +- .../data/release/sagan/SaganOperations.java | 2 +- .../data/release/sagan/SaganProperties.java | 2 +- .../data/release/utils/ExecutionUtils.java | 2 +- .../data/release/utils/HttpBasicCredentials.java | 2 +- .../data/release/utils/ListWrapperCollector.java | 2 +- .../org/springframework/data/release/utils/Logger.java | 2 +- .../springframework/data/release/utils/StreamUtils.java | 2 +- .../data/release/AbstractIntegrationTests.java | 2 +- .../springframework/data/release/ApplicationTests.java | 2 +- .../springframework/data/release/ArtifactUnitTests.java | 2 +- .../data/release/build/ArgumentUnitTest.java | 2 +- .../data/release/build/MavenIntegrationTests.java | 2 +- .../data/release/build/MavenPropertiesUnitTests.java | 2 +- .../data/release/build/UpdateInformationUnitTests.java | 2 +- .../data/release/cli/ReleaseCommandsIntegrationTests.java | 2 +- .../deployment/DeploymentInformationIntegrationTests.java | 2 +- .../deployment/DeploymentOperationsIntegrationTests.java | 2 +- .../release/deployment/DeploymentOperationsUnitTests.java | 2 +- .../data/release/git/BackportTargetsUnitTests.java | 2 +- .../springframework/data/release/git/BranchUnitTests.java | 2 +- .../data/release/git/GitOperationsIntegrationTests.java | 2 +- .../data/release/git/GitProjectUnitTests.java | 2 +- .../data/release/git/GitPropertiesIntegrationTests.java | 2 +- .../data/release/io/IoPropertiesIntegrationTests.java | 2 +- .../issues/github/GitHubIssueTrackerIntegrationTests.java | 2 +- .../data/release/issues/github/GitHubIssueUnitTests.java | 2 +- .../release/issues/github/GithubMilestoneUnitTests.java | 2 +- .../data/release/issues/jira/JiraComponentsUnitTests.java | 6 ++---- .../issues/jira/JiraConnectorIntegrationTests.java | 2 +- .../data/release/issues/jira/JiraVersionUnitTests.java | 2 +- .../data/release/issues/jira/TicketsUnitTests.java | 2 +- .../data/release/model/ArtifactVersionUnitTests.java | 2 +- .../data/release/model/IterationUnitTests.java | 2 +- .../data/release/model/ModuleIterationUnitTests.java | 2 +- .../data/release/model/ProjectUnitTests.java | 2 +- .../data/release/model/SimpleIterationVersion.java | 2 +- .../data/release/model/TestReleaseTrains.java | 2 +- .../springframework/data/release/model/TrackerTest.java | 8 ++++---- .../data/release/model/TrainsUnitTest.java | 2 +- .../data/release/sagan/MaintainedVersionUnitTests.java | 2 +- .../data/release/sagan/MaintainedVersionsUnitTests.java | 2 +- .../release/sagan/ProjectMetadataSerializationTests.java | 2 +- .../release/sagan/SaganOperationsIntegrationTests.java | 2 +- 153 files changed, 157 insertions(+), 161 deletions(-) diff --git a/src/main/java/org/springframework/data/release/Application.java b/src/main/java/org/springframework/data/release/Application.java index b4116a0..440a074 100644 --- a/src/main/java/org/springframework/data/release/Application.java +++ b/src/main/java/org/springframework/data/release/Application.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/CliComponent.java b/src/main/java/org/springframework/data/release/CliComponent.java index 0782730..28bb360 100644 --- a/src/main/java/org/springframework/data/release/CliComponent.java +++ b/src/main/java/org/springframework/data/release/CliComponent.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/CustomShellComponent.java b/src/main/java/org/springframework/data/release/CustomShellComponent.java index 52d2a20..0489b97 100644 --- a/src/main/java/org/springframework/data/release/CustomShellComponent.java +++ b/src/main/java/org/springframework/data/release/CustomShellComponent.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/TimedCommand.java b/src/main/java/org/springframework/data/release/TimedCommand.java index e778676..b6bbcbd 100644 --- a/src/main/java/org/springframework/data/release/TimedCommand.java +++ b/src/main/java/org/springframework/data/release/TimedCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/announcement/AnnouncementCommands.java b/src/main/java/org/springframework/data/release/announcement/AnnouncementCommands.java index eb6cc80..c3ef908 100644 --- a/src/main/java/org/springframework/data/release/announcement/AnnouncementCommands.java +++ b/src/main/java/org/springframework/data/release/announcement/AnnouncementCommands.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/announcement/AnnouncementOperations.java b/src/main/java/org/springframework/data/release/announcement/AnnouncementOperations.java index 3790ed3..0c481bb 100644 --- a/src/main/java/org/springframework/data/release/announcement/AnnouncementOperations.java +++ b/src/main/java/org/springframework/data/release/announcement/AnnouncementOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/BuildCommands.java b/src/main/java/org/springframework/data/release/build/BuildCommands.java index db7b650..48b31df 100644 --- a/src/main/java/org/springframework/data/release/build/BuildCommands.java +++ b/src/main/java/org/springframework/data/release/build/BuildCommands.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/BuildConfiguration.java b/src/main/java/org/springframework/data/release/build/BuildConfiguration.java index e5d5ca7..50aaac5 100644 --- a/src/main/java/org/springframework/data/release/build/BuildConfiguration.java +++ b/src/main/java/org/springframework/data/release/build/BuildConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/BuildExecutor.java b/src/main/java/org/springframework/data/release/build/BuildExecutor.java index 6046998..72da1cf 100644 --- a/src/main/java/org/springframework/data/release/build/BuildExecutor.java +++ b/src/main/java/org/springframework/data/release/build/BuildExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2019-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/BuildOperations.java b/src/main/java/org/springframework/data/release/build/BuildOperations.java index c8a814c..4172ca2 100644 --- a/src/main/java/org/springframework/data/release/build/BuildOperations.java +++ b/src/main/java/org/springframework/data/release/build/BuildOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/BuildSystem.java b/src/main/java/org/springframework/data/release/build/BuildSystem.java index 94c0c23..086fb88 100644 --- a/src/main/java/org/springframework/data/release/build/BuildSystem.java +++ b/src/main/java/org/springframework/data/release/build/BuildSystem.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,7 +16,6 @@ package org.springframework.data.release.build; import org.springframework.data.release.deployment.DeploymentInformation; -import org.springframework.data.release.model.Module; import org.springframework.data.release.model.ModuleIteration; import org.springframework.data.release.model.Phase; import org.springframework.data.release.model.Project; diff --git a/src/main/java/org/springframework/data/release/build/CommandLine.java b/src/main/java/org/springframework/data/release/build/CommandLine.java index 5f7c591..d1e3829 100644 --- a/src/main/java/org/springframework/data/release/build/CommandLine.java +++ b/src/main/java/org/springframework/data/release/build/CommandLine.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/GroupId.java b/src/main/java/org/springframework/data/release/build/GroupId.java index e9d4892..d4a0cd5 100644 --- a/src/main/java/org/springframework/data/release/build/GroupId.java +++ b/src/main/java/org/springframework/data/release/build/GroupId.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/MavenArtifact.java b/src/main/java/org/springframework/data/release/build/MavenArtifact.java index dde07c7..d454079 100644 --- a/src/main/java/org/springframework/data/release/build/MavenArtifact.java +++ b/src/main/java/org/springframework/data/release/build/MavenArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/MavenBuildSystem.java b/src/main/java/org/springframework/data/release/build/MavenBuildSystem.java index b97c00a..09367fc 100644 --- a/src/main/java/org/springframework/data/release/build/MavenBuildSystem.java +++ b/src/main/java/org/springframework/data/release/build/MavenBuildSystem.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/MavenProperties.java b/src/main/java/org/springframework/data/release/build/MavenProperties.java index 365700d..5bfe1c8 100644 --- a/src/main/java/org/springframework/data/release/build/MavenProperties.java +++ b/src/main/java/org/springframework/data/release/build/MavenProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/MavenRuntime.java b/src/main/java/org/springframework/data/release/build/MavenRuntime.java index 4407308..8774555 100644 --- a/src/main/java/org/springframework/data/release/build/MavenRuntime.java +++ b/src/main/java/org/springframework/data/release/build/MavenRuntime.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/ParentPom.java b/src/main/java/org/springframework/data/release/build/ParentPom.java index fc1fd22..8e1ccfc 100644 --- a/src/main/java/org/springframework/data/release/build/ParentPom.java +++ b/src/main/java/org/springframework/data/release/build/ParentPom.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/Pom.java b/src/main/java/org/springframework/data/release/build/Pom.java index bd8cc5b..1c2eeb1 100644 --- a/src/main/java/org/springframework/data/release/build/Pom.java +++ b/src/main/java/org/springframework/data/release/build/Pom.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/PomUpdater.java b/src/main/java/org/springframework/data/release/build/PomUpdater.java index b50c17d..598571e 100644 --- a/src/main/java/org/springframework/data/release/build/PomUpdater.java +++ b/src/main/java/org/springframework/data/release/build/PomUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/Repository.java b/src/main/java/org/springframework/data/release/build/Repository.java index 43a1a7e..4603a7e 100644 --- a/src/main/java/org/springframework/data/release/build/Repository.java +++ b/src/main/java/org/springframework/data/release/build/Repository.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/build/UpdateInformation.java b/src/main/java/org/springframework/data/release/build/UpdateInformation.java index d0d9fdd..68279de 100644 --- a/src/main/java/org/springframework/data/release/build/UpdateInformation.java +++ b/src/main/java/org/springframework/data/release/build/UpdateInformation.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/cli/ModelCommands.java b/src/main/java/org/springframework/data/release/cli/ModelCommands.java index 3fa46f4..11d6d7e 100644 --- a/src/main/java/org/springframework/data/release/cli/ModelCommands.java +++ b/src/main/java/org/springframework/data/release/cli/ModelCommands.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/cli/ReleaseCommands.java b/src/main/java/org/springframework/data/release/cli/ReleaseCommands.java index b49544f..c8dabe2 100644 --- a/src/main/java/org/springframework/data/release/cli/ReleaseCommands.java +++ b/src/main/java/org/springframework/data/release/cli/ReleaseCommands.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/cli/SpringDataReleaseCliBannerProvider.java b/src/main/java/org/springframework/data/release/cli/SpringDataReleaseCliBannerProvider.java index 4136b68..138462f 100644 --- a/src/main/java/org/springframework/data/release/cli/SpringDataReleaseCliBannerProvider.java +++ b/src/main/java/org/springframework/data/release/cli/SpringDataReleaseCliBannerProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/cli/SpringDataReleaseCliPromptProvider.java b/src/main/java/org/springframework/data/release/cli/SpringDataReleaseCliPromptProvider.java index 7f33086..1052b7e 100644 --- a/src/main/java/org/springframework/data/release/cli/SpringDataReleaseCliPromptProvider.java +++ b/src/main/java/org/springframework/data/release/cli/SpringDataReleaseCliPromptProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/cli/StaticResources.java b/src/main/java/org/springframework/data/release/cli/StaticResources.java index 68e80d5..cba299f 100644 --- a/src/main/java/org/springframework/data/release/cli/StaticResources.java +++ b/src/main/java/org/springframework/data/release/cli/StaticResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/cli/TrainConverter.java b/src/main/java/org/springframework/data/release/cli/TrainConverter.java index 9d3abee..2b07a4f 100644 --- a/src/main/java/org/springframework/data/release/cli/TrainConverter.java +++ b/src/main/java/org/springframework/data/release/cli/TrainConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/cli/TrainIterationConverter.java b/src/main/java/org/springframework/data/release/cli/TrainIterationConverter.java index 2b2cfac..09974d3 100644 --- a/src/main/java/org/springframework/data/release/cli/TrainIterationConverter.java +++ b/src/main/java/org/springframework/data/release/cli/TrainIterationConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/deployment/ArtifactoryClient.java b/src/main/java/org/springframework/data/release/deployment/ArtifactoryClient.java index 8fc96d6..d6e7b68 100644 --- a/src/main/java/org/springframework/data/release/deployment/ArtifactoryClient.java +++ b/src/main/java/org/springframework/data/release/deployment/ArtifactoryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/deployment/ArtifactoryCommands.java b/src/main/java/org/springframework/data/release/deployment/ArtifactoryCommands.java index e28e768..ceabbcf 100644 --- a/src/main/java/org/springframework/data/release/deployment/ArtifactoryCommands.java +++ b/src/main/java/org/springframework/data/release/deployment/ArtifactoryCommands.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/deployment/DefaultDeploymentInformation.java b/src/main/java/org/springframework/data/release/deployment/DefaultDeploymentInformation.java index 9dcc543..57c6e4e 100644 --- a/src/main/java/org/springframework/data/release/deployment/DefaultDeploymentInformation.java +++ b/src/main/java/org/springframework/data/release/deployment/DefaultDeploymentInformation.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/deployment/DeploymentConfiguration.java b/src/main/java/org/springframework/data/release/deployment/DeploymentConfiguration.java index 7d3836b..4082be0 100644 --- a/src/main/java/org/springframework/data/release/deployment/DeploymentConfiguration.java +++ b/src/main/java/org/springframework/data/release/deployment/DeploymentConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/deployment/DeploymentInformation.java b/src/main/java/org/springframework/data/release/deployment/DeploymentInformation.java index f61f337..9ccaa47 100644 --- a/src/main/java/org/springframework/data/release/deployment/DeploymentInformation.java +++ b/src/main/java/org/springframework/data/release/deployment/DeploymentInformation.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/deployment/DeploymentOperations.java b/src/main/java/org/springframework/data/release/deployment/DeploymentOperations.java index cbf91de..06c6275 100644 --- a/src/main/java/org/springframework/data/release/deployment/DeploymentOperations.java +++ b/src/main/java/org/springframework/data/release/deployment/DeploymentOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/deployment/DeploymentProperties.java b/src/main/java/org/springframework/data/release/deployment/DeploymentProperties.java index e73c02a..6b5f54a 100644 --- a/src/main/java/org/springframework/data/release/deployment/DeploymentProperties.java +++ b/src/main/java/org/springframework/data/release/deployment/DeploymentProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/deployment/Errors.java b/src/main/java/org/springframework/data/release/deployment/Errors.java index 88c98dc..7c443fa 100644 --- a/src/main/java/org/springframework/data/release/deployment/Errors.java +++ b/src/main/java/org/springframework/data/release/deployment/Errors.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/git/BackportTargets.java b/src/main/java/org/springframework/data/release/git/BackportTargets.java index 20f5cfa..87ba141 100644 --- a/src/main/java/org/springframework/data/release/git/BackportTargets.java +++ b/src/main/java/org/springframework/data/release/git/BackportTargets.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/git/Branch.java b/src/main/java/org/springframework/data/release/git/Branch.java index b01b829..266846d 100644 --- a/src/main/java/org/springframework/data/release/git/Branch.java +++ b/src/main/java/org/springframework/data/release/git/Branch.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/git/Branches.java b/src/main/java/org/springframework/data/release/git/Branches.java index 214e701..d89e140 100644 --- a/src/main/java/org/springframework/data/release/git/Branches.java +++ b/src/main/java/org/springframework/data/release/git/Branches.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/git/Commit.java b/src/main/java/org/springframework/data/release/git/Commit.java index 753d2c1..062d634 100644 --- a/src/main/java/org/springframework/data/release/git/Commit.java +++ b/src/main/java/org/springframework/data/release/git/Commit.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/git/GitCommands.java b/src/main/java/org/springframework/data/release/git/GitCommands.java index 93b8811..465634e 100644 --- a/src/main/java/org/springframework/data/release/git/GitCommands.java +++ b/src/main/java/org/springframework/data/release/git/GitCommands.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/git/GitOperations.java b/src/main/java/org/springframework/data/release/git/GitOperations.java index 3e85c1a..6b821f9 100644 --- a/src/main/java/org/springframework/data/release/git/GitOperations.java +++ b/src/main/java/org/springframework/data/release/git/GitOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2017 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/git/GitProject.java b/src/main/java/org/springframework/data/release/git/GitProject.java index fae21b8..5c29abe 100644 --- a/src/main/java/org/springframework/data/release/git/GitProject.java +++ b/src/main/java/org/springframework/data/release/git/GitProject.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/git/GitProperties.java b/src/main/java/org/springframework/data/release/git/GitProperties.java index be69613..5db48ac 100644 --- a/src/main/java/org/springframework/data/release/git/GitProperties.java +++ b/src/main/java/org/springframework/data/release/git/GitProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/git/GitServer.java b/src/main/java/org/springframework/data/release/git/GitServer.java index 2eb9204..56376ad 100644 --- a/src/main/java/org/springframework/data/release/git/GitServer.java +++ b/src/main/java/org/springframework/data/release/git/GitServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/git/Tag.java b/src/main/java/org/springframework/data/release/git/Tag.java index 88f63ee..6ece071 100644 --- a/src/main/java/org/springframework/data/release/git/Tag.java +++ b/src/main/java/org/springframework/data/release/git/Tag.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2015 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/git/TicketBranches.java b/src/main/java/org/springframework/data/release/git/TicketBranches.java index fa74cad..edcc0c1 100644 --- a/src/main/java/org/springframework/data/release/git/TicketBranches.java +++ b/src/main/java/org/springframework/data/release/git/TicketBranches.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/git/VersionTags.java b/src/main/java/org/springframework/data/release/git/VersionTags.java index 8189086..42f7f1c 100644 --- a/src/main/java/org/springframework/data/release/git/VersionTags.java +++ b/src/main/java/org/springframework/data/release/git/VersionTags.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/io/CommandResult.java b/src/main/java/org/springframework/data/release/io/CommandResult.java index addb5f2..d99bef3 100644 --- a/src/main/java/org/springframework/data/release/io/CommandResult.java +++ b/src/main/java/org/springframework/data/release/io/CommandResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/io/CommonsExecOsCommandOperations.java b/src/main/java/org/springframework/data/release/io/CommonsExecOsCommandOperations.java index 241d16c..a0c45c0 100644 --- a/src/main/java/org/springframework/data/release/io/CommonsExecOsCommandOperations.java +++ b/src/main/java/org/springframework/data/release/io/CommonsExecOsCommandOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2012 the original author or authors. + * Copyright 2011-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/io/IoProperties.java b/src/main/java/org/springframework/data/release/io/IoProperties.java index 01001d3..3aed34c 100644 --- a/src/main/java/org/springframework/data/release/io/IoProperties.java +++ b/src/main/java/org/springframework/data/release/io/IoProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/io/OsOperations.java b/src/main/java/org/springframework/data/release/io/OsOperations.java index 26aca3a..8a1d257 100644 --- a/src/main/java/org/springframework/data/release/io/OsOperations.java +++ b/src/main/java/org/springframework/data/release/io/OsOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2012 the original author or authors. + * Copyright 2011-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/io/Workspace.java b/src/main/java/org/springframework/data/release/io/Workspace.java index 4b5254d..55efbf6 100644 --- a/src/main/java/org/springframework/data/release/io/Workspace.java +++ b/src/main/java/org/springframework/data/release/io/Workspace.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/io/WorkspaceCommands.java b/src/main/java/org/springframework/data/release/io/WorkspaceCommands.java index 56ee236..859b920 100644 --- a/src/main/java/org/springframework/data/release/io/WorkspaceCommands.java +++ b/src/main/java/org/springframework/data/release/io/WorkspaceCommands.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/Changelog.java b/src/main/java/org/springframework/data/release/issues/Changelog.java index d84e3fd..419f870 100644 --- a/src/main/java/org/springframework/data/release/issues/Changelog.java +++ b/src/main/java/org/springframework/data/release/issues/Changelog.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/IssueTracker.java b/src/main/java/org/springframework/data/release/issues/IssueTracker.java index b5869c3..4229332 100644 --- a/src/main/java/org/springframework/data/release/issues/IssueTracker.java +++ b/src/main/java/org/springframework/data/release/issues/IssueTracker.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/IssueTrackerConfiguration.java b/src/main/java/org/springframework/data/release/issues/IssueTrackerConfiguration.java index ca94212..c60d364 100644 --- a/src/main/java/org/springframework/data/release/issues/IssueTrackerConfiguration.java +++ b/src/main/java/org/springframework/data/release/issues/IssueTrackerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2017 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/Ticket.java b/src/main/java/org/springframework/data/release/issues/Ticket.java index 9f12f6b..10827c2 100644 --- a/src/main/java/org/springframework/data/release/issues/Ticket.java +++ b/src/main/java/org/springframework/data/release/issues/Ticket.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/TicketStatus.java b/src/main/java/org/springframework/data/release/issues/TicketStatus.java index 6d4935e..bd72f78 100644 --- a/src/main/java/org/springframework/data/release/issues/TicketStatus.java +++ b/src/main/java/org/springframework/data/release/issues/TicketStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/Tickets.java b/src/main/java/org/springframework/data/release/issues/Tickets.java index 451df6a..e9d59dd 100644 --- a/src/main/java/org/springframework/data/release/issues/Tickets.java +++ b/src/main/java/org/springframework/data/release/issues/Tickets.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/github/GitHub.java b/src/main/java/org/springframework/data/release/issues/github/GitHub.java index c3c8fba..cd26a7c 100644 --- a/src/main/java/org/springframework/data/release/issues/github/GitHub.java +++ b/src/main/java/org/springframework/data/release/issues/github/GitHub.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/github/GitHubIssue.java b/src/main/java/org/springframework/data/release/issues/github/GitHubIssue.java index 35065e6..5881547 100644 --- a/src/main/java/org/springframework/data/release/issues/github/GitHubIssue.java +++ b/src/main/java/org/springframework/data/release/issues/github/GitHubIssue.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2017 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/github/GitHubMilestone.java b/src/main/java/org/springframework/data/release/issues/github/GitHubMilestone.java index 4120ecc..0ba1821 100644 --- a/src/main/java/org/springframework/data/release/issues/github/GitHubMilestone.java +++ b/src/main/java/org/springframework/data/release/issues/github/GitHubMilestone.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/github/GitHubProperties.java b/src/main/java/org/springframework/data/release/issues/github/GitHubProperties.java index dea9bd1..bc19186 100644 --- a/src/main/java/org/springframework/data/release/issues/github/GitHubProperties.java +++ b/src/main/java/org/springframework/data/release/issues/github/GitHubProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/github/GithubTicketStatus.java b/src/main/java/org/springframework/data/release/issues/github/GithubTicketStatus.java index be90e3c..ca7ecda 100644 --- a/src/main/java/org/springframework/data/release/issues/github/GithubTicketStatus.java +++ b/src/main/java/org/springframework/data/release/issues/github/GithubTicketStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/jira/CreatedJiraIssue.java b/src/main/java/org/springframework/data/release/issues/jira/CreatedJiraIssue.java index c9b8921..9ffde52 100644 --- a/src/main/java/org/springframework/data/release/issues/jira/CreatedJiraIssue.java +++ b/src/main/java/org/springframework/data/release/issues/jira/CreatedJiraIssue.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/jira/Jira.java b/src/main/java/org/springframework/data/release/issues/jira/Jira.java index e998a6c..101ce72 100644 --- a/src/main/java/org/springframework/data/release/issues/jira/Jira.java +++ b/src/main/java/org/springframework/data/release/issues/jira/Jira.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +15,6 @@ */ package org.springframework.data.release.issues.jira; -import java.net.URI; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; diff --git a/src/main/java/org/springframework/data/release/issues/jira/JiraComponent.java b/src/main/java/org/springframework/data/release/issues/jira/JiraComponent.java index f285aba..171c4d7 100644 --- a/src/main/java/org/springframework/data/release/issues/jira/JiraComponent.java +++ b/src/main/java/org/springframework/data/release/issues/jira/JiraComponent.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/jira/JiraComponents.java b/src/main/java/org/springframework/data/release/issues/jira/JiraComponents.java index 0751688..83f2b56 100644 --- a/src/main/java/org/springframework/data/release/issues/jira/JiraComponents.java +++ b/src/main/java/org/springframework/data/release/issues/jira/JiraComponents.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/jira/JiraConnector.java b/src/main/java/org/springframework/data/release/issues/jira/JiraConnector.java index cfc2c1e..c5c6c63 100644 --- a/src/main/java/org/springframework/data/release/issues/jira/JiraConnector.java +++ b/src/main/java/org/springframework/data/release/issues/jira/JiraConnector.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2016 the original author or authors. + * Copyright 2013-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/jira/JiraIssue.java b/src/main/java/org/springframework/data/release/issues/jira/JiraIssue.java index ca31ae8..3292f51 100644 --- a/src/main/java/org/springframework/data/release/issues/jira/JiraIssue.java +++ b/src/main/java/org/springframework/data/release/issues/jira/JiraIssue.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2017 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/jira/JiraIssueUpdate.java b/src/main/java/org/springframework/data/release/issues/jira/JiraIssueUpdate.java index 7ef6379..d6fbce3 100644 --- a/src/main/java/org/springframework/data/release/issues/jira/JiraIssueUpdate.java +++ b/src/main/java/org/springframework/data/release/issues/jira/JiraIssueUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 the original author or authors. + * Copyright 2018-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/jira/JiraIssues.java b/src/main/java/org/springframework/data/release/issues/jira/JiraIssues.java index 677769a..7b759b7 100644 --- a/src/main/java/org/springframework/data/release/issues/jira/JiraIssues.java +++ b/src/main/java/org/springframework/data/release/issues/jira/JiraIssues.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/jira/JiraProperties.java b/src/main/java/org/springframework/data/release/issues/jira/JiraProperties.java index a443c4a..49a6b9f 100644 --- a/src/main/java/org/springframework/data/release/issues/jira/JiraProperties.java +++ b/src/main/java/org/springframework/data/release/issues/jira/JiraProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/jira/JiraReleaseVersion.java b/src/main/java/org/springframework/data/release/issues/jira/JiraReleaseVersion.java index 28befa2..f852cd5 100644 --- a/src/main/java/org/springframework/data/release/issues/jira/JiraReleaseVersion.java +++ b/src/main/java/org/springframework/data/release/issues/jira/JiraReleaseVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/jira/JiraReleaseVersions.java b/src/main/java/org/springframework/data/release/issues/jira/JiraReleaseVersions.java index bfd148d..72a499c 100644 --- a/src/main/java/org/springframework/data/release/issues/jira/JiraReleaseVersions.java +++ b/src/main/java/org/springframework/data/release/issues/jira/JiraReleaseVersions.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/jira/JiraTicketStatus.java b/src/main/java/org/springframework/data/release/issues/jira/JiraTicketStatus.java index ffbc742..8cde87a 100644 --- a/src/main/java/org/springframework/data/release/issues/jira/JiraTicketStatus.java +++ b/src/main/java/org/springframework/data/release/issues/jira/JiraTicketStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/jira/JiraVersion.java b/src/main/java/org/springframework/data/release/issues/jira/JiraVersion.java index b234e0c..f40aa53 100644 --- a/src/main/java/org/springframework/data/release/issues/jira/JiraVersion.java +++ b/src/main/java/org/springframework/data/release/issues/jira/JiraVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/issues/jira/JqlQuery.java b/src/main/java/org/springframework/data/release/issues/jira/JqlQuery.java index ba59e7d..48f2dda 100644 --- a/src/main/java/org/springframework/data/release/issues/jira/JqlQuery.java +++ b/src/main/java/org/springframework/data/release/issues/jira/JqlQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/misc/ReleaseOperations.java b/src/main/java/org/springframework/data/release/misc/ReleaseOperations.java index 55b8f21..553f7e6 100644 --- a/src/main/java/org/springframework/data/release/misc/ReleaseOperations.java +++ b/src/main/java/org/springframework/data/release/misc/ReleaseOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/ArtifactCoordinate.java b/src/main/java/org/springframework/data/release/model/ArtifactCoordinate.java index 6b4760e..cdf2d2d 100644 --- a/src/main/java/org/springframework/data/release/model/ArtifactCoordinate.java +++ b/src/main/java/org/springframework/data/release/model/ArtifactCoordinate.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/ArtifactCoordinates.java b/src/main/java/org/springframework/data/release/model/ArtifactCoordinates.java index bcab0ff..0f657ec 100644 --- a/src/main/java/org/springframework/data/release/model/ArtifactCoordinates.java +++ b/src/main/java/org/springframework/data/release/model/ArtifactCoordinates.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/ArtifactVersion.java b/src/main/java/org/springframework/data/release/model/ArtifactVersion.java index 80f7758..31e07be 100644 --- a/src/main/java/org/springframework/data/release/model/ArtifactVersion.java +++ b/src/main/java/org/springframework/data/release/model/ArtifactVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/Iteration.java b/src/main/java/org/springframework/data/release/model/Iteration.java index c408658..76b02d8 100644 --- a/src/main/java/org/springframework/data/release/model/Iteration.java +++ b/src/main/java/org/springframework/data/release/model/Iteration.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2015 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/IterationVersion.java b/src/main/java/org/springframework/data/release/model/IterationVersion.java index e6d914a..07ce3a8 100644 --- a/src/main/java/org/springframework/data/release/model/IterationVersion.java +++ b/src/main/java/org/springframework/data/release/model/IterationVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/Masked.java b/src/main/java/org/springframework/data/release/model/Masked.java index f79f11c..3c90220 100644 --- a/src/main/java/org/springframework/data/release/model/Masked.java +++ b/src/main/java/org/springframework/data/release/model/Masked.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/Module.java b/src/main/java/org/springframework/data/release/model/Module.java index 08977da..5f123ea 100644 --- a/src/main/java/org/springframework/data/release/model/Module.java +++ b/src/main/java/org/springframework/data/release/model/Module.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2015 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/ModuleIteration.java b/src/main/java/org/springframework/data/release/model/ModuleIteration.java index 4d0397a..c5d3fef 100644 --- a/src/main/java/org/springframework/data/release/model/ModuleIteration.java +++ b/src/main/java/org/springframework/data/release/model/ModuleIteration.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/Modules.java b/src/main/java/org/springframework/data/release/model/Modules.java index d846595..fd9e56c 100644 --- a/src/main/java/org/springframework/data/release/model/Modules.java +++ b/src/main/java/org/springframework/data/release/model/Modules.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/Password.java b/src/main/java/org/springframework/data/release/model/Password.java index dd34d8a..ebef886 100644 --- a/src/main/java/org/springframework/data/release/model/Password.java +++ b/src/main/java/org/springframework/data/release/model/Password.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/Phase.java b/src/main/java/org/springframework/data/release/model/Phase.java index 5f990a7..2a1e0d9 100644 --- a/src/main/java/org/springframework/data/release/model/Phase.java +++ b/src/main/java/org/springframework/data/release/model/Phase.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/Project.java b/src/main/java/org/springframework/data/release/model/Project.java index 019e8cc..15fd6a7 100644 --- a/src/main/java/org/springframework/data/release/model/Project.java +++ b/src/main/java/org/springframework/data/release/model/Project.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/ProjectAware.java b/src/main/java/org/springframework/data/release/model/ProjectAware.java index 558d745..3adec6c 100644 --- a/src/main/java/org/springframework/data/release/model/ProjectAware.java +++ b/src/main/java/org/springframework/data/release/model/ProjectAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2019-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/ProjectKey.java b/src/main/java/org/springframework/data/release/model/ProjectKey.java index 4bd9188..378b83f 100644 --- a/src/main/java/org/springframework/data/release/model/ProjectKey.java +++ b/src/main/java/org/springframework/data/release/model/ProjectKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2013 the original author or authors. + * Copyright 2013-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/Projects.java b/src/main/java/org/springframework/data/release/model/Projects.java index 6ebd0e0..3c56170 100644 --- a/src/main/java/org/springframework/data/release/model/Projects.java +++ b/src/main/java/org/springframework/data/release/model/Projects.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/Release.java b/src/main/java/org/springframework/data/release/model/Release.java index 6a30d37..d492328 100644 --- a/src/main/java/org/springframework/data/release/model/Release.java +++ b/src/main/java/org/springframework/data/release/model/Release.java @@ -1,5 +1,5 @@ /* - * Copyright 2013 the original author or authors. + * Copyright 2013-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/ReleaseTrains.java b/src/main/java/org/springframework/data/release/model/ReleaseTrains.java index 99719d9..eaa5818 100644 --- a/src/main/java/org/springframework/data/release/model/ReleaseTrains.java +++ b/src/main/java/org/springframework/data/release/model/ReleaseTrains.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/Tracker.java b/src/main/java/org/springframework/data/release/model/Tracker.java index 4e826cf..8b871f2 100644 --- a/src/main/java/org/springframework/data/release/model/Tracker.java +++ b/src/main/java/org/springframework/data/release/model/Tracker.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/Train.java b/src/main/java/org/springframework/data/release/model/Train.java index e575c29..186b6d5 100644 --- a/src/main/java/org/springframework/data/release/model/Train.java +++ b/src/main/java/org/springframework/data/release/model/Train.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/TrainIteration.java b/src/main/java/org/springframework/data/release/model/TrainIteration.java index 738ede2..52f181e 100644 --- a/src/main/java/org/springframework/data/release/model/TrainIteration.java +++ b/src/main/java/org/springframework/data/release/model/TrainIteration.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/Transition.java b/src/main/java/org/springframework/data/release/model/Transition.java index 590c8cf..5af21b0 100644 --- a/src/main/java/org/springframework/data/release/model/Transition.java +++ b/src/main/java/org/springframework/data/release/model/Transition.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/model/VersionAware.java b/src/main/java/org/springframework/data/release/model/VersionAware.java index e126cb5..fa4067e 100644 --- a/src/main/java/org/springframework/data/release/model/VersionAware.java +++ b/src/main/java/org/springframework/data/release/model/VersionAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/sagan/DefaultSaganClient.java b/src/main/java/org/springframework/data/release/sagan/DefaultSaganClient.java index 8fe088f..d028b81 100644 --- a/src/main/java/org/springframework/data/release/sagan/DefaultSaganClient.java +++ b/src/main/java/org/springframework/data/release/sagan/DefaultSaganClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/sagan/DummySaganClient.java b/src/main/java/org/springframework/data/release/sagan/DummySaganClient.java index e5ba023..b179508 100644 --- a/src/main/java/org/springframework/data/release/sagan/DummySaganClient.java +++ b/src/main/java/org/springframework/data/release/sagan/DummySaganClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/sagan/MaintainedVersion.java b/src/main/java/org/springframework/data/release/sagan/MaintainedVersion.java index 0d3b429..42f5b62 100644 --- a/src/main/java/org/springframework/data/release/sagan/MaintainedVersion.java +++ b/src/main/java/org/springframework/data/release/sagan/MaintainedVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/sagan/ProjectMetadata.java b/src/main/java/org/springframework/data/release/sagan/ProjectMetadata.java index a2ed824..3fe66dc 100644 --- a/src/main/java/org/springframework/data/release/sagan/ProjectMetadata.java +++ b/src/main/java/org/springframework/data/release/sagan/ProjectMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/sagan/SaganClient.java b/src/main/java/org/springframework/data/release/sagan/SaganClient.java index 8c80c20..304cfab 100644 --- a/src/main/java/org/springframework/data/release/sagan/SaganClient.java +++ b/src/main/java/org/springframework/data/release/sagan/SaganClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/sagan/SaganCommands.java b/src/main/java/org/springframework/data/release/sagan/SaganCommands.java index 4a4ea52..8feb84e 100644 --- a/src/main/java/org/springframework/data/release/sagan/SaganCommands.java +++ b/src/main/java/org/springframework/data/release/sagan/SaganCommands.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/sagan/SaganConfiguration.java b/src/main/java/org/springframework/data/release/sagan/SaganConfiguration.java index 6ba77dd..ed6840e 100644 --- a/src/main/java/org/springframework/data/release/sagan/SaganConfiguration.java +++ b/src/main/java/org/springframework/data/release/sagan/SaganConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/sagan/SaganOperations.java b/src/main/java/org/springframework/data/release/sagan/SaganOperations.java index 4d573fd..fa2616b 100644 --- a/src/main/java/org/springframework/data/release/sagan/SaganOperations.java +++ b/src/main/java/org/springframework/data/release/sagan/SaganOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/sagan/SaganProperties.java b/src/main/java/org/springframework/data/release/sagan/SaganProperties.java index 327f7ca..3585424 100644 --- a/src/main/java/org/springframework/data/release/sagan/SaganProperties.java +++ b/src/main/java/org/springframework/data/release/sagan/SaganProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/utils/ExecutionUtils.java b/src/main/java/org/springframework/data/release/utils/ExecutionUtils.java index 74d7ee5..755aa20 100644 --- a/src/main/java/org/springframework/data/release/utils/ExecutionUtils.java +++ b/src/main/java/org/springframework/data/release/utils/ExecutionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/utils/HttpBasicCredentials.java b/src/main/java/org/springframework/data/release/utils/HttpBasicCredentials.java index 2111e0a..967a6af 100644 --- a/src/main/java/org/springframework/data/release/utils/HttpBasicCredentials.java +++ b/src/main/java/org/springframework/data/release/utils/HttpBasicCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/utils/ListWrapperCollector.java b/src/main/java/org/springframework/data/release/utils/ListWrapperCollector.java index 085dd9e..17a76d5 100644 --- a/src/main/java/org/springframework/data/release/utils/ListWrapperCollector.java +++ b/src/main/java/org/springframework/data/release/utils/ListWrapperCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/utils/Logger.java b/src/main/java/org/springframework/data/release/utils/Logger.java index d52be62..f898687 100644 --- a/src/main/java/org/springframework/data/release/utils/Logger.java +++ b/src/main/java/org/springframework/data/release/utils/Logger.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2017 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/org/springframework/data/release/utils/StreamUtils.java b/src/main/java/org/springframework/data/release/utils/StreamUtils.java index 8014642..f61fd35 100644 --- a/src/main/java/org/springframework/data/release/utils/StreamUtils.java +++ b/src/main/java/org/springframework/data/release/utils/StreamUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/AbstractIntegrationTests.java b/src/test/java/org/springframework/data/release/AbstractIntegrationTests.java index 5ca0d68..cdc3e2f 100644 --- a/src/test/java/org/springframework/data/release/AbstractIntegrationTests.java +++ b/src/test/java/org/springframework/data/release/AbstractIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/ApplicationTests.java b/src/test/java/org/springframework/data/release/ApplicationTests.java index 97cc97d..2a8d924 100644 --- a/src/test/java/org/springframework/data/release/ApplicationTests.java +++ b/src/test/java/org/springframework/data/release/ApplicationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/ArtifactUnitTests.java b/src/test/java/org/springframework/data/release/ArtifactUnitTests.java index 322665c..ba84375 100644 --- a/src/test/java/org/springframework/data/release/ArtifactUnitTests.java +++ b/src/test/java/org/springframework/data/release/ArtifactUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/build/ArgumentUnitTest.java b/src/test/java/org/springframework/data/release/build/ArgumentUnitTest.java index 98c72f5..15b6118 100644 --- a/src/test/java/org/springframework/data/release/build/ArgumentUnitTest.java +++ b/src/test/java/org/springframework/data/release/build/ArgumentUnitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/build/MavenIntegrationTests.java b/src/test/java/org/springframework/data/release/build/MavenIntegrationTests.java index cb61475..bc685c9 100644 --- a/src/test/java/org/springframework/data/release/build/MavenIntegrationTests.java +++ b/src/test/java/org/springframework/data/release/build/MavenIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2015 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/build/MavenPropertiesUnitTests.java b/src/test/java/org/springframework/data/release/build/MavenPropertiesUnitTests.java index 46245d5..545a759 100644 --- a/src/test/java/org/springframework/data/release/build/MavenPropertiesUnitTests.java +++ b/src/test/java/org/springframework/data/release/build/MavenPropertiesUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/build/UpdateInformationUnitTests.java b/src/test/java/org/springframework/data/release/build/UpdateInformationUnitTests.java index 5777636..d68662f 100644 --- a/src/test/java/org/springframework/data/release/build/UpdateInformationUnitTests.java +++ b/src/test/java/org/springframework/data/release/build/UpdateInformationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/cli/ReleaseCommandsIntegrationTests.java b/src/test/java/org/springframework/data/release/cli/ReleaseCommandsIntegrationTests.java index 161ecaa..e274c29 100644 --- a/src/test/java/org/springframework/data/release/cli/ReleaseCommandsIntegrationTests.java +++ b/src/test/java/org/springframework/data/release/cli/ReleaseCommandsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2015 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/deployment/DeploymentInformationIntegrationTests.java b/src/test/java/org/springframework/data/release/deployment/DeploymentInformationIntegrationTests.java index 43467f5..a871367 100644 --- a/src/test/java/org/springframework/data/release/deployment/DeploymentInformationIntegrationTests.java +++ b/src/test/java/org/springframework/data/release/deployment/DeploymentInformationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/deployment/DeploymentOperationsIntegrationTests.java b/src/test/java/org/springframework/data/release/deployment/DeploymentOperationsIntegrationTests.java index 236db3b..5a9f5c7 100644 --- a/src/test/java/org/springframework/data/release/deployment/DeploymentOperationsIntegrationTests.java +++ b/src/test/java/org/springframework/data/release/deployment/DeploymentOperationsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/deployment/DeploymentOperationsUnitTests.java b/src/test/java/org/springframework/data/release/deployment/DeploymentOperationsUnitTests.java index 6efc9a1..1a25d31 100644 --- a/src/test/java/org/springframework/data/release/deployment/DeploymentOperationsUnitTests.java +++ b/src/test/java/org/springframework/data/release/deployment/DeploymentOperationsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2019-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/git/BackportTargetsUnitTests.java b/src/test/java/org/springframework/data/release/git/BackportTargetsUnitTests.java index 3e1ae65..4688ec5 100644 --- a/src/test/java/org/springframework/data/release/git/BackportTargetsUnitTests.java +++ b/src/test/java/org/springframework/data/release/git/BackportTargetsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/git/BranchUnitTests.java b/src/test/java/org/springframework/data/release/git/BranchUnitTests.java index e0bb144..c5e5957 100644 --- a/src/test/java/org/springframework/data/release/git/BranchUnitTests.java +++ b/src/test/java/org/springframework/data/release/git/BranchUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/git/GitOperationsIntegrationTests.java b/src/test/java/org/springframework/data/release/git/GitOperationsIntegrationTests.java index 11f0665..625262e 100644 --- a/src/test/java/org/springframework/data/release/git/GitOperationsIntegrationTests.java +++ b/src/test/java/org/springframework/data/release/git/GitOperationsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/git/GitProjectUnitTests.java b/src/test/java/org/springframework/data/release/git/GitProjectUnitTests.java index 07f7f4c..2ec2679 100644 --- a/src/test/java/org/springframework/data/release/git/GitProjectUnitTests.java +++ b/src/test/java/org/springframework/data/release/git/GitProjectUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2015 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/git/GitPropertiesIntegrationTests.java b/src/test/java/org/springframework/data/release/git/GitPropertiesIntegrationTests.java index f2939f3..d75f170 100644 --- a/src/test/java/org/springframework/data/release/git/GitPropertiesIntegrationTests.java +++ b/src/test/java/org/springframework/data/release/git/GitPropertiesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/io/IoPropertiesIntegrationTests.java b/src/test/java/org/springframework/data/release/io/IoPropertiesIntegrationTests.java index fd1b7ad..fad09ec 100644 --- a/src/test/java/org/springframework/data/release/io/IoPropertiesIntegrationTests.java +++ b/src/test/java/org/springframework/data/release/io/IoPropertiesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/issues/github/GitHubIssueTrackerIntegrationTests.java b/src/test/java/org/springframework/data/release/issues/github/GitHubIssueTrackerIntegrationTests.java index 0793117..7e85c82 100644 --- a/src/test/java/org/springframework/data/release/issues/github/GitHubIssueTrackerIntegrationTests.java +++ b/src/test/java/org/springframework/data/release/issues/github/GitHubIssueTrackerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/issues/github/GitHubIssueUnitTests.java b/src/test/java/org/springframework/data/release/issues/github/GitHubIssueUnitTests.java index 0c6ea97..5e92983 100644 --- a/src/test/java/org/springframework/data/release/issues/github/GitHubIssueUnitTests.java +++ b/src/test/java/org/springframework/data/release/issues/github/GitHubIssueUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2019-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/issues/github/GithubMilestoneUnitTests.java b/src/test/java/org/springframework/data/release/issues/github/GithubMilestoneUnitTests.java index 1268399..62a7f24 100644 --- a/src/test/java/org/springframework/data/release/issues/github/GithubMilestoneUnitTests.java +++ b/src/test/java/org/springframework/data/release/issues/github/GithubMilestoneUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/issues/jira/JiraComponentsUnitTests.java b/src/test/java/org/springframework/data/release/issues/jira/JiraComponentsUnitTests.java index 531096c..3ec945a 100644 --- a/src/test/java/org/springframework/data/release/issues/jira/JiraComponentsUnitTests.java +++ b/src/test/java/org/springframework/data/release/issues/jira/JiraComponentsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,12 +22,10 @@ import static org.junit.Assert.*; import java.util.Collections; import org.junit.Test; -import org.springframework.data.release.issues.jira.JiraComponent; -import org.springframework.data.release.issues.jira.JiraComponents; /** * Unit tests for {@link JiraComponents}. - * + * * @author Mark Paluch */ public class JiraComponentsUnitTests { diff --git a/src/test/java/org/springframework/data/release/issues/jira/JiraConnectorIntegrationTests.java b/src/test/java/org/springframework/data/release/issues/jira/JiraConnectorIntegrationTests.java index fef076e..01a7d2a 100644 --- a/src/test/java/org/springframework/data/release/issues/jira/JiraConnectorIntegrationTests.java +++ b/src/test/java/org/springframework/data/release/issues/jira/JiraConnectorIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/issues/jira/JiraVersionUnitTests.java b/src/test/java/org/springframework/data/release/issues/jira/JiraVersionUnitTests.java index cb95f68..4dfbfd0 100644 --- a/src/test/java/org/springframework/data/release/issues/jira/JiraVersionUnitTests.java +++ b/src/test/java/org/springframework/data/release/issues/jira/JiraVersionUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/issues/jira/TicketsUnitTests.java b/src/test/java/org/springframework/data/release/issues/jira/TicketsUnitTests.java index 150d938..f99c831 100644 --- a/src/test/java/org/springframework/data/release/issues/jira/TicketsUnitTests.java +++ b/src/test/java/org/springframework/data/release/issues/jira/TicketsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/model/ArtifactVersionUnitTests.java b/src/test/java/org/springframework/data/release/model/ArtifactVersionUnitTests.java index aa15c1c..c0f1f3e 100644 --- a/src/test/java/org/springframework/data/release/model/ArtifactVersionUnitTests.java +++ b/src/test/java/org/springframework/data/release/model/ArtifactVersionUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2015 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/model/IterationUnitTests.java b/src/test/java/org/springframework/data/release/model/IterationUnitTests.java index 74ca386..d05351e 100644 --- a/src/test/java/org/springframework/data/release/model/IterationUnitTests.java +++ b/src/test/java/org/springframework/data/release/model/IterationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/model/ModuleIterationUnitTests.java b/src/test/java/org/springframework/data/release/model/ModuleIterationUnitTests.java index f27a4fd..89b7ea4 100644 --- a/src/test/java/org/springframework/data/release/model/ModuleIterationUnitTests.java +++ b/src/test/java/org/springframework/data/release/model/ModuleIterationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/model/ProjectUnitTests.java b/src/test/java/org/springframework/data/release/model/ProjectUnitTests.java index 452680c..10d4ac6 100644 --- a/src/test/java/org/springframework/data/release/model/ProjectUnitTests.java +++ b/src/test/java/org/springframework/data/release/model/ProjectUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/model/SimpleIterationVersion.java b/src/test/java/org/springframework/data/release/model/SimpleIterationVersion.java index 7c83e76..a242456 100644 --- a/src/test/java/org/springframework/data/release/model/SimpleIterationVersion.java +++ b/src/test/java/org/springframework/data/release/model/SimpleIterationVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/model/TestReleaseTrains.java b/src/test/java/org/springframework/data/release/model/TestReleaseTrains.java index 7149189..5a2f134 100644 --- a/src/test/java/org/springframework/data/release/model/TestReleaseTrains.java +++ b/src/test/java/org/springframework/data/release/model/TestReleaseTrains.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/model/TrackerTest.java b/src/test/java/org/springframework/data/release/model/TrackerTest.java index caa0f2c..96d3786 100644 --- a/src/test/java/org/springframework/data/release/model/TrackerTest.java +++ b/src/test/java/org/springframework/data/release/model/TrackerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,9 +16,9 @@ package org.springframework.data.release.model; -import static org.hamcrest.core.Is.is; -import static org.hamcrest.core.IsEqual.equalTo; -import static org.junit.Assert.assertThat; +import static org.hamcrest.core.Is.*; +import static org.hamcrest.core.IsEqual.*; +import static org.junit.Assert.*; import java.util.regex.Matcher; import java.util.regex.Pattern; diff --git a/src/test/java/org/springframework/data/release/model/TrainsUnitTest.java b/src/test/java/org/springframework/data/release/model/TrainsUnitTest.java index fc84040..c86a428 100644 --- a/src/test/java/org/springframework/data/release/model/TrainsUnitTest.java +++ b/src/test/java/org/springframework/data/release/model/TrainsUnitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 the original author or authors. + * Copyright 2015-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/sagan/MaintainedVersionUnitTests.java b/src/test/java/org/springframework/data/release/sagan/MaintainedVersionUnitTests.java index fd5d9c8..bf6aced 100644 --- a/src/test/java/org/springframework/data/release/sagan/MaintainedVersionUnitTests.java +++ b/src/test/java/org/springframework/data/release/sagan/MaintainedVersionUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/sagan/MaintainedVersionsUnitTests.java b/src/test/java/org/springframework/data/release/sagan/MaintainedVersionsUnitTests.java index 7333454..bd65e2a 100644 --- a/src/test/java/org/springframework/data/release/sagan/MaintainedVersionsUnitTests.java +++ b/src/test/java/org/springframework/data/release/sagan/MaintainedVersionsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/sagan/ProjectMetadataSerializationTests.java b/src/test/java/org/springframework/data/release/sagan/ProjectMetadataSerializationTests.java index 22054ef..ac2c5ae 100644 --- a/src/test/java/org/springframework/data/release/sagan/ProjectMetadataSerializationTests.java +++ b/src/test/java/org/springframework/data/release/sagan/ProjectMetadataSerializationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed 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/test/java/org/springframework/data/release/sagan/SaganOperationsIntegrationTests.java b/src/test/java/org/springframework/data/release/sagan/SaganOperationsIntegrationTests.java index 131b1a0..c27e090 100644 --- a/src/test/java/org/springframework/data/release/sagan/SaganOperationsIntegrationTests.java +++ b/src/test/java/org/springframework/data/release/sagan/SaganOperationsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.