commit d13c82f405024623f9e018fc238f60aa48ace309
parent 9e5e9d6f7c582b9a06d7a527be82e50271da5bf1
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 5 Jan 2016 14:19:53 +0100
Updating copyright in header + LICENSE
Diffstat:
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2015, Frederic Cambus
+Copyright (c) 2012-2016, Frederic Cambus
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/statzone.go b/statzone.go
@@ -1,10 +1,11 @@
/*****************************************************************************/
/* */
-/* StatZone (c) by Frederic Cambus 2012-2015 */
+/* StatZone */
+/* Copyright (c) 2012-2016, Frederic Cambus */
/* http://www.statdns.com */
/* */
-/* Created: 2012/02/13 */
-/* Last Updated: 2015/08/10 */
+/* Created: 2012-02-13 */
+/* Last Updated: 2016-01-05 */
/* */
/* StatZone is released under the BSD 3-Clause license. */
/* See LICENSE file for details. */
@@ -38,7 +39,7 @@ func rdata(RR dns.RR) string {
func main() {
header := `-------------------------------------------------------------------------------
- StatZone (c) by Frederic Cambus 2012-2015
+ StatZone (c) by Frederic Cambus 2012-2016
-------------------------------------------------------------------------------`
fmt.Println(header + "\n")