From e50584405cfd426bc90d86984995d46bf2aa6ee4 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sat, 13 Jan 2018 18:28:30 +0000 Subject: [PATCH] Add SPDX identifier for the example license. For project files we should use the -FreeBSD prefix but for this example assume it is going to be used for some general purpose. Submitted by: kevlo --- share/examples/etc/bsd-style-copyright | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/examples/etc/bsd-style-copyright b/share/examples/etc/bsd-style-copyright index e0225417d6d..8f8032c629e 100644 --- a/share/examples/etc/bsd-style-copyright +++ b/share/examples/etc/bsd-style-copyright @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) [year] [your name] * All rights reserved. *