diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 15:07:26 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 15:07:26 +0000 |
commit | 19d3b47b9275e39ca6d7f152076153dc9a55376e (patch) | |
tree | 40a25145b0a83e36034bd75dbc414b7109e909bc /sys/mips/idt | |
parent | af3dc4a7ca7fdfbe1790f34b83024557a35d11f2 (diff) |
sys/mips: 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.
Notes
Notes:
svn path=/head/; revision=326259
Diffstat (limited to 'sys/mips/idt')
-rw-r--r-- | sys/mips/idt/idt_machdep.c | 2 | ||||
-rw-r--r-- | sys/mips/idt/idtpci.c | 2 | ||||
-rw-r--r-- | sys/mips/idt/idtreg.h | 2 | ||||
-rw-r--r-- | sys/mips/idt/if_kr.c | 2 | ||||
-rw-r--r-- | sys/mips/idt/if_krreg.h | 2 | ||||
-rw-r--r-- | sys/mips/idt/obio.c | 2 | ||||
-rw-r--r-- | sys/mips/idt/obiovar.h | 2 | ||||
-rw-r--r-- | sys/mips/idt/uart_bus_rc32434.c | 2 | ||||
-rw-r--r-- | sys/mips/idt/uart_cpu_rc32434.c | 2 |
9 files changed, 18 insertions, 0 deletions
diff --git a/sys/mips/idt/idt_machdep.c b/sys/mips/idt/idt_machdep.c index b48931987d29..f8976b5a1df8 100644 --- a/sys/mips/idt/idt_machdep.c +++ b/sys/mips/idt/idt_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007 by Oleksandr Tymoshenko. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/idt/idtpci.c b/sys/mips/idt/idtpci.c index 6102bd683987..62163f633f94 100644 --- a/sys/mips/idt/idtpci.c +++ b/sys/mips/idt/idtpci.c @@ -1,6 +1,8 @@ /* $NetBSD: idtpci.c,v 1.1 2007/03/20 08:52:02 dyoung Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 David Young. * Copyright (c) 2007 Oleskandr Tymoshenko. All rights reserved. * diff --git a/sys/mips/idt/idtreg.h b/sys/mips/idt/idtreg.h index 3a088e74e5e1..e04bb7f94d74 100644 --- a/sys/mips/idt/idtreg.h +++ b/sys/mips/idt/idtreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007 by Oleksandr Tymoshenko. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/idt/if_kr.c b/sys/mips/idt/if_kr.c index 4b5d3bfb43d0..9d6d49931348 100644 --- a/sys/mips/idt/if_kr.c +++ b/sys/mips/idt/if_kr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007 * Oleksandr Tymoshenko <gonzo@freebsd.org>. All rights reserved. * diff --git a/sys/mips/idt/if_krreg.h b/sys/mips/idt/if_krreg.h index b20900ad905f..59a2913a3bc2 100644 --- a/sys/mips/idt/if_krreg.h +++ b/sys/mips/idt/if_krreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007 * Oleksandr Tymoshenko <gonzo@freebsd.org>. All rights reserved. * diff --git a/sys/mips/idt/obio.c b/sys/mips/idt/obio.c index 54abbb128a4d..3c3d28105831 100644 --- a/sys/mips/idt/obio.c +++ b/sys/mips/idt/obio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2007, Oleksandr Tymoshenko <gonzo@freebsd.org> * * Redistribution and use in source and binary forms, with or without diff --git a/sys/mips/idt/obiovar.h b/sys/mips/idt/obiovar.h index 526efac89e66..b5b6392d03cb 100644 --- a/sys/mips/idt/obiovar.h +++ b/sys/mips/idt/obiovar.h @@ -1,6 +1,8 @@ /* $NetBSD: obiovar.h,v 1.4 2003/06/16 17:40:53 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002, 2003 Wasabi Systems, Inc. * All rights reserved. * diff --git a/sys/mips/idt/uart_bus_rc32434.c b/sys/mips/idt/uart_bus_rc32434.c index ba0f10364a21..2a249ef6a06c 100644 --- a/sys/mips/idt/uart_bus_rc32434.c +++ b/sys/mips/idt/uart_bus_rc32434.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/mips/idt/uart_cpu_rc32434.c b/sys/mips/idt/uart_cpu_rc32434.c index 51be944df7e3..52fa702a2f70 100644 --- a/sys/mips/idt/uart_cpu_rc32434.c +++ b/sys/mips/idt/uart_cpu_rc32434.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Wojciech A. Koszek <wkoszek@FreeBSD.org> * All rights reserved. * |