Bump Copyright to 2019 63/19863/1 7.90.0 halibut/7.90.0 halibut_7.90.0
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 4 Jan 2019 16:22:16 +0000 (17:22 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 4 Jan 2019 16:22:16 +0000 (17:22 +0100)
Change-Id: Ic4cd097ec6e329a3f96bc734dab27b3803a2dd25
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
main.go

diff --git a/main.go b/main.go
index b193676..0ab162d 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");
@@ -62,7 +62,7 @@ var logFileInitial = path.Join(os.TempDir(), "xds-gdb.log")
 
 // Application details
 const (
-       appCopyright    = "Copyright (C) 2017-2018 IoT.bzh - Apache-2.0"
+       appCopyright    = "Copyright (C) 2017-2019 IoT.bzh - Apache-2.0"
        defaultLogLevel = "warning"
 )