X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=blobdiff_plain;f=main.go;fp=main.go;h=4c851ef055745124445a81b2e2fc43cee56da03f;hp=0637de9911151f4f6ca37c77cf364973e0007e7b;hb=d3087da351917241f3ec2177f44db54fa0f2f9a3;hpb=add6f928e6a95d14b511ebd59e0fba231747cdbb diff --git a/main.go b/main.go index 0637de9..4c851ef 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"); @@ -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" )