From 6d8ee12bce957a748ab513e1018dd3bf6f4bffcb Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Sat, 1 Sep 2018 21:48:14 +0100 Subject: [PATCH] Added SPDX identifier. --- crx-extract | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crx-extract b/crx-extract index 497bdea..6cf5cb2 100755 --- a/crx-extract +++ b/crx-extract @@ -1,6 +1,6 @@ #!/usr/bin/env python3.6 # -# Copyright (C) 2017 The University of Sheffield, UK +# Copyright (C) 2017-2018 The University of Sheffield, UK # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # +# SPDX-License-Identifier: GPL-3.0-or-later """Tool for extracting crx file from a tar archive.""" import os