diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-01-04 17:17:14 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-02-05 08:17:00 +0000 |
commit | d3087da351917241f3ec2177f44db54fa0f2f9a3 (patch) | |
tree | 0853a9fe75e2440d4b8752195b79d9daaf744061 | |
parent | add6f928e6a95d14b511ebd59e0fba231747cdbb (diff) |
Bump Copyright to 2019
Change-Id: I92762e7fa98e6251cd393557ffd28a75694d73e7
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-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"); @@ -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-2018 IoT.bzh - Apache-2.0" + appCopyright = "Copyright (C) 2017-2019 IoT.bzh - Apache-2.0" appUsage = "X(cross) Development System Server" ) |