Added SPDX identifier.

This commit is contained in:
Achim D. Brucker 2018-09-03 00:30:58 +01:00
parent 19bccc8be1
commit 3b75b839f0
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3.6
#
# Copyright (C) 2016,2017 The University of Sheffield, UK
# Copyright (C) 2016-2017 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 <http://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0-or-later
"""
A crawler for extensions from the Chrome Web Store.
"""