summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/git.py')
-rw-r--r--bitbake/lib/bb/fetch2/git.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py
index c69d25c914..78ad18cc7a 100644
--- a/bitbake/lib/bb/fetch2/git.py
+++ b/bitbake/lib/bb/fetch2/git.py
@@ -55,7 +55,9 @@ Supported SRC_URI options are:
55 55
56""" 56"""
57 57
58#Copyright (C) 2005 Richard Purdie 58# Copyright (C) 2005 Richard Purdie
59#
60# SPDX-License-Identifier: GPL-2.0-only
59# 61#
60# This program is free software; you can redistribute it and/or modify 62# This program is free software; you can redistribute it and/or modify
61# it under the terms of the GNU General Public License version 2 as 63# it under the terms of the GNU General Public License version 2 as