diff --git a/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/CommitTest.java b/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/CommitTest.java index ae3a03a2..3cb90da5 100644 --- a/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/CommitTest.java +++ b/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/CommitTest.java @@ -1,5 +1,25 @@ package com.walmartlabs.concord.plugins.git.v2; +/*- + * ***** + * Concord + * ----- + * Copyright (C) 2017 - 2024 Walmart Inc., Concord Authors + * ----- + * 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. + * ===== + */ + import com.github.tomakehurst.wiremock.common.ConsoleNotifier; import com.github.tomakehurst.wiremock.junit5.WireMockExtension; import com.walmartlabs.concord.plugins.git.GitHubTask; diff --git a/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/IssueTest.java b/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/IssueTest.java index 74f01c4e..9ba57411 100644 --- a/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/IssueTest.java +++ b/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/IssueTest.java @@ -1,5 +1,25 @@ package com.walmartlabs.concord.plugins.git.v2; +/*- + * ***** + * Concord + * ----- + * Copyright (C) 2017 - 2024 Walmart Inc., Concord Authors + * ----- + * 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. + * ===== + */ + import com.github.tomakehurst.wiremock.common.ConsoleNotifier; import com.github.tomakehurst.wiremock.junit5.WireMockExtension; import com.walmartlabs.concord.plugins.git.GitHubTask; diff --git a/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/PullRequestTest.java b/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/PullRequestTest.java index ad9b0213..3de2c95f 100644 --- a/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/PullRequestTest.java +++ b/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/PullRequestTest.java @@ -1,5 +1,25 @@ package com.walmartlabs.concord.plugins.git.v2; +/*- + * ***** + * Concord + * ----- + * Copyright (C) 2017 - 2024 Walmart Inc., Concord Authors + * ----- + * 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. + * ===== + */ + import com.github.tomakehurst.wiremock.common.ConsoleNotifier; import com.github.tomakehurst.wiremock.junit5.WireMockExtension; import com.walmartlabs.concord.plugins.git.GitHubTask; diff --git a/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/RepoTest.java b/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/RepoTest.java index d10c503a..9f970ce3 100644 --- a/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/RepoTest.java +++ b/tasks/git/src/test/java/com/walmartlabs/concord/plugins/git/v2/RepoTest.java @@ -1,5 +1,25 @@ package com.walmartlabs.concord.plugins.git.v2; +/*- + * ***** + * Concord + * ----- + * Copyright (C) 2017 - 2024 Walmart Inc., Concord Authors + * ----- + * 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. + * ===== + */ + import com.github.tomakehurst.wiremock.common.ConsoleNotifier; import com.github.tomakehurst.wiremock.junit5.WireMockExtension; import com.walmartlabs.concord.plugins.git.GitHubTask;