File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ func main() {
101
101
app := & console.Application {
102
102
Name : "Symfony CLI" ,
103
103
Usage : "Symfony CLI helps developers manage projects, from local code to remote infrastructure" ,
104
- Copyright : fmt .Sprintf ("(c) 2017 -%d Symfony SAS <bg=#0057B7;fg=#FFDD00>#StandWith</><bg=#FFDD00;fg=#0057B7>Ukraine</> <href=https://sf.to/ukraine>Support Ukraine</>" , time .Now ().Year ()),
104
+ Copyright : fmt .Sprintf ("(c) 2021 -%d Fabien Potencier <bg=#0057B7;fg=#FFDD00>#StandWith</><bg=#FFDD00;fg=#0057B7>Ukraine</> <href=https://sf.to/ukraine>Support Ukraine</>" , time .Now ().Year ()),
105
105
FlagEnvPrefix : []string {"SYMFONY" , "PLATFORM" },
106
106
Commands : cmds ,
107
107
Action : func (ctx * console.Context ) error {
You can’t perform that action at this time.
0 commit comments