diff --git a/backend/v1/doc.go b/backend/v1/doc.go index afdfc3c33..111644097 100644 --- a/backend/v1/doc.go +++ b/backend/v1/doc.go @@ -1,5 +1,5 @@ /* - Copyright (c) 2019 Docker Inc. + Copyright (c) 2020 Docker Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/client/client.go b/client/client.go index 525680654..45c9272ce 100644 --- a/client/client.go +++ b/client/client.go @@ -1,5 +1,5 @@ /* - Copyright (c) 2019 Docker Inc. + Copyright (c) 2020 Docker Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/cmd/context.go b/cmd/context.go index cba8210e4..ccdd61f03 100644 --- a/cmd/context.go +++ b/cmd/context.go @@ -1,5 +1,5 @@ /* - Copyright (c) 2019 Docker Inc. + Copyright (c) 2020 Docker Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation @@ -39,4 +39,4 @@ var contextCommand = cli.Command{ // return information for the current context return errors.New("Error : To be implemented") }, -} \ No newline at end of file +} diff --git a/cmd/example.go b/cmd/example.go index 371cb32db..b234226fc 100644 --- a/cmd/example.go +++ b/cmd/example.go @@ -1,5 +1,5 @@ /* - Copyright (c) 2019 Docker Inc. + Copyright (c) 2020 Docker Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/cmd/main.go b/cmd/main.go index 206833184..5bcc5c9c5 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -1,5 +1,5 @@ /* - Copyright (c) 2019 Docker Inc. + Copyright (c) 2020 Docker Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation @@ -49,7 +49,7 @@ func init() { if err != nil { log.Fatal(err) } - if err := os.Setenv("PATH", fmt.Sprintf("%s:%s", os.Getenv("PATH"),path)); err != nil { + if err := os.Setenv("PATH", fmt.Sprintf("%s:%s", os.Getenv("PATH"), path)); err != nil { panic(err) } } diff --git a/containers/v1/doc.go b/containers/v1/doc.go index afdfc3c33..111644097 100644 --- a/containers/v1/doc.go +++ b/containers/v1/doc.go @@ -1,5 +1,5 @@ /* - Copyright (c) 2019 Docker Inc. + Copyright (c) 2020 Docker Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/example/backend/main.go b/example/backend/main.go index ee3f25678..9d18a0412 100644 --- a/example/backend/main.go +++ b/example/backend/main.go @@ -1,5 +1,5 @@ /* - Copyright (c) 2019 Docker Inc. + Copyright (c) 2020 Docker Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/server/server.go b/server/server.go index 6adb16b97..770083b34 100644 --- a/server/server.go +++ b/server/server.go @@ -1,5 +1,5 @@ /* - Copyright (c) 2019 Docker Inc. + Copyright (c) 2020 Docker Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation