commit 62e9889dffe0cfe25c1c68a5c70461eca5df91d9
parent e0efe19700910841a4bc0471ba1566863f8aaac3
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 13 Jan 2023 15:00:12 +0100
Bump copyright year to 2023.
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2022, Frederic Cambus
+Copyright (c) 2012-2023, Frederic Cambus
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/rrda.go b/rrda.go
@@ -1,10 +1,10 @@
/*
* RRDA (RRDA REST DNS API) 1.3.0
- * Copyright (c) 2012-2022, Frederic Cambus
+ * Copyright (c) 2012-2023, Frederic Cambus
* https://www.statdns.com
*
* Created: 2012-03-11
- * Last Updated: 2022-11-21
+ * Last Updated: 2023-01-13
*
* RRDA is released under the BSD 2-Clause license.
* See LICENSE file for details.