From 8a1a9fdb1f796fddfa0233b5bb24706ad6026031 Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Fri, 15 Feb 2019 14:27:39 -0800 Subject: [PATCH 1/4] Replace http with https in the license, also bump copyright to 2019. --- gradle/spotless.license.java | 4 ++-- src/main/java/com/diffplug/gradle/CmdLine.java | 4 ++-- src/main/java/com/diffplug/gradle/CmdLineTask.java | 4 ++-- src/main/java/com/diffplug/gradle/ConfigMisc.java | 4 ++-- src/main/java/com/diffplug/gradle/EnvMisc.java | 4 ++-- src/main/java/com/diffplug/gradle/FileMisc.java | 4 ++-- src/main/java/com/diffplug/gradle/GoomphCacheLocations.java | 4 ++-- src/main/java/com/diffplug/gradle/GroovyCompat.java | 4 ++-- src/main/java/com/diffplug/gradle/JavaExecWinFriendly.java | 4 ++-- src/main/java/com/diffplug/gradle/JavaExecable.java | 4 ++-- src/main/java/com/diffplug/gradle/JavaExecableImp.java | 4 ++-- src/main/java/com/diffplug/gradle/Lazyable.java | 4 ++-- src/main/java/com/diffplug/gradle/NativeFileManager.java | 4 ++-- src/main/java/com/diffplug/gradle/OrderingConstraints.java | 4 ++-- src/main/java/com/diffplug/gradle/ProjectPlugin.java | 4 ++-- src/main/java/com/diffplug/gradle/SerializableMisc.java | 4 ++-- src/main/java/com/diffplug/gradle/StateBuilder.java | 4 ++-- src/main/java/com/diffplug/gradle/ZipMisc.java | 4 ++-- .../com/diffplug/gradle/eclipse/BuildPropertiesPlugin.java | 4 ++-- .../com/diffplug/gradle/eclipse/EclipseProjectPlugin.java | 4 ++-- .../com/diffplug/gradle/eclipse/ExcludeBuildFolderPlugin.java | 4 ++-- .../java/com/diffplug/gradle/eclipse/GradleClassicPlugin.java | 4 ++-- .../com/diffplug/gradle/eclipse/MavenCentralExtension.java | 4 ++-- .../java/com/diffplug/gradle/eclipse/MavenCentralMapping.java | 4 ++-- .../java/com/diffplug/gradle/eclipse/MavenCentralPlugin.java | 4 ++-- .../com/diffplug/gradle/eclipse/ProjectDepsExtension.java | 4 ++-- .../java/com/diffplug/gradle/eclipse/ProjectDepsPlugin.java | 4 ++-- src/main/java/com/diffplug/gradle/eclipse/ResourceFilter.java | 4 ++-- .../com/diffplug/gradle/eclipse/ResourceFiltersExtension.java | 4 ++-- .../com/diffplug/gradle/eclipse/ResourceFiltersPlugin.java | 4 ++-- .../java/com/diffplug/gradle/eclipserunner/EclipseApp.java | 4 ++-- .../java/com/diffplug/gradle/eclipserunner/EclipseIni.java | 4 ++-- .../com/diffplug/gradle/eclipserunner/EclipseIniLauncher.java | 4 ++-- .../java/com/diffplug/gradle/eclipserunner/EclipseRunner.java | 4 ++-- .../diffplug/gradle/eclipserunner/EquinoxLaunchPlugin.java | 4 ++-- .../diffplug/gradle/eclipserunner/EquinoxLaunchSetupTask.java | 4 ++-- .../diffplug/gradle/eclipserunner/EquinoxLaunchSource.java | 4 ++-- .../com/diffplug/gradle/eclipserunner/EquinoxLaunchTask.java | 4 ++-- .../com/diffplug/gradle/eclipserunner/EquinoxLauncher.java | 4 ++-- .../com/diffplug/gradle/eclipserunner/JarFolderRunner.java | 4 ++-- .../gradle/eclipserunner/JarFolderRunnerExternalJvm.java | 4 ++-- .../java/com/diffplug/gradle/eclipserunner/NativeRunner.java | 4 ++-- .../com/diffplug/gradle/eclipserunner/launcher/Constants.java | 4 ++-- .../com/diffplug/gradle/eclipserunner/launcher/JNIBridge.java | 4 ++-- .../java/com/diffplug/gradle/eclipserunner/launcher/Main.java | 4 ++-- .../java/com/diffplug/gradle/oomph/BrandingProductPlugin.java | 4 ++-- src/main/java/com/diffplug/gradle/oomph/ConventionJdt.java | 4 ++-- src/main/java/com/diffplug/gradle/oomph/ConventionPde.java | 4 ++-- .../gradle/oomph/ConventionPdeTargetPlatformSetter.java | 4 ++-- src/main/java/com/diffplug/gradle/oomph/ConventionStyle.java | 4 ++-- src/main/java/com/diffplug/gradle/oomph/EclipseMisc.java | 4 ++-- src/main/java/com/diffplug/gradle/oomph/IUs.java | 4 ++-- src/main/java/com/diffplug/gradle/oomph/InstalledJre.java | 4 ++-- .../java/com/diffplug/gradle/oomph/InstalledJreAdder.java | 4 ++-- .../com/diffplug/gradle/oomph/InstalledJreAdderInternal.java | 4 ++-- src/main/java/com/diffplug/gradle/oomph/OomphConvention.java | 4 ++-- .../java/com/diffplug/gradle/oomph/OomphIdeExtension.java | 4 ++-- src/main/java/com/diffplug/gradle/oomph/OomphIdePlugin.java | 4 ++-- src/main/java/com/diffplug/gradle/oomph/Perspectives.java | 4 ++-- src/main/java/com/diffplug/gradle/oomph/ProjectImporter.java | 4 ++-- .../com/diffplug/gradle/oomph/ProjectImporterInternal.java | 4 ++-- src/main/java/com/diffplug/gradle/oomph/SaveWorkspace.java | 4 ++-- .../java/com/diffplug/gradle/oomph/SaveWorkspaceInternal.java | 4 ++-- src/main/java/com/diffplug/gradle/oomph/SetupAction.java | 4 ++-- .../java/com/diffplug/gradle/oomph/SetupWithinEclipse.java | 4 ++-- .../java/com/diffplug/gradle/oomph/WorkspaceRegistry.java | 4 ++-- .../diffplug/gradle/oomph/thirdparty/ConventionBuildship.java | 4 ++-- .../oomph/thirdparty/ConventionMinimalistGradleEditor.java | 4 ++-- .../gradle/oomph/thirdparty/ConventionThirdParty.java | 4 ++-- .../gradle/oomph/thirdparty/ConventionTmTerminal.java | 4 ++-- .../diffplug/gradle/oomph/thirdparty/WithRepoConvention.java | 4 ++-- .../java/com/diffplug/gradle/osgi/BndManifestExtension.java | 4 ++-- src/main/java/com/diffplug/gradle/osgi/BndManifestPlugin.java | 4 ++-- src/main/java/com/diffplug/gradle/osgi/OsgiExecImp.java | 4 ++-- src/main/java/com/diffplug/gradle/osgi/OsgiExecable.java | 4 ++-- src/main/java/com/diffplug/gradle/p2/AsMavenExtension.java | 4 ++-- src/main/java/com/diffplug/gradle/p2/AsMavenGroup.java | 4 ++-- src/main/java/com/diffplug/gradle/p2/AsMavenGroupImpl.java | 4 ++-- src/main/java/com/diffplug/gradle/p2/AsMavenPlugin.java | 4 ++-- .../com/diffplug/gradle/p2/FeaturesAndBundlesPublisher.java | 4 ++-- src/main/java/com/diffplug/gradle/p2/MavenRepoBuilder.java | 4 ++-- src/main/java/com/diffplug/gradle/p2/P2AntRunner.java | 4 ++-- .../java/com/diffplug/gradle/p2/P2BootstrapInstallation.java | 4 ++-- src/main/java/com/diffplug/gradle/p2/P2Declarative.java | 4 ++-- src/main/java/com/diffplug/gradle/p2/P2Model.java | 4 ++-- src/main/java/com/diffplug/gradle/p2/ParsedJar.java | 4 ++-- src/main/java/com/diffplug/gradle/p2/Repo2Runnable.java | 4 ++-- .../com/diffplug/gradle/pde/CopyJarsUsingProductFile.java | 4 ++-- src/main/java/com/diffplug/gradle/pde/EclipseRelease.java | 4 ++-- .../java/com/diffplug/gradle/pde/ExplicitVersionPolicy.java | 4 ++-- src/main/java/com/diffplug/gradle/pde/JdkConfig.java | 4 ++-- src/main/java/com/diffplug/gradle/pde/PdeAntBuildTask.java | 4 ++-- src/main/java/com/diffplug/gradle/pde/PdeBuildProperties.java | 4 ++-- src/main/java/com/diffplug/gradle/pde/PdeBuildTask.java | 4 ++-- src/main/java/com/diffplug/gradle/pde/PdeInstallation.java | 4 ++-- .../java/com/diffplug/gradle/pde/PdeProductBuildConfig.java | 4 ++-- src/main/java/com/diffplug/gradle/pde/PluginCatalog.java | 4 ++-- src/main/java/com/diffplug/gradle/pde/ProductFileUtil.java | 4 ++-- src/main/java/com/diffplug/gradle/swt/NativeDepsPlugin.java | 4 ++-- src/test/java/com/diffplug/gradle/Diff.java | 4 ++-- src/test/java/com/diffplug/gradle/FileMiscTest.java | 4 ++-- .../gradle/GoomphCacheLocationInitFromProjectTest.java | 4 ++-- src/test/java/com/diffplug/gradle/GradleIntegrationTest.java | 4 ++-- src/test/java/com/diffplug/gradle/JavaExecableTest.java | 4 ++-- src/test/java/com/diffplug/gradle/LazyableTest.java | 4 ++-- .../java/com/diffplug/gradle/OrderingConstraintsTest.java | 4 ++-- src/test/java/com/diffplug/gradle/diff_match_patch.java | 4 ++-- .../diffplug/gradle/eclipse/BuildPropertiesPluginTest.java | 4 ++-- .../diffplug/gradle/eclipse/ExcludeBuildFolderPluginTest.java | 4 ++-- .../com/diffplug/gradle/eclipse/GradleClassicPluginTest.java | 4 ++-- .../com/diffplug/gradle/eclipse/MavenCentralMappingTest.java | 4 ++-- .../com/diffplug/gradle/eclipse/MavenCentralPluginTest.java | 4 ++-- .../com/diffplug/gradle/eclipse/ProjectDepsPluginTest.java | 4 ++-- .../java/com/diffplug/gradle/eclipse/ResourceFilterTest.java | 4 ++-- .../com/diffplug/gradle/eclipserunner/EclipseAppTest.java | 4 ++-- .../gradle/eclipserunner/EquinoxLaunchPluginTest.java | 4 ++-- .../java/com/diffplug/gradle/oomph/OomphIdePluginTest.java | 4 ++-- .../java/com/diffplug/gradle/oomph/WorkspaceRegistryTest.java | 4 ++-- .../java/com/diffplug/gradle/osgi/BndManifestPluginTest.java | 4 ++-- src/test/java/com/diffplug/gradle/p2/AsMavenPluginTest.java | 4 ++-- .../java/com/diffplug/gradle/p2/MavenRepoBuilderTest.java | 4 ++-- src/test/java/com/diffplug/gradle/p2/OsgiExecableTest.java | 4 ++-- .../com/diffplug/gradle/p2/P2BootstrapInstallationCreate.java | 4 ++-- .../com/diffplug/gradle/p2/P2BootstrapInstallationTest.java | 4 ++-- src/test/java/com/diffplug/gradle/p2/P2ModelTest.java | 4 ++-- src/test/java/com/diffplug/gradle/p2/P2Test.java | 4 ++-- .../diffplug/gradle/pde/PdeBootstrapInstallationCreate.java | 4 ++-- .../diffplug/gradle/pde/PdeInstallationPropertiesTest.java | 4 ++-- .../diffplug/gradle/pde/PdeProductBuildPropertiesTest.java | 4 ++-- .../java/com/diffplug/gradle/pde/ProductFileUtilTest.java | 4 ++-- .../java/com/diffplug/gradle/swt/NativeDepsPluginTest.java | 4 ++-- 131 files changed, 262 insertions(+), 262 deletions(-) diff --git a/gradle/spotless.license.java b/gradle/spotless.license.java index 5c91edf4e..8fa6bfaf9 100644 --- a/gradle/spotless.license.java +++ b/gradle/spotless.license.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/CmdLine.java b/src/main/java/com/diffplug/gradle/CmdLine.java index 2bb9ec78a..d4f1d7c17 100644 --- a/src/main/java/com/diffplug/gradle/CmdLine.java +++ b/src/main/java/com/diffplug/gradle/CmdLine.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/CmdLineTask.java b/src/main/java/com/diffplug/gradle/CmdLineTask.java index 219df4050..9f06b25fb 100644 --- a/src/main/java/com/diffplug/gradle/CmdLineTask.java +++ b/src/main/java/com/diffplug/gradle/CmdLineTask.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/ConfigMisc.java b/src/main/java/com/diffplug/gradle/ConfigMisc.java index d274814d7..3c5b24387 100644 --- a/src/main/java/com/diffplug/gradle/ConfigMisc.java +++ b/src/main/java/com/diffplug/gradle/ConfigMisc.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/EnvMisc.java b/src/main/java/com/diffplug/gradle/EnvMisc.java index e8b60c3d3..57e1776c7 100644 --- a/src/main/java/com/diffplug/gradle/EnvMisc.java +++ b/src/main/java/com/diffplug/gradle/EnvMisc.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/FileMisc.java b/src/main/java/com/diffplug/gradle/FileMisc.java index ed430af52..dca92a430 100644 --- a/src/main/java/com/diffplug/gradle/FileMisc.java +++ b/src/main/java/com/diffplug/gradle/FileMisc.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/GoomphCacheLocations.java b/src/main/java/com/diffplug/gradle/GoomphCacheLocations.java index 942ea14bd..801864b16 100644 --- a/src/main/java/com/diffplug/gradle/GoomphCacheLocations.java +++ b/src/main/java/com/diffplug/gradle/GoomphCacheLocations.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/GroovyCompat.java b/src/main/java/com/diffplug/gradle/GroovyCompat.java index 721e78d79..c86fb35cf 100644 --- a/src/main/java/com/diffplug/gradle/GroovyCompat.java +++ b/src/main/java/com/diffplug/gradle/GroovyCompat.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/JavaExecWinFriendly.java b/src/main/java/com/diffplug/gradle/JavaExecWinFriendly.java index 38f713aa9..9242e5bfe 100644 --- a/src/main/java/com/diffplug/gradle/JavaExecWinFriendly.java +++ b/src/main/java/com/diffplug/gradle/JavaExecWinFriendly.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/JavaExecable.java b/src/main/java/com/diffplug/gradle/JavaExecable.java index b5abd7e73..5d27c9e2d 100644 --- a/src/main/java/com/diffplug/gradle/JavaExecable.java +++ b/src/main/java/com/diffplug/gradle/JavaExecable.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/JavaExecableImp.java b/src/main/java/com/diffplug/gradle/JavaExecableImp.java index 1601652ed..9541c540d 100644 --- a/src/main/java/com/diffplug/gradle/JavaExecableImp.java +++ b/src/main/java/com/diffplug/gradle/JavaExecableImp.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/Lazyable.java b/src/main/java/com/diffplug/gradle/Lazyable.java index 9c0d1722b..aba328675 100644 --- a/src/main/java/com/diffplug/gradle/Lazyable.java +++ b/src/main/java/com/diffplug/gradle/Lazyable.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/NativeFileManager.java b/src/main/java/com/diffplug/gradle/NativeFileManager.java index 2b037a7c0..2345cda35 100644 --- a/src/main/java/com/diffplug/gradle/NativeFileManager.java +++ b/src/main/java/com/diffplug/gradle/NativeFileManager.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/OrderingConstraints.java b/src/main/java/com/diffplug/gradle/OrderingConstraints.java index a5c0eda18..e2375cafd 100644 --- a/src/main/java/com/diffplug/gradle/OrderingConstraints.java +++ b/src/main/java/com/diffplug/gradle/OrderingConstraints.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/ProjectPlugin.java b/src/main/java/com/diffplug/gradle/ProjectPlugin.java index 077ea347f..3ad60a85c 100644 --- a/src/main/java/com/diffplug/gradle/ProjectPlugin.java +++ b/src/main/java/com/diffplug/gradle/ProjectPlugin.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/SerializableMisc.java b/src/main/java/com/diffplug/gradle/SerializableMisc.java index fb5fb8656..d8c73acf0 100644 --- a/src/main/java/com/diffplug/gradle/SerializableMisc.java +++ b/src/main/java/com/diffplug/gradle/SerializableMisc.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/StateBuilder.java b/src/main/java/com/diffplug/gradle/StateBuilder.java index ea87a1be6..ba6c43644 100644 --- a/src/main/java/com/diffplug/gradle/StateBuilder.java +++ b/src/main/java/com/diffplug/gradle/StateBuilder.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/ZipMisc.java b/src/main/java/com/diffplug/gradle/ZipMisc.java index 66031961c..8e49162c5 100644 --- a/src/main/java/com/diffplug/gradle/ZipMisc.java +++ b/src/main/java/com/diffplug/gradle/ZipMisc.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipse/BuildPropertiesPlugin.java b/src/main/java/com/diffplug/gradle/eclipse/BuildPropertiesPlugin.java index 7a58e3f40..8e4314ed0 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/BuildPropertiesPlugin.java +++ b/src/main/java/com/diffplug/gradle/eclipse/BuildPropertiesPlugin.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipse/EclipseProjectPlugin.java b/src/main/java/com/diffplug/gradle/eclipse/EclipseProjectPlugin.java index d4e411e24..3c2052852 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/EclipseProjectPlugin.java +++ b/src/main/java/com/diffplug/gradle/eclipse/EclipseProjectPlugin.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipse/ExcludeBuildFolderPlugin.java b/src/main/java/com/diffplug/gradle/eclipse/ExcludeBuildFolderPlugin.java index 060ca775d..28c2aacaa 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/ExcludeBuildFolderPlugin.java +++ b/src/main/java/com/diffplug/gradle/eclipse/ExcludeBuildFolderPlugin.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipse/GradleClassicPlugin.java b/src/main/java/com/diffplug/gradle/eclipse/GradleClassicPlugin.java index 06b703304..d371b616c 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/GradleClassicPlugin.java +++ b/src/main/java/com/diffplug/gradle/eclipse/GradleClassicPlugin.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipse/MavenCentralExtension.java b/src/main/java/com/diffplug/gradle/eclipse/MavenCentralExtension.java index 2567c75d1..ffcc89262 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/MavenCentralExtension.java +++ b/src/main/java/com/diffplug/gradle/eclipse/MavenCentralExtension.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipse/MavenCentralMapping.java b/src/main/java/com/diffplug/gradle/eclipse/MavenCentralMapping.java index 5f4cce438..94745c264 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/MavenCentralMapping.java +++ b/src/main/java/com/diffplug/gradle/eclipse/MavenCentralMapping.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipse/MavenCentralPlugin.java b/src/main/java/com/diffplug/gradle/eclipse/MavenCentralPlugin.java index 7e7854ca9..a5673c37c 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/MavenCentralPlugin.java +++ b/src/main/java/com/diffplug/gradle/eclipse/MavenCentralPlugin.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipse/ProjectDepsExtension.java b/src/main/java/com/diffplug/gradle/eclipse/ProjectDepsExtension.java index 0bff423d9..4b6c2357a 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/ProjectDepsExtension.java +++ b/src/main/java/com/diffplug/gradle/eclipse/ProjectDepsExtension.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipse/ProjectDepsPlugin.java b/src/main/java/com/diffplug/gradle/eclipse/ProjectDepsPlugin.java index 03ca58344..5a7e958da 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/ProjectDepsPlugin.java +++ b/src/main/java/com/diffplug/gradle/eclipse/ProjectDepsPlugin.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipse/ResourceFilter.java b/src/main/java/com/diffplug/gradle/eclipse/ResourceFilter.java index 81e2a3b53..0a4174b6c 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/ResourceFilter.java +++ b/src/main/java/com/diffplug/gradle/eclipse/ResourceFilter.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipse/ResourceFiltersExtension.java b/src/main/java/com/diffplug/gradle/eclipse/ResourceFiltersExtension.java index 8fa870ca1..a0f144120 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/ResourceFiltersExtension.java +++ b/src/main/java/com/diffplug/gradle/eclipse/ResourceFiltersExtension.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipse/ResourceFiltersPlugin.java b/src/main/java/com/diffplug/gradle/eclipse/ResourceFiltersPlugin.java index b93475817..9b85fb30e 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/ResourceFiltersPlugin.java +++ b/src/main/java/com/diffplug/gradle/eclipse/ResourceFiltersPlugin.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/EclipseApp.java b/src/main/java/com/diffplug/gradle/eclipserunner/EclipseApp.java index cc7a8d1a0..0ef4b9e0f 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/EclipseApp.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/EclipseApp.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/EclipseIni.java b/src/main/java/com/diffplug/gradle/eclipserunner/EclipseIni.java index 22a104585..214e8eb08 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/EclipseIni.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/EclipseIni.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/EclipseIniLauncher.java b/src/main/java/com/diffplug/gradle/eclipserunner/EclipseIniLauncher.java index b4733a476..8d8539852 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/EclipseIniLauncher.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/EclipseIniLauncher.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/EclipseRunner.java b/src/main/java/com/diffplug/gradle/eclipserunner/EclipseRunner.java index 6aea5735c..1b04bfa3d 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/EclipseRunner.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/EclipseRunner.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchPlugin.java b/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchPlugin.java index 6e9561840..166f6af1e 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchPlugin.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchPlugin.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchSetupTask.java b/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchSetupTask.java index 08dc104c0..453a270a4 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchSetupTask.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchSetupTask.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchSource.java b/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchSource.java index b7b398703..d9b72dbf4 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchSource.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchSource.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchTask.java b/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchTask.java index 34236f4b6..0494d39da 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchTask.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchTask.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLauncher.java b/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLauncher.java index cd3e48571..dd5cf9250 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLauncher.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLauncher.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/JarFolderRunner.java b/src/main/java/com/diffplug/gradle/eclipserunner/JarFolderRunner.java index 036f0353d..cf6badf0c 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/JarFolderRunner.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/JarFolderRunner.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/JarFolderRunnerExternalJvm.java b/src/main/java/com/diffplug/gradle/eclipserunner/JarFolderRunnerExternalJvm.java index 0641f5eee..1c18298d3 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/JarFolderRunnerExternalJvm.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/JarFolderRunnerExternalJvm.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/NativeRunner.java b/src/main/java/com/diffplug/gradle/eclipserunner/NativeRunner.java index c31cd7a30..eec6df9a8 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/NativeRunner.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/NativeRunner.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/launcher/Constants.java b/src/main/java/com/diffplug/gradle/eclipserunner/launcher/Constants.java index 3b0823113..ec8f5d73d 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/launcher/Constants.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/launcher/Constants.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/launcher/JNIBridge.java b/src/main/java/com/diffplug/gradle/eclipserunner/launcher/JNIBridge.java index 660a79483..815aff10f 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/launcher/JNIBridge.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/launcher/JNIBridge.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/launcher/Main.java b/src/main/java/com/diffplug/gradle/eclipserunner/launcher/Main.java index 4ccf64644..449203360 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/launcher/Main.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/launcher/Main.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/BrandingProductPlugin.java b/src/main/java/com/diffplug/gradle/oomph/BrandingProductPlugin.java index 87223e0ea..d29a99094 100644 --- a/src/main/java/com/diffplug/gradle/oomph/BrandingProductPlugin.java +++ b/src/main/java/com/diffplug/gradle/oomph/BrandingProductPlugin.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/ConventionJdt.java b/src/main/java/com/diffplug/gradle/oomph/ConventionJdt.java index b1502b800..fee768291 100644 --- a/src/main/java/com/diffplug/gradle/oomph/ConventionJdt.java +++ b/src/main/java/com/diffplug/gradle/oomph/ConventionJdt.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/ConventionPde.java b/src/main/java/com/diffplug/gradle/oomph/ConventionPde.java index 5a3769cc8..03ac698e6 100644 --- a/src/main/java/com/diffplug/gradle/oomph/ConventionPde.java +++ b/src/main/java/com/diffplug/gradle/oomph/ConventionPde.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/ConventionPdeTargetPlatformSetter.java b/src/main/java/com/diffplug/gradle/oomph/ConventionPdeTargetPlatformSetter.java index 2bbc8851f..a0c5e150e 100644 --- a/src/main/java/com/diffplug/gradle/oomph/ConventionPdeTargetPlatformSetter.java +++ b/src/main/java/com/diffplug/gradle/oomph/ConventionPdeTargetPlatformSetter.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/ConventionStyle.java b/src/main/java/com/diffplug/gradle/oomph/ConventionStyle.java index d42dbc46a..47c1c941e 100644 --- a/src/main/java/com/diffplug/gradle/oomph/ConventionStyle.java +++ b/src/main/java/com/diffplug/gradle/oomph/ConventionStyle.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/EclipseMisc.java b/src/main/java/com/diffplug/gradle/oomph/EclipseMisc.java index b88de4ee7..d91446d92 100644 --- a/src/main/java/com/diffplug/gradle/oomph/EclipseMisc.java +++ b/src/main/java/com/diffplug/gradle/oomph/EclipseMisc.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/IUs.java b/src/main/java/com/diffplug/gradle/oomph/IUs.java index eae2e36c0..b4b8309f5 100644 --- a/src/main/java/com/diffplug/gradle/oomph/IUs.java +++ b/src/main/java/com/diffplug/gradle/oomph/IUs.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/InstalledJre.java b/src/main/java/com/diffplug/gradle/oomph/InstalledJre.java index 5b54b8fef..98c3ca9d4 100644 --- a/src/main/java/com/diffplug/gradle/oomph/InstalledJre.java +++ b/src/main/java/com/diffplug/gradle/oomph/InstalledJre.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/InstalledJreAdder.java b/src/main/java/com/diffplug/gradle/oomph/InstalledJreAdder.java index 496e25257..73c94b866 100644 --- a/src/main/java/com/diffplug/gradle/oomph/InstalledJreAdder.java +++ b/src/main/java/com/diffplug/gradle/oomph/InstalledJreAdder.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/InstalledJreAdderInternal.java b/src/main/java/com/diffplug/gradle/oomph/InstalledJreAdderInternal.java index 8d2b1f2e6..4a636d429 100644 --- a/src/main/java/com/diffplug/gradle/oomph/InstalledJreAdderInternal.java +++ b/src/main/java/com/diffplug/gradle/oomph/InstalledJreAdderInternal.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/OomphConvention.java b/src/main/java/com/diffplug/gradle/oomph/OomphConvention.java index 3f6d11b5e..80a6cd4b8 100644 --- a/src/main/java/com/diffplug/gradle/oomph/OomphConvention.java +++ b/src/main/java/com/diffplug/gradle/oomph/OomphConvention.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/OomphIdeExtension.java b/src/main/java/com/diffplug/gradle/oomph/OomphIdeExtension.java index c4e206f45..8104d3229 100644 --- a/src/main/java/com/diffplug/gradle/oomph/OomphIdeExtension.java +++ b/src/main/java/com/diffplug/gradle/oomph/OomphIdeExtension.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/OomphIdePlugin.java b/src/main/java/com/diffplug/gradle/oomph/OomphIdePlugin.java index b14e7fada..e5862006f 100644 --- a/src/main/java/com/diffplug/gradle/oomph/OomphIdePlugin.java +++ b/src/main/java/com/diffplug/gradle/oomph/OomphIdePlugin.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/Perspectives.java b/src/main/java/com/diffplug/gradle/oomph/Perspectives.java index afb4c36c5..b349509fd 100644 --- a/src/main/java/com/diffplug/gradle/oomph/Perspectives.java +++ b/src/main/java/com/diffplug/gradle/oomph/Perspectives.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/ProjectImporter.java b/src/main/java/com/diffplug/gradle/oomph/ProjectImporter.java index c69fd1968..1ff645b27 100644 --- a/src/main/java/com/diffplug/gradle/oomph/ProjectImporter.java +++ b/src/main/java/com/diffplug/gradle/oomph/ProjectImporter.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/ProjectImporterInternal.java b/src/main/java/com/diffplug/gradle/oomph/ProjectImporterInternal.java index e553bafee..1f0f4a49f 100644 --- a/src/main/java/com/diffplug/gradle/oomph/ProjectImporterInternal.java +++ b/src/main/java/com/diffplug/gradle/oomph/ProjectImporterInternal.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/SaveWorkspace.java b/src/main/java/com/diffplug/gradle/oomph/SaveWorkspace.java index 301ef4f78..8c32e93b6 100644 --- a/src/main/java/com/diffplug/gradle/oomph/SaveWorkspace.java +++ b/src/main/java/com/diffplug/gradle/oomph/SaveWorkspace.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/SaveWorkspaceInternal.java b/src/main/java/com/diffplug/gradle/oomph/SaveWorkspaceInternal.java index bbe92d528..319777723 100644 --- a/src/main/java/com/diffplug/gradle/oomph/SaveWorkspaceInternal.java +++ b/src/main/java/com/diffplug/gradle/oomph/SaveWorkspaceInternal.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/SetupAction.java b/src/main/java/com/diffplug/gradle/oomph/SetupAction.java index 7b59746f5..b8e4894ab 100644 --- a/src/main/java/com/diffplug/gradle/oomph/SetupAction.java +++ b/src/main/java/com/diffplug/gradle/oomph/SetupAction.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/SetupWithinEclipse.java b/src/main/java/com/diffplug/gradle/oomph/SetupWithinEclipse.java index e6a8f7ea3..fb4362017 100644 --- a/src/main/java/com/diffplug/gradle/oomph/SetupWithinEclipse.java +++ b/src/main/java/com/diffplug/gradle/oomph/SetupWithinEclipse.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/WorkspaceRegistry.java b/src/main/java/com/diffplug/gradle/oomph/WorkspaceRegistry.java index 00d39fa91..ad1bbf4ef 100644 --- a/src/main/java/com/diffplug/gradle/oomph/WorkspaceRegistry.java +++ b/src/main/java/com/diffplug/gradle/oomph/WorkspaceRegistry.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionBuildship.java b/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionBuildship.java index 4f3dac14d..c1e8ecb22 100644 --- a/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionBuildship.java +++ b/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionBuildship.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionMinimalistGradleEditor.java b/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionMinimalistGradleEditor.java index 8bfab920c..0c5b86563 100644 --- a/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionMinimalistGradleEditor.java +++ b/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionMinimalistGradleEditor.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionThirdParty.java b/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionThirdParty.java index 539b94269..fe20909cb 100644 --- a/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionThirdParty.java +++ b/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionThirdParty.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionTmTerminal.java b/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionTmTerminal.java index 2a990c9db..3bdd9b00c 100644 --- a/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionTmTerminal.java +++ b/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionTmTerminal.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/oomph/thirdparty/WithRepoConvention.java b/src/main/java/com/diffplug/gradle/oomph/thirdparty/WithRepoConvention.java index 820846de1..15ea8f5b9 100644 --- a/src/main/java/com/diffplug/gradle/oomph/thirdparty/WithRepoConvention.java +++ b/src/main/java/com/diffplug/gradle/oomph/thirdparty/WithRepoConvention.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/osgi/BndManifestExtension.java b/src/main/java/com/diffplug/gradle/osgi/BndManifestExtension.java index 8ba819022..8aba78fe2 100644 --- a/src/main/java/com/diffplug/gradle/osgi/BndManifestExtension.java +++ b/src/main/java/com/diffplug/gradle/osgi/BndManifestExtension.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/osgi/BndManifestPlugin.java b/src/main/java/com/diffplug/gradle/osgi/BndManifestPlugin.java index ecc7617a3..a6ff3c619 100644 --- a/src/main/java/com/diffplug/gradle/osgi/BndManifestPlugin.java +++ b/src/main/java/com/diffplug/gradle/osgi/BndManifestPlugin.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/osgi/OsgiExecImp.java b/src/main/java/com/diffplug/gradle/osgi/OsgiExecImp.java index 320130df8..c0a634bed 100644 --- a/src/main/java/com/diffplug/gradle/osgi/OsgiExecImp.java +++ b/src/main/java/com/diffplug/gradle/osgi/OsgiExecImp.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/osgi/OsgiExecable.java b/src/main/java/com/diffplug/gradle/osgi/OsgiExecable.java index f25aee5cf..17bba0b10 100644 --- a/src/main/java/com/diffplug/gradle/osgi/OsgiExecable.java +++ b/src/main/java/com/diffplug/gradle/osgi/OsgiExecable.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/p2/AsMavenExtension.java b/src/main/java/com/diffplug/gradle/p2/AsMavenExtension.java index 543c53113..4c4128fea 100644 --- a/src/main/java/com/diffplug/gradle/p2/AsMavenExtension.java +++ b/src/main/java/com/diffplug/gradle/p2/AsMavenExtension.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/p2/AsMavenGroup.java b/src/main/java/com/diffplug/gradle/p2/AsMavenGroup.java index 5582e23c4..2fcc2c65a 100644 --- a/src/main/java/com/diffplug/gradle/p2/AsMavenGroup.java +++ b/src/main/java/com/diffplug/gradle/p2/AsMavenGroup.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/p2/AsMavenGroupImpl.java b/src/main/java/com/diffplug/gradle/p2/AsMavenGroupImpl.java index e144d27e2..9f9f00c79 100644 --- a/src/main/java/com/diffplug/gradle/p2/AsMavenGroupImpl.java +++ b/src/main/java/com/diffplug/gradle/p2/AsMavenGroupImpl.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/p2/AsMavenPlugin.java b/src/main/java/com/diffplug/gradle/p2/AsMavenPlugin.java index e5c4ef397..071844610 100644 --- a/src/main/java/com/diffplug/gradle/p2/AsMavenPlugin.java +++ b/src/main/java/com/diffplug/gradle/p2/AsMavenPlugin.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/p2/FeaturesAndBundlesPublisher.java b/src/main/java/com/diffplug/gradle/p2/FeaturesAndBundlesPublisher.java index 1e011b8f7..8b812c4b9 100644 --- a/src/main/java/com/diffplug/gradle/p2/FeaturesAndBundlesPublisher.java +++ b/src/main/java/com/diffplug/gradle/p2/FeaturesAndBundlesPublisher.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/p2/MavenRepoBuilder.java b/src/main/java/com/diffplug/gradle/p2/MavenRepoBuilder.java index 80b39c0c3..b3bf4af27 100644 --- a/src/main/java/com/diffplug/gradle/p2/MavenRepoBuilder.java +++ b/src/main/java/com/diffplug/gradle/p2/MavenRepoBuilder.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/p2/P2AntRunner.java b/src/main/java/com/diffplug/gradle/p2/P2AntRunner.java index 59c01e8a0..951eff18b 100644 --- a/src/main/java/com/diffplug/gradle/p2/P2AntRunner.java +++ b/src/main/java/com/diffplug/gradle/p2/P2AntRunner.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/p2/P2BootstrapInstallation.java b/src/main/java/com/diffplug/gradle/p2/P2BootstrapInstallation.java index 3ecdf44e4..9e2014929 100644 --- a/src/main/java/com/diffplug/gradle/p2/P2BootstrapInstallation.java +++ b/src/main/java/com/diffplug/gradle/p2/P2BootstrapInstallation.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/p2/P2Declarative.java b/src/main/java/com/diffplug/gradle/p2/P2Declarative.java index 9063aeef7..9511a99d5 100644 --- a/src/main/java/com/diffplug/gradle/p2/P2Declarative.java +++ b/src/main/java/com/diffplug/gradle/p2/P2Declarative.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/p2/P2Model.java b/src/main/java/com/diffplug/gradle/p2/P2Model.java index 2f6c53f07..9b8e5980b 100644 --- a/src/main/java/com/diffplug/gradle/p2/P2Model.java +++ b/src/main/java/com/diffplug/gradle/p2/P2Model.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/p2/ParsedJar.java b/src/main/java/com/diffplug/gradle/p2/ParsedJar.java index 398f2e38a..7d4f48dc7 100644 --- a/src/main/java/com/diffplug/gradle/p2/ParsedJar.java +++ b/src/main/java/com/diffplug/gradle/p2/ParsedJar.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/p2/Repo2Runnable.java b/src/main/java/com/diffplug/gradle/p2/Repo2Runnable.java index e5a5af7c5..d3434081d 100644 --- a/src/main/java/com/diffplug/gradle/p2/Repo2Runnable.java +++ b/src/main/java/com/diffplug/gradle/p2/Repo2Runnable.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/pde/CopyJarsUsingProductFile.java b/src/main/java/com/diffplug/gradle/pde/CopyJarsUsingProductFile.java index b97253128..1472074d5 100644 --- a/src/main/java/com/diffplug/gradle/pde/CopyJarsUsingProductFile.java +++ b/src/main/java/com/diffplug/gradle/pde/CopyJarsUsingProductFile.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/pde/EclipseRelease.java b/src/main/java/com/diffplug/gradle/pde/EclipseRelease.java index e954dff66..d013a1a95 100644 --- a/src/main/java/com/diffplug/gradle/pde/EclipseRelease.java +++ b/src/main/java/com/diffplug/gradle/pde/EclipseRelease.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/pde/ExplicitVersionPolicy.java b/src/main/java/com/diffplug/gradle/pde/ExplicitVersionPolicy.java index 4a33cecf9..eab0967b1 100644 --- a/src/main/java/com/diffplug/gradle/pde/ExplicitVersionPolicy.java +++ b/src/main/java/com/diffplug/gradle/pde/ExplicitVersionPolicy.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/pde/JdkConfig.java b/src/main/java/com/diffplug/gradle/pde/JdkConfig.java index 157c11e8b..cfd412039 100644 --- a/src/main/java/com/diffplug/gradle/pde/JdkConfig.java +++ b/src/main/java/com/diffplug/gradle/pde/JdkConfig.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/pde/PdeAntBuildTask.java b/src/main/java/com/diffplug/gradle/pde/PdeAntBuildTask.java index 6c6d317a7..7207a37b0 100644 --- a/src/main/java/com/diffplug/gradle/pde/PdeAntBuildTask.java +++ b/src/main/java/com/diffplug/gradle/pde/PdeAntBuildTask.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/pde/PdeBuildProperties.java b/src/main/java/com/diffplug/gradle/pde/PdeBuildProperties.java index 617d6fc50..c1c909df6 100644 --- a/src/main/java/com/diffplug/gradle/pde/PdeBuildProperties.java +++ b/src/main/java/com/diffplug/gradle/pde/PdeBuildProperties.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/pde/PdeBuildTask.java b/src/main/java/com/diffplug/gradle/pde/PdeBuildTask.java index 0724c9282..713a4f02e 100644 --- a/src/main/java/com/diffplug/gradle/pde/PdeBuildTask.java +++ b/src/main/java/com/diffplug/gradle/pde/PdeBuildTask.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/pde/PdeInstallation.java b/src/main/java/com/diffplug/gradle/pde/PdeInstallation.java index bda8571b4..9fd16cbf6 100644 --- a/src/main/java/com/diffplug/gradle/pde/PdeInstallation.java +++ b/src/main/java/com/diffplug/gradle/pde/PdeInstallation.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/pde/PdeProductBuildConfig.java b/src/main/java/com/diffplug/gradle/pde/PdeProductBuildConfig.java index 0ba30a4e2..e344c669f 100644 --- a/src/main/java/com/diffplug/gradle/pde/PdeProductBuildConfig.java +++ b/src/main/java/com/diffplug/gradle/pde/PdeProductBuildConfig.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/pde/PluginCatalog.java b/src/main/java/com/diffplug/gradle/pde/PluginCatalog.java index 82ebc481e..d744b7e8d 100644 --- a/src/main/java/com/diffplug/gradle/pde/PluginCatalog.java +++ b/src/main/java/com/diffplug/gradle/pde/PluginCatalog.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/pde/ProductFileUtil.java b/src/main/java/com/diffplug/gradle/pde/ProductFileUtil.java index f26e8593c..3273fbc97 100644 --- a/src/main/java/com/diffplug/gradle/pde/ProductFileUtil.java +++ b/src/main/java/com/diffplug/gradle/pde/ProductFileUtil.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/diffplug/gradle/swt/NativeDepsPlugin.java b/src/main/java/com/diffplug/gradle/swt/NativeDepsPlugin.java index 5f130e798..323e8d8d8 100644 --- a/src/main/java/com/diffplug/gradle/swt/NativeDepsPlugin.java +++ b/src/main/java/com/diffplug/gradle/swt/NativeDepsPlugin.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/Diff.java b/src/test/java/com/diffplug/gradle/Diff.java index 30844b9c1..8a09c0fdf 100644 --- a/src/test/java/com/diffplug/gradle/Diff.java +++ b/src/test/java/com/diffplug/gradle/Diff.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/FileMiscTest.java b/src/test/java/com/diffplug/gradle/FileMiscTest.java index c13377286..93ddfe663 100644 --- a/src/test/java/com/diffplug/gradle/FileMiscTest.java +++ b/src/test/java/com/diffplug/gradle/FileMiscTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/GoomphCacheLocationInitFromProjectTest.java b/src/test/java/com/diffplug/gradle/GoomphCacheLocationInitFromProjectTest.java index 8162100cb..47e33c3f2 100644 --- a/src/test/java/com/diffplug/gradle/GoomphCacheLocationInitFromProjectTest.java +++ b/src/test/java/com/diffplug/gradle/GoomphCacheLocationInitFromProjectTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/GradleIntegrationTest.java b/src/test/java/com/diffplug/gradle/GradleIntegrationTest.java index c08f0c09d..4fa006623 100644 --- a/src/test/java/com/diffplug/gradle/GradleIntegrationTest.java +++ b/src/test/java/com/diffplug/gradle/GradleIntegrationTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/JavaExecableTest.java b/src/test/java/com/diffplug/gradle/JavaExecableTest.java index 24755c72f..23ba3d29f 100644 --- a/src/test/java/com/diffplug/gradle/JavaExecableTest.java +++ b/src/test/java/com/diffplug/gradle/JavaExecableTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/LazyableTest.java b/src/test/java/com/diffplug/gradle/LazyableTest.java index b72729368..cd2989c59 100644 --- a/src/test/java/com/diffplug/gradle/LazyableTest.java +++ b/src/test/java/com/diffplug/gradle/LazyableTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/OrderingConstraintsTest.java b/src/test/java/com/diffplug/gradle/OrderingConstraintsTest.java index 899265a10..feec65577 100644 --- a/src/test/java/com/diffplug/gradle/OrderingConstraintsTest.java +++ b/src/test/java/com/diffplug/gradle/OrderingConstraintsTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/diff_match_patch.java b/src/test/java/com/diffplug/gradle/diff_match_patch.java index 5a18a9a54..1a5f670ed 100644 --- a/src/test/java/com/diffplug/gradle/diff_match_patch.java +++ b/src/test/java/com/diffplug/gradle/diff_match_patch.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/eclipse/BuildPropertiesPluginTest.java b/src/test/java/com/diffplug/gradle/eclipse/BuildPropertiesPluginTest.java index af62dff64..fbba04e4d 100644 --- a/src/test/java/com/diffplug/gradle/eclipse/BuildPropertiesPluginTest.java +++ b/src/test/java/com/diffplug/gradle/eclipse/BuildPropertiesPluginTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/eclipse/ExcludeBuildFolderPluginTest.java b/src/test/java/com/diffplug/gradle/eclipse/ExcludeBuildFolderPluginTest.java index 0d493b907..de139a34c 100644 --- a/src/test/java/com/diffplug/gradle/eclipse/ExcludeBuildFolderPluginTest.java +++ b/src/test/java/com/diffplug/gradle/eclipse/ExcludeBuildFolderPluginTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/eclipse/GradleClassicPluginTest.java b/src/test/java/com/diffplug/gradle/eclipse/GradleClassicPluginTest.java index 93510dc2f..129d98d2b 100644 --- a/src/test/java/com/diffplug/gradle/eclipse/GradleClassicPluginTest.java +++ b/src/test/java/com/diffplug/gradle/eclipse/GradleClassicPluginTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/eclipse/MavenCentralMappingTest.java b/src/test/java/com/diffplug/gradle/eclipse/MavenCentralMappingTest.java index bfa7abf09..78d06b779 100644 --- a/src/test/java/com/diffplug/gradle/eclipse/MavenCentralMappingTest.java +++ b/src/test/java/com/diffplug/gradle/eclipse/MavenCentralMappingTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/eclipse/MavenCentralPluginTest.java b/src/test/java/com/diffplug/gradle/eclipse/MavenCentralPluginTest.java index 904d614a3..b078ead71 100644 --- a/src/test/java/com/diffplug/gradle/eclipse/MavenCentralPluginTest.java +++ b/src/test/java/com/diffplug/gradle/eclipse/MavenCentralPluginTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/eclipse/ProjectDepsPluginTest.java b/src/test/java/com/diffplug/gradle/eclipse/ProjectDepsPluginTest.java index a2b9fdd20..4abee5b7d 100644 --- a/src/test/java/com/diffplug/gradle/eclipse/ProjectDepsPluginTest.java +++ b/src/test/java/com/diffplug/gradle/eclipse/ProjectDepsPluginTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/eclipse/ResourceFilterTest.java b/src/test/java/com/diffplug/gradle/eclipse/ResourceFilterTest.java index 3ae772835..1561a754e 100644 --- a/src/test/java/com/diffplug/gradle/eclipse/ResourceFilterTest.java +++ b/src/test/java/com/diffplug/gradle/eclipse/ResourceFilterTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/eclipserunner/EclipseAppTest.java b/src/test/java/com/diffplug/gradle/eclipserunner/EclipseAppTest.java index dd5c0c3e3..6f027f4a2 100644 --- a/src/test/java/com/diffplug/gradle/eclipserunner/EclipseAppTest.java +++ b/src/test/java/com/diffplug/gradle/eclipserunner/EclipseAppTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchPluginTest.java b/src/test/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchPluginTest.java index 9143210a7..d3471e160 100644 --- a/src/test/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchPluginTest.java +++ b/src/test/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchPluginTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/oomph/OomphIdePluginTest.java b/src/test/java/com/diffplug/gradle/oomph/OomphIdePluginTest.java index 2cd28824a..d70d4bf6f 100644 --- a/src/test/java/com/diffplug/gradle/oomph/OomphIdePluginTest.java +++ b/src/test/java/com/diffplug/gradle/oomph/OomphIdePluginTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/oomph/WorkspaceRegistryTest.java b/src/test/java/com/diffplug/gradle/oomph/WorkspaceRegistryTest.java index 4ec20fad1..95a0a176d 100644 --- a/src/test/java/com/diffplug/gradle/oomph/WorkspaceRegistryTest.java +++ b/src/test/java/com/diffplug/gradle/oomph/WorkspaceRegistryTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/osgi/BndManifestPluginTest.java b/src/test/java/com/diffplug/gradle/osgi/BndManifestPluginTest.java index e4a344309..db4e9a187 100644 --- a/src/test/java/com/diffplug/gradle/osgi/BndManifestPluginTest.java +++ b/src/test/java/com/diffplug/gradle/osgi/BndManifestPluginTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/p2/AsMavenPluginTest.java b/src/test/java/com/diffplug/gradle/p2/AsMavenPluginTest.java index b90eac843..40bdda40d 100644 --- a/src/test/java/com/diffplug/gradle/p2/AsMavenPluginTest.java +++ b/src/test/java/com/diffplug/gradle/p2/AsMavenPluginTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/p2/MavenRepoBuilderTest.java b/src/test/java/com/diffplug/gradle/p2/MavenRepoBuilderTest.java index 8e25c71b9..2a34d584d 100644 --- a/src/test/java/com/diffplug/gradle/p2/MavenRepoBuilderTest.java +++ b/src/test/java/com/diffplug/gradle/p2/MavenRepoBuilderTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/p2/OsgiExecableTest.java b/src/test/java/com/diffplug/gradle/p2/OsgiExecableTest.java index 4e9bda182..38f50d209 100644 --- a/src/test/java/com/diffplug/gradle/p2/OsgiExecableTest.java +++ b/src/test/java/com/diffplug/gradle/p2/OsgiExecableTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/p2/P2BootstrapInstallationCreate.java b/src/test/java/com/diffplug/gradle/p2/P2BootstrapInstallationCreate.java index c837f873a..839f3339f 100644 --- a/src/test/java/com/diffplug/gradle/p2/P2BootstrapInstallationCreate.java +++ b/src/test/java/com/diffplug/gradle/p2/P2BootstrapInstallationCreate.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/p2/P2BootstrapInstallationTest.java b/src/test/java/com/diffplug/gradle/p2/P2BootstrapInstallationTest.java index a0d14a966..98322f95d 100644 --- a/src/test/java/com/diffplug/gradle/p2/P2BootstrapInstallationTest.java +++ b/src/test/java/com/diffplug/gradle/p2/P2BootstrapInstallationTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/p2/P2ModelTest.java b/src/test/java/com/diffplug/gradle/p2/P2ModelTest.java index a1126c2cf..04c4a86bb 100644 --- a/src/test/java/com/diffplug/gradle/p2/P2ModelTest.java +++ b/src/test/java/com/diffplug/gradle/p2/P2ModelTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/p2/P2Test.java b/src/test/java/com/diffplug/gradle/p2/P2Test.java index f93985306..20d0a6a20 100644 --- a/src/test/java/com/diffplug/gradle/p2/P2Test.java +++ b/src/test/java/com/diffplug/gradle/p2/P2Test.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/pde/PdeBootstrapInstallationCreate.java b/src/test/java/com/diffplug/gradle/pde/PdeBootstrapInstallationCreate.java index 4fdf36d6c..df26a44c0 100644 --- a/src/test/java/com/diffplug/gradle/pde/PdeBootstrapInstallationCreate.java +++ b/src/test/java/com/diffplug/gradle/pde/PdeBootstrapInstallationCreate.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/pde/PdeInstallationPropertiesTest.java b/src/test/java/com/diffplug/gradle/pde/PdeInstallationPropertiesTest.java index 73a924056..535d81858 100644 --- a/src/test/java/com/diffplug/gradle/pde/PdeInstallationPropertiesTest.java +++ b/src/test/java/com/diffplug/gradle/pde/PdeInstallationPropertiesTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/pde/PdeProductBuildPropertiesTest.java b/src/test/java/com/diffplug/gradle/pde/PdeProductBuildPropertiesTest.java index 93091e294..6fbe87c6f 100644 --- a/src/test/java/com/diffplug/gradle/pde/PdeProductBuildPropertiesTest.java +++ b/src/test/java/com/diffplug/gradle/pde/PdeProductBuildPropertiesTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/pde/ProductFileUtilTest.java b/src/test/java/com/diffplug/gradle/pde/ProductFileUtilTest.java index 86b2c66db..79efaf12f 100644 --- a/src/test/java/com/diffplug/gradle/pde/ProductFileUtilTest.java +++ b/src/test/java/com/diffplug/gradle/pde/ProductFileUtilTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/diffplug/gradle/swt/NativeDepsPluginTest.java b/src/test/java/com/diffplug/gradle/swt/NativeDepsPluginTest.java index 4e2d91625..e23a79336 100644 --- a/src/test/java/com/diffplug/gradle/swt/NativeDepsPluginTest.java +++ b/src/test/java/com/diffplug/gradle/swt/NativeDepsPluginTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2016 DiffPlug + * Copyright 2019 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, From 927eb8a3c483c2ddbf3a40caf63623ac003deda2 Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Fri, 15 Feb 2019 14:36:58 -0800 Subject: [PATCH 2/4] Find-replace http:// with https:// --- CHANGES.md | 96 +++++++++---------- CODE_OF_CONDUCT.md | 6 +- CONTRIBUTING.md | 4 +- LICENSE.txt | 4 +- README.md | 16 ++-- build.gradle | 6 +- .../diffplug/gradle/GoomphCacheLocations.java | 14 +-- .../gradle/eclipse/BuildPropertiesPlugin.java | 2 +- .../gradle/eclipse/ResourceFilter.java | 2 +- .../gradle/eclipse/ResourceFiltersPlugin.java | 4 +- .../gradle/eclipserunner/EclipseApp.java | 6 +- .../gradle/eclipserunner/EquinoxLauncher.java | 2 +- .../gradle/eclipserunner/launcher/Main.java | 2 +- .../gradle/oomph/OomphIdeExtension.java | 2 +- .../diffplug/gradle/oomph/OomphIdePlugin.java | 2 +- .../oomph/thirdparty/ConventionBuildship.java | 4 +- .../ConventionMinimalistGradleEditor.java | 2 +- .../thirdparty/ConventionTmTerminal.java | 4 +- .../gradle/osgi/BndManifestPlugin.java | 2 +- .../com/diffplug/gradle/p2/P2AntRunner.java | 2 +- .../gradle/p2/P2BootstrapInstallation.java | 4 +- .../java/com/diffplug/gradle/p2/P2Model.java | 2 +- .../diffplug/gradle/pde/EclipseRelease.java | 2 +- .../com/diffplug/gradle/oomph/LegacyIDE.e4xmi | 2 +- .../diffplug/gradle/oomph/plugin.properties | 2 +- .../com/diffplug/gradle/oomph/plugin.xml | 2 +- .../oomph/plugin_customization.properties | 2 +- .../gradle/pde/template.build.properties | 4 +- .../com/diffplug/gradle/diff_match_patch.java | 12 +-- .../com/diffplug/gradle/p2/P2ModelTest.java | 36 +++---- src/test/resources/artifacts-4.6.3.xml | 2 +- 31 files changed, 126 insertions(+), 126 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a34579af1..fa47ab049 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,20 +1,20 @@ # Goomph releases -### Version 3.18.0-SNAPSHOT - TBD ([javadoc](http://diffplug.github.io/goomph/javadoc/snapshot/), [snapshot](https://oss.sonatype.org/content/repositories/snapshots/com/diffplug/gradle/goomph/)) +### Version 3.18.0-SNAPSHOT - TBD ([javadoc](https://diffplug.github.io/goomph/javadoc/snapshot/), [snapshot](https://oss.sonatype.org/content/repositories/snapshots/com/diffplug/gradle/goomph/)) -### Version 3.17.3 - February 6th 2019 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.17.3/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.17.3/view)) +### Version 3.17.3 - February 6th 2019 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.17.3/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.17.3/view)) - Fixed up-to-date checking for the `BndManifestPlugin` ([6480298](https://github.com/diffplug/goomph/commit/6480298173988656fa29035c6533fac39ceedfa4)). -### Version 3.17.2 - February 4th 2019 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.17.2/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.17.2/view)) +### Version 3.17.2 - February 4th 2019 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.17.2/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.17.2/view)) - Fix the `equinoxLaunch` plugin, and added a test to prevent future breakage. ([#93](https://github.com/diffplug/goomph/pull/93)) -### Version 3.17.1 - January 2nd 2019 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.17.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.17.1/view)) +### Version 3.17.1 - January 2nd 2019 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.17.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.17.1/view)) - Added eclipse `4.10.0`. -### Version 3.17.0 - October 3rd 2018 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.17.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.17.0/view)) +### Version 3.17.0 - October 3rd 2018 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.17.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.17.0/view)) - Generated manifest is now put into the output resources directory, to make sure that it's available at runtime for development. - Fixed a bug in ProjectDepsPlugin where similarly-named jars might not replace all of the desired projects. @@ -22,7 +22,7 @@ - Add BndManifest support for every Jar task. [(#79)](https://github.com/diffplug/goomph/pull/79) - Added eclipse `4.9.0`. ([#83](https://github.com/diffplug/goomph/pull/83)) -### Version 3.16.0 - August 1st 2018 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.16.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.16.0/view)) +### Version 3.16.0 - August 1st 2018 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.16.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.16.0/view)) - Added ability to set vmArgs for EquinoxLaunchTask. - Add `4.7.3.a` as an EclipseRelease. @@ -33,46 +33,46 @@ - Replaced dependency on `com.diffplug.durian:durian-swt` with `durian-swt.os`. This removes the dependency on `org.eclipse.swt`. - Set the `oomphIde` splash location with an absolute path to fix warnings on mac. ([#74](https://github.com/diffplug/goomph/issues/74)) -### Version 3.15.0 - July 6th 2018 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.15.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.15.0/view)) +### Version 3.15.0 - July 6th 2018 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.15.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.15.0/view)) - Added support for eclipse 4.8.0. -### Version 3.14.0 - May 18th 2018 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.14.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.14.0/view)) +### Version 3.14.0 - May 18th 2018 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.14.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.14.0/view)) - EquinoxLaunch handles applications with async exist code (EXIT_ASYNC_RESULT) [(#66)](https://github.com/diffplug/goomph/pull/66) - Added `useNativesForRunningPlatform()` to `eclipseMavenCentral`. -### Version 3.13.0 - March 20th 2018 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.13.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.13.0/view)) +### Version 3.13.0 - March 20th 2018 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.13.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.13.0/view)) - Added support for translating eclipse releases to maven central coordinates. [(#61)](https://github.com/diffplug/goomph/pull/61) - Added support for eclipse 4.7.3. [(#62)](https://github.com/diffplug/goomph/pull/62) -### Version 3.12.0 - February 26th 2018 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.12.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.12.0/view)) +### Version 3.12.0 - February 26th 2018 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.12.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.12.0/view)) - Added support for `includeLaunchers` property from product files [(#58)](https://github.com/diffplug/goomph/pull/58) -### Version 3.11.1 - February 22nd 2018 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.11.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.11.1/view)) +### Version 3.11.1 - February 22nd 2018 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.11.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.11.1/view)) - Bump OSGi version to fix `NoClassDefFoundError: org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap` [(#57)](https://github.com/diffplug/goomph/pull/57) -### Version 3.11.0 - February 18th 2018 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.11.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.11.0/view)) +### Version 3.11.0 - February 18th 2018 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.11.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.11.0/view)) - Bump pde-bootstrap from `4.5.2` to `4.7.2`. - Allow fine grained configuration of EclipseApp in PdeBuildTask [(#55)](https://github.com/diffplug/goomph/pull/55) -### Version 3.10.0 - February 5th 2018 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.10.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.10.0/view)) +### Version 3.10.0 - February 5th 2018 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.10.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.10.0/view)) - Added nosplash argument to EclipseApp in order to prevent splash screens during gradle tasks. [(#53)](https://github.com/diffplug/goomph/pull/53) - Added a feature to provide a custom goomph-pde-bootstrap installation. [(#52)](https://github.com/diffplug/goomph/pull/52) - Fix typo in `GOOMPH_PDE_UPDATE_SITE` property (was accidentally UDPATE). [(#48)](https://github.com/diffplug/goomph/pull/48) - Old spelling (UDPATE) is still supported for backward-compatibility. -### Version 3.9.1 - February 2nd 2018 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.9.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.9.1/view)) +### Version 3.9.1 - February 2nd 2018 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.9.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.9.1/view)) - Added `--launcher.suppressErrors` to all `EclipseApp` invocations so that build errors won't open a blocking dialog on build servers. [(#49)](https://github.com/diffplug/goomph/pull/49) - Fixed a bug where a console app's execution might block because of an overfilled stderr. [(#50)](https://github.com/diffplug/goomph/pull/50) -### Version 3.9.0 - December 21st 2017 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.9.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.9.0/view)) +### Version 3.9.0 - December 21st 2017 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.9.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.9.0/view)) - Added `addBuildSrc()` method to Oomph configuration. - Upgrade bndlib from `3.4.0` to `3.5.0`. @@ -80,37 +80,37 @@ - `p2asmaven` now supports appending - a huge performance improvement for incrementally adding p2 deps. ([#44](https://github.com/diffplug/goomph/pull/44)) - Updated `EclipseRelease` to `4.7.2`. -### Version 3.8.1 - October 13th 2017 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.8.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.8.1/view)) +### Version 3.8.1 - October 13th 2017 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.8.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.8.1/view)) - Updated `EclipseRelease` to `4.7.1a`, and also added `4.7.1`. - Updated default buildship release from `e46/releases/1.0` to `e47/releases/2.x`. -### Version 3.8.0 - September 21st 2017 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.8.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.8.0/view)) +### Version 3.8.0 - September 21st 2017 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.8.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.8.0/view)) - Added the [`com.diffplug.gradle.equinoxlaunch`](https://diffplug.github.io/goomph/javadoc/snapshot/com/diffplug/gradle/eclipserunner/EquinoxLaunchPlugin.html) can configure and run equinox applications as part of the build, such as a code generator. - CopyJarsUsingProductFile now gives better error messages when a plugin is missing. - Bump bndlib from `3.2.0` to `3.4.0`. -### Version 3.7.3 - July 4th 2017 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.7.3/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.7.3/view)) +### Version 3.7.3 - July 4th 2017 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.7.3/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.7.3/view)) - Updated `EclipseRelease.latestOfficial()` to `Oxygen`. -### Version 3.7.2 - April 13th 2017 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.7.2/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.7.2/view)) +### Version 3.7.2 - April 13th 2017 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.7.2/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.7.2/view)) - Updated `EclipseRelease.latestOfficial()` to `Neon.3`. - Fixed a confusing error message ([#30](https://github.com/diffplug/goomph/issues/30)). -### Version 3.7.1 - February 14th 2017 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.7.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.7.1/view)) +### Version 3.7.1 - February 14th 2017 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.7.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.7.1/view)) * `com.diffplug.gradle.eclipse.buildproperties` now includes all non-java files in the `src` folder as resources, instead of only `*.properties` files. -### Version 3.7.0 - December 22nd 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.7.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.7.0/view)) +### Version 3.7.0 - December 22nd 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.7.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.7.0/view)) * Updated `EclipseResult.latestOfficial()` to `Neon.2`. * It is now possible to set the description in the startup dialog and about dialog. [commit](https://github.com/diffplug/goomph/commit/f24ac1ba8d00731ba754f1ede70bd93d232f0b67) * Fixed JDK detection on mac. [commit](https://github.com/diffplug/goomph/commit/d0555c8a483f29f9b8b39c05578a7ea9cc45253f) * Goomph constants (such as p2 bootstrap url) can now be overridden using Gradle extension properties: - + e.g. `ext.goomph_override_p2bootstrapUrl='http://intranet/goomph-p2-boostrap'` + + e.g. `ext.goomph_override_p2bootstrapUrl='https://intranet/goomph-p2-boostrap'` + Required when splitting buildscripts across files, because of Gradle classpath separation. + See [issue #25](https://github.com/diffplug/goomph/issues/25) for more details. * Fixed bug which prevented buildship import. [issue](https://github.com/diffplug/gradle-and-eclipse-rcp/issues/7) @@ -126,7 +126,7 @@ oomphIde { } ``` -### Version 3.6.0 - December 5th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.6.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.6.0/view)) +### Version 3.6.0 - December 5th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.6.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.6.0/view)) * Added `workspaceFile('pathInWorkspace', 'srcFile')` for copying files into the workspace directly. * Improved `workspaceProp('pathInWorkspace', { map -> map.put('key', 'value')}` so it can now be called multiple times to modify earlier results, including modifying a file set by `workspaceFile`. It can still create a file from scratch, as before. @@ -136,81 +136,81 @@ oomphIde { * Improvements to the JDT config and the ability to link resources ([#23](https://github.com/diffplug/goomph/pull/23)). * The p2bootstrap url can now be overridden ([#25](https://github.com/diffplug/goomph/issues/25)). -### Version 3.5.0 - November 24th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.5.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.5.0/view)) +### Version 3.5.0 - November 24th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.5.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.5.0/view)) * Added the ability to set the installed JRE (#16). - + See [javadoc](http://diffplug.github.io/goomph/javadoc/3.5.0/com/diffplug/gradle/oomph/ConventionJdt.html) for details. + + See [javadoc](https://diffplug.github.io/goomph/javadoc/3.5.0/com/diffplug/gradle/oomph/ConventionJdt.html) for details. -### Version 3.4.0 - November 22nd 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.4.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.4.0/view)) +### Version 3.4.0 - November 22nd 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.4.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.4.0/view)) * Added `FileMisc.deleteEmptyFolders().` * Fixed `com.diffplug.gradle.eclipse.bndmanifest` so that it doesn't create `Export-Package` entries for empty packages. + If bnd sees an empty folder in the classes directory, it will put that directory into the manifest. + To fix this, we now clean empty folders out of the classes directory before we run bndmanifest. -### Version 3.3.0 - October 13th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.3.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.3.0/view)) +### Version 3.3.0 - October 13th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.3.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.3.0/view)) * Added javadoc to [`AsMavenPlugin`](https://diffplug.github.io/goomph/javadoc/3.3.0/com/diffplug/gradle/p2/AsMavenPlugin.html) and [`OomphIdePlugin`](https://diffplug.github.io/goomph/javadoc/3.3.0/com/diffplug/gradle/oomph/OomphIdePlugin.html) which describes proxy support. * Added `OomphIdeExtension::p2director`, to allow the proxy support described above. -### Version 3.2.1 - September 29th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.2.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.2.1/view)) +### Version 3.2.1 - September 29th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.2.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.2.1/view)) * IDE setup tasks could not upgrade or downgrade the IDE version, because of a p2 director limitation. Fixed. -### Version 3.2.0 - September 28th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.2.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.2.0/view)) +### Version 3.2.0 - September 28th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.2.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.2.0/view)) * `p2asmaven` now respects the buildDir variable ([#9](https://github.com/diffplug/goomph/issues/9)). * `EclipseRelease` now knows about Neon.1, and uses Neon.1 as the latest available eclipse release. * Improved `FeaturesAndBundlesPublisher` javadoc. * P2BootstrapInstallation could fail intermittently due to filesystem flushing issues. Fixed now. -### Version 3.1.2 - September 15th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.1.2/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.1.2/view)) +### Version 3.1.2 - September 15th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.1.2/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.1.2/view)) * Second attempt at fixing a bug where trailing whitespaces in bundle symbolic names would break `p2asmaven`. -### Version 3.1.1 - September 14th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.1.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.1.1/view)) +### Version 3.1.1 - September 14th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.1.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.1.1/view)) * Fixed a bug where trailing whitespaces in bundle symbolic names would break `p2asmaven`. -### Version 3.1.0 - August 24th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.1.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.1.0/view)) +### Version 3.1.0 - August 24th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.1.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.1.0/view)) * Added `OomphIdeExtension.addProjectFolder()`. You can now add projects to the eclipse IDE without having an eclipse project in the build. -### Version 3.0.6 - August 15th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.0.6/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.0.6/view)) +### Version 3.0.6 - August 15th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.0.6/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.0.6/view)) * More fixes to behavior around creating the goomph bundle pool. + Old behavior sometimes created a bundle pool which worked, but sometimes didn't. + New behavior is more reliable. * We were creating `file://` URLs on Windows, which should have been `file:///`. This fix may cause some p2 repositories to become marked as dirty and redownload, even though they are really clean. One-time fix. -### Version 3.0.5 - August 7th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.0.5/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.0.5/view)) +### Version 3.0.5 - August 7th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.0.5/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.0.5/view)) * Fixed behavior around creating the goomph bundle pool. + Old behavior was: if pool is listed as dependency but doesn't exist, just remove the dependency. + New behavior is: if pool is listed as dependency but doesn't exist, create the pool. -### Version 3.0.4 - July 30th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.0.4/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.0.4/view)) +### Version 3.0.4 - July 30th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.0.4/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.0.4/view)) * Fixed a mac-specific bug which made it impossible to use any PDE tasks. -### Version 3.0.3 - July 29th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.0.3/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.0.3/view)) +### Version 3.0.3 - July 29th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.0.3/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.0.3/view)) * Fixed unnecessary errors for users who don't specify `org.gradle.java.home` manually. * Fixed NPE when using `p2asmaven` on jars with no manifest. + Failures on a single jar will no longer bring down the whole build. + Jars with no manifest have their name and version parsed from their filename. -### Version 3.0.2 - July 15th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.0.2/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.0.2/view)) +### Version 3.0.2 - July 15th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.0.2/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.0.2/view)) * Fixed `com.diffplug.gradle.eclipse.excludebuildfolder`. -### Version 3.0.1 - July 14th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.0.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.0.1/view)) +### Version 3.0.1 - July 14th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.0.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.0.1/view)) * Fixed plugin metadata so that all our plugins make it to the plugin portal. The following were missing: + `com.diffplug.gradle.eclipse.resourcefilters` + `com.diffplug.gradle.oomph.ide` -### Version 3.0.0 - July 13th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/3.0.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.0.0/view)) +### Version 3.0.0 - July 13th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.0.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.0.0/view)) We added a ton of stuff in 3.0.0. Everything in the `p2` and `pde` packages has been revamped, but the `eclipse` and `osgi` packages are unchanged. @@ -224,16 +224,16 @@ and `osgi` packages are unchanged. * Added `NativeFileManager` for opening the native file manager to look at a file (for debugging). * Added `OomphIdePlugin`. -### Version 2.1.1 - May 9th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/2.1.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/2.1.1/view)) +### Version 2.1.1 - May 9th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/2.1.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/2.1.1/view)) * `com.diffplug.gradle.osgi.bndmanifest` now always writes out the calculated manifest to the output resources directory. This way, if a task such as `test` relies on having a valid manifest, it will be there. * Note that if your tests rely on having an accurate META-INF/MANIFEST.MF, you should add `test.dependsOn(jar)` to your buildscript. -### Version 2.1.0 - May 9th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/2.1.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/2.1.0/view)) +### Version 2.1.0 - May 9th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/2.1.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/2.1.0/view)) * `com.diffplug.gradle.osgi.bndmanifest` now has the ability to specify whether or not to merge the calculated manifest with the existing manifest. Default behavior is don't merge. -### Version 2.0.0 - May 7th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/2.0.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/2.0.0/view)) +### Version 2.0.0 - May 7th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/2.0.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/2.0.0/view)) * BREAKING CHANGE: Moved former contents of `com.diffplug.gradle.eclipse` into `com.diffplug.gradle.pde`. * BREAKING CHANGE: Renamed plugin `com.diffplug.gradle.swt` to `com.diffplug.gradle.swt.nativedeps`. @@ -243,30 +243,30 @@ and `osgi` packages are unchanged. * Added plugin `com.diffplug.gradle.eclipse.excludebuildfolder` which excludes the build folder from the eclipse project resources. * All plugins are now tested by Gradle's testkit. Some of the custom tasks in the `pde` package still need better coverage. -### Version 1.3.1 - April 6th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/1.3.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/1.3.1/view)) +### Version 1.3.1 - April 6th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/1.3.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/1.3.1/view)) * Fixed EclipseWuff on OS X for the rest (not just binaries). -### Version 1.3.0 - March 14th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/1.3.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/1.3.0/view)) +### Version 1.3.0 - March 14th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/1.3.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/1.3.0/view)) * Fixed location of OS X eclipse binaries for Eclipse Mars and later. + Required adding a `getVersionOsgi()` method to EclipseWuff. -### Version 1.2.0 - March 8th 2016 ([javadoc](http://diffplug.github.io/goomph/javadoc/1.2.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/1.2.0/view)) +### Version 1.2.0 - March 8th 2016 ([javadoc](https://diffplug.github.io/goomph/javadoc/1.2.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/1.2.0/view)) * Fixed a DiffPlug-specific constant in PdeProductBuildTask * Added support for Mars SR2 -### Version 1.1.0 - November 12th 2015 ([javadoc](http://diffplug.github.io/goomph/javadoc/1.1.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/1.1.0/view)) +### Version 1.1.0 - November 12th 2015 ([javadoc](https://diffplug.github.io/goomph/javadoc/1.1.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/1.1.0/view)) * Added the 'com.diffplug.gradle.swt' plugin, which applies all Eclipse dependencies needed to use SWT and JFace. * Added EnvMisc for getting environment variables with nice error messages for missing variables. -### Version 1.0.1 - November 12th 2015 ([javadoc](http://diffplug.github.io/goomph/javadoc/1.0.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/1.0.1/view)) +### Version 1.0.1 - November 12th 2015 ([javadoc](https://diffplug.github.io/goomph/javadoc/1.0.1/), [jcenter](https://bintray.com/diffplug/opensource/goomph/1.0.1/view)) * Fixed a hardcoded version. Yikes. -### Version 1.0.0 - October 12th 2015 ([javadoc](http://diffplug.github.io/goomph/javadoc/1.0.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/1.0.0/view)) +### Version 1.0.0 - October 12th 2015 ([javadoc](https://diffplug.github.io/goomph/javadoc/1.0.0/), [jcenter](https://bintray.com/diffplug/opensource/goomph/1.0.0/view)) * Throw it over the wall! * We use it in production at DiffPlug, for whatever that's worth. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 4be4ecfbb..d35de1a7c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -40,7 +40,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai ## Attribution -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://contributor-covenant.org/version/1/4][version] -[homepage]: http://contributor-covenant.org -[version]: http://contributor-covenant.org/version/1/4/ +[homepage]: https://contributor-covenant.org +[version]: https://contributor-covenant.org/version/1/4/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7426af618..0c16de609 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Pull requests are welcome, preferably against `master`. -Every successful Travis CI build on branch `master` is automatically published to [`https://oss.sonatype.org/content/repositories/snapshots`](https://oss.sonatype.org/content/repositories/snapshots/com/diffplug/), and its javadoc are published [here](http://diffplug.github.io/goomph/javadoc/snapshot/). +Every successful Travis CI build on branch `master` is automatically published to [`https://oss.sonatype.org/content/repositories/snapshots`](https://oss.sonatype.org/content/repositories/snapshots/com/diffplug/), and its javadoc are published [here](https://diffplug.github.io/goomph/javadoc/snapshot/). ## Build instructions @@ -55,7 +55,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/LICENSE.txt b/LICENSE.txt index 0c9906282..ea696a6d7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 -http://www.apache.org/licenses/ +https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -183,7 +183,7 @@ third-party archives. you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/README.md b/README.md index 2056b2c52..4665b4bae 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ See the [plugin's javadoc](https://diffplug.github.io/goomph/javadoc/3.17.3/com/ ## Blog posts -- [P2, Maven, and Gradle](http://discuss.diffplug.com/t/p2-maven-and-gradle) -- [Parting out eclipse](http://discuss.diffplug.com/t/parting-out-eclipse) +- [P2, Maven, and Gradle](https://discuss.diffplug.com/t/p2-maven-and-gradle) +- [Parting out eclipse](https://discuss.diffplug.com/t/parting-out-eclipse) ## Building OSGi bundles, Eclipse plugins, and RCP applications. @@ -60,7 +60,7 @@ It turns out that the tooling required to implement "IDE-as-build-artifact" is t Real world Eclipse software built with Goomph: - [DiffPlug](https://www.diffplug.com/) -- [Veriluma](http://veriluma.com/) +- [Veriluma](https://veriluma.com/) - [GenStar](https://github.com/ANRGenstar/genstar) - (your project here) @@ -75,7 +75,7 @@ Below is an index of Goomph's capabilities, along with links to the javadoc wher * [`mavencentral`](https://diffplug.github.io/goomph/javadoc/3.17.3/com/diffplug/gradle/eclipse/MavenCentralPlugin.html) makes it easy to add dependency jars from an eclipse release. * [`classic`](https://diffplug.github.io/goomph/javadoc/3.17.3/com/diffplug/gradle/eclipse/GradleClassicPlugin.html) makes eclipse projects in the way that `gradle <= 4.3` did. -* [`buildproperties`](https://diffplug.github.io/goomph/javadoc/3.17.3/com/diffplug/gradle/eclipse/BuildPropertiesPlugin.html) uses [`build.properties`](http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Feditors%2Fmanifest_editor%2Fbuild.htm) to control a gradle build, and fixes eclipse project classpath to include binary assets specified in `build.properties`. +* [`buildproperties`](https://diffplug.github.io/goomph/javadoc/3.17.3/com/diffplug/gradle/eclipse/BuildPropertiesPlugin.html) uses [`build.properties`](https://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Feditors%2Fmanifest_editor%2Fbuild.htm) to control a gradle build, and fixes eclipse project classpath to include binary assets specified in `build.properties`. * [`excludebuildfolder`](https://diffplug.github.io/goomph/javadoc/3.17.3/com/diffplug/gradle/eclipse/ExcludeBuildFolderPlugin.html) excludes the gradle `build` folder from Eclipse's resource indexing. * [`projectdeps`](https://diffplug.github.io/goomph/javadoc/3.17.3/com/diffplug/gradle/eclipse/ProjectDepsPlugin.html) fixes an intermittent problem where dependencies on other projects within the workspace aren't always resolved correctly within Eclipse. * [`resourcefilters`](https://diffplug.github.io/goomph/javadoc/3.17.3/com/diffplug/gradle/eclipse/ResourceFiltersPlugin.html) adds resource filters to the eclipse project. @@ -122,7 +122,7 @@ Below is an index of Goomph's capabilities, along with links to the javadoc wher * Thanks to Neil Fraser of Google for [diff-match-patch](https://code.google.com/p/google-diff-match-patch/) which is very helpful for testing. * Thanks to Thipor Kong for his [handy windows cmdline length workaround for the classpath](https://discuss.gradle.org/t/javaexec-fails-for-long-classpaths-on-windows/15266). * Formatted by [spotless](https://github.com/diffplug/spotless). -* Bugs found by [findbugs](http://findbugs.sourceforge.net/). -* Built by [gradle](http://gradle.org/). -* Tested by [junit](http://junit.org/). -* Maintained by [DiffPlug](http://www.diffplug.com/). +* Bugs found by [findbugs](https://findbugs.sourceforge.net/). +* Built by [gradle](https://gradle.org/). +* Tested by [junit](https://junit.org/). +* Maintained by [DiffPlug](https://www.diffplug.com/). diff --git a/build.gradle b/build.gradle index b0605ade9..dbe7fa68d 100644 --- a/build.gradle +++ b/build.gradle @@ -173,7 +173,7 @@ task sourcesJar(type: Jar) { // use markdown in javadoc def makeLink = { url, text -> "${text}" } def javadocInfo = '

