diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 15:51:25 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 15:51:30 +0100 |
commit | 25df9a0cd445ed4e0c958a2ca0227f4f1465a5e0 (patch) | |
tree | 843db8ec0419c0cc3976db6a770011bedd1752c5 /main.go | |
parent | 2a7a112bbffcd41a3436c086f1910ea7a9c94744 (diff) |
Update vendor/debug rule according to gerrit migration.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ import ( const ( appName = "xds-server" appDescription = "X(cross) Development System Server 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 Server" ) |