From f0fb94abca6106e18ceb83ce74c27ce9f455db88 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Wed, 9 May 2018 16:52:28 +0000 Subject: [PATCH] Standardize SPDX tag on files I've added --- share/man/man4/aw_sid.4 | 2 ++ share/man/man4/aw_syscon.4 | 2 ++ share/man/man9/style.lua.9 | 2 ++ sys/arm/allwinner/clkng/ccu_a83t.c | 2 ++ sys/arm/allwinner/clkng/ccu_a83t.h | 2 ++ usr.bin/grep/tests/grep_freebsd_test.sh | 2 ++ usr.bin/hexdump/tests/hexdump_test.sh | 3 ++- usr.bin/hexdump/tests/od_test.sh | 1 + 8 files changed, 15 insertions(+), 1 deletion(-) diff --git a/share/man/man4/aw_sid.4 b/share/man/man4/aw_sid.4 index d2556fdf29a..a6e21207f0d 100644 --- a/share/man/man4/aw_sid.4 +++ b/share/man/man4/aw_sid.4 @@ -1,4 +1,6 @@ .\"- +.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD +.\" .\" Copyright (c) 2018 Kyle Evans .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/share/man/man4/aw_syscon.4 b/share/man/man4/aw_syscon.4 index bdeb474b751..8430e63b8f1 100644 --- a/share/man/man4/aw_syscon.4 +++ b/share/man/man4/aw_syscon.4 @@ -1,4 +1,6 @@ .\"- +.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD +.\" .\" Copyright (c) 2018 Kyle Evans .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/share/man/man9/style.lua.9 b/share/man/man9/style.lua.9 index 0a08dc24ef2..089b4e986dc 100644 --- a/share/man/man9/style.lua.9 +++ b/share/man/man9/style.lua.9 @@ -1,4 +1,6 @@ .\"- +.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD +.\" .\" Copyright (c) 2018 Kyle Evans .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/allwinner/clkng/ccu_a83t.c b/sys/arm/allwinner/clkng/ccu_a83t.c index 5b345bd1225..c23f02535e9 100644 --- a/sys/arm/allwinner/clkng/ccu_a83t.c +++ b/sys/arm/allwinner/clkng/ccu_a83t.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2017 Kyle Evans * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm/allwinner/clkng/ccu_a83t.h b/sys/arm/allwinner/clkng/ccu_a83t.h index 6f91e51bc1b..604c0f1b684 100644 --- a/sys/arm/allwinner/clkng/ccu_a83t.h +++ b/sys/arm/allwinner/clkng/ccu_a83t.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2017 Kyle Evans * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/grep/tests/grep_freebsd_test.sh b/usr.bin/grep/tests/grep_freebsd_test.sh index d633c0e96fc..2268c05a555 100755 --- a/usr.bin/grep/tests/grep_freebsd_test.sh +++ b/usr.bin/grep/tests/grep_freebsd_test.sh @@ -1,4 +1,6 @@ # +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2017 Kyle Evans # # Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/hexdump/tests/hexdump_test.sh b/usr.bin/hexdump/tests/hexdump_test.sh index 52b493f9f72..26e61000523 100755 --- a/usr.bin/hexdump/tests/hexdump_test.sh +++ b/usr.bin/hexdump/tests/hexdump_test.sh @@ -1,6 +1,7 @@ # +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2017 Kyle Evans -# All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/usr.bin/hexdump/tests/od_test.sh b/usr.bin/hexdump/tests/od_test.sh index 430c3535165..211685bd1ad 100755 --- a/usr.bin/hexdump/tests/od_test.sh +++ b/usr.bin/hexdump/tests/od_test.sh @@ -1,3 +1,4 @@ +# # SPDX-License-Identifier: BSD-2-Clause-FreeBSD # # Copyright 2018 (C) Yuri Pankov