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/qlxge/qls_dbg.c | 4 +++- sys/dev/qlxge/qls_dbg.h | 4 +++- sys/dev/qlxge/qls_def.h | 4 +++- sys/dev/qlxge/qls_dump.c | 4 +++- sys/dev/qlxge/qls_dump.h | 4 +++- sys/dev/qlxge/qls_glbl.h | 4 +++- sys/dev/qlxge/qls_hw.c | 4 +++- sys/dev/qlxge/qls_hw.h | 4 +++- sys/dev/qlxge/qls_inline.h | 4 +++- sys/dev/qlxge/qls_ioctl.c | 4 +++- sys/dev/qlxge/qls_ioctl.h | 4 +++- sys/dev/qlxge/qls_isr.c | 6 +++++- sys/dev/qlxge/qls_os.c | 4 +++- sys/dev/qlxge/qls_os.h | 4 +++- sys/dev/qlxge/qls_ver.h | 4 +++- 15 files changed, 47 insertions(+), 15 deletions(-) (limited to 'sys/dev/qlxge') diff --git a/sys/dev/qlxge/qls_dbg.c b/sys/dev/qlxge/qls_dbg.c index 04eff20e57e0..8978519a6b4d 100644 --- a/sys/dev/qlxge/qls_dbg.c +++ b/sys/dev/qlxge/qls_dbg.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_dbg.h b/sys/dev/qlxge/qls_dbg.h index e4d7a416285d..63f7810cca1d 100644 --- a/sys/dev/qlxge/qls_dbg.h +++ b/sys/dev/qlxge/qls_dbg.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_def.h b/sys/dev/qlxge/qls_def.h index 8d191e060290..5c2fb518111f 100644 --- a/sys/dev/qlxge/qls_def.h +++ b/sys/dev/qlxge/qls_def.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_dump.c b/sys/dev/qlxge/qls_dump.c index f829a85e3cf3..aec54beecdce 100644 --- a/sys/dev/qlxge/qls_dump.c +++ b/sys/dev/qlxge/qls_dump.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_dump.h b/sys/dev/qlxge/qls_dump.h index 9ae3b55e1a48..ee9ebe1d94f4 100644 --- a/sys/dev/qlxge/qls_dump.h +++ b/sys/dev/qlxge/qls_dump.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_glbl.h b/sys/dev/qlxge/qls_glbl.h index b7527742c043..de3ff44fc3d5 100644 --- a/sys/dev/qlxge/qls_glbl.h +++ b/sys/dev/qlxge/qls_glbl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_hw.c b/sys/dev/qlxge/qls_hw.c index b77d20e6f659..b29d62c5b0e4 100644 --- a/sys/dev/qlxge/qls_hw.c +++ b/sys/dev/qlxge/qls_hw.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_hw.h b/sys/dev/qlxge/qls_hw.h index 6805f1e94a70..36e21ee2a2af 100644 --- a/sys/dev/qlxge/qls_hw.h +++ b/sys/dev/qlxge/qls_hw.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_inline.h b/sys/dev/qlxge/qls_inline.h index 6445567dd300..f280bf5fb701 100644 --- a/sys/dev/qlxge/qls_inline.h +++ b/sys/dev/qlxge/qls_inline.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_ioctl.c b/sys/dev/qlxge/qls_ioctl.c index 6b39fc96781e..bad4307eb4ca 100644 --- a/sys/dev/qlxge/qls_ioctl.c +++ b/sys/dev/qlxge/qls_ioctl.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_ioctl.h b/sys/dev/qlxge/qls_ioctl.h index af3091f1a51b..972ba31f2bdd 100644 --- a/sys/dev/qlxge/qls_ioctl.h +++ b/sys/dev/qlxge/qls_ioctl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_isr.c b/sys/dev/qlxge/qls_isr.c index 9b571f591064..523b32fd34d1 100644 --- a/sys/dev/qlxge/qls_isr.c +++ b/sys/dev/qlxge/qls_isr.c @@ -1,4 +1,8 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_os.c b/sys/dev/qlxge/qls_os.c index 6b6d74c273e8..7250b8369466 100644 --- a/sys/dev/qlxge/qls_os.c +++ b/sys/dev/qlxge/qls_os.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_os.h b/sys/dev/qlxge/qls_os.h index c72410745e47..b52b1c8b9ebd 100644 --- a/sys/dev/qlxge/qls_os.h +++ b/sys/dev/qlxge/qls_os.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_ver.h b/sys/dev/qlxge/qls_ver.h index afac640c8104..de3b66fb62dd 100644 --- a/sys/dev/qlxge/qls_ver.h +++ b/sys/dev/qlxge/qls_ver.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * -- cgit v1.3