diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-01-04 17:22:16 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-01-04 17:22:16 +0100 |
commit | 913410ac2648cb273bbad276fa7d309342179c27 (patch) | |
tree | a67a8b2d506f04569e0969335d9e3becd1322fb4 | |
parent | 1236a62eaee6e6c510e078dd33a566c2a8fb1257 (diff) |
Bump Copyright to 2019halibut_7.90.0halibut/7.90.07.90.0
Change-Id: Ic4cd097ec6e329a3f96bc734dab27b3803a2dd25
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"); @@ -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" ) |