aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorSofian Brabez <sbz@FreeBSD.org>2021-05-28 12:19:52 +0000
committerSofian Brabez <sbz@FreeBSD.org>2021-05-28 12:25:52 +0000
commitb1d5160c9641f056d01abb8284519fc1ed1feae2 (patch)
treefc8ed05d121d33af9be89da42e9bf3742b7a40cd /Tools
parentb4286e486b516aac2a6a2d067f6cba5f6d0bcce4 (diff)
downloadports-b1d5160c9641f056d01abb8284519fc1ed1feae2.tar.gz
ports-b1d5160c9641f056d01abb8284519fc1ed1feae2.zip
Tools/scripts/getpatch: Add SPDX identifier
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/getpatch3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/scripts/getpatch b/Tools/scripts/getpatch
index 806efa32f582..60fb071159b5 100755
--- a/Tools/scripts/getpatch
+++ b/Tools/scripts/getpatch
@@ -1,6 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
+# SPDX-License-Identifier: BSD-2-Clause
+#
# Copyright (c) 2012 Sofian Brabez <sbz@FreeBSD.org>
# All rights reserved.
#
@@ -23,6 +25,7 @@
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
#
# MAINTAINER= sbz@FreeBSD.org