X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-gdb.git;a=blobdiff_plain;f=main.go;fp=main.go;h=0ab162d3b39e2f0dbad5b490d56f0fac0177ec5d;hp=b193676c7daf455462dba242a8028278c8253716;hb=913410ac2648cb273bbad276fa7d309342179c27;hpb=1236a62eaee6e6c510e078dd33a566c2a8fb1257 diff --git a/main.go b/main.go index b193676..0ab162d 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 "IoT.bzh" + * Copyright (C) 2017-2019 "IoT.bzh" * Author Sebastien Douheret * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -62,7 +62,7 @@ var logFileInitial = path.Join(os.TempDir(), "xds-gdb.log") // Application details const ( - appCopyright = "Copyright (C) 2017-2018 IoT.bzh - Apache-2.0" + appCopyright = "Copyright (C) 2017-2019 IoT.bzh - Apache-2.0" defaultLogLevel = "warning" )