commit 0914475edd89cf32d2bfb354f63e6b87f8b8a80f
parent 65204a070407003110d97a7524c2b3ce6473464b
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 11 Jun 2019 08:49:33 +0200
Bump copyright year.
Diffstat:
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2017, Frederic Cambus
+Copyright (c) 2012-2019, Frederic Cambus
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/ansi.go b/ansi.go
@@ -1,9 +1,9 @@
// AnsiGo 1.01
-// Copyright (c) 2012-2017, Frederic Cambus
+// Copyright (c) 2012-2019, Frederic Cambus
// https://github.com/fcambus/ansigo
//
// Created: 2012-02-14
-// Last Updated: 2017-02-07
+// Last Updated: 2019-06-11
//
// AnsiGo is released under the BSD 2-Clause license.
// See LICENSE file for details.
diff --git a/ansigo.go b/ansigo.go
@@ -1,9 +1,9 @@
// AnsiGo 1.01
-// Copyright (c) 2012-2017, Frederic Cambus
+// Copyright (c) 2012-2019, Frederic Cambus
// https://github.com/fcambus/ansigo
//
// Created: 2012-02-14
-// Last Updated: 2017-02-07
+// Last Updated: 2019-06-11
//
// AnsiGo is released under the BSD 2-Clause license.
// See LICENSE file for details.
@@ -21,7 +21,7 @@ import (
)
func main() {
- fmt.Println("-------------------------------------------------------------------------------\n AnsiGo 1.01 (c) by Frederic CAMBUS 2012-2017\n-------------------------------------------------------------------------------\n")
+ fmt.Println("-------------------------------------------------------------------------------\n AnsiGo 1.01 (c) by Frederic CAMBUS 2012-2019\n-------------------------------------------------------------------------------\n")
// Check input parameters and show usage
if len(os.Args) != 2 {