X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-agent.git;a=blobdiff_plain;f=main.go;fp=main.go;h=265686a05ffc3bbebe71411bc0b14fe1a48be829;hp=a02eba5b823b1290573992bc04f5871908f37e41;hb=a251ca7d9529d8c336dead7efd768b538766619b;hpb=3009a190cb8984201693a1cf8ecff72f32c7a3b8 diff --git a/main.go b/main.go index a02eba5..265686a 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"); @@ -32,7 +32,7 @@ import ( 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-2018 IoT.bzh - Apache-2.0" + appCopyright = "Copyright (C) 2017-2019 IoT.bzh - Apache-2.0" appUsage = "X(cross) Development System Agent" )