aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-05 15:51:25 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-05 15:51:30 +0100
commit25df9a0cd445ed4e0c958a2ca0227f4f1465a5e0 (patch)
tree843db8ec0419c0cc3976db6a770011bedd1752c5 /main.go
parent2a7a112bbffcd41a3436c086f1910ea7a9c94744 (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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index a847971..0637de9 100644
--- a/main.go
+++ b/main.go
@@ -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"
)