svn commit: r327086 - head/sys/dev/lmc

Pedro F. Giffuni pfg at FreeBSD.org
Fri Dec 22 17:15:03 UTC 2017


Author: pfg
Date: Fri Dec 22 17:15:02 2017
New Revision: 327086
URL: https://svnweb.freebsd.org/changeset/base/327086

Log:
  SPDX: Reverse License ID tags from the lmc driver.
  
  While the BSD-2-Clause license is there, the GPLv2 is also present.
  I am unsure of the implications of having both licenses as they are here.
  
  I'll just leave it untagged and open for interpretation.

Modified:
  head/sys/dev/lmc/if_lmc.c
  head/sys/dev/lmc/if_lmc.h

Modified: head/sys/dev/lmc/if_lmc.c
==============================================================================
--- head/sys/dev/lmc/if_lmc.c	Fri Dec 22 17:13:54 2017	(r327085)
+++ head/sys/dev/lmc/if_lmc.c	Fri Dec 22 17:15:02 2017	(r327086)
@@ -1,6 +1,4 @@
 /*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
- *
  * $FreeBSD$
  *
  * Copyright (c) 2002-2004 David Boggs. <boggs at boggs.palo-alto.ca.us>

Modified: head/sys/dev/lmc/if_lmc.h
==============================================================================
--- head/sys/dev/lmc/if_lmc.h	Fri Dec 22 17:13:54 2017	(r327085)
+++ head/sys/dev/lmc/if_lmc.h	Fri Dec 22 17:15:02 2017	(r327086)
@@ -1,6 +1,4 @@
 /*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
- *
  * $FreeBSD$
  *
  * Copyright (c) 2002-2004 David Boggs. (boggs at boggs.palo-alto.ca.us)


More information about the svn-src-all mailing list