Add license headers

This commit is contained in:
Djordje Lukic 2020-06-18 16:13:24 +02:00
parent d6084e1b6e
commit ad72c866cc
123 changed files with 1708 additions and 993 deletions

View File

@ -1,4 +1,17 @@
# syntax = docker/dockerfile:experimental # syntax = docker/dockerfile:experimental
# Copyright 2020 The 2020 Docker, Inc.
# 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.
ARG GO_VERSION=1.14.3-alpine ARG GO_VERSION=1.14.3-alpine
ARG GOLANGCI_LINT_VERSION=v1.27.0-alpine ARG GOLANGCI_LINT_VERSION=v1.27.0-alpine

View File

@ -1,27 +1,16 @@
# Copyright (c) 2020 Docker Inc. # Copyright 2020 The 2020 Docker, Inc.
# Permission is hereby granted, free of charge, to any person # Licensed under the Apache License, Version 2.0 (the "License");
# obtaining a copy of this software and associated documentation # you may not use this file except in compliance with the License.
# files (the "Software"), to deal in the Software without # You may obtain a copy of the License at
# restriction, including without limitation the rights to use, copy,
# modify, merge, publish, distribute, sublicense, and/or sell copies
# of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be # http://www.apache.org/licenses/LICENSE-2.0
# included in all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # Unless required by applicable law or agreed to in writing, software
# EXPRESS OR IMPLIED, # distributed under the License is distributed on an "AS IS" BASIS,
# INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. # See the License for the specific language governing permissions and
# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT # limitations under the License.
# HOLDERS BE LIABLE FOR ANY CLAIM,
# DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT,
# TORT OR OTHERWISE,
# ARISING FROM, OUT OF OR IN CONNECTION WITH
# THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
export DOCKER_BUILDKIT=1 export DOCKER_BUILDKIT=1

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 azure package azure
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 azure package azure
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 azure package azure
import ( import (

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package azure package azure

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 azure package azure
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 convert package convert
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 convert package convert
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 convert package convert
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 convert package convert
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 convert package convert
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 convert package convert
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 convert package convert
import ( import (

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package convert package convert

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 login package login
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 login package login
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 login package login
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 login package login
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 login package login
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 login package login
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 azure package azure
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 backend package backend
import ( import (

View File

@ -1,27 +1,16 @@
# Copyright (c) 2020 Docker Inc. # Copyright 2020 The 2020 Docker, Inc.
# Permission is hereby granted, free of charge, to any person # Licensed under the Apache License, Version 2.0 (the "License");
# obtaining a copy of this software and associated documentation # you may not use this file except in compliance with the License.
# files (the "Software"), to deal in the Software without # You may obtain a copy of the License at
# restriction, including without limitation the rights to use, copy,
# modify, merge, publish, distribute, sublicense, and/or sell copies
# of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be # http://www.apache.org/licenses/LICENSE-2.0
# included in all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # Unless required by applicable law or agreed to in writing, software
# EXPRESS OR IMPLIED, # distributed under the License is distributed on an "AS IS" BASIS,
# INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. # See the License for the specific language governing permissions and
# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT # limitations under the License.
# HOLDERS BE LIABLE FOR ANY CLAIM,
# DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT,
# TORT OR OTHERWISE,
# ARISING FROM, OUT OF OR IN CONNECTION WITH
# THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
GOOS?=$(shell go env GOOS) GOOS?=$(shell go env GOOS)
GOARCH?=$(shell go env GOARCH) GOARCH?=$(shell go env GOARCH)

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package compose package compose

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package compose package compose

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package compose package compose

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package context package context

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package context package context

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package context package context

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package context package context

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package context package context

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package context package context

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package context package context

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package context package context

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 cmd package cmd
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 cmd package cmd
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 cmd package cmd
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 login package login
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 cmd package cmd
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 cmd package cmd
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 cmd package cmd
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 cmd package cmd
import ( import (

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package run package run

View File

@ -1,29 +1,19 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package run package run
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 cmd package cmd
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 cmd package cmd
import ( import (

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package config package config

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 formatter package formatter
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 formatter package formatter
import ( import (

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package main package main

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package main package main

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 mobycli package mobycli
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 mobycli package mobycli
import ( import (

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package options package options

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 run package run
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 run package run
import ( import (

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package client package client

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 compose package compose
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 compose package compose
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 compose package compose
import ( import (

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package config package config

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package config package config

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package config package config

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 containers package containers
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 cloud package cloud
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 context package context
import ( import (

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package context package context

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 store package store
import "encoding/json" import "encoding/json"

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 store package store
import ( import (

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package store package store

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package store package store

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 store package store
import ( import (

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package errdefs package errdefs

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package errdefs package errdefs

View File

@ -1,5 +1,21 @@
// +build example // +build example
/*
Copyright 2020 Docker, Inc.
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 example package example
import ( import (

View File

@ -1 +1,17 @@
/*
Copyright 2020 Docker, Inc.
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 example package example

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package formatter package formatter

View File

@ -1,5 +1,21 @@
// +build local // +build local
/*
Copyright 2020 Docker, Inc.
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 local package local
import ( import (

View File

@ -1 +1,17 @@
/*
Copyright 2020 Docker, Inc.
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 local package local

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 e2e package e2e
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 multierror package multierror
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 multierror package multierror
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 progress package progress
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 progress package progress
import "time" import "time"

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 progress package progress
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 progress package progress
import ( import (

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 progress package progress
import ( import (

View File

@ -1,28 +1,17 @@
// //
//Copyright (c) 2020 Docker Inc. // Copyright 2020 Docker, Inc.
//
//Permission is hereby granted, free of charge, to any person // Licensed under the Apache License, Version 2.0 (the "License");
//obtaining a copy of this software and associated documentation // you may not use this file except in compliance with the License.
//files (the "Software"), to deal in the Software without // You may obtain a copy of the License at
//restriction, including without limitation the rights to use, copy,
//modify, merge, publish, distribute, sublicense, and/or sell copies // http://www.apache.org/licenses/LICENSE-2.0
//of the Software, and to permit persons to whom the Software is
//furnished to do so, subject to the following conditions: // Unless required by applicable law or agreed to in writing, software
// // distributed under the License is distributed on an "AS IS" BASIS,
//The above copyright notice and this permission notice shall be // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//included in all copies or substantial portions of the Software. // See the License for the specific language governing permissions and
// // limitations under the License.
//THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
//EXPRESS OR IMPLIED,
//INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
//IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
//HOLDERS BE LIABLE FOR ANY CLAIM,
//DAMAGES OR OTHER LIABILITY,
//WHETHER IN AN ACTION OF CONTRACT,
//TORT OR OTHERWISE,
//ARISING FROM, OUT OF OR IN CONNECTION WITH
//THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
@ -34,15 +23,14 @@ package v1
import ( import (
context "context" context "context"
reflect "reflect"
sync "sync"
proto "github.com/golang/protobuf/proto" proto "github.com/golang/protobuf/proto"
grpc "google.golang.org/grpc" grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes" codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status" status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl" protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
) )
const ( const (

View File

@ -1,29 +1,17 @@
/* //
Copyright (c) 2020 Docker Inc. // Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person // Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation // you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without // You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be // http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, // distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. // See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT // limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
syntax = "proto3"; syntax = "proto3";

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package v1 package v1

View File

@ -1,28 +1,17 @@
// //
//Copyright (c) 2020 Docker Inc. // Copyright 2020 Docker, Inc.
//
//Permission is hereby granted, free of charge, to any person // Licensed under the Apache License, Version 2.0 (the "License");
//obtaining a copy of this software and associated documentation // you may not use this file except in compliance with the License.
//files (the "Software"), to deal in the Software without // You may obtain a copy of the License at
//restriction, including without limitation the rights to use, copy,
//modify, merge, publish, distribute, sublicense, and/or sell copies // http://www.apache.org/licenses/LICENSE-2.0
//of the Software, and to permit persons to whom the Software is
//furnished to do so, subject to the following conditions: // Unless required by applicable law or agreed to in writing, software
// // distributed under the License is distributed on an "AS IS" BASIS,
//The above copyright notice and this permission notice shall be // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//included in all copies or substantial portions of the Software. // See the License for the specific language governing permissions and
// // limitations under the License.
//THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
//EXPRESS OR IMPLIED,
//INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
//IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
//HOLDERS BE LIABLE FOR ANY CLAIM,
//DAMAGES OR OTHER LIABILITY,
//WHETHER IN AN ACTION OF CONTRACT,
//TORT OR OTHERWISE,
//ARISING FROM, OUT OF OR IN CONNECTION WITH
//THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
@ -34,15 +23,14 @@ package v1
import ( import (
context "context" context "context"
reflect "reflect"
sync "sync"
proto "github.com/golang/protobuf/proto" proto "github.com/golang/protobuf/proto"
grpc "google.golang.org/grpc" grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes" codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status" status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl" protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
) )
const ( const (

View File

@ -1,29 +1,17 @@
/* //
Copyright (c) 2020 Docker Inc. // Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person // Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation // you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without // You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be // http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, // distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. // See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT // limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
syntax = "proto3"; syntax = "proto3";

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package v1 package v1

View File

@ -1,28 +1,17 @@
// //
//Copyright (c) 2020 Docker Inc. // Copyright 2020 Docker, Inc.
//
//Permission is hereby granted, free of charge, to any person // Licensed under the Apache License, Version 2.0 (the "License");
//obtaining a copy of this software and associated documentation // you may not use this file except in compliance with the License.
//files (the "Software"), to deal in the Software without // You may obtain a copy of the License at
//restriction, including without limitation the rights to use, copy,
//modify, merge, publish, distribute, sublicense, and/or sell copies // http://www.apache.org/licenses/LICENSE-2.0
//of the Software, and to permit persons to whom the Software is
//furnished to do so, subject to the following conditions: // Unless required by applicable law or agreed to in writing, software
// // distributed under the License is distributed on an "AS IS" BASIS,
//The above copyright notice and this permission notice shall be // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//included in all copies or substantial portions of the Software. // See the License for the specific language governing permissions and
// // limitations under the License.
//THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
//EXPRESS OR IMPLIED,
//INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
//IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
//HOLDERS BE LIABLE FOR ANY CLAIM,
//DAMAGES OR OTHER LIABILITY,
//WHETHER IN AN ACTION OF CONTRACT,
//TORT OR OTHERWISE,
//ARISING FROM, OUT OF OR IN CONNECTION WITH
//THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
@ -34,15 +23,14 @@ package v1
import ( import (
context "context" context "context"
reflect "reflect"
sync "sync"
proto "github.com/golang/protobuf/proto" proto "github.com/golang/protobuf/proto"
grpc "google.golang.org/grpc" grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes" codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status" status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl" protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
) )
const ( const (

View File

@ -1,29 +1,17 @@
/* //
Copyright (c) 2020 Docker Inc. // Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person // Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation // you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without // You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be // http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, // distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. // See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT // limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
syntax = "proto3"; syntax = "proto3";

View File

@ -1,28 +1,17 @@
/* /*
Copyright (c) 2020 Docker Inc. Copyright 2020 Docker, Inc.
Permission is hereby granted, free of charge, to any person Licensed under the Apache License, Version 2.0 (the "License");
obtaining a copy of this software and associated documentation you may not use this file except in compliance with the License.
files (the "Software"), to deal in the Software without You may obtain a copy of the License at
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be http://www.apache.org/licenses/LICENSE-2.0
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, Unless required by applicable law or agreed to in writing, software
EXPRESS OR IMPLIED, distributed under the License is distributed on an "AS IS" BASIS,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. See the License for the specific language governing permissions and
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT limitations under the License.
HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
package v1 package v1

View File

@ -1,3 +1,18 @@
//
// Copyright 2020 Docker, Inc.
// 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.
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.24.0 // protoc-gen-go v1.24.0
@ -8,9 +23,6 @@ package v1
import ( import (
context "context" context "context"
reflect "reflect"
sync "sync"
proto "github.com/golang/protobuf/proto" proto "github.com/golang/protobuf/proto"
any "github.com/golang/protobuf/ptypes/any" any "github.com/golang/protobuf/ptypes/any"
grpc "google.golang.org/grpc" grpc "google.golang.org/grpc"
@ -18,6 +30,8 @@ import (
status "google.golang.org/grpc/status" status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl" protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
) )
const ( const (

View File

@ -1,3 +1,18 @@
//
// Copyright 2020 Docker, Inc.
// 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.
syntax = "proto3"; syntax = "proto3";
package com.docker.api.protos.streams.v1; package com.docker.api.protos.streams.v1;

View File

@ -1,3 +1,19 @@
/*
Copyright 2020 Docker, Inc.
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 server package server
import ( import (

Some files were not shown because too many files have changed in this diff Show More