diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-01-04 17:16:29 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-02-05 08:09:46 +0000 |
commit | a251ca7d9529d8c336dead7efd768b538766619b (patch) | |
tree | cafa25d21b973a98c93f3cf7eab46f24e0ca1931 /main.go | |
parent | 3009a190cb8984201693a1cf8ecff72f32c7a3b8 (diff) |
Bump Copyright to 2019
Change-Id: Id574ecde77dde39af92098601c21fe8a226e5b0d
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 "IoT.bzh" + * Copyright (C) 2017-2019 "IoT.bzh" * Author Sebastien Douheret <sebastien@iot.bzh> * * 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" ) |