X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=main.go;h=a02eba5b823b1290573992bc04f5871908f37e41;hb=a2cc38902ff7528870822110c4f04329a3918564;hp=0e146687166f436569304020f12e38577a27787e;hpb=2de3cf95d310ae0c83e68973cd97921f7f6fff4a;p=src%2Fxds%2Fxds-agent.git diff --git a/main.go b/main.go index 0e14668..a02eba5 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 "IoT.bzh" + * Copyright (C) 2017-2018 "IoT.bzh" * Author Sebastien Douheret * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -23,16 +23,16 @@ package main import ( "os" + "gerrit.automotivelinux.org/gerrit/src/xds/xds-agent/lib/agent" + "gerrit.automotivelinux.org/gerrit/src/xds/xds-agent/lib/xdsconfig" "github.com/Sirupsen/logrus" - "github.com/iotbzh/xds-agent/lib/agent" - "github.com/iotbzh/xds-agent/lib/xdsconfig" "github.com/urfave/cli" ) const ( appName = "xds-agent" appDescription = "X(cross) Development System Agent is a web server that allows to remotely cross build applications." - appCopyright = "Copyright (C) 2017 IoT.bzh - Apache-2.0" + appCopyright = "Copyright (C) 2017-2018 IoT.bzh - Apache-2.0" appUsage = "X(cross) Development System Agent" )