Merge pull request #20 from chris-crone/copyright

Update copyright date
This commit is contained in:
Djordje Lukic 2020-04-24 18:06:14 +02:00 committed by GitHub
commit 244adb77a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2019 Docker Inc. Copyright (c) 2020 Docker Inc.
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2019 Docker Inc. Copyright (c) 2020 Docker Inc.
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2019 Docker Inc. Copyright (c) 2020 Docker Inc.
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation
@ -39,4 +39,4 @@ var contextCommand = cli.Command{
// return information for the current context // return information for the current context
return errors.New("Error : To be implemented") return errors.New("Error : To be implemented")
}, },
} }

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2019 Docker Inc. Copyright (c) 2020 Docker Inc.
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2019 Docker Inc. Copyright (c) 2020 Docker Inc.
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation
@ -49,7 +49,7 @@ func init() {
if err != nil { if err != nil {
log.Fatal(err) 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) panic(err)
} }
} }

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2019 Docker Inc. Copyright (c) 2020 Docker Inc.
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2019 Docker Inc. Copyright (c) 2020 Docker Inc.
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2019 Docker Inc. Copyright (c) 2020 Docker Inc.
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation