From 79d04d4a691e203f1f60be4b31fa38a40731a7eb Mon Sep 17 00:00:00 2001 From: Frederic Cambus Date: Mon, 20 Sep 2021 11:19:39 +0200 Subject: [PATCH] Add SPDX short license identifier in source file. --- bin/motyl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/motyl b/bin/motyl index eeb3c4e..d5e944d 100755 --- a/bin/motyl +++ b/bin/motyl @@ -11,6 +11,8 @@ # Motyl is released under the BSD 2-Clause license. # See LICENSE file for details. # +# SPDX-License-Identifier: BSD-2-Clause +# require 'date' require 'fileutils'