diff --git a/src/Makefile b/src/Makefile index cf10135..614248b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2022 Geoffrey D. Bennett +# SPDX-License-Identifier: GPL-3.0-or-later + # Credit to Tom Tromey and Paul D. Smith: # http://make.mad-scientist.net/papers/advanced-auto-dependency-generation/