X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=main.go;h=ad58aec4fbe6f2efadbf4f10ac1d2b7b8712a2fc;hb=47e5cbce435cffe286c9128d36540f90a5bd7e20;hp=b193676c7daf455462dba242a8028278c8253716;hpb=27bb4e3044b2e8983a6938936baf658b629a443d;p=src%2Fxds%2Fxds-gdb.git diff --git a/main.go b/main.go index b193676..ad58aec 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"); @@ -34,7 +34,7 @@ import ( "path" - common "gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git/golib" + common "gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git" "github.com/Sirupsen/logrus" "github.com/codegangsta/cli" "github.com/joho/godotenv" @@ -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" )