commit 07c043634d51d6ac895fcc7046073547d3a4ab6d parent 30f8735b20d9b17f2bbd59fb72d20b0e88f5c69e Author: Frederic Cambus <fred@statdns.com> Date: Mon, 20 Sep 2021 12:21:48 +0200 Add SPDX short license identifier in source file. Diffstat:
M | rrda.go | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/rrda.go b/rrda.go @@ -8,6 +8,8 @@ * * RRDA is released under the BSD 2-Clause license. * See LICENSE file for details. + * + * SPDX-License-Identifier: BSD-2-Clause */ package main