From 969941cfd2264a0d1890938d1f5513b4f50ac2e5 Mon Sep 17 00:00:00 2001 From: Manfred Endres Date: Thu, 6 Sep 2018 09:47:49 +0200 Subject: [PATCH] Update license headers --- LICENSE | 2 +- _layouts/default.html | 17 +++++++++++++++++ build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 4 ++-- settings.gradle | 4 ++-- .../wooga/gradle/paket/IntegrationSpec.groovy | 2 +- .../paket/PaketIntegrationArgumentsSpec.groovy | 17 +++++++++++++++++ .../paket/PaketIntegrationBaseSpec.groovy | 4 ++-- .../PaketIntegrationDependencyFileSpec.groovy | 4 ++-- .../paket/base/PaketBaseIntegrationSpec.groovy | 4 ++-- ...PaketNugetDependenciesIntegrationSpec.groovy | 2 +- .../paket/get/PaketGetArgumentsSpec.groovy | 17 +++++++++++++++++ .../get/PaketInstallIntegrationSpec.groovy | 4 ++-- .../get/PaketRestoreIntegrationSpec.groovy | 17 +++++++++++++++++ .../paket/pack/PaketPackArgumentsSpec.groovy | 17 +++++++++++++++++ .../paket/pack/PaketPackIntegrationSpec.groovy | 4 ++-- .../publish/PaketPublishIntegrationSpec.groovy | 4 ++-- .../paket/unity/PaketUnityChangeSpec.groovy | 17 +++++++++++++++++ .../paket/unity/PaketUnityFrameworksSpec.groovy | 17 +++++++++++++++++ .../unity/PaketUnityIntegrationSpec.groovy | 4 ++-- .../wooga/gradle/paket/PaketPlugin.groovy | 4 ++-- .../gradle/paket/base/PaketBasePlugin.groovy | 4 ++-- .../paket/base/PaketPluginExtension.groovy | 4 ++-- .../base/dependencies/NugetDependency.groovy | 2 +- .../base/dependencies/PaketDependency.groovy | 2 +- .../PaketDependencyConfiguration.groovy | 2 +- ...PaketDependencyConfigurationContainer.groovy | 2 +- .../PaketDependencyConfigurationHandler.groovy | 2 +- .../PaketDependencyFormatException.groovy | 2 +- .../PaketDependencyFrameworkMacro.groovy | 2 +- .../dependencies/PaketDependencyHandler.groovy | 2 +- .../dependencies/PaketDependencyMacros.groovy | 2 +- .../dependencies/PaketDependencyType.groovy | 2 +- .../internal/DefaultNugetDependency.groovy | 2 +- .../DefaultPaketDependencyConfiguration.groovy | 2 +- ...PaketDependencyConfigurationContainer.groovy | 2 +- .../DefaultPaketDependencyHandler.groovy | 2 +- .../DefaultPaketDependencyMacros.groovy | 2 +- .../internal/PaketDependencyFactory.groovy | 2 +- .../internal/DefaultPaketPluginExtension.groovy | 4 ++-- .../repository/NugetArtifactRepository.groovy | 2 +- .../NugetRepositoryHandlerConvention.groovy | 4 ++-- .../DefaultNugetArtifactRepository.groovy | 2 +- ...etArtifactRepositoryHandlerConvention.groovy | 2 +- .../paket/base/tasks/PaketBootstrap.groovy | 4 ++-- .../base/tasks/PaketDependenciesTask.groovy | 2 +- .../gradle/paket/base/tasks/PaketInit.groovy | 4 ++-- .../tasks/internal/AbstractPaketTask.groovy | 4 ++-- .../paket/base/utils/PaketDependencies.groovy | 17 +++++++++++++++++ .../utils/internal/PaketDependencies.groovy | 4 ++-- .../paket/base/utils/internal/PaketLock.groovy | 17 +++++++++++++++++ .../base/utils/internal/PaketTemplate.groovy | 4 ++-- .../utils/internal/PaketUnityReferences.groovy | 17 +++++++++++++++++ .../gradle/paket/get/PaketGetPlugin.groovy | 4 ++-- .../gradle/paket/get/tasks/PaketInstall.groovy | 4 ++-- .../gradle/paket/get/tasks/PaketOutdated.groovy | 4 ++-- .../gradle/paket/get/tasks/PaketRestore.groovy | 4 ++-- .../gradle/paket/get/tasks/PaketUpdate.groovy | 4 ++-- .../gradle/paket/internal/PaketCommand.groovy | 17 +++++++++++++++++ .../gradle/paket/pack/PaketPackPlugin.groovy | 4 ++-- .../DefaultPaketPackPluginExtension.groovy | 17 +++++++++++++++++ .../internal/PaketPublishingArtifact.groovy | 4 ++-- .../gradle/paket/pack/tasks/PaketPack.groovy | 4 ++-- .../paket/publish/PaketPublishPlugin.groovy | 4 ++-- .../DefaultPaketPushPluginExtension.groovy | 4 ++-- .../repository/NugetArtifactRepository.groovy | 4 ++-- .../NugetRepositoryHandlerConvention.groovy | 4 ++-- ...faultNugetRepositoryHandlerConvention.groovy | 4 ++-- .../repository/internal/NugetRepository.groovy | 4 ++-- .../gradle/paket/publish/tasks/PaketPush.groovy | 4 ++-- .../publish/tasks/internal/PaketCopy.groovy | 4 ++-- .../gradle/paket/unity/PaketUnityPlugin.groovy | 4 ++-- .../unity/PaketUnityPluginExtension.groovy | 17 +++++++++++++++++ .../DefaultPaketUnityPluginExtension.groovy | 4 ++-- .../paket/unity/tasks/PaketUnityInstall.groovy | 4 ++-- .../net.wooga.paket-base.properties | 4 ++-- .../net.wooga.paket-get.properties | 4 ++-- .../net.wooga.paket-pack.properties | 4 ++-- .../net.wooga.paket-publish.properties | 4 ++-- .../net.wooga.paket-unity.properties | 4 ++-- .../gradle-plugins/net.wooga.paket.properties | 4 ++-- .../paket/base/PaketBasePluginSpec.groovy | 4 ++-- .../base/repository/NugetRepositorySpec.groovy | 17 +++++++++++++++++ .../utils/internal/PaketDependenciesSpec.groovy | 17 +++++++++++++++++ .../base/utils/internal/PaketLockSpec.groovy | 17 +++++++++++++++++ .../utils/internal/PaketTemplateSpec.groovy | 4 ++-- .../gradle/paket/get/PaketGetPluginSpec.groovy | 4 ++-- .../paket/pack/PaketPackPluginSpec.groovy | 4 ++-- .../paket/publish/PaketPublishPluginSpec.groovy | 4 ++-- .../repository/NugetRepositorySpec.groovy | 17 +++++++++++++++++ .../paket/unity/PaketUnityPluginSpec.groovy | 4 ++-- 91 files changed, 414 insertions(+), 125 deletions(-) diff --git a/LICENSE b/LICENSE index 8dada3e..06a1e57 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {yyyy} {name of copyright owner} + Copyright 2018 Wooga GmbH Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/_layouts/default.html b/_layouts/default.html index 008f324..ab13f8f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,3 +1,20 @@ + + diff --git a/build.gradle b/build.gradle index 47bfafa..dfd7f3f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8860e7f..44130b4 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,11 +1,11 @@ # -# Copyright 2017 Wooga GmbH +# Copyright 2018 Wooga GmbH # # 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 +# http://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/settings.gradle b/settings.gradle index 90ba358..4b9a720 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/integrationTest/groovy/wooga/gradle/paket/IntegrationSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/IntegrationSpec.groovy index fe1448e..e15b87b 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/IntegrationSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/IntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/integrationTest/groovy/wooga/gradle/paket/PaketIntegrationArgumentsSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/PaketIntegrationArgumentsSpec.groovy index fc468d0..87af6d9 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/PaketIntegrationArgumentsSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/PaketIntegrationArgumentsSpec.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket import spock.lang.IgnoreIf diff --git a/src/integrationTest/groovy/wooga/gradle/paket/PaketIntegrationBaseSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/PaketIntegrationBaseSpec.groovy index 1bfc518..642a629 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/PaketIntegrationBaseSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/PaketIntegrationBaseSpec.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/integrationTest/groovy/wooga/gradle/paket/PaketIntegrationDependencyFileSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/PaketIntegrationDependencyFileSpec.groovy index dccbd4a..1e79fa1 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/PaketIntegrationDependencyFileSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/PaketIntegrationDependencyFileSpec.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/integrationTest/groovy/wooga/gradle/paket/base/PaketBaseIntegrationSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/base/PaketBaseIntegrationSpec.groovy index 2775ac3..9a06ca6 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/base/PaketBaseIntegrationSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/base/PaketBaseIntegrationSpec.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/integrationTest/groovy/wooga/gradle/paket/base/dependencies/PaketNugetDependenciesIntegrationSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/base/dependencies/PaketNugetDependenciesIntegrationSpec.groovy index e756e14..3654837 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/base/dependencies/PaketNugetDependenciesIntegrationSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/base/dependencies/PaketNugetDependenciesIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/integrationTest/groovy/wooga/gradle/paket/get/PaketGetArgumentsSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/get/PaketGetArgumentsSpec.groovy index 0b0a966..b062aec 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/get/PaketGetArgumentsSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/get/PaketGetArgumentsSpec.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.get; import wooga.gradle.paket.PaketIntegrationArgumentsSpec; diff --git a/src/integrationTest/groovy/wooga/gradle/paket/get/PaketInstallIntegrationSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/get/PaketInstallIntegrationSpec.groovy index 64428e7..ccab8c8 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/get/PaketInstallIntegrationSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/get/PaketInstallIntegrationSpec.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/integrationTest/groovy/wooga/gradle/paket/get/PaketRestoreIntegrationSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/get/PaketRestoreIntegrationSpec.groovy index 3614f08..fd51a28 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/get/PaketRestoreIntegrationSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/get/PaketRestoreIntegrationSpec.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.get import spock.lang.Shared diff --git a/src/integrationTest/groovy/wooga/gradle/paket/pack/PaketPackArgumentsSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/pack/PaketPackArgumentsSpec.groovy index c0fbfad..c4df183 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/pack/PaketPackArgumentsSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/pack/PaketPackArgumentsSpec.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.pack import wooga.gradle.paket.PaketIntegrationArgumentsSpec diff --git a/src/integrationTest/groovy/wooga/gradle/paket/pack/PaketPackIntegrationSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/pack/PaketPackIntegrationSpec.groovy index d2d2f07..461214d 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/pack/PaketPackIntegrationSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/pack/PaketPackIntegrationSpec.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/integrationTest/groovy/wooga/gradle/paket/publish/PaketPublishIntegrationSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/publish/PaketPublishIntegrationSpec.groovy index 8fa1c8e..5d78f3f 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/publish/PaketPublishIntegrationSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/publish/PaketPublishIntegrationSpec.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/integrationTest/groovy/wooga/gradle/paket/unity/PaketUnityChangeSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/unity/PaketUnityChangeSpec.groovy index b74d5f2..7cb51f7 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/unity/PaketUnityChangeSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/unity/PaketUnityChangeSpec.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.unity import nebula.test.IntegrationSpec diff --git a/src/integrationTest/groovy/wooga/gradle/paket/unity/PaketUnityFrameworksSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/unity/PaketUnityFrameworksSpec.groovy index 54f1e43..3cde815 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/unity/PaketUnityFrameworksSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/unity/PaketUnityFrameworksSpec.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.unity import nebula.test.IntegrationSpec diff --git a/src/integrationTest/groovy/wooga/gradle/paket/unity/PaketUnityIntegrationSpec.groovy b/src/integrationTest/groovy/wooga/gradle/paket/unity/PaketUnityIntegrationSpec.groovy index 8983f15..75bf53f 100644 --- a/src/integrationTest/groovy/wooga/gradle/paket/unity/PaketUnityIntegrationSpec.groovy +++ b/src/integrationTest/groovy/wooga/gradle/paket/unity/PaketUnityIntegrationSpec.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/PaketPlugin.groovy b/src/main/groovy/wooga/gradle/paket/PaketPlugin.groovy index ed92fc6..bbbd60e 100644 --- a/src/main/groovy/wooga/gradle/paket/PaketPlugin.groovy +++ b/src/main/groovy/wooga/gradle/paket/PaketPlugin.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/base/PaketBasePlugin.groovy b/src/main/groovy/wooga/gradle/paket/base/PaketBasePlugin.groovy index a7c5fcb..82748e3 100644 --- a/src/main/groovy/wooga/gradle/paket/base/PaketBasePlugin.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/PaketBasePlugin.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/base/PaketPluginExtension.groovy b/src/main/groovy/wooga/gradle/paket/base/PaketPluginExtension.groovy index 5ed5670..2557140 100644 --- a/src/main/groovy/wooga/gradle/paket/base/PaketPluginExtension.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/PaketPluginExtension.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/base/dependencies/NugetDependency.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/NugetDependency.groovy index 905f4ba..bf0dd1f 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/NugetDependency.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/NugetDependency.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependency.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependency.groovy index 9a62101..64660a1 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependency.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependency.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyConfiguration.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyConfiguration.groovy index dfc4d7d..865ef61 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyConfiguration.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyConfiguration.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyConfigurationContainer.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyConfigurationContainer.groovy index 0a789b3..9296643 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyConfigurationContainer.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyConfigurationContainer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyConfigurationHandler.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyConfigurationHandler.groovy index 1afe465..6f1861d 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyConfigurationHandler.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyConfigurationHandler.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyFormatException.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyFormatException.groovy index 0fde6b9..e093a13 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyFormatException.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyFormatException.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyFrameworkMacro.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyFrameworkMacro.groovy index bef9a8e..919df33 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyFrameworkMacro.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyFrameworkMacro.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyHandler.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyHandler.groovy index 46a6cba..b495058 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyHandler.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyHandler.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyMacros.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyMacros.groovy index 1d038e0..0d4d331 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyMacros.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyMacros.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyType.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyType.groovy index 460330c..3362e0d 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyType.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/PaketDependencyType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultNugetDependency.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultNugetDependency.groovy index fdb9f7a..26db7c3 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultNugetDependency.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultNugetDependency.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyConfiguration.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyConfiguration.groovy index c56af03..fa736ce 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyConfiguration.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyConfiguration.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyConfigurationContainer.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyConfigurationContainer.groovy index 98a2a53..47a685c 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyConfigurationContainer.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyConfigurationContainer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyHandler.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyHandler.groovy index b360362..fd95cd1 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyHandler.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyHandler.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyMacros.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyMacros.groovy index 1fe575d..236462d 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyMacros.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/DefaultPaketDependencyMacros.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/PaketDependencyFactory.groovy b/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/PaketDependencyFactory.groovy index a0ad216..d75ed4d 100644 --- a/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/PaketDependencyFactory.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/dependencies/internal/PaketDependencyFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/internal/DefaultPaketPluginExtension.groovy b/src/main/groovy/wooga/gradle/paket/base/internal/DefaultPaketPluginExtension.groovy index 4459f44..6fcad64 100644 --- a/src/main/groovy/wooga/gradle/paket/base/internal/DefaultPaketPluginExtension.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/internal/DefaultPaketPluginExtension.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/base/repository/NugetArtifactRepository.groovy b/src/main/groovy/wooga/gradle/paket/base/repository/NugetArtifactRepository.groovy index fccb6c5..4bce0c8 100644 --- a/src/main/groovy/wooga/gradle/paket/base/repository/NugetArtifactRepository.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/repository/NugetArtifactRepository.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/repository/NugetRepositoryHandlerConvention.groovy b/src/main/groovy/wooga/gradle/paket/base/repository/NugetRepositoryHandlerConvention.groovy index 72e05d2..c1b6eb3 100644 --- a/src/main/groovy/wooga/gradle/paket/base/repository/NugetRepositoryHandlerConvention.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/repository/NugetRepositoryHandlerConvention.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/base/repository/internal/DefaultNugetArtifactRepository.groovy b/src/main/groovy/wooga/gradle/paket/base/repository/internal/DefaultNugetArtifactRepository.groovy index 56b9374..b628513 100644 --- a/src/main/groovy/wooga/gradle/paket/base/repository/internal/DefaultNugetArtifactRepository.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/repository/internal/DefaultNugetArtifactRepository.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/repository/internal/DefaultNugetArtifactRepositoryHandlerConvention.groovy b/src/main/groovy/wooga/gradle/paket/base/repository/internal/DefaultNugetArtifactRepositoryHandlerConvention.groovy index 88fc3f7..6129de1 100644 --- a/src/main/groovy/wooga/gradle/paket/base/repository/internal/DefaultNugetArtifactRepositoryHandlerConvention.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/repository/internal/DefaultNugetArtifactRepositoryHandlerConvention.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/tasks/PaketBootstrap.groovy b/src/main/groovy/wooga/gradle/paket/base/tasks/PaketBootstrap.groovy index e277715..2735c2b 100644 --- a/src/main/groovy/wooga/gradle/paket/base/tasks/PaketBootstrap.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/tasks/PaketBootstrap.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/base/tasks/PaketDependenciesTask.groovy b/src/main/groovy/wooga/gradle/paket/base/tasks/PaketDependenciesTask.groovy index c3d8b00..c9220b0 100644 --- a/src/main/groovy/wooga/gradle/paket/base/tasks/PaketDependenciesTask.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/tasks/PaketDependenciesTask.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2018 Wooga GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/groovy/wooga/gradle/paket/base/tasks/PaketInit.groovy b/src/main/groovy/wooga/gradle/paket/base/tasks/PaketInit.groovy index 45100c1..f84ef60 100644 --- a/src/main/groovy/wooga/gradle/paket/base/tasks/PaketInit.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/tasks/PaketInit.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/base/tasks/internal/AbstractPaketTask.groovy b/src/main/groovy/wooga/gradle/paket/base/tasks/internal/AbstractPaketTask.groovy index a1d6176..2e0605a 100644 --- a/src/main/groovy/wooga/gradle/paket/base/tasks/internal/AbstractPaketTask.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/tasks/internal/AbstractPaketTask.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/base/utils/PaketDependencies.groovy b/src/main/groovy/wooga/gradle/paket/base/utils/PaketDependencies.groovy index 6a156a7..ed2fe62 100644 --- a/src/main/groovy/wooga/gradle/paket/base/utils/PaketDependencies.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/utils/PaketDependencies.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.base.utils /** diff --git a/src/main/groovy/wooga/gradle/paket/base/utils/internal/PaketDependencies.groovy b/src/main/groovy/wooga/gradle/paket/base/utils/internal/PaketDependencies.groovy index fc10634..696660b 100644 --- a/src/main/groovy/wooga/gradle/paket/base/utils/internal/PaketDependencies.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/utils/internal/PaketDependencies.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/base/utils/internal/PaketLock.groovy b/src/main/groovy/wooga/gradle/paket/base/utils/internal/PaketLock.groovy index b45c5aa..a1b9e2d 100644 --- a/src/main/groovy/wooga/gradle/paket/base/utils/internal/PaketLock.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/utils/internal/PaketLock.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.base.utils.internal class PaketLock { diff --git a/src/main/groovy/wooga/gradle/paket/base/utils/internal/PaketTemplate.groovy b/src/main/groovy/wooga/gradle/paket/base/utils/internal/PaketTemplate.groovy index 7848bb0..86549c0 100644 --- a/src/main/groovy/wooga/gradle/paket/base/utils/internal/PaketTemplate.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/utils/internal/PaketTemplate.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/base/utils/internal/PaketUnityReferences.groovy b/src/main/groovy/wooga/gradle/paket/base/utils/internal/PaketUnityReferences.groovy index 8d8c27e..e5cf56b 100644 --- a/src/main/groovy/wooga/gradle/paket/base/utils/internal/PaketUnityReferences.groovy +++ b/src/main/groovy/wooga/gradle/paket/base/utils/internal/PaketUnityReferences.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.base.utils.internal class PaketUnityReferences { diff --git a/src/main/groovy/wooga/gradle/paket/get/PaketGetPlugin.groovy b/src/main/groovy/wooga/gradle/paket/get/PaketGetPlugin.groovy index fa9b22d..dc38f4d 100644 --- a/src/main/groovy/wooga/gradle/paket/get/PaketGetPlugin.groovy +++ b/src/main/groovy/wooga/gradle/paket/get/PaketGetPlugin.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/get/tasks/PaketInstall.groovy b/src/main/groovy/wooga/gradle/paket/get/tasks/PaketInstall.groovy index b54af1d..f785f74 100644 --- a/src/main/groovy/wooga/gradle/paket/get/tasks/PaketInstall.groovy +++ b/src/main/groovy/wooga/gradle/paket/get/tasks/PaketInstall.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/get/tasks/PaketOutdated.groovy b/src/main/groovy/wooga/gradle/paket/get/tasks/PaketOutdated.groovy index 7dcf0a1..564bf85 100644 --- a/src/main/groovy/wooga/gradle/paket/get/tasks/PaketOutdated.groovy +++ b/src/main/groovy/wooga/gradle/paket/get/tasks/PaketOutdated.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/get/tasks/PaketRestore.groovy b/src/main/groovy/wooga/gradle/paket/get/tasks/PaketRestore.groovy index 0f43dbb..22ff829 100644 --- a/src/main/groovy/wooga/gradle/paket/get/tasks/PaketRestore.groovy +++ b/src/main/groovy/wooga/gradle/paket/get/tasks/PaketRestore.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/get/tasks/PaketUpdate.groovy b/src/main/groovy/wooga/gradle/paket/get/tasks/PaketUpdate.groovy index 5d9ffd5..80b7adc 100644 --- a/src/main/groovy/wooga/gradle/paket/get/tasks/PaketUpdate.groovy +++ b/src/main/groovy/wooga/gradle/paket/get/tasks/PaketUpdate.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/internal/PaketCommand.groovy b/src/main/groovy/wooga/gradle/paket/internal/PaketCommand.groovy index 698f809..de319d3 100644 --- a/src/main/groovy/wooga/gradle/paket/internal/PaketCommand.groovy +++ b/src/main/groovy/wooga/gradle/paket/internal/PaketCommand.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.internal class PaketCommand { diff --git a/src/main/groovy/wooga/gradle/paket/pack/PaketPackPlugin.groovy b/src/main/groovy/wooga/gradle/paket/pack/PaketPackPlugin.groovy index be07848..f2e68ec 100644 --- a/src/main/groovy/wooga/gradle/paket/pack/PaketPackPlugin.groovy +++ b/src/main/groovy/wooga/gradle/paket/pack/PaketPackPlugin.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/pack/internal/DefaultPaketPackPluginExtension.groovy b/src/main/groovy/wooga/gradle/paket/pack/internal/DefaultPaketPackPluginExtension.groovy index 1cca751..7429314 100644 --- a/src/main/groovy/wooga/gradle/paket/pack/internal/DefaultPaketPackPluginExtension.groovy +++ b/src/main/groovy/wooga/gradle/paket/pack/internal/DefaultPaketPackPluginExtension.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.pack.internal import org.gradle.api.Project diff --git a/src/main/groovy/wooga/gradle/paket/pack/internal/PaketPublishingArtifact.groovy b/src/main/groovy/wooga/gradle/paket/pack/internal/PaketPublishingArtifact.groovy index f03c823..696d6b6 100644 --- a/src/main/groovy/wooga/gradle/paket/pack/internal/PaketPublishingArtifact.groovy +++ b/src/main/groovy/wooga/gradle/paket/pack/internal/PaketPublishingArtifact.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/pack/tasks/PaketPack.groovy b/src/main/groovy/wooga/gradle/paket/pack/tasks/PaketPack.groovy index 74ac5cd..a8e4365 100644 --- a/src/main/groovy/wooga/gradle/paket/pack/tasks/PaketPack.groovy +++ b/src/main/groovy/wooga/gradle/paket/pack/tasks/PaketPack.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/publish/PaketPublishPlugin.groovy b/src/main/groovy/wooga/gradle/paket/publish/PaketPublishPlugin.groovy index 763bae9..2e2ff73 100644 --- a/src/main/groovy/wooga/gradle/paket/publish/PaketPublishPlugin.groovy +++ b/src/main/groovy/wooga/gradle/paket/publish/PaketPublishPlugin.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/publish/internal/DefaultPaketPushPluginExtension.groovy b/src/main/groovy/wooga/gradle/paket/publish/internal/DefaultPaketPushPluginExtension.groovy index c813670..b55dbae 100644 --- a/src/main/groovy/wooga/gradle/paket/publish/internal/DefaultPaketPushPluginExtension.groovy +++ b/src/main/groovy/wooga/gradle/paket/publish/internal/DefaultPaketPushPluginExtension.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/publish/repository/NugetArtifactRepository.groovy b/src/main/groovy/wooga/gradle/paket/publish/repository/NugetArtifactRepository.groovy index 609eeee..b02ac48 100644 --- a/src/main/groovy/wooga/gradle/paket/publish/repository/NugetArtifactRepository.groovy +++ b/src/main/groovy/wooga/gradle/paket/publish/repository/NugetArtifactRepository.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/publish/repository/NugetRepositoryHandlerConvention.groovy b/src/main/groovy/wooga/gradle/paket/publish/repository/NugetRepositoryHandlerConvention.groovy index 5cc3f38..6dd8f23 100644 --- a/src/main/groovy/wooga/gradle/paket/publish/repository/NugetRepositoryHandlerConvention.groovy +++ b/src/main/groovy/wooga/gradle/paket/publish/repository/NugetRepositoryHandlerConvention.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/publish/repository/internal/DefaultNugetRepositoryHandlerConvention.groovy b/src/main/groovy/wooga/gradle/paket/publish/repository/internal/DefaultNugetRepositoryHandlerConvention.groovy index aa0c79e..03b5714 100644 --- a/src/main/groovy/wooga/gradle/paket/publish/repository/internal/DefaultNugetRepositoryHandlerConvention.groovy +++ b/src/main/groovy/wooga/gradle/paket/publish/repository/internal/DefaultNugetRepositoryHandlerConvention.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/publish/repository/internal/NugetRepository.groovy b/src/main/groovy/wooga/gradle/paket/publish/repository/internal/NugetRepository.groovy index c70f673..57aab66 100644 --- a/src/main/groovy/wooga/gradle/paket/publish/repository/internal/NugetRepository.groovy +++ b/src/main/groovy/wooga/gradle/paket/publish/repository/internal/NugetRepository.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/publish/tasks/PaketPush.groovy b/src/main/groovy/wooga/gradle/paket/publish/tasks/PaketPush.groovy index 1c60a53..3715016 100644 --- a/src/main/groovy/wooga/gradle/paket/publish/tasks/PaketPush.groovy +++ b/src/main/groovy/wooga/gradle/paket/publish/tasks/PaketPush.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/publish/tasks/internal/PaketCopy.groovy b/src/main/groovy/wooga/gradle/paket/publish/tasks/internal/PaketCopy.groovy index 2012b00..7690ac1 100644 --- a/src/main/groovy/wooga/gradle/paket/publish/tasks/internal/PaketCopy.groovy +++ b/src/main/groovy/wooga/gradle/paket/publish/tasks/internal/PaketCopy.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/unity/PaketUnityPlugin.groovy b/src/main/groovy/wooga/gradle/paket/unity/PaketUnityPlugin.groovy index d22e738..1423de5 100644 --- a/src/main/groovy/wooga/gradle/paket/unity/PaketUnityPlugin.groovy +++ b/src/main/groovy/wooga/gradle/paket/unity/PaketUnityPlugin.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/unity/PaketUnityPluginExtension.groovy b/src/main/groovy/wooga/gradle/paket/unity/PaketUnityPluginExtension.groovy index 869b4ae..92142e4 100644 --- a/src/main/groovy/wooga/gradle/paket/unity/PaketUnityPluginExtension.groovy +++ b/src/main/groovy/wooga/gradle/paket/unity/PaketUnityPluginExtension.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.unity import org.gradle.api.file.FileCollection diff --git a/src/main/groovy/wooga/gradle/paket/unity/internal/DefaultPaketUnityPluginExtension.groovy b/src/main/groovy/wooga/gradle/paket/unity/internal/DefaultPaketUnityPluginExtension.groovy index 87e0db3..2342df1 100644 --- a/src/main/groovy/wooga/gradle/paket/unity/internal/DefaultPaketUnityPluginExtension.groovy +++ b/src/main/groovy/wooga/gradle/paket/unity/internal/DefaultPaketUnityPluginExtension.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/unity/tasks/PaketUnityInstall.groovy b/src/main/groovy/wooga/gradle/paket/unity/tasks/PaketUnityInstall.groovy index 3324c00..b08f9c2 100644 --- a/src/main/groovy/wooga/gradle/paket/unity/tasks/PaketUnityInstall.groovy +++ b/src/main/groovy/wooga/gradle/paket/unity/tasks/PaketUnityInstall.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/resources/META-INF/gradle-plugins/net.wooga.paket-base.properties b/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-base.properties index 20f6f2c..2f9066b 100644 --- a/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-base.properties +++ b/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-base.properties @@ -1,11 +1,11 @@ # -# Copyright 2017 Wooga GmbH +# Copyright 2018 Wooga GmbH # # 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 +# http://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/resources/META-INF/gradle-plugins/net.wooga.paket-get.properties b/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-get.properties index efd81c2..8050f70 100644 --- a/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-get.properties +++ b/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-get.properties @@ -1,11 +1,11 @@ # -# Copyright 2017 Wooga GmbH +# Copyright 2018 Wooga GmbH # # 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 +# http://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/resources/META-INF/gradle-plugins/net.wooga.paket-pack.properties b/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-pack.properties index e253f58..23606b7 100644 --- a/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-pack.properties +++ b/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-pack.properties @@ -1,11 +1,11 @@ # -# Copyright 2017 Wooga GmbH +# Copyright 2018 Wooga GmbH # # 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 +# http://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/resources/META-INF/gradle-plugins/net.wooga.paket-publish.properties b/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-publish.properties index e29ecd0..6078a96 100644 --- a/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-publish.properties +++ b/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-publish.properties @@ -1,11 +1,11 @@ # -# Copyright 2017 Wooga GmbH +# Copyright 2018 Wooga GmbH # # 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 +# http://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/resources/META-INF/gradle-plugins/net.wooga.paket-unity.properties b/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-unity.properties index c9d3403..7c98d3b 100644 --- a/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-unity.properties +++ b/src/main/resources/META-INF/gradle-plugins/net.wooga.paket-unity.properties @@ -1,11 +1,11 @@ # -# Copyright 2017 Wooga GmbH +# Copyright 2018 Wooga GmbH # # 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 +# http://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/resources/META-INF/gradle-plugins/net.wooga.paket.properties b/src/main/resources/META-INF/gradle-plugins/net.wooga.paket.properties index 4f94062..0f300c7 100644 --- a/src/main/resources/META-INF/gradle-plugins/net.wooga.paket.properties +++ b/src/main/resources/META-INF/gradle-plugins/net.wooga.paket.properties @@ -1,11 +1,11 @@ # -# Copyright 2017 Wooga GmbH +# Copyright 2018 Wooga GmbH # # 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 +# http://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/groovy/wooga/gradle/paket/base/PaketBasePluginSpec.groovy b/src/test/groovy/wooga/gradle/paket/base/PaketBasePluginSpec.groovy index 3b726b3..0c44064 100644 --- a/src/test/groovy/wooga/gradle/paket/base/PaketBasePluginSpec.groovy +++ b/src/test/groovy/wooga/gradle/paket/base/PaketBasePluginSpec.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/base/repository/NugetRepositorySpec.groovy b/src/test/groovy/wooga/gradle/paket/base/repository/NugetRepositorySpec.groovy index b03a047..6a7bba1 100644 --- a/src/test/groovy/wooga/gradle/paket/base/repository/NugetRepositorySpec.groovy +++ b/src/test/groovy/wooga/gradle/paket/base/repository/NugetRepositorySpec.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.base.repository import spock.lang.Specification diff --git a/src/test/groovy/wooga/gradle/paket/base/utils/internal/PaketDependenciesSpec.groovy b/src/test/groovy/wooga/gradle/paket/base/utils/internal/PaketDependenciesSpec.groovy index 50d2d8f..9ee8533 100644 --- a/src/test/groovy/wooga/gradle/paket/base/utils/internal/PaketDependenciesSpec.groovy +++ b/src/test/groovy/wooga/gradle/paket/base/utils/internal/PaketDependenciesSpec.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.base.utils.internal import spock.lang.Shared diff --git a/src/test/groovy/wooga/gradle/paket/base/utils/internal/PaketLockSpec.groovy b/src/test/groovy/wooga/gradle/paket/base/utils/internal/PaketLockSpec.groovy index d305b32..b914bd9 100644 --- a/src/test/groovy/wooga/gradle/paket/base/utils/internal/PaketLockSpec.groovy +++ b/src/test/groovy/wooga/gradle/paket/base/utils/internal/PaketLockSpec.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.base.utils.internal import spock.lang.Shared diff --git a/src/test/groovy/wooga/gradle/paket/base/utils/internal/PaketTemplateSpec.groovy b/src/test/groovy/wooga/gradle/paket/base/utils/internal/PaketTemplateSpec.groovy index ccb1fca..17bc483 100644 --- a/src/test/groovy/wooga/gradle/paket/base/utils/internal/PaketTemplateSpec.groovy +++ b/src/test/groovy/wooga/gradle/paket/base/utils/internal/PaketTemplateSpec.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/get/PaketGetPluginSpec.groovy b/src/test/groovy/wooga/gradle/paket/get/PaketGetPluginSpec.groovy index 58f78d9..90342ef 100644 --- a/src/test/groovy/wooga/gradle/paket/get/PaketGetPluginSpec.groovy +++ b/src/test/groovy/wooga/gradle/paket/get/PaketGetPluginSpec.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/pack/PaketPackPluginSpec.groovy b/src/test/groovy/wooga/gradle/paket/pack/PaketPackPluginSpec.groovy index 6c46083..2e8d249 100644 --- a/src/test/groovy/wooga/gradle/paket/pack/PaketPackPluginSpec.groovy +++ b/src/test/groovy/wooga/gradle/paket/pack/PaketPackPluginSpec.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/publish/PaketPublishPluginSpec.groovy b/src/test/groovy/wooga/gradle/paket/publish/PaketPublishPluginSpec.groovy index 7c67bcd..7c629b5 100644 --- a/src/test/groovy/wooga/gradle/paket/publish/PaketPublishPluginSpec.groovy +++ b/src/test/groovy/wooga/gradle/paket/publish/PaketPublishPluginSpec.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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/groovy/wooga/gradle/paket/publish/repository/NugetRepositorySpec.groovy b/src/test/groovy/wooga/gradle/paket/publish/repository/NugetRepositorySpec.groovy index 8882d54..f5743f5 100644 --- a/src/test/groovy/wooga/gradle/paket/publish/repository/NugetRepositorySpec.groovy +++ b/src/test/groovy/wooga/gradle/paket/publish/repository/NugetRepositorySpec.groovy @@ -1,3 +1,20 @@ +/* + * Copyright 2018 Wooga GmbH + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package wooga.gradle.paket.publish.repository import spock.lang.Specification diff --git a/src/test/groovy/wooga/gradle/paket/unity/PaketUnityPluginSpec.groovy b/src/test/groovy/wooga/gradle/paket/unity/PaketUnityPluginSpec.groovy index ea4c909..1756dce 100644 --- a/src/test/groovy/wooga/gradle/paket/unity/PaketUnityPluginSpec.groovy +++ b/src/test/groovy/wooga/gradle/paket/unity/PaketUnityPluginSpec.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2017 Wooga GmbH + * Copyright 2018 Wooga GmbH * * 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 + * http://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,