diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-20 19:43:44 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-20 19:43:44 +0000 |
| commit | 51369649b03ece2aed3eb61b0c8214b9aa5b2fa2 (patch) | |
| tree | 645c2905a7f379f437a29af98a1c312cedb94482 /sys/sparc64/include | |
| parent | 7282444b103e0b3e7c8cd053413ff6c068831cc6 (diff) | |
Notes
Diffstat (limited to 'sys/sparc64/include')
| -rw-r--r-- | sys/sparc64/include/_types.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/asm.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/bus_common.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/cpu.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/endian.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/float.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/floatingpoint.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/ieee.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/in_cksum.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/iommureg.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/md_var.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/pmap.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/proc.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/ptrace.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/reg.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/reloc.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/setjmp.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/signal.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/sysarch.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/varargs.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/vmparam.h | 2 |
21 files changed, 42 insertions, 0 deletions
diff --git a/sys/sparc64/include/_types.h b/sys/sparc64/include/_types.h index e03adfee95e9b..e029cac2455d5 100644 --- a/sys/sparc64/include/_types.h +++ b/sys/sparc64/include/_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org> * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/sparc64/include/asm.h b/sys/sparc64/include/asm.h index d778e59a214db..e8ca4af257f1b 100644 --- a/sys/sparc64/include/asm.h +++ b/sys/sparc64/include/asm.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/sparc64/include/bus_common.h b/sys/sparc64/include/bus_common.h index 42792fd643ed1..6d04a9cbe27d7 100644 --- a/sys/sparc64/include/bus_common.h +++ b/sys/sparc64/include/bus_common.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/sparc64/include/cpu.h b/sys/sparc64/include/cpu.h index ff128655ac2c3..54deaf4151672 100644 --- a/sys/sparc64/include/cpu.h +++ b/sys/sparc64/include/cpu.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/sparc64/include/endian.h b/sys/sparc64/include/endian.h index 8f91b21e677f1..f94a6df29b896 100644 --- a/sys/sparc64/include/endian.h +++ b/sys/sparc64/include/endian.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1987, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/float.h b/sys/sparc64/include/float.h index 270336922f6d2..104fc50fd79ee 100644 --- a/sys/sparc64/include/float.h +++ b/sys/sparc64/include/float.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993, 2001 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/floatingpoint.h b/sys/sparc64/include/floatingpoint.h index d47756a00c6c4..d91efcebeefd6 100644 --- a/sys/sparc64/include/floatingpoint.h +++ b/sys/sparc64/include/floatingpoint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 David O'Brien <obrien@FreeBSD.org>. * All rights reserved. * diff --git a/sys/sparc64/include/ieee.h b/sys/sparc64/include/ieee.h index 685f3ae909f24..773af1356cc68 100644 --- a/sys/sparc64/include/ieee.h +++ b/sys/sparc64/include/ieee.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/sparc64/include/in_cksum.h b/sys/sparc64/include/in_cksum.h index b13882e0820e7..6f80d69967590 100644 --- a/sys/sparc64/include/in_cksum.h +++ b/sys/sparc64/include/in_cksum.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/sparc64/include/iommureg.h b/sys/sparc64/include/iommureg.h index f798ac5250760..de794cd1e4498 100644 --- a/sys/sparc64/include/iommureg.h +++ b/sys/sparc64/include/iommureg.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/sparc64/include/md_var.h b/sys/sparc64/include/md_var.h index d3dbf99dd3709..3a30b23559355 100644 --- a/sys/sparc64/include/md_var.h +++ b/sys/sparc64/include/md_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Bruce D. Evans. * All rights reserved. * diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h index 5771289fd96dd..e9b9a2942e6b1 100644 --- a/sys/sparc64/include/pmap.h +++ b/sys/sparc64/include/pmap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/include/proc.h b/sys/sparc64/include/proc.h index 53ac6ac6fd48a..a581f511bdb13 100644 --- a/sys/sparc64/include/proc.h +++ b/sys/sparc64/include/proc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/include/ptrace.h b/sys/sparc64/include/ptrace.h index 2b9c9f8727f57..4c71f75395254 100644 --- a/sys/sparc64/include/ptrace.h +++ b/sys/sparc64/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/sparc64/include/reg.h b/sys/sparc64/include/reg.h index 5d3ff47f817e9..fcb2608510544 100644 --- a/sys/sparc64/include/reg.h +++ b/sys/sparc64/include/reg.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/sparc64/include/reloc.h b/sys/sparc64/include/reloc.h index 0e4155dac4cf7..d99dc8b05d60f 100644 --- a/sys/sparc64/include/reloc.h +++ b/sys/sparc64/include/reloc.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/sparc64/include/setjmp.h b/sys/sparc64/include/setjmp.h index f58776dce61c7..12035418cbbe6 100644 --- a/sys/sparc64/include/setjmp.h +++ b/sys/sparc64/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/sparc64/include/signal.h b/sys/sparc64/include/signal.h index ef61a5a51c495..f0df6f5128101 100644 --- a/sys/sparc64/include/signal.h +++ b/sys/sparc64/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. * diff --git a/sys/sparc64/include/sysarch.h b/sys/sparc64/include/sysarch.h index 01bc62d38e92e..fefaeb326868b 100644 --- a/sys/sparc64/include/sysarch.h +++ b/sys/sparc64/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/sparc64/include/varargs.h b/sys/sparc64/include/varargs.h index 5c32f32852828..0e165ca4fdb25 100644 --- a/sys/sparc64/include/varargs.h +++ b/sys/sparc64/include/varargs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 David E. O'Brien. All rights reserved. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/sparc64/include/vmparam.h b/sys/sparc64/include/vmparam.h index 900c91daf7209..68dd0861dd569 100644 --- a/sys/sparc64/include/vmparam.h +++ b/sys/sparc64/include/vmparam.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson |
