From 58a36ed6324153c902aa06aaaa4eaf32a9f528a7 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 3 Jan 2021 15:25:14 +0100 Subject: [PATCH] Update license header --- nico_comment.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nico_comment.py b/nico_comment.py index 79b8ecc..5b72ec0 100755 --- a/nico_comment.py +++ b/nico_comment.py @@ -1,5 +1,9 @@ #!/usr/bin/python3 +# SPDX-FileCopyrightText: 2021 Luca Beltrame +# +# SPDX-License-Identifier: BSD-3-Clause + import asyncio import argparse from datetime import datetime