From 718cf2ccb9956613756ab15d7a0e28f2c8e91cab Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Mon, 27 Nov 2017 14:52:40 +0000 Subject: sys/dev: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. --- sys/dev/jme/if_jme.c | 2 ++ sys/dev/jme/if_jmereg.h | 2 ++ sys/dev/jme/if_jmevar.h | 2 ++ 3 files changed, 6 insertions(+) (limited to 'sys/dev/jme') diff --git a/sys/dev/jme/if_jme.c b/sys/dev/jme/if_jme.c index d77b63fccea8..c80d4da15e39 100644 --- a/sys/dev/jme/if_jme.c +++ b/sys/dev/jme/if_jme.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/jme/if_jmereg.h b/sys/dev/jme/if_jmereg.h index d778b7f340d4..14265334a63b 100644 --- a/sys/dev/jme/if_jmereg.h +++ b/sys/dev/jme/if_jmereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/jme/if_jmevar.h b/sys/dev/jme/if_jmevar.h index cffab5a90319..2e34364a962e 100644 --- a/sys/dev/jme/if_jmevar.h +++ b/sys/dev/jme/if_jmevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * -- cgit v1.3