From d154c41586f94a73d17942d89681890f8364bd02 Mon Sep 17 00:00:00 2001 From: Chris Crone Date: Tue, 22 Sep 2020 12:13:00 +0200 Subject: [PATCH] Update copyright Signed-off-by: Chris Crone --- Dockerfile | 3 ++- Makefile | 2 +- NOTICE | 4 +++- aci/aci.go | 2 +- aci/aci_test.go | 2 +- aci/backend.go | 2 +- aci/backend_test.go | 2 +- aci/cloud.go | 2 +- aci/compose.go | 2 +- aci/containers.go | 2 +- aci/context.go | 2 +- aci/context_test.go | 2 +- aci/convert/container.go | 2 +- aci/convert/container_test.go | 2 +- aci/convert/convert.go | 2 +- aci/convert/convert_test.go | 2 +- aci/convert/ports.go | 2 +- aci/convert/ports_test.go | 2 +- aci/convert/registry_credentials.go | 2 +- aci/convert/registry_credentials_test.go | 2 +- aci/convert/volume.go | 2 +- aci/convert/volume_test.go | 2 +- aci/login/client.go | 2 +- aci/login/helper.go | 2 +- aci/login/local_server.go | 2 +- aci/login/login.go | 2 +- aci/login/login_test.go | 2 +- aci/login/storagelogin.go | 2 +- aci/login/token_store.go | 2 +- aci/login/token_store_test.go | 2 +- aci/resource_group.go | 2 +- aci/volumes.go | 2 +- api/client/client.go | 2 +- api/client/compose.go | 2 +- api/client/containers.go | 2 +- api/client/secrets.go | 2 +- api/client/volume.go | 2 +- api/compose/api.go | 2 +- api/compose/tags.go | 2 +- api/containers/api.go | 2 +- api/secrets/api.go | 2 +- api/volumes/api.go | 2 +- backend/backend.go | 2 +- builder.Makefile | 2 +- cli/cmd/compose/compose.go | 2 +- cli/cmd/compose/convert.go | 2 +- cli/cmd/compose/down.go | 2 +- cli/cmd/compose/list.go | 2 +- cli/cmd/compose/logs.go | 2 +- cli/cmd/compose/ps.go | 2 +- cli/cmd/compose/up.go | 2 +- cli/cmd/context/context.go | 2 +- cli/cmd/context/create.go | 2 +- cli/cmd/context/create_aci.go | 2 +- cli/cmd/context/create_ecs.go | 2 +- cli/cmd/context/inspect.go | 2 +- cli/cmd/context/ls.go | 2 +- cli/cmd/context/rm.go | 2 +- cli/cmd/context/show.go | 2 +- cli/cmd/context/use.go | 2 +- cli/cmd/ecs.go | 2 +- cli/cmd/exec.go | 2 +- cli/cmd/inspect.go | 2 +- cli/cmd/inspect_test.go | 2 +- cli/cmd/kill.go | 2 +- cli/cmd/login/azurelogin.go | 2 +- cli/cmd/login/login.go | 2 +- cli/cmd/logout/azure.go | 2 +- cli/cmd/logout/logout.go | 2 +- cli/cmd/logs.go | 2 +- cli/cmd/mobyflags/mobyflags.go | 2 +- cli/cmd/ps.go | 2 +- cli/cmd/ps_test.go | 2 +- cli/cmd/rm.go | 2 +- cli/cmd/run/run.go | 2 +- cli/cmd/run/run_test.go | 2 +- cli/cmd/secrets.go | 2 +- cli/cmd/secrets_test.go | 2 +- cli/cmd/serve.go | 2 +- cli/cmd/start.go | 2 +- cli/cmd/stop.go | 2 +- cli/cmd/version.go | 2 +- cli/cmd/volume/acivolume.go | 2 +- cli/cmd/volume/list.go | 2 +- cli/cmd/volume/list_test.go | 2 +- cli/config/flags.go | 2 +- cli/formatter/multierrformat.go | 2 +- cli/main.go | 2 +- cli/main_test.go | 2 +- cli/mobycli/exec.go | 2 +- cli/mobycli/exec_test.go | 2 +- cli/mobycli/job_windows.go | 2 +- cli/options/options.go | 2 +- cli/options/run/opts.go | 2 +- cli/options/run/opts_test.go | 2 +- config/config.go | 2 +- config/config_test.go | 2 +- config/keys.go | 2 +- context/cloud/api.go | 2 +- context/context.go | 2 +- context/flags.go | 2 +- context/store/contextmetadata.go | 2 +- context/store/contextmetadata_test.go | 2 +- context/store/store.go | 2 +- context/store/store_test.go | 2 +- context/store/storedefault.go | 2 +- docs/install/install.sh | 2 +- ecs/backend.go | 2 +- ecs/cloudformation.go | 2 +- ecs/cloudformation_test.go | 2 +- ecs/colors.go | 2 +- ecs/compatibility.go | 2 +- ecs/context.go | 2 +- ecs/convert.go | 2 +- ecs/doc.go | 2 +- ecs/down.go | 2 +- ecs/gpu.go | 2 +- ecs/gpu_test.go | 2 +- ecs/iam.go | 2 +- ecs/list.go | 2 +- ecs/local/backend.go | 2 +- ecs/local/compose.go | 2 +- ecs/local/context.go | 2 +- ecs/logs.go | 2 +- ecs/marshall.go | 2 +- ecs/ps.go | 2 +- ecs/sdk.go | 2 +- ecs/secrets.go | 2 +- ecs/secrets/Dockerfile | 2 +- ecs/secrets/init.go | 2 +- ecs/secrets/init_test.go | 2 +- ecs/secrets/main/main.go | 2 +- ecs/up.go | 2 +- ecs/wait.go | 2 +- ecs/x.go | 2 +- errdefs/errors.go | 2 +- errdefs/errors_test.go | 2 +- example/backend.go | 2 +- example/doc.go | 2 +- formatter/json.go | 2 +- formatter/units.go | 2 +- formatter/units_test.go | 2 +- local/backend.go | 2 +- local/doc.go | 2 +- local/e2e/backend_test.go | 2 +- metrics/client.go | 2 +- metrics/conn_other.go | 2 +- metrics/conn_windows.go | 2 +- metrics/metrics.go | 2 +- metrics/metrics_test.go | 2 +- progress/plain.go | 2 +- progress/spinner.go | 2 +- progress/tty.go | 2 +- progress/tty_test.go | 2 +- progress/writer.go | 2 +- prompt/prompt.go | 2 +- protos/compose/v1/compose.pb.go | 2 +- protos/compose/v1/compose.proto | 2 +- protos/compose/v1/doc.go | 2 +- protos/containers/v1/containers.pb.go | 2 +- protos/containers/v1/containers.proto | 2 +- protos/containers/v1/doc.go | 2 +- protos/contexts/v1/contexts.pb.go | 2 +- protos/contexts/v1/contexts.proto | 2 +- protos/contexts/v1/doc.go | 2 +- protos/streams/v1/streams.pb.go | 2 +- protos/streams/v1/streams.proto | 2 +- scripts/install/install_linux.sh | 2 +- scripts/validate/check-go-mod | 2 +- scripts/validate/fileheader | 3 +-- scripts/validate/template/bash.txt | 2 +- scripts/validate/template/dockerfile.txt | 2 +- scripts/validate/template/go.txt | 2 +- scripts/validate/template/makefile.txt | 2 +- server/contextserverstream.go | 2 +- server/interceptor.go | 2 +- server/interceptor_test.go | 2 +- server/metrics.go | 2 +- server/metrics_test.go | 2 +- server/proxy/containers.go | 2 +- server/proxy/containers_test.go | 2 +- server/proxy/contexts.go | 2 +- server/proxy/proxy.go | 2 +- server/proxy/streams.go | 2 +- server/proxy/streams/io.go | 2 +- server/proxy/streams/logs.go | 2 +- server/proxy/streams/logs_test.go | 2 +- server/proxy/streams/stream.go | 2 +- server/proxy/streams/stream_test.go | 2 +- server/server.go | 2 +- server/socket_unix.go | 2 +- server/socket_windows.go | 2 +- tests/aci-e2e/e2e-aci_test.go | 2 +- tests/composefiles/aci-demo/db/Dockerfile | 2 +- tests/composefiles/aci-demo/web/Dockerfile | 2 +- tests/composefiles/aci-demo/web/dispatcher.go | 2 +- tests/composefiles/aci-demo/words/Dockerfile | 2 +- tests/e2e/e2e_test.go | 2 +- tests/ecs-e2e/e2e-ecs_test.go | 2 +- tests/ecs-local-e2e/context_test.go | 2 +- tests/framework/e2e.go | 2 +- tests/framework/unit.go | 2 +- tests/skip-win-ci-e2e/skip_win_ci_test.go | 2 +- utils/formatter/container.go | 2 +- utils/formatter/container_test.go | 2 +- utils/stringutils.go | 2 +- 206 files changed, 209 insertions(+), 207 deletions(-) diff --git a/Dockerfile b/Dockerfile index e4216679..c90773b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:experimental -# Copyright 2020 Docker, Inc. +# Copyright 2020 Docker Compose CLI authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,6 +14,7 @@ # 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. + ARG GO_VERSION=1.15.2-alpine ARG GOLANGCI_LINT_VERSION=v1.31.0-alpine diff --git a/Makefile b/Makefile index 6fe3c412..6eca2482 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2020 Docker, Inc. +# Copyright 2020 Docker Compose CLI authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 2b3c2776..265c0a05 100644 --- a/NOTICE +++ b/NOTICE @@ -1,2 +1,4 @@ Docker Compose CLI -Copyright 2020 Docker Inc. +Copyright 2020 Docker Compose CLI authors + +This product includes software developed at Docker, Inc. (https://www.docker.com). diff --git a/aci/aci.go b/aci/aci.go index 795a8f49..12442313 100644 --- a/aci/aci.go +++ b/aci/aci.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/aci_test.go b/aci/aci_test.go index 22efe8ea..7ab6fe94 100644 --- a/aci/aci_test.go +++ b/aci/aci_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/backend.go b/aci/backend.go index a5890f33..0aeed861 100644 --- a/aci/backend.go +++ b/aci/backend.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/backend_test.go b/aci/backend_test.go index aafcb52d..96432d90 100644 --- a/aci/backend_test.go +++ b/aci/backend_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/cloud.go b/aci/cloud.go index ff761800..d47c174a 100644 --- a/aci/cloud.go +++ b/aci/cloud.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/compose.go b/aci/compose.go index fe6a3e1e..ca57ef3e 100644 --- a/aci/compose.go +++ b/aci/compose.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/containers.go b/aci/containers.go index 61c50b65..608a5235 100644 --- a/aci/containers.go +++ b/aci/containers.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/context.go b/aci/context.go index 3ca25469..564ec3a2 100644 --- a/aci/context.go +++ b/aci/context.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/context_test.go b/aci/context_test.go index 0453158c..e834498a 100644 --- a/aci/context_test.go +++ b/aci/context_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/convert/container.go b/aci/convert/container.go index 3cff17c4..f2cbc3ba 100644 --- a/aci/convert/container.go +++ b/aci/convert/container.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/convert/container_test.go b/aci/convert/container_test.go index 1f9efba0..1fd0a7f0 100644 --- a/aci/convert/container_test.go +++ b/aci/convert/container_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/convert/convert.go b/aci/convert/convert.go index b3db862b..dffdbcd0 100644 --- a/aci/convert/convert.go +++ b/aci/convert/convert.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/convert/convert_test.go b/aci/convert/convert_test.go index d6c656dd..ec6e6135 100644 --- a/aci/convert/convert_test.go +++ b/aci/convert/convert_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/convert/ports.go b/aci/convert/ports.go index 336596a3..55ceacb5 100644 --- a/aci/convert/ports.go +++ b/aci/convert/ports.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/convert/ports_test.go b/aci/convert/ports_test.go index f9b9a378..6c1dea9e 100644 --- a/aci/convert/ports_test.go +++ b/aci/convert/ports_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/convert/registry_credentials.go b/aci/convert/registry_credentials.go index ee783589..e2fa66e7 100644 --- a/aci/convert/registry_credentials.go +++ b/aci/convert/registry_credentials.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/convert/registry_credentials_test.go b/aci/convert/registry_credentials_test.go index be482aeb..89077663 100644 --- a/aci/convert/registry_credentials_test.go +++ b/aci/convert/registry_credentials_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/convert/volume.go b/aci/convert/volume.go index 60daac3b..cbae7216 100644 --- a/aci/convert/volume.go +++ b/aci/convert/volume.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/convert/volume_test.go b/aci/convert/volume_test.go index fd35c93b..1d863a7b 100644 --- a/aci/convert/volume_test.go +++ b/aci/convert/volume_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/login/client.go b/aci/login/client.go index 7de5d327..da827b62 100644 --- a/aci/login/client.go +++ b/aci/login/client.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/login/helper.go b/aci/login/helper.go index 8e7a0041..5242f5b5 100644 --- a/aci/login/helper.go +++ b/aci/login/helper.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/login/local_server.go b/aci/login/local_server.go index 1287e9ac..f65fa3e0 100644 --- a/aci/login/local_server.go +++ b/aci/login/local_server.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/login/login.go b/aci/login/login.go index da947426..05e297ae 100644 --- a/aci/login/login.go +++ b/aci/login/login.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/login/login_test.go b/aci/login/login_test.go index e57f6e4a..12330fe9 100644 --- a/aci/login/login_test.go +++ b/aci/login/login_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/login/storagelogin.go b/aci/login/storagelogin.go index 13a3923f..7a3153cb 100644 --- a/aci/login/storagelogin.go +++ b/aci/login/storagelogin.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/login/token_store.go b/aci/login/token_store.go index 925ee701..337e9b93 100644 --- a/aci/login/token_store.go +++ b/aci/login/token_store.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/login/token_store_test.go b/aci/login/token_store_test.go index b6d05724..4eef8d76 100644 --- a/aci/login/token_store_test.go +++ b/aci/login/token_store_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/resource_group.go b/aci/resource_group.go index 6340ba03..07513c6c 100644 --- a/aci/resource_group.go +++ b/aci/resource_group.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aci/volumes.go b/aci/volumes.go index 63fe553f..a07af69f 100644 --- a/aci/volumes.go +++ b/aci/volumes.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/client/client.go b/api/client/client.go index fc7c1c27..a35c0b74 100644 --- a/api/client/client.go +++ b/api/client/client.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/client/compose.go b/api/client/compose.go index 91387f24..548caad4 100644 --- a/api/client/compose.go +++ b/api/client/compose.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/client/containers.go b/api/client/containers.go index 41639f38..efa39537 100644 --- a/api/client/containers.go +++ b/api/client/containers.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/client/secrets.go b/api/client/secrets.go index 24a754b1..8c2debd2 100644 --- a/api/client/secrets.go +++ b/api/client/secrets.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/client/volume.go b/api/client/volume.go index 58c89ed8..14053573 100644 --- a/api/client/volume.go +++ b/api/client/volume.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/compose/api.go b/api/compose/api.go index 98ed050e..e37e65a9 100644 --- a/api/compose/api.go +++ b/api/compose/api.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/compose/tags.go b/api/compose/tags.go index 300e55bb..9e6263da 100644 --- a/api/compose/tags.go +++ b/api/compose/tags.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/containers/api.go b/api/containers/api.go index 8efbb4a1..0185f80b 100644 --- a/api/containers/api.go +++ b/api/containers/api.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/secrets/api.go b/api/secrets/api.go index 53fafe96..681bed62 100644 --- a/api/secrets/api.go +++ b/api/secrets/api.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/volumes/api.go b/api/volumes/api.go index a753fcea..33238b69 100644 --- a/api/volumes/api.go +++ b/api/volumes/api.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/backend/backend.go b/backend/backend.go index dc756261..f42df393 100644 --- a/backend/backend.go +++ b/backend/backend.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/builder.Makefile b/builder.Makefile index 24d86996..28e5d395 100644 --- a/builder.Makefile +++ b/builder.Makefile @@ -1,4 +1,4 @@ -# Copyright 2020 The 2020 Docker, Inc. +# Copyright 2020 Docker Compose CLI authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cli/cmd/compose/compose.go b/cli/cmd/compose/compose.go index 83c89cde..e58243d6 100644 --- a/cli/cmd/compose/compose.go +++ b/cli/cmd/compose/compose.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/compose/convert.go b/cli/cmd/compose/convert.go index 7a0360c6..224256d7 100644 --- a/cli/cmd/compose/convert.go +++ b/cli/cmd/compose/convert.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/compose/down.go b/cli/cmd/compose/down.go index 0b01155b..3519d394 100644 --- a/cli/cmd/compose/down.go +++ b/cli/cmd/compose/down.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/compose/list.go b/cli/cmd/compose/list.go index 03346f59..d44e05bb 100644 --- a/cli/cmd/compose/list.go +++ b/cli/cmd/compose/list.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/compose/logs.go b/cli/cmd/compose/logs.go index e8e83cee..4f08f3aa 100644 --- a/cli/cmd/compose/logs.go +++ b/cli/cmd/compose/logs.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/compose/ps.go b/cli/cmd/compose/ps.go index 038f0312..8ad40055 100644 --- a/cli/cmd/compose/ps.go +++ b/cli/cmd/compose/ps.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/compose/up.go b/cli/cmd/compose/up.go index c3e618c3..3c5ec616 100644 --- a/cli/cmd/compose/up.go +++ b/cli/cmd/compose/up.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/context/context.go b/cli/cmd/context/context.go index a8bb3144..3c90fc2e 100644 --- a/cli/cmd/context/context.go +++ b/cli/cmd/context/context.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/context/create.go b/cli/cmd/context/create.go index e1ebdba1..b678a297 100644 --- a/cli/cmd/context/create.go +++ b/cli/cmd/context/create.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/context/create_aci.go b/cli/cmd/context/create_aci.go index aeef3e2f..c66787df 100644 --- a/cli/cmd/context/create_aci.go +++ b/cli/cmd/context/create_aci.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/context/create_ecs.go b/cli/cmd/context/create_ecs.go index 78fb6266..48c7b680 100644 --- a/cli/cmd/context/create_ecs.go +++ b/cli/cmd/context/create_ecs.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/context/inspect.go b/cli/cmd/context/inspect.go index 4e7ce485..c2550ca7 100644 --- a/cli/cmd/context/inspect.go +++ b/cli/cmd/context/inspect.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/context/ls.go b/cli/cmd/context/ls.go index 0c7d4366..2cad5c7b 100644 --- a/cli/cmd/context/ls.go +++ b/cli/cmd/context/ls.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/context/rm.go b/cli/cmd/context/rm.go index 9a699996..1a0c2616 100644 --- a/cli/cmd/context/rm.go +++ b/cli/cmd/context/rm.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/context/show.go b/cli/cmd/context/show.go index a12aa307..5b6c2129 100644 --- a/cli/cmd/context/show.go +++ b/cli/cmd/context/show.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/context/use.go b/cli/cmd/context/use.go index b972e762..d58c2d99 100644 --- a/cli/cmd/context/use.go +++ b/cli/cmd/context/use.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/ecs.go b/cli/cmd/ecs.go index 77b35973..d5b2d972 100644 --- a/cli/cmd/ecs.go +++ b/cli/cmd/ecs.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/exec.go b/cli/cmd/exec.go index 7d09f2dd..5901e83f 100644 --- a/cli/cmd/exec.go +++ b/cli/cmd/exec.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/inspect.go b/cli/cmd/inspect.go index 7ffe50da..20997d86 100644 --- a/cli/cmd/inspect.go +++ b/cli/cmd/inspect.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/inspect_test.go b/cli/cmd/inspect_test.go index 20acff97..af75d4df 100644 --- a/cli/cmd/inspect_test.go +++ b/cli/cmd/inspect_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/kill.go b/cli/cmd/kill.go index c63a9cda..9b14f7fe 100644 --- a/cli/cmd/kill.go +++ b/cli/cmd/kill.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/login/azurelogin.go b/cli/cmd/login/azurelogin.go index e05933ba..fd90170c 100644 --- a/cli/cmd/login/azurelogin.go +++ b/cli/cmd/login/azurelogin.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/login/login.go b/cli/cmd/login/login.go index f9a6247d..0b2ae2e9 100644 --- a/cli/cmd/login/login.go +++ b/cli/cmd/login/login.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/logout/azure.go b/cli/cmd/logout/azure.go index 44d305c9..1f0ca039 100644 --- a/cli/cmd/logout/azure.go +++ b/cli/cmd/logout/azure.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/logout/logout.go b/cli/cmd/logout/logout.go index 8a92e1b5..621f7503 100644 --- a/cli/cmd/logout/logout.go +++ b/cli/cmd/logout/logout.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/logs.go b/cli/cmd/logs.go index dc478f4e..2b09cc16 100644 --- a/cli/cmd/logs.go +++ b/cli/cmd/logs.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/mobyflags/mobyflags.go b/cli/cmd/mobyflags/mobyflags.go index e6c7bcf1..c116ec28 100644 --- a/cli/cmd/mobyflags/mobyflags.go +++ b/cli/cmd/mobyflags/mobyflags.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/ps.go b/cli/cmd/ps.go index b918b6cd..ea55862f 100644 --- a/cli/cmd/ps.go +++ b/cli/cmd/ps.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/ps_test.go b/cli/cmd/ps_test.go index f303ad21..7dc72d57 100644 --- a/cli/cmd/ps_test.go +++ b/cli/cmd/ps_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/rm.go b/cli/cmd/rm.go index 500ffc9a..5a824513 100644 --- a/cli/cmd/rm.go +++ b/cli/cmd/rm.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/run/run.go b/cli/cmd/run/run.go index 5eb398cd..9718d4c6 100644 --- a/cli/cmd/run/run.go +++ b/cli/cmd/run/run.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/run/run_test.go b/cli/cmd/run/run_test.go index f75aea2b..b781179e 100644 --- a/cli/cmd/run/run_test.go +++ b/cli/cmd/run/run_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/secrets.go b/cli/cmd/secrets.go index 539fef93..cce9141f 100644 --- a/cli/cmd/secrets.go +++ b/cli/cmd/secrets.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/secrets_test.go b/cli/cmd/secrets_test.go index 70968136..9624c0c5 100644 --- a/cli/cmd/secrets_test.go +++ b/cli/cmd/secrets_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/serve.go b/cli/cmd/serve.go index 81f98972..f3aa6c0c 100644 --- a/cli/cmd/serve.go +++ b/cli/cmd/serve.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/start.go b/cli/cmd/start.go index e973c817..14fb009d 100644 --- a/cli/cmd/start.go +++ b/cli/cmd/start.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/stop.go b/cli/cmd/stop.go index 9c3cd122..219c8e72 100644 --- a/cli/cmd/stop.go +++ b/cli/cmd/stop.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/version.go b/cli/cmd/version.go index 3075970c..70a7cd0a 100644 --- a/cli/cmd/version.go +++ b/cli/cmd/version.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/volume/acivolume.go b/cli/cmd/volume/acivolume.go index f15e4256..bf6470e2 100644 --- a/cli/cmd/volume/acivolume.go +++ b/cli/cmd/volume/acivolume.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/volume/list.go b/cli/cmd/volume/list.go index bca77596..9ab3313a 100644 --- a/cli/cmd/volume/list.go +++ b/cli/cmd/volume/list.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/cmd/volume/list_test.go b/cli/cmd/volume/list_test.go index f981f0d7..f88716e9 100644 --- a/cli/cmd/volume/list_test.go +++ b/cli/cmd/volume/list_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/config/flags.go b/cli/config/flags.go index 31eb3187..2ba12e67 100644 --- a/cli/config/flags.go +++ b/cli/config/flags.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/formatter/multierrformat.go b/cli/formatter/multierrformat.go index a91f1cc3..28d538f5 100644 --- a/cli/formatter/multierrformat.go +++ b/cli/formatter/multierrformat.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/main.go b/cli/main.go index 83961575..56abe671 100644 --- a/cli/main.go +++ b/cli/main.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/main_test.go b/cli/main_test.go index c116a18c..f634b467 100644 --- a/cli/main_test.go +++ b/cli/main_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/mobycli/exec.go b/cli/mobycli/exec.go index 99a832a9..4b1f6a21 100644 --- a/cli/mobycli/exec.go +++ b/cli/mobycli/exec.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/mobycli/exec_test.go b/cli/mobycli/exec_test.go index 5bfb533e..20bd71fa 100644 --- a/cli/mobycli/exec_test.go +++ b/cli/mobycli/exec_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/mobycli/job_windows.go b/cli/mobycli/job_windows.go index 8006ba9d..39f93916 100644 --- a/cli/mobycli/job_windows.go +++ b/cli/mobycli/job_windows.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/options/options.go b/cli/options/options.go index 13a2b461..f7575438 100644 --- a/cli/options/options.go +++ b/cli/options/options.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/options/run/opts.go b/cli/options/run/opts.go index 91e68451..8694aa41 100644 --- a/cli/options/run/opts.go +++ b/cli/options/run/opts.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cli/options/run/opts_test.go b/cli/options/run/opts_test.go index acf41c86..04a4c8ea 100644 --- a/cli/options/run/opts_test.go +++ b/cli/options/run/opts_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/config/config.go b/config/config.go index 0241348f..1ea0e43b 100644 --- a/config/config.go +++ b/config/config.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/config/config_test.go b/config/config_test.go index b161887a..3986c6f0 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/config/keys.go b/config/keys.go index c22f0fb2..5ecbf3a3 100644 --- a/config/keys.go +++ b/config/keys.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/context/cloud/api.go b/context/cloud/api.go index 5dc8b0e3..475599d3 100644 --- a/context/cloud/api.go +++ b/context/cloud/api.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/context/context.go b/context/context.go index b800aad2..b1138c31 100644 --- a/context/context.go +++ b/context/context.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/context/flags.go b/context/flags.go index 8fff7511..ab545d3a 100644 --- a/context/flags.go +++ b/context/flags.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/context/store/contextmetadata.go b/context/store/contextmetadata.go index b6138e58..771c074d 100644 --- a/context/store/contextmetadata.go +++ b/context/store/contextmetadata.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/context/store/contextmetadata_test.go b/context/store/contextmetadata_test.go index ed4b0eec..95169548 100644 --- a/context/store/contextmetadata_test.go +++ b/context/store/contextmetadata_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/context/store/store.go b/context/store/store.go index 1294f5c7..917f282e 100644 --- a/context/store/store.go +++ b/context/store/store.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/context/store/store_test.go b/context/store/store_test.go index c4fa70d3..29b814f1 100644 --- a/context/store/store_test.go +++ b/context/store/store_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/context/store/storedefault.go b/context/store/storedefault.go index 8b797c8f..1cfa8d57 100644 --- a/context/store/storedefault.go +++ b/context/store/storedefault.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/install/install.sh b/docs/install/install.sh index aa680037..00b767bf 100755 --- a/docs/install/install.sh +++ b/docs/install/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2020 Docker, Inc. +# Copyright 2020 Docker Compose CLI authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ecs/backend.go b/ecs/backend.go index 7f7f269f..42e48bf4 100644 --- a/ecs/backend.go +++ b/ecs/backend.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/cloudformation.go b/ecs/cloudformation.go index 78d68128..0dc48976 100644 --- a/ecs/cloudformation.go +++ b/ecs/cloudformation.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/cloudformation_test.go b/ecs/cloudformation_test.go index d3b457e4..fd2f087d 100644 --- a/ecs/cloudformation_test.go +++ b/ecs/cloudformation_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/colors.go b/ecs/colors.go index 1486e138..a08bc917 100644 --- a/ecs/colors.go +++ b/ecs/colors.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/compatibility.go b/ecs/compatibility.go index 2f634840..f2269451 100644 --- a/ecs/compatibility.go +++ b/ecs/compatibility.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/context.go b/ecs/context.go index b82f96ff..65096ea8 100644 --- a/ecs/context.go +++ b/ecs/context.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/convert.go b/ecs/convert.go index 272eb605..ca32d00f 100644 --- a/ecs/convert.go +++ b/ecs/convert.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/doc.go b/ecs/doc.go index 74f8b51d..4fe32bd6 100644 --- a/ecs/doc.go +++ b/ecs/doc.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/down.go b/ecs/down.go index 782be5db..914f680d 100644 --- a/ecs/down.go +++ b/ecs/down.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/gpu.go b/ecs/gpu.go index 16fa412f..c4427d44 100644 --- a/ecs/gpu.go +++ b/ecs/gpu.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/gpu_test.go b/ecs/gpu_test.go index d556e22f..c4705e0c 100644 --- a/ecs/gpu_test.go +++ b/ecs/gpu_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/iam.go b/ecs/iam.go index 7a4510ea..b91ad6bb 100644 --- a/ecs/iam.go +++ b/ecs/iam.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/list.go b/ecs/list.go index 48873cd8..b80eade4 100644 --- a/ecs/list.go +++ b/ecs/list.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/local/backend.go b/ecs/local/backend.go index 2f793588..f2a78962 100644 --- a/ecs/local/backend.go +++ b/ecs/local/backend.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/local/compose.go b/ecs/local/compose.go index 01602833..b84a3d42 100644 --- a/ecs/local/compose.go +++ b/ecs/local/compose.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/local/context.go b/ecs/local/context.go index e2a93c9f..ebd71c22 100644 --- a/ecs/local/context.go +++ b/ecs/local/context.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/logs.go b/ecs/logs.go index e55dc2bc..c7a8c55d 100644 --- a/ecs/logs.go +++ b/ecs/logs.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/marshall.go b/ecs/marshall.go index d595e7c5..f37654e9 100644 --- a/ecs/marshall.go +++ b/ecs/marshall.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/ps.go b/ecs/ps.go index eee44a93..318326c4 100644 --- a/ecs/ps.go +++ b/ecs/ps.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/sdk.go b/ecs/sdk.go index 0df32f4c..9b7db23f 100644 --- a/ecs/sdk.go +++ b/ecs/sdk.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/secrets.go b/ecs/secrets.go index 662b10c9..b72325ec 100644 --- a/ecs/secrets.go +++ b/ecs/secrets.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/secrets/Dockerfile b/ecs/secrets/Dockerfile index 48d1203d..c41e0d07 100644 --- a/ecs/secrets/Dockerfile +++ b/ecs/secrets/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2020 Docker, Inc. +# Copyright 2020 Docker Compose CLI authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ecs/secrets/init.go b/ecs/secrets/init.go index 729afe10..dd0c5874 100644 --- a/ecs/secrets/init.go +++ b/ecs/secrets/init.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/secrets/init_test.go b/ecs/secrets/init_test.go index 5389a5c5..57623a9b 100644 --- a/ecs/secrets/init_test.go +++ b/ecs/secrets/init_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/secrets/main/main.go b/ecs/secrets/main/main.go index 733ad054..e8eebd55 100644 --- a/ecs/secrets/main/main.go +++ b/ecs/secrets/main/main.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/up.go b/ecs/up.go index 0bebd745..93ee6788 100644 --- a/ecs/up.go +++ b/ecs/up.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/wait.go b/ecs/wait.go index 9346ae4f..27ccef4b 100644 --- a/ecs/wait.go +++ b/ecs/wait.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ecs/x.go b/ecs/x.go index 5fdeeab2..4f417dcd 100644 --- a/ecs/x.go +++ b/ecs/x.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/errdefs/errors.go b/errdefs/errors.go index 159be0bc..44bd9364 100644 --- a/errdefs/errors.go +++ b/errdefs/errors.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/errdefs/errors_test.go b/errdefs/errors_test.go index 2760adc1..5d9253c4 100644 --- a/errdefs/errors_test.go +++ b/errdefs/errors_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/example/backend.go b/example/backend.go index 23775841..872a884a 100644 --- a/example/backend.go +++ b/example/backend.go @@ -1,7 +1,7 @@ // +build example /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/example/doc.go b/example/doc.go index 77f28fe5..a1aa20c8 100644 --- a/example/doc.go +++ b/example/doc.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/formatter/json.go b/formatter/json.go index be17401b..bb9b6078 100644 --- a/formatter/json.go +++ b/formatter/json.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/formatter/units.go b/formatter/units.go index c1795fd4..d26902cd 100644 --- a/formatter/units.go +++ b/formatter/units.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/formatter/units_test.go b/formatter/units_test.go index 2c9a22ad..ea21a210 100644 --- a/formatter/units_test.go +++ b/formatter/units_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/local/backend.go b/local/backend.go index dfd8f6d4..c616715b 100644 --- a/local/backend.go +++ b/local/backend.go @@ -1,7 +1,7 @@ // +build local /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/local/doc.go b/local/doc.go index cd1e3c43..81aae393 100644 --- a/local/doc.go +++ b/local/doc.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/local/e2e/backend_test.go b/local/e2e/backend_test.go index e40b8885..8922257a 100644 --- a/local/e2e/backend_test.go +++ b/local/e2e/backend_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/metrics/client.go b/metrics/client.go index 509599a1..d19f8762 100644 --- a/metrics/client.go +++ b/metrics/client.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/metrics/conn_other.go b/metrics/conn_other.go index eb47f156..a648eebc 100644 --- a/metrics/conn_other.go +++ b/metrics/conn_other.go @@ -1,7 +1,7 @@ // +build !windows /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/metrics/conn_windows.go b/metrics/conn_windows.go index 5d414f54..be967a32 100644 --- a/metrics/conn_windows.go +++ b/metrics/conn_windows.go @@ -1,7 +1,7 @@ // +build windows /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/metrics/metrics.go b/metrics/metrics.go index 9ab3d1db..7de8a2bb 100644 --- a/metrics/metrics.go +++ b/metrics/metrics.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/metrics/metrics_test.go b/metrics/metrics_test.go index e4cee60b..d2fbc236 100644 --- a/metrics/metrics_test.go +++ b/metrics/metrics_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/progress/plain.go b/progress/plain.go index 1cbfa2f4..3280bee1 100644 --- a/progress/plain.go +++ b/progress/plain.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/progress/spinner.go b/progress/spinner.go index 38835287..3e757acf 100644 --- a/progress/spinner.go +++ b/progress/spinner.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/progress/tty.go b/progress/tty.go index 4dd9dee5..1da062ae 100644 --- a/progress/tty.go +++ b/progress/tty.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/progress/tty_test.go b/progress/tty_test.go index 578a3f41..51dc6f61 100644 --- a/progress/tty_test.go +++ b/progress/tty_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/progress/writer.go b/progress/writer.go index 5ca0e3e2..e46f9017 100644 --- a/progress/writer.go +++ b/progress/writer.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prompt/prompt.go b/prompt/prompt.go index d23904cc..395c327c 100644 --- a/prompt/prompt.go +++ b/prompt/prompt.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/protos/compose/v1/compose.pb.go b/protos/compose/v1/compose.pb.go index 4bd488c8..595d0fd9 100644 --- a/protos/compose/v1/compose.pb.go +++ b/protos/compose/v1/compose.pb.go @@ -1,5 +1,5 @@ // -// Copyright 2020 Docker, Inc. +// Copyright 2020 Docker Compose CLI authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/compose/v1/compose.proto b/protos/compose/v1/compose.proto index 5f7c5cf2..fbe9a31b 100644 --- a/protos/compose/v1/compose.proto +++ b/protos/compose/v1/compose.proto @@ -1,5 +1,5 @@ // -// Copyright 2020 Docker, Inc. +// Copyright 2020 Docker Compose CLI authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/compose/v1/doc.go b/protos/compose/v1/doc.go index bb3caa81..b0664bbb 100644 --- a/protos/compose/v1/doc.go +++ b/protos/compose/v1/doc.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/protos/containers/v1/containers.pb.go b/protos/containers/v1/containers.pb.go index f84f8b19..aa4940be 100644 --- a/protos/containers/v1/containers.pb.go +++ b/protos/containers/v1/containers.pb.go @@ -1,5 +1,5 @@ // -// Copyright 2020 Docker, Inc. +// Copyright 2020 Docker Compose CLI authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/containers/v1/containers.proto b/protos/containers/v1/containers.proto index f925aa54..c2cb2f14 100644 --- a/protos/containers/v1/containers.proto +++ b/protos/containers/v1/containers.proto @@ -1,5 +1,5 @@ // -// Copyright 2020 Docker, Inc. +// Copyright 2020 Docker Compose CLI authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/containers/v1/doc.go b/protos/containers/v1/doc.go index bb3caa81..b0664bbb 100644 --- a/protos/containers/v1/doc.go +++ b/protos/containers/v1/doc.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/protos/contexts/v1/contexts.pb.go b/protos/contexts/v1/contexts.pb.go index ec884571..3cb388e7 100644 --- a/protos/contexts/v1/contexts.pb.go +++ b/protos/contexts/v1/contexts.pb.go @@ -1,5 +1,5 @@ // -// Copyright 2020 Docker, Inc. +// Copyright 2020 Docker Compose CLI authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/contexts/v1/contexts.proto b/protos/contexts/v1/contexts.proto index c18d828d..73aed7b9 100644 --- a/protos/contexts/v1/contexts.proto +++ b/protos/contexts/v1/contexts.proto @@ -1,5 +1,5 @@ // -// Copyright 2020 Docker, Inc. +// Copyright 2020 Docker Compose CLI authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/contexts/v1/doc.go b/protos/contexts/v1/doc.go index bb3caa81..b0664bbb 100644 --- a/protos/contexts/v1/doc.go +++ b/protos/contexts/v1/doc.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/protos/streams/v1/streams.pb.go b/protos/streams/v1/streams.pb.go index 2097e20a..f9c54bb1 100644 --- a/protos/streams/v1/streams.pb.go +++ b/protos/streams/v1/streams.pb.go @@ -1,5 +1,5 @@ // -// Copyright 2020 Docker, Inc. +// Copyright 2020 Docker Compose CLI authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/streams/v1/streams.proto b/protos/streams/v1/streams.proto index 64ab8dbb..8d396118 100644 --- a/protos/streams/v1/streams.proto +++ b/protos/streams/v1/streams.proto @@ -1,5 +1,5 @@ // -// Copyright 2020 Docker, Inc. +// Copyright 2020 Docker Compose CLI authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/scripts/install/install_linux.sh b/scripts/install/install_linux.sh index e11e7a0c..1e6cee32 100644 --- a/scripts/install/install_linux.sh +++ b/scripts/install/install_linux.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2020 Docker, Inc. +# Copyright 2020 Docker Compose CLI authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/validate/check-go-mod b/scripts/validate/check-go-mod index 20eeef1b..ad45b563 100755 --- a/scripts/validate/check-go-mod +++ b/scripts/validate/check-go-mod @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright The Compose Specification Authors. +# Copyright Docker Compose CLI authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/validate/fileheader b/scripts/validate/fileheader index 5f07a6cd..b77b5a69 100755 --- a/scripts/validate/fileheader +++ b/scripts/validate/fileheader @@ -1,6 +1,6 @@ #!/usr/bin/env sh -# Copyright The Compose Specification Authors. +# Copyright Docker Compose CLI authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - set -eu -o pipefail if ! command -v ltag; then diff --git a/scripts/validate/template/bash.txt b/scripts/validate/template/bash.txt index 6d89e617..31e00001 100644 --- a/scripts/validate/template/bash.txt +++ b/scripts/validate/template/bash.txt @@ -1,4 +1,4 @@ -# Copyright 2020 Docker, Inc. +# Copyright 2020 Docker Compose CLI authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/validate/template/dockerfile.txt b/scripts/validate/template/dockerfile.txt index 6d89e617..31e00001 100644 --- a/scripts/validate/template/dockerfile.txt +++ b/scripts/validate/template/dockerfile.txt @@ -1,4 +1,4 @@ -# Copyright 2020 Docker, Inc. +# Copyright 2020 Docker Compose CLI authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/validate/template/go.txt b/scripts/validate/template/go.txt index 1cd85544..a3ee0861 100644 --- a/scripts/validate/template/go.txt +++ b/scripts/validate/template/go.txt @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/scripts/validate/template/makefile.txt b/scripts/validate/template/makefile.txt index 6d89e617..31e00001 100644 --- a/scripts/validate/template/makefile.txt +++ b/scripts/validate/template/makefile.txt @@ -1,4 +1,4 @@ -# Copyright 2020 Docker, Inc. +# Copyright 2020 Docker Compose CLI authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/server/contextserverstream.go b/server/contextserverstream.go index becdcb8f..d3f31520 100644 --- a/server/contextserverstream.go +++ b/server/contextserverstream.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/interceptor.go b/server/interceptor.go index b4f44948..41072b34 100644 --- a/server/interceptor.go +++ b/server/interceptor.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/interceptor_test.go b/server/interceptor_test.go index 099b0dc5..88fa1ae2 100644 --- a/server/interceptor_test.go +++ b/server/interceptor_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/metrics.go b/server/metrics.go index cf8edc89..9c5c64f4 100644 --- a/server/metrics.go +++ b/server/metrics.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/metrics_test.go b/server/metrics_test.go index 002aa2c4..ad061e15 100644 --- a/server/metrics_test.go +++ b/server/metrics_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/proxy/containers.go b/server/proxy/containers.go index 1962be0b..ff3e0962 100644 --- a/server/proxy/containers.go +++ b/server/proxy/containers.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/proxy/containers_test.go b/server/proxy/containers_test.go index 03577854..2fa0f84b 100644 --- a/server/proxy/containers_test.go +++ b/server/proxy/containers_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/proxy/contexts.go b/server/proxy/contexts.go index 60bace74..b7ec4e2c 100644 --- a/server/proxy/contexts.go +++ b/server/proxy/contexts.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/proxy/proxy.go b/server/proxy/proxy.go index 4029f37c..7a9f0f4e 100644 --- a/server/proxy/proxy.go +++ b/server/proxy/proxy.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/proxy/streams.go b/server/proxy/streams.go index eccdb388..edd1690c 100644 --- a/server/proxy/streams.go +++ b/server/proxy/streams.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/proxy/streams/io.go b/server/proxy/streams/io.go index d9adc8a0..b7e29462 100644 --- a/server/proxy/streams/io.go +++ b/server/proxy/streams/io.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/proxy/streams/logs.go b/server/proxy/streams/logs.go index 84cc7f51..58a94851 100644 --- a/server/proxy/streams/logs.go +++ b/server/proxy/streams/logs.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/proxy/streams/logs_test.go b/server/proxy/streams/logs_test.go index bd91f858..46a59e15 100644 --- a/server/proxy/streams/logs_test.go +++ b/server/proxy/streams/logs_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/proxy/streams/stream.go b/server/proxy/streams/stream.go index f0eb0a93..79d07b96 100644 --- a/server/proxy/streams/stream.go +++ b/server/proxy/streams/stream.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/proxy/streams/stream_test.go b/server/proxy/streams/stream_test.go index 15055af8..1bc22aa2 100644 --- a/server/proxy/streams/stream_test.go +++ b/server/proxy/streams/stream_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/server.go b/server/server.go index 7d738029..0842afe8 100644 --- a/server/server.go +++ b/server/server.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/socket_unix.go b/server/socket_unix.go index 288cbb93..5e597d06 100644 --- a/server/socket_unix.go +++ b/server/socket_unix.go @@ -1,7 +1,7 @@ // +build !windows /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/server/socket_windows.go b/server/socket_windows.go index 277f8115..cf95f402 100644 --- a/server/socket_windows.go +++ b/server/socket_windows.go @@ -1,7 +1,7 @@ // +build windows /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tests/aci-e2e/e2e-aci_test.go b/tests/aci-e2e/e2e-aci_test.go index e697d9f6..b4082661 100644 --- a/tests/aci-e2e/e2e-aci_test.go +++ b/tests/aci-e2e/e2e-aci_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tests/composefiles/aci-demo/db/Dockerfile b/tests/composefiles/aci-demo/db/Dockerfile index 69354138..4065c93b 100644 --- a/tests/composefiles/aci-demo/db/Dockerfile +++ b/tests/composefiles/aci-demo/db/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2020 Docker, Inc. +# Copyright 2020 Docker Compose CLI authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/composefiles/aci-demo/web/Dockerfile b/tests/composefiles/aci-demo/web/Dockerfile index 47ed3686..ce8f6679 100644 --- a/tests/composefiles/aci-demo/web/Dockerfile +++ b/tests/composefiles/aci-demo/web/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2020 Docker, Inc. +# Copyright 2020 Docker Compose CLI authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/composefiles/aci-demo/web/dispatcher.go b/tests/composefiles/aci-demo/web/dispatcher.go index f4653965..c69ae7c2 100644 --- a/tests/composefiles/aci-demo/web/dispatcher.go +++ b/tests/composefiles/aci-demo/web/dispatcher.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tests/composefiles/aci-demo/words/Dockerfile b/tests/composefiles/aci-demo/words/Dockerfile index f2c7652c..2b32e55d 100644 --- a/tests/composefiles/aci-demo/words/Dockerfile +++ b/tests/composefiles/aci-demo/words/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2020 Docker, Inc. +# Copyright 2020 Docker Compose CLI authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/e2e/e2e_test.go b/tests/e2e/e2e_test.go index e2b36887..7675c07f 100644 --- a/tests/e2e/e2e_test.go +++ b/tests/e2e/e2e_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tests/ecs-e2e/e2e-ecs_test.go b/tests/ecs-e2e/e2e-ecs_test.go index b0438d72..60393cd6 100644 --- a/tests/ecs-e2e/e2e-ecs_test.go +++ b/tests/ecs-e2e/e2e-ecs_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tests/ecs-local-e2e/context_test.go b/tests/ecs-local-e2e/context_test.go index 4d0003ae..08c68b29 100644 --- a/tests/ecs-local-e2e/context_test.go +++ b/tests/ecs-local-e2e/context_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tests/framework/e2e.go b/tests/framework/e2e.go index 80daa873..1e79c18c 100644 --- a/tests/framework/e2e.go +++ b/tests/framework/e2e.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tests/framework/unit.go b/tests/framework/unit.go index 3d00eb8e..d2c8dc14 100644 --- a/tests/framework/unit.go +++ b/tests/framework/unit.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tests/skip-win-ci-e2e/skip_win_ci_test.go b/tests/skip-win-ci-e2e/skip_win_ci_test.go index d9f4397b..4cfbb4e9 100644 --- a/tests/skip-win-ci-e2e/skip_win_ci_test.go +++ b/tests/skip-win-ci-e2e/skip_win_ci_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/utils/formatter/container.go b/utils/formatter/container.go index 197a760e..4ed7a385 100644 --- a/utils/formatter/container.go +++ b/utils/formatter/container.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/utils/formatter/container_test.go b/utils/formatter/container_test.go index 771c497b..dcfaf810 100644 --- a/utils/formatter/container_test.go +++ b/utils/formatter/container_test.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/utils/stringutils.go b/utils/stringutils.go index d02a3a87..fd2dd477 100644 --- a/utils/stringutils.go +++ b/utils/stringutils.go @@ -1,5 +1,5 @@ /* - Copyright 2020 Docker, Inc. + Copyright 2020 Docker Compose CLI authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.