From: Sebastien Douheret Date: Fri, 4 Jan 2019 16:17:14 +0000 (+0100) Subject: Bump Copyright to 2019 X-Git-Tag: halibut/7.90.0~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=commitdiff_plain;h=refs%2Fchanges%2F21%2F19821%2F2 Bump Copyright to 2019 Change-Id: I92762e7fa98e6251cd393557ffd28a75694d73e7 Signed-off-by: Sebastien Douheret --- 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" )