' + makeLink("https://github.com/${org}/${name}", "${group}:${name}:${version}") + -' by ' + makeLink('http://www.diffplug.com', 'DiffPlug') + '

' +' by ' + makeLink('https://www.diffplug.com', 'DiffPlug') + '' def verSnapshot = { it.endsWith('-SNAPSHOT') ? 'snapshot' : it } @@ -192,7 +192,7 @@ javadoc { options.linksOffline("https://docs.gradle.org/${VER_GRADLE}/javadoc/", 'gradle/javadoc/gradle') options.linksOffline("https://diffplug.github.io/durian/javadoc/${verSnapshot(VER_DURIAN)}/", 'gradle/javadoc/durian') options.linksOffline("https://diffplug.github.io/durian-swt/javadoc/${verSnapshot(VER_DURIAN_SWT)}/", 'gradle/javadoc/durian-swt') - options.linksOffline("http://www.javadoc.io/doc/biz.aQute.bnd/biz.aQute.bndlib/${VER_BNDLIB}/", 'gradle/javadoc/bndlib') + options.linksOffline("https://www.javadoc.io/doc/biz.aQute.bnd/biz.aQute.bndlib/${VER_BNDLIB}/", 'gradle/javadoc/bndlib') } task javadocJar(type: Jar, dependsOn: javadoc) { @@ -237,7 +237,7 @@ model { publishing { licenses { license { name 'The Apache Software License, Version 2.0' - url 'http://www.apache.org/license/LICENSE-2.0.txt' + url 'https://www.apache.org/license/LICENSE-2.0.txt' distribution 'repo' } } diff --git a/src/main/java/com/diffplug/gradle/GoomphCacheLocations.java b/src/main/java/com/diffplug/gradle/GoomphCacheLocations.java index 801864b16..7e5c65729 100644 --- a/src/main/java/com/diffplug/gradle/GoomphCacheLocations.java +++ b/src/main/java/com/diffplug/gradle/GoomphCacheLocations.java @@ -98,7 +98,7 @@ public static File workspaces() { /** * Location where the p2-bootstrap application should be downloaded from. * - * Goomph's p2 tasks rely on the eclipse [p2 director application](http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html&cp=2_0_20_2). + * Goomph's p2 tasks rely on the eclipse [p2 director application](https://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html&cp=2_0_20_2). * It is distributed within the Eclipse SDK. But rather * than requiring the entire SDK, we have packaged just * the jars required for p2 director into a ~7MB download @@ -107,8 +107,8 @@ public static File workspaces() { * This only gets downloaded if you use {@link P2Model}. * * Defaults to `https://dl.bintray.com/diffplug/opensource/com/diffplug/gradle/goomph-p2-bootstrap/`. If you override, it still - * needs to follow the correct versioning scheme. e.g. if you want to relocate to `http://intranet/goomph-p2-boostrap`, then - * the artifact will need to be available at `http://intranet/goomph-p2-boostrap/4.5.2/goomph-p2-bootstrap.zip` + * needs to follow the correct versioning scheme. e.g. if you want to relocate to `https://intranet/goomph-p2-boostrap`, then + * the artifact will need to be available at `https://intranet/goomph-p2-boostrap/4.5.2/goomph-p2-bootstrap.zip` * * As new versions of p2bootstrap come out, you will have to update your internal URL cache, but these releases are infrequent. */ @@ -122,7 +122,7 @@ public static Optional p2bootstrapUrl() { * Location where the p2-bootstrap application * is cached: `~/.goomph/p2-bootstrap`. * - * Goomph's p2 tasks rely on the eclipse [p2 director application](http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html&cp=2_0_20_2). + * Goomph's p2 tasks rely on the eclipse [p2 director application](https://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html&cp=2_0_20_2). * It is distributed within the Eclipse SDK. But rather * than requiring the entire SDK, we have packaged just * the jars required for p2 director into a ~7MB download @@ -139,14 +139,14 @@ public static File p2bootstrap() { /** * Location where the pde-bootstrap application should be downloaded from. * - * Goomph's pde tasks rely on the eclipse [p2 director application](http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html&cp=2_0_20_2). + * Goomph's pde tasks rely on the eclipse [p2 director application](https://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html&cp=2_0_20_2). * It is distributed within the Eclipse SDK. The Package is * downloaded and installed during configuration from official eclipse * repository. * * Defaults to official update site of the selected Eclipse Release. If you override, it still - * needs to follow the correct versioning scheme. e.g. if you want to relocate to `http://intranet/goomph-pde-boostrap`, then - * the artifact will need to be available at `http://intranet/goomph-pde-boostrap/4.5.2/goomph-pde-bootstrap.zip` + * needs to follow the correct versioning scheme. e.g. if you want to relocate to `https://intranet/goomph-pde-boostrap`, then + * the artifact will need to be available at `https://intranet/goomph-pde-boostrap/4.5.2/goomph-pde-bootstrap.zip` * * As new versions of pdeBootstrap come out, you will have to update your internal URL cache, but these releases are infrequent. */ diff --git a/src/main/java/com/diffplug/gradle/eclipse/BuildPropertiesPlugin.java b/src/main/java/com/diffplug/gradle/eclipse/BuildPropertiesPlugin.java index 8e4314ed0..7a60a4c09 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/BuildPropertiesPlugin.java +++ b/src/main/java/com/diffplug/gradle/eclipse/BuildPropertiesPlugin.java @@ -41,7 +41,7 @@ import com.diffplug.gradle.ProjectPlugin; /** - * Uses [`build.properties`](http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Feditors%2Fmanifest_editor%2Fbuild.htm) + * Uses [`build.properties`](https://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Feditors%2Fmanifest_editor%2Fbuild.htm) * to control a gradle build, and fixes the eclipse project classpath to include binary assets specified in `build.properties`. * * Eclipse PDE uses a `build.properties` file to control the build process. Even if you aren't using PDE for diff --git a/src/main/java/com/diffplug/gradle/eclipse/ResourceFilter.java b/src/main/java/com/diffplug/gradle/eclipse/ResourceFilter.java index 0a4174b6c..482d97166 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/ResourceFilter.java +++ b/src/main/java/com/diffplug/gradle/eclipse/ResourceFilter.java @@ -144,7 +144,7 @@ void appendToFilteredResources(Node filteredResources) { matcherNode.appendNode("arguments", "1.0-" + matcher.name() + "-matches-" + caseSensitive + "-" + isRegex + "-" + matchValue); } - /** Values from from [IResourceFilterDescription](http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fcore%2Fresources%2Fclass-use%2FIResourceFilterDescription.html) */ + /** Values from from [IResourceFilterDescription](https://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fcore%2Fresources%2Fclass-use%2FIResourceFilterDescription.html) */ enum Kind { INCLUDE_ONLY, EXCLUDE_ALL, FILES, FOLDERS, INHERITABLE; diff --git a/src/main/java/com/diffplug/gradle/eclipse/ResourceFiltersPlugin.java b/src/main/java/com/diffplug/gradle/eclipse/ResourceFiltersPlugin.java index 9b85fb30e..f70aa5897 100644 --- a/src/main/java/com/diffplug/gradle/eclipse/ResourceFiltersPlugin.java +++ b/src/main/java/com/diffplug/gradle/eclipse/ResourceFiltersPlugin.java @@ -26,10 +26,10 @@ import com.diffplug.gradle.ProjectPlugin; /** - * Eclipse projects can have [resource filters](http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Fresourcefilters.htm) + * Eclipse projects can have [resource filters](https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Fresourcefilters.htm) * which include or exclude certain files. * - * ![Screenshot](http://i.stack.imgur.com/7eIVE.png) + * ![Screenshot](https://i.stack.imgur.com/7eIVE.png) * * This plugin allows you to easily configure these settings. * diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/EclipseApp.java b/src/main/java/com/diffplug/gradle/eclipserunner/EclipseApp.java index 0ef4b9e0f..e4cdb8a98 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/EclipseApp.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/EclipseApp.java @@ -47,7 +47,7 @@ ** * ```java * EclipseApp p2director = new EclipseApp("org.eclipse.equinox.p2.director"); - * p2director.addArg("repository", "http://somerepo"); + * p2director.addArg("repository", "https://somerepo"); * p2director.addArg("destination", "file://somefile"); * p2director.addArg("installIU", "org.eclipse.jdt"); * p2director.addArg("installIU", "org.eclipse.text"); @@ -58,7 +58,7 @@ * * ``` * eclipsec.exe -application org.eclipse.equinox.p2.director - * -repository http://somerepo + * -repository https://somerepo * -destination file://somefile * -installIU org.eclipse.jdt,org.eclipse.text * ``` @@ -195,7 +195,7 @@ public void consolelog() { /** * Models the `org.eclipse.ant.core.antRunner` application, including its `build.xml`. * - * [Ant task documentation](http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_repositorytasks.htm) + * [Ant task documentation](https://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_repositorytasks.htm) */ public static class AntRunner extends EclipseApp { public static final String ID = "org.eclipse.ant.core.antRunner"; diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLauncher.java b/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLauncher.java index dd5cf9250..0c79d8177 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLauncher.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLauncher.java @@ -123,7 +123,7 @@ public EquinoxLauncher setArgs(List args) { /** * Sets the system properties which will be set on the runtime. * - * Available options [here](http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html). + * Available options [here](https://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html). * * This should usually not need to be set. Below are the default properties. To unset * one of the defaults, set its value to the empty string and it will be cleared. diff --git a/src/main/java/com/diffplug/gradle/eclipserunner/launcher/Main.java b/src/main/java/com/diffplug/gradle/eclipserunner/launcher/Main.java index 449203360..7d3d11b8b 100644 --- a/src/main/java/com/diffplug/gradle/eclipserunner/launcher/Main.java +++ b/src/main/java/com/diffplug/gradle/eclipserunner/launcher/Main.java @@ -261,7 +261,7 @@ public void updateSplash() { /** * A structured form for a version identifier. * - * @see "http://java.sun.com/j2se/versioning_naming.html for information on valid version strings" + * @see "https://java.sun.com/j2se/versioning_naming.html for information on valid version strings" */ static class Identifier { private static final String DELIM = ". _-"; //$NON-NLS-1$ diff --git a/src/main/java/com/diffplug/gradle/oomph/OomphIdeExtension.java b/src/main/java/com/diffplug/gradle/oomph/OomphIdeExtension.java index 8104d3229..ec30e3acd 100644 --- a/src/main/java/com/diffplug/gradle/oomph/OomphIdeExtension.java +++ b/src/main/java/com/diffplug/gradle/oomph/OomphIdeExtension.java @@ -326,7 +326,7 @@ public void addSetupActionLazy(Action> lazyInternalSetupAction setupActions.addLazyAction(lazyInternalSetupAction); } - /** Links the given target into the workspace with the given name, see [eclipse manual](http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Fconcepts-13.htm). */ + /** Links the given target into the workspace with the given name, see [eclipse manual](https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Fconcepts-13.htm). */ public void linkedResource(String linkName, Object linkTarget) { final String CORE_RES_PREFS_FILE = ".metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs"; final String WS_PATHVAR_FMT = "pathvariable.%s"; diff --git a/src/main/java/com/diffplug/gradle/oomph/OomphIdePlugin.java b/src/main/java/com/diffplug/gradle/oomph/OomphIdePlugin.java index e5862006f..36fb1729a 100644 --- a/src/main/java/com/diffplug/gradle/oomph/OomphIdePlugin.java +++ b/src/main/java/com/diffplug/gradle/oomph/OomphIdePlugin.java @@ -75,7 +75,7 @@ * * ```groovy * oomphIde { - * repo 'http://download.eclipse.org/buildship/updates/e45/releases/1.0' + * repo 'https://download.eclipse.org/buildship/updates/e45/releases/1.0' * iu 'org.eclipse.buildship' * } * ``` diff --git a/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionBuildship.java b/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionBuildship.java index c1e8ecb22..d6a66d524 100644 --- a/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionBuildship.java +++ b/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionBuildship.java @@ -19,10 +19,10 @@ import com.diffplug.gradle.oomph.OomphIdeExtension; /** - * Adds [Buildship](http://projects.eclipse.org/projects/tools.buildship). + * Adds [Buildship](https://projects.eclipse.org/projects/tools.buildship). */ public class ConventionBuildship extends WithRepoConvention { - public static final String REPO = "http://download.eclipse.org/buildship/updates/e47/releases/2.x/2.1.2.v20170807-1324/"; + public static final String REPO = "https://download.eclipse.org/buildship/updates/e47/releases/2.x/2.1.2.v20170807-1324/"; public static final String FEATURE = "org.eclipse.buildship"; ConventionBuildship(OomphIdeExtension extension) { diff --git a/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionMinimalistGradleEditor.java b/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionMinimalistGradleEditor.java index 0c5b86563..f927d7ef1 100644 --- a/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionMinimalistGradleEditor.java +++ b/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionMinimalistGradleEditor.java @@ -22,7 +22,7 @@ * Adds the [minimalist gradle editor](https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.enide.editors.gradle). */ public class ConventionMinimalistGradleEditor extends WithRepoConvention { - public static final String REPO = "http://www.nodeclipse.org/updates/gradle-ide-pack/"; + public static final String REPO = "https://www.nodeclipse.org/updates/gradle-ide-pack/"; public static final String FEATURE = "org.nodeclipse.enide.editors.gradle.feature"; ConventionMinimalistGradleEditor(OomphIdeExtension extension) { diff --git a/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionTmTerminal.java b/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionTmTerminal.java index 3bdd9b00c..6862e31fb 100644 --- a/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionTmTerminal.java +++ b/src/main/java/com/diffplug/gradle/oomph/thirdparty/ConventionTmTerminal.java @@ -19,10 +19,10 @@ import com.diffplug.gradle.oomph.OomphIdeExtension; /** - * Adds [TmTerminal](http://marketplace.eclipse.org/content/tcf-terminals). + * Adds [TmTerminal](https://marketplace.eclipse.org/content/tcf-terminals). */ public class ConventionTmTerminal extends WithRepoConvention { - public static final String REPO = "http://download.eclipse.org/tm/terminal/marketplace/"; + public static final String REPO = "https://download.eclipse.org/tm/terminal/marketplace/"; public static final String FEATURE = "org.eclipse.tm.terminal.feature"; ConventionTmTerminal(OomphIdeExtension extension) { diff --git a/src/main/java/com/diffplug/gradle/osgi/BndManifestPlugin.java b/src/main/java/com/diffplug/gradle/osgi/BndManifestPlugin.java index a6ff3c619..547220f29 100644 --- a/src/main/java/com/diffplug/gradle/osgi/BndManifestPlugin.java +++ b/src/main/java/com/diffplug/gradle/osgi/BndManifestPlugin.java @@ -53,7 +53,7 @@ * * ```groovy * apply plugin: 'com.diffplug.gradle.osgi.bndmanifest' - * // Pass headers and bnd directives: http://www.aqute.biz/Bnd/Format + * // Pass headers and bnd directives: https://www.aqute.biz/Bnd/Format * jar.manifest.attributes( * '-exportcontents': 'com.diffplug.*', * '-removeheaders': 'Bnd-LastModified,Bundle-Name,Created-By,Tool,Private-Package', diff --git a/src/main/java/com/diffplug/gradle/p2/P2AntRunner.java b/src/main/java/com/diffplug/gradle/p2/P2AntRunner.java index 951eff18b..93f573f44 100644 --- a/src/main/java/com/diffplug/gradle/p2/P2AntRunner.java +++ b/src/main/java/com/diffplug/gradle/p2/P2AntRunner.java @@ -27,7 +27,7 @@ /** * Models an eclipse ant task which can be run by the P2 Bootstrapper. * - * Other useful tasks are [here](http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_repositorytasks.htm). + * Other useful tasks are [here](https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_repositorytasks.htm). * * If the task you require isn't contained in the p2 bootstrapper, * you can also run the task using a full PDE installation using diff --git a/src/main/java/com/diffplug/gradle/p2/P2BootstrapInstallation.java b/src/main/java/com/diffplug/gradle/p2/P2BootstrapInstallation.java index 9e2014929..934ca93f4 100644 --- a/src/main/java/com/diffplug/gradle/p2/P2BootstrapInstallation.java +++ b/src/main/java/com/diffplug/gradle/p2/P2BootstrapInstallation.java @@ -160,8 +160,8 @@ public EclipseRunner outsideJvmRunner(Project project) throws IOException { java.version=1.8.0_74 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US - Framework arguments: -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/ -artifactRepository file:C:\Users\ntwigg\.goomph\shared-bundles -installIU org.eclipse.rcp.configuration.feature.group,org.eclipse.equinox.executable.feature.group -profile profile -destination file:C:\Users\ntwigg\Documents\DiffPlugDev\DiffPlug\targetplatform\build\p2asmaven\__p2__ -profileProperties org.eclipse.update.install.features=true -p2.os win32 -p2.ws win32 -p2.arch x86 - Command-line arguments: -clean -consolelog -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/ -artifactRepository file:C:\Users\ntwigg\.goomph\shared-bundles -installIU org.eclipse.rcp.configuration.feature.group,org.eclipse.equinox.executable.feature.group -profile profile -destination file:C:\Users\ntwigg\Documents\DiffPlugDev\DiffPlug\targetplatform\build\p2asmaven\__p2__ -profileProperties org.eclipse.update.install.features=true -p2.os win32 -p2.ws win32 -p2.arch x86 + Framework arguments: -application org.eclipse.equinox.p2.director -repository https://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/ -artifactRepository file:C:\Users\ntwigg\.goomph\shared-bundles -installIU org.eclipse.rcp.configuration.feature.group,org.eclipse.equinox.executable.feature.group -profile profile -destination file:C:\Users\ntwigg\Documents\DiffPlugDev\DiffPlug\targetplatform\build\p2asmaven\__p2__ -profileProperties org.eclipse.update.install.features=true -p2.os win32 -p2.ws win32 -p2.arch x86 + Command-line arguments: -clean -consolelog -application org.eclipse.equinox.p2.director -repository https://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/ -artifactRepository file:C:\Users\ntwigg\.goomph\shared-bundles -installIU org.eclipse.rcp.configuration.feature.group,org.eclipse.equinox.executable.feature.group -profile profile -destination file:C:\Users\ntwigg\Documents\DiffPlugDev\DiffPlug\targetplatform\build\p2asmaven\__p2__ -profileProperties org.eclipse.update.install.features=true -p2.os win32 -p2.ws win32 -p2.arch x86 !ENTRY org.eclipse.update.configurator 4 0 2016-06-16 15:52:15.886 !MESSAGE FrameworkEvent ERROR diff --git a/src/main/java/com/diffplug/gradle/p2/P2Model.java b/src/main/java/com/diffplug/gradle/p2/P2Model.java index 9b8e5980b..dff332a4d 100644 --- a/src/main/java/com/diffplug/gradle/p2/P2Model.java +++ b/src/main/java/com/diffplug/gradle/p2/P2Model.java @@ -215,7 +215,7 @@ private void createBundlePoolIfNecessary() { } } // otherwise, we need to make an empty artifacts repo there - // http://stackoverflow.com/questions/11954898/eclipse-empty-testing-update-site + // https://stackoverflow.com/questions/11954898/eclipse-empty-testing-update-site Errors.rethrow().run(() -> { // clean the folder FileMisc.cleanDir(cacheFile); diff --git a/src/main/java/com/diffplug/gradle/pde/EclipseRelease.java b/src/main/java/com/diffplug/gradle/pde/EclipseRelease.java index d013a1a95..4331f93e7 100644 --- a/src/main/java/com/diffplug/gradle/pde/EclipseRelease.java +++ b/src/main/java/com/diffplug/gradle/pde/EclipseRelease.java @@ -75,7 +75,7 @@ public static String supportedRange() { private static EclipseRelease officialReleaseMaybe(String version) { Function updateSiteFunc = v -> { // @formatter:off - String root = "http://download.eclipse.org/eclipse/updates/"; + String root = "https://download.eclipse.org/eclipse/updates/"; switch (v) { case "3.5.0": return root + "3.5/R-3.5-200906111540/"; case "3.5.1": return root + "3.5/R-3.5.1-200909170800/"; diff --git a/src/main/resources/com/diffplug/gradle/oomph/LegacyIDE.e4xmi b/src/main/resources/com/diffplug/gradle/oomph/LegacyIDE.e4xmi index 491d16ee3..0b325358f 100644 --- a/src/main/resources/com/diffplug/gradle/oomph/LegacyIDE.e4xmi +++ b/src/main/resources/com/diffplug/gradle/oomph/LegacyIDE.e4xmi @@ -1,5 +1,5 @@ - + diff --git a/src/main/resources/com/diffplug/gradle/oomph/plugin.properties b/src/main/resources/com/diffplug/gradle/oomph/plugin.properties index aa97ab2e6..285fd2657 100644 --- a/src/main/resources/com/diffplug/gradle/oomph/plugin.properties +++ b/src/main/resources/com/diffplug/gradle/oomph/plugin.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-v10.html # # Contributors: # IBM Corporation - initial API and implementation diff --git a/src/main/resources/com/diffplug/gradle/oomph/plugin.xml b/src/main/resources/com/diffplug/gradle/oomph/plugin.xml index 2b4ae97ef..076480d28 100644 --- a/src/main/resources/com/diffplug/gradle/oomph/plugin.xml +++ b/src/main/resources/com/diffplug/gradle/oomph/plugin.xml @@ -3,7 +3,7 @@ - + diff --git a/src/main/resources/com/diffplug/gradle/oomph/plugin_customization.properties b/src/main/resources/com/diffplug/gradle/oomph/plugin_customization.properties index f2f351717..3b5e806fb 100644 --- a/src/main/resources/com/diffplug/gradle/oomph/plugin_customization.properties +++ b/src/main/resources/com/diffplug/gradle/oomph/plugin_customization.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-v10.html # # Contributors: # IBM Corporation - initial API and implementation diff --git a/src/main/resources/com/diffplug/gradle/pde/template.build.properties b/src/main/resources/com/diffplug/gradle/pde/template.build.properties index 145565df5..e25bec114 100644 --- a/src/main/resources/com/diffplug/gradle/pde/template.build.properties +++ b/src/main/resources/com/diffplug/gradle/pde/template.build.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-v10.html # # Contributors: # IBM Corporation - initial API and implementation @@ -132,7 +132,7 @@ tarargs= ############ REPO MIRROR OPTIONS CONTROL ############ # Default values for the slicingOptions and raw attribute of the p2.mirror Ant target used to generate the p2 repo (buildRepo) # Note that the default values used by PDE/Build are different from the default values for p2.mirror's slicingOptions and raw attribute -# See http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm for the details +# See https://help.eclipse.org/topic//org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm for the details # of each setting. #p2.mirror.slicing.filter= #p2.mirror.slicing.followOnlyFilteredRequirements=false diff --git a/src/test/java/com/diffplug/gradle/diff_match_patch.java b/src/test/java/com/diffplug/gradle/diff_match_patch.java index 1a5f670ed..1b02009e5 100644 --- a/src/test/java/com/diffplug/gradle/diff_match_patch.java +++ b/src/test/java/com/diffplug/gradle/diff_match_patch.java @@ -33,13 +33,13 @@ * Diff Match and Patch * * Copyright 2006 Google Inc. - * http://code.google.com/p/google-diff-match-patch/ + * https://code.google.com/p/google-diff-match-patch/ * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -595,7 +595,7 @@ protected void diff_charsToLines(LinkedList diffs, * @return The number of characters common to the start of each string. */ public int diff_commonPrefix(String text1, String text2) { - // Performance analysis: http://neil.fraser.name/news/2007/10/09/ + // Performance analysis: https://neil.fraser.name/news/2007/10/09/ int n = Math.min(text1.length(), text2.length()); for (int i = 0; i < n; i++) { if (text1.charAt(i) != text2.charAt(i)) { @@ -612,7 +612,7 @@ public int diff_commonPrefix(String text1, String text2) { * @return The number of characters common to the end of each string. */ public int diff_commonSuffix(String text1, String text2) { - // Performance analysis: http://neil.fraser.name/news/2007/10/09/ + // Performance analysis: https://neil.fraser.name/news/2007/10/09/ int text1_length = text1.length(); int text2_length = text2.length(); int n = Math.min(text1_length, text2_length); @@ -653,7 +653,7 @@ protected int diff_commonOverlap(String text1, String text2) { // Start by looking for a single character match // and increase length until no match is found. - // Performance analysis: http://neil.fraser.name/news/2010/11/04/ + // Performance analysis: https://neil.fraser.name/news/2010/11/04/ int best = 0; int length = 1; while (true) { @@ -1866,7 +1866,7 @@ public LinkedList patch_make(String text1, LinkedList diffs) { patches.add(patch); patch = new Patch(); // Unlike Unidiff, our patch lists have a rolling context. - // http://code.google.com/p/google-diff-match-patch/wiki/Unidiff + // https://code.google.com/p/google-diff-match-patch/wiki/Unidiff // Update prepatch text & pos to reflect the application of the // just completed patch. prepatch_text = postpatch_text; diff --git a/src/test/java/com/diffplug/gradle/p2/P2ModelTest.java b/src/test/java/com/diffplug/gradle/p2/P2ModelTest.java index 04c4a86bb..3c72413ac 100644 --- a/src/test/java/com/diffplug/gradle/p2/P2ModelTest.java +++ b/src/test/java/com/diffplug/gradle/p2/P2ModelTest.java @@ -26,9 +26,9 @@ public class P2ModelTest { private P2Model testData() { P2Model model = new P2Model(); - model.addRepo("http://p2repo"); - model.addMetadataRepo("http://metadatarepo"); - model.addArtifactRepo("http://artifactrepo"); + model.addRepo("https://p2repo"); + model.addMetadataRepo("https://metadatarepo"); + model.addArtifactRepo("https://artifactrepo"); model.addIU("com.diffplug.iu"); model.addIU("com.diffplug.otheriu", "1.0.0"); return model; @@ -44,9 +44,9 @@ public void testDirectorArgs() { "-application org.eclipse.equinox.p2.director", "-clean", "-consolelog", - "-repository http://p2repo", - "-metadataRepository http://metadatarepo", - "-artifactRepository http://artifactrepo", + "-repository https://p2repo", + "-metadataRepository https://metadatarepo", + "-artifactRepository https://artifactrepo", "-installIU com.diffplug.iu,com.diffplug.otheriu/1.0.0", "-profile profile", "-destination " + FileMisc.asUrl(dest)); @@ -67,9 +67,9 @@ public void testMirrorAntFile() { "", " ", " ", - " ", - " ", - " ", + " ", + " ", + " ", " ", " ", " ", @@ -97,9 +97,9 @@ public void testMirrorAntFileWithSlicingOptions() { "", " ", " ", - " ", - " ", - " ", + " ", + " ", + " ", " ", " ", " ", @@ -126,9 +126,9 @@ public void testMirrorAntFileWithAppend() { "", " ", " ", - " ", - " ", - " ", + " ", + " ", + " ", " ", " ", " ", @@ -153,9 +153,9 @@ public void testMirrorAntFileWithAppendDefault() { "", " ", " ", - " ", - " ", - " ", + " ", + " ", + " ", " ", " ", " ", diff --git a/src/test/resources/artifacts-4.6.3.xml b/src/test/resources/artifacts-4.6.3.xml index d5c988bf6..87b8d8423 100644 --- a/src/test/resources/artifacts-4.6.3.xml +++ b/src/test/resources/artifacts-4.6.3.xml @@ -5,7 +5,7 @@ - + From 7ce18bf359b614329490a6b96cc07a59e5d656a0 Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Fri, 15 Feb 2019 14:39:36 -0800 Subject: [PATCH 3/4] Update changelog. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fa47ab049..0bcda864e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ### Version 3.18.0-SNAPSHOT - TBD ([javadoc](https://diffplug.github.io/goomph/javadoc/snapshot/), [snapshot](https://oss.sonatype.org/content/repositories/snapshots/com/diffplug/gradle/goomph/)) +- Replace `http://` with `https://` throughout the project, now that [eclipse supports https for download.eclipse.org](https://bugs.eclipse.org/bugs/show_bug.cgi?id=444350). + ### Version 3.17.3 - February 6th 2019 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.17.3/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.17.3/view)) - Fixed up-to-date checking for the `BndManifestPlugin` ([6480298](https://github.com/diffplug/goomph/commit/6480298173988656fa29035c6533fac39ceedfa4)). From c3db4aaf218000a4150894dc74f103a676d38609 Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Fri, 15 Feb 2019 14:40:32 -0800 Subject: [PATCH 4/4] Improve changelog. --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0bcda864e..a11bbab75 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ### Version 3.18.0-SNAPSHOT - TBD ([javadoc](https://diffplug.github.io/goomph/javadoc/snapshot/), [snapshot](https://oss.sonatype.org/content/repositories/snapshots/com/diffplug/gradle/goomph/)) -- Replace `http://` with `https://` throughout the project, now that [eclipse supports https for download.eclipse.org](https://bugs.eclipse.org/bugs/show_bug.cgi?id=444350). +- Replace `http://` with `https://` throughout the project, now that [eclipse supports https for download.eclipse.org](https://bugs.eclipse.org/bugs/show_bug.cgi?id=444350) ([#94](https://github.com/diffplug/goomph/pull/94)). ### Version 3.17.3 - February 6th 2019 ([javadoc](https://diffplug.github.io/goomph/javadoc/3.17.3/), [jcenter](https://bintray.com/diffplug/opensource/goomph/3.17.3/view))