From 888cdda1407aecc474047e35385b5670d2b61f7b Mon Sep 17 00:00:00 2001 From: Akumatic Date: Wed, 2 Dec 2020 12:08:44 +0100 Subject: [PATCH] Add SPDX License Identifier --- 2020/01/code.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2020/01/code.py b/2020/01/code.py index bbe6aa8..1949f2a 100644 --- a/2020/01/code.py +++ b/2020/01/code.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: MIT +# Copyright (c) 2020 Akumatic """ https://adventofcode.com/2020/day/1 """ def readFile() -> list: