commit 7f74bce9858468c8b612e788509240844cd2850c
parent e8890767327ee82975a0db2878fe3f1561e46f1b
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Sat, 11 May 2013 15:37:36 +0200
Updating copyright information
Diffstat:
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2012 Frederic Cambus
+Copyright (C) 2012-2013 Frederic Cambus
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
diff --git a/ansi.go b/ansi.go
@@ -1,8 +1,8 @@
-// AnsiGo 1.00 (c) by Frederic Cambus 2012
+// AnsiGo 1.00 (c) by Frederic Cambus 2012-2013
// http://www.github.com/fcambus/ansigo
//
// Created: 2012/02/14
-// Last Updated: 2012/02/19
+// Last Updated: 2013/05/11
//
// AnsiGo is released under the MIT license.
// See LICENSE file for details.
diff --git a/ansigo.go b/ansigo.go
@@ -1,8 +1,8 @@
-// AnsiGo 1.00 (c) by Frederic Cambus 2012
+// AnsiGo 1.00 (c) by Frederic Cambus 2012-2013
// http://www.github.com/fcambus/ansigo
//
// Created: 2012/02/14
-// Last Updated: 2012/02/19
+// Last Updated: 2013/05/11
//
// AnsiGo is released under the MIT license.
// See LICENSE file for details.
@@ -21,7 +21,7 @@ import (
func main() {
- fmt.Println("-------------------------------------------------------------------------------\n AnsiGo 1.00 (c) by Frederic CAMBUS 2012\n-------------------------------------------------------------------------------\n")
+ fmt.Println("-------------------------------------------------------------------------------\n AnsiGo 1.00 (c) by Frederic CAMBUS 2012-2013\n-------------------------------------------------------------------------------\n")
// Check input parameters and show usage
if len(os.Args) != 2 {