diff options
Diffstat (limited to 'sys/x86')
-rw-r--r-- | sys/x86/include/_limits.h | 2 | ||||
-rw-r--r-- | sys/x86/include/endian.h | 2 | ||||
-rw-r--r-- | sys/x86/include/float.h | 2 | ||||
-rw-r--r-- | sys/x86/include/frame.h | 2 | ||||
-rw-r--r-- | sys/x86/include/psl.h | 2 | ||||
-rw-r--r-- | sys/x86/include/ptrace.h | 2 | ||||
-rw-r--r-- | sys/x86/include/reg.h | 2 | ||||
-rw-r--r-- | sys/x86/include/segments.h | 2 | ||||
-rw-r--r-- | sys/x86/include/setjmp.h | 2 | ||||
-rw-r--r-- | sys/x86/include/signal.h | 2 | ||||
-rw-r--r-- | sys/x86/include/specialreg.h | 2 | ||||
-rw-r--r-- | sys/x86/include/stdarg.h | 2 | ||||
-rw-r--r-- | sys/x86/include/sysarch.h | 2 | ||||
-rw-r--r-- | sys/x86/include/trap.h | 2 | ||||
-rw-r--r-- | sys/x86/isa/clock.c | 2 | ||||
-rw-r--r-- | sys/x86/isa/icu.h | 2 | ||||
-rw-r--r-- | sys/x86/isa/isa_dma.c | 2 | ||||
-rw-r--r-- | sys/x86/isa/nmi.c | 2 | ||||
-rw-r--r-- | sys/x86/x86/delay.c | 2 | ||||
-rw-r--r-- | sys/x86/x86/msi.c | 2 |
20 files changed, 40 insertions, 0 deletions
diff --git a/sys/x86/include/_limits.h b/sys/x86/include/_limits.h index cb44fd3c55f8..84efd436a089 100644 --- a/sys/x86/include/_limits.h +++ b/sys/x86/include/_limits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/x86/include/endian.h b/sys/x86/include/endian.h index 135c29729632..9c39f4fddf80 100644 --- a/sys/x86/include/endian.h +++ b/sys/x86/include/endian.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/include/float.h b/sys/x86/include/float.h index 32e338efb2c0..5d8c9737d298 100644 --- a/sys/x86/include/float.h +++ b/sys/x86/include/float.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989 Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/include/frame.h b/sys/x86/include/frame.h index cd95718d8c45..2ea09dfdc35f 100644 --- a/sys/x86/include/frame.h +++ b/sys/x86/include/frame.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/x86/include/psl.h b/sys/x86/include/psl.h index 274816b31b2f..c178821cc9a0 100644 --- a/sys/x86/include/psl.h +++ b/sys/x86/include/psl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/include/ptrace.h b/sys/x86/include/ptrace.h index 61a8797bfe21..be02dff4daf5 100644 --- a/sys/x86/include/ptrace.h +++ b/sys/x86/include/ptrace.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/x86/include/reg.h b/sys/x86/include/reg.h index 956e4dfd471a..b08422564a5a 100644 --- a/sys/x86/include/reg.h +++ b/sys/x86/include/reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/x86/include/segments.h b/sys/x86/include/segments.h index 1b8c4a3c1c85..01472b9c72ef 100644 --- a/sys/x86/include/segments.h +++ b/sys/x86/include/segments.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1990 William F. Jolitz * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/x86/include/setjmp.h b/sys/x86/include/setjmp.h index c33f9a5baed5..c453f9b755aa 100644 --- a/sys/x86/include/setjmp.h +++ b/sys/x86/include/setjmp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * diff --git a/sys/x86/include/signal.h b/sys/x86/include/signal.h index cb9106877ba1..ec031212eaea 100644 --- a/sys/x86/include/signal.h +++ b/sys/x86/include/signal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 2003 Peter Wemm. diff --git a/sys/x86/include/specialreg.h b/sys/x86/include/specialreg.h index e56cc474666a..511056a362b9 100644 --- a/sys/x86/include/specialreg.h +++ b/sys/x86/include/specialreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/include/stdarg.h b/sys/x86/include/stdarg.h index 95bd02a37bb3..db8e4623a89c 100644 --- a/sys/x86/include/stdarg.h +++ b/sys/x86/include/stdarg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 David E. O'Brien. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/x86/include/sysarch.h b/sys/x86/include/sysarch.h index af08d83308e7..efc278916fad 100644 --- a/sys/x86/include/sysarch.h +++ b/sys/x86/include/sysarch.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/include/trap.h b/sys/x86/include/trap.h index 2548facd3d72..dbed40a9e980 100644 --- a/sys/x86/include/trap.h +++ b/sys/x86/include/trap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/isa/clock.c b/sys/x86/isa/clock.c index 02a417d6000b..4afefd3dad7e 100644 --- a/sys/x86/isa/clock.c +++ b/sys/x86/isa/clock.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 2010 Alexander Motin <mav@FreeBSD.org> * All rights reserved. diff --git a/sys/x86/isa/icu.h b/sys/x86/isa/icu.h index fa822e8ad31f..e20517996141 100644 --- a/sys/x86/isa/icu.h +++ b/sys/x86/isa/icu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/isa/isa_dma.c b/sys/x86/isa/isa_dma.c index 58601f85ae21..6e48613e34fd 100644 --- a/sys/x86/isa/isa_dma.c +++ b/sys/x86/isa/isa_dma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/isa/nmi.c b/sys/x86/isa/nmi.c index 6e7741540aa8..92e9ba30d927 100644 --- a/sys/x86/isa/nmi.c +++ b/sys/x86/isa/nmi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * diff --git a/sys/x86/x86/delay.c b/sys/x86/x86/delay.c index 0c1d4f262785..917a015b9036 100644 --- a/sys/x86/x86/delay.c +++ b/sys/x86/x86/delay.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 2010 Alexander Motin <mav@FreeBSD.org> * All rights reserved. diff --git a/sys/x86/x86/msi.c b/sys/x86/x86/msi.c index 51115c04a4a3..11e1639edd54 100644 --- a/sys/x86/x86/msi.c +++ b/sys/x86/x86/msi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> |