Bump Copyright to 2019 25/19825/2
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 4 Jan 2019 16:16:29 +0000 (17:16 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 5 Feb 2019 08:09:46 +0000 (08:09 +0000)
Change-Id: Id574ecde77dde39af92098601c21fe8a226e5b0d
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
main.go

diff --git a/main.go b/main.go
index a02eba5..265686a 100644 (file)
--- 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 <sebastien@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * 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."
 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"
 )
 
        appUsage       = "X(cross) Development System Agent"
 )