commit ac6e8ee807a4b5a37de0ad2603c069a15136adc8
parent 7ad028d65af0f93435d74b1b2730b9c3a0be7f7a
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 7 Feb 2017 09:29:55 +0100
Bump copyright year
Diffstat:
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2016, Frederic Cambus
+Copyright (c) 2012-2017, 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-2016, Frederic Cambus
+// Copyright (c) 2012-2017, Frederic Cambus
// https://github.com/fcambus/ansigo
//
// Created: 2012-02-14
-// Last Updated: 2016-07-18
+// Last Updated: 2017-02-07
//
// 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-2016, Frederic Cambus
+// Copyright (c) 2012-2017, Frederic Cambus
// https://github.com/fcambus/ansigo
//
// Created: 2012-02-14
-// Last Updated: 2016-07-18
+// Last Updated: 2017-02-07
//
// AnsiGo is released under the BSD 2-Clause license.
// See LICENSE file for details.
@@ -21,8 +21,7 @@ import (
)
func main() {
-
- fmt.Println("-------------------------------------------------------------------------------\n AnsiGo 1.01 (c) by Frederic CAMBUS 2012-2016\n-------------------------------------------------------------------------------\n")
+ fmt.Println("-------------------------------------------------------------------------------\n AnsiGo 1.01 (c) by Frederic CAMBUS 2012-2017\n-------------------------------------------------------------------------------\n")
// Check input parameters and show usage
if len(os.Args) != 2 {