1
0
Эх сурвалжийг харах

Merge pull request #20 from chris-crone/copyright

Update copyright date
Djordje Lukic 5 жил өмнө
parent
commit
244adb77a4

+ 1 - 1
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

+ 1 - 1
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

+ 2 - 2
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")
 	},
-}
+}

+ 1 - 1
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

+ 2 - 2
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)
 	}
 }

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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