diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 15:10:39 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 15:10:39 +0000 |
commit | 6ce70ec7f9fa9a99bedcde196187307831315b37 (patch) | |
tree | ca99435c7ad2b3b823e5bdf602d5641961c4184a /sys/sparc64/include | |
parent | 71e3c3083b47ad0f04322c5a1173377433c05a6e (diff) |
sys/sparc64: 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=326262
Diffstat (limited to 'sys/sparc64/include')
65 files changed, 130 insertions, 0 deletions
diff --git a/sys/sparc64/include/_align.h b/sys/sparc64/include/_align.h index 1dbd909bbecd..daf6de7c3524 100644 --- a/sys/sparc64/include/_align.h +++ b/sys/sparc64/include/_align.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/include/_bus.h b/sys/sparc64/include/_bus.h index b24ed629208b..554964612b2a 100644 --- a/sys/sparc64/include/_bus.h +++ b/sys/sparc64/include/_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 M. Warner Losh. * All rights reserved. * diff --git a/sys/sparc64/include/_inttypes.h b/sys/sparc64/include/_inttypes.h index 264c8753476f..46c13582d70a 100644 --- a/sys/sparc64/include/_inttypes.h +++ b/sys/sparc64/include/_inttypes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/sparc64/include/_limits.h b/sys/sparc64/include/_limits.h index 49a768b087e0..62ee07db3f60 100644 --- a/sys/sparc64/include/_limits.h +++ b/sys/sparc64/include/_limits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/_stdint.h b/sys/sparc64/include/_stdint.h index cb3b1a230595..a21274ef1875 100644 --- a/sys/sparc64/include/_stdint.h +++ b/sys/sparc64/include/_stdint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001, 2002 Mike Barcroft <mike@FreeBSD.org> * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/sparc64/include/asi.h b/sys/sparc64/include/asi.h index e5769c125bda..2a40eb89c357 100644 --- a/sys/sparc64/include/asi.h +++ b/sys/sparc64/include/asi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sparc64/include/asmacros.h b/sys/sparc64/include/asmacros.h index 99989177b5ef..cb39694387e4 100644 --- a/sys/sparc64/include/asmacros.h +++ b/sys/sparc64/include/asmacros.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * Copyright (c) 2011 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/sparc64/include/atomic.h b/sys/sparc64/include/atomic.h index b2fd8cc5a101..be4990963030 100644 --- a/sys/sparc64/include/atomic.h +++ b/sys/sparc64/include/atomic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Doug Rabson. * Copyright (c) 2001 Jake Burkholder. * All rights reserved. diff --git a/sys/sparc64/include/bus.h b/sys/sparc64/include/bus.h index 6ff8c7ccd064..e36c6863f80a 100644 --- a/sys/sparc64/include/bus.h +++ b/sys/sparc64/include/bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-4-Clause + * * Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/sparc64/include/bus_dma.h b/sys/sparc64/include/bus_dma.h index be3f94f63b5f..0edb92860bd5 100644 --- a/sys/sparc64/include/bus_dma.h +++ b/sys/sparc64/include/bus_dma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-4-Clause + * * Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/sparc64/include/bus_private.h b/sys/sparc64/include/bus_private.h index 0905e86aab3c..57f25a678c81 100644 --- a/sys/sparc64/include/bus_private.h +++ b/sys/sparc64/include/bus_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998 Justin T. Gibbs. * Copyright (c) 2002 by Thomas Moestl <tmm@FreeBSD.org>. * All rights reserved. diff --git a/sys/sparc64/include/ccr.h b/sys/sparc64/include/ccr.h index 2b7ac84ec9b6..d370684ddd73 100644 --- a/sys/sparc64/include/ccr.h +++ b/sys/sparc64/include/ccr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2001 by Thomas Moestl <tmm@FreeBSD.org>. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sparc64/include/cmt.h b/sys/sparc64/include/cmt.h index cdeed29c61ca..770f71616a8f 100644 --- a/sys/sparc64/include/cmt.h +++ b/sys/sparc64/include/cmt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Marius Strobl <marius@FreeBSD.org> * All rights reserved. * diff --git a/sys/sparc64/include/counter.h b/sys/sparc64/include/counter.h index c725073dd0f6..b36cc9896cbb 100644 --- a/sys/sparc64/include/counter.h +++ b/sys/sparc64/include/counter.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Konstantin Belousov <kib@FreeBSD.org> * All rights reserved. * diff --git a/sys/sparc64/include/cpufunc.h b/sys/sparc64/include/cpufunc.h index abfbd1fd0ad2..934e671707b9 100644 --- a/sys/sparc64/include/cpufunc.h +++ b/sys/sparc64/include/cpufunc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/dcr.h b/sys/sparc64/include/dcr.h index 42159adc9c13..f6e45d8c4d66 100644 --- a/sys/sparc64/include/dcr.h +++ b/sys/sparc64/include/dcr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Marius Strobl <marius@FreeBSD.org> * All rights reserved. * diff --git a/sys/sparc64/include/elf.h b/sys/sparc64/include/elf.h index 745cf55efeb6..4abc57ecfc8a 100644 --- a/sys/sparc64/include/elf.h +++ b/sys/sparc64/include/elf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996-1997 John D. Polstra. * All rights reserved. * diff --git a/sys/sparc64/include/exec.h b/sys/sparc64/include/exec.h index c0f93b68bf90..68f933f6dd53 100644 --- a/sys/sparc64/include/exec.h +++ b/sys/sparc64/include/exec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/fireplane.h b/sys/sparc64/include/fireplane.h index 83489545d40f..5a95b52bc8c9 100644 --- a/sys/sparc64/include/fireplane.h +++ b/sys/sparc64/include/fireplane.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Marius Strobl <marius@FreeBSD.org> * All rights reserved. * diff --git a/sys/sparc64/include/fp.h b/sys/sparc64/include/fp.h index bf0d79a8aba6..67e0932880f1 100644 --- a/sys/sparc64/include/fp.h +++ b/sys/sparc64/include/fp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2001 by Thomas Moestl <tmm@FreeBSD.org>. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sparc64/include/frame.h b/sys/sparc64/include/frame.h index 5b776f2205ca..3bb28298ad80 100644 --- a/sys/sparc64/include/frame.h +++ b/sys/sparc64/include/frame.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/fsr.h b/sys/sparc64/include/fsr.h index 7d1be9fce685..ec8c17d91a7a 100644 --- a/sys/sparc64/include/fsr.h +++ b/sys/sparc64/include/fsr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2001 by Thomas Moestl <tmm@FreeBSD.org>. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sparc64/include/gdb_machdep.h b/sys/sparc64/include/gdb_machdep.h index efbc5e78524b..3ef077021635 100644 --- a/sys/sparc64/include/gdb_machdep.h +++ b/sys/sparc64/include/gdb_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sparc64/include/idprom.h b/sys/sparc64/include/idprom.h index df76a7f73122..e178b68f01f2 100644 --- a/sys/sparc64/include/idprom.h +++ b/sys/sparc64/include/idprom.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Adam Glass * All rights reserved. * diff --git a/sys/sparc64/include/instr.h b/sys/sparc64/include/instr.h index d6befbbc3ffe..54d2a806d93a 100644 --- a/sys/sparc64/include/instr.h +++ b/sys/sparc64/include/instr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 David S. Miller, davem@nadzieja.rutgers.edu * Copyright (c) 1995 Paul Kranenburg * Copyright (c) 2001 Thomas Moestl <tmm@FreeBSD.org> diff --git a/sys/sparc64/include/intr_machdep.h b/sys/sparc64/include/intr_machdep.h index 8392e06a3fa7..b612893f1c35 100644 --- a/sys/sparc64/include/intr_machdep.h +++ b/sys/sparc64/include/intr_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/iommuvar.h b/sys/sparc64/include/iommuvar.h index 75ba7a5ac0ba..f2fdd6c6dc75 100644 --- a/sys/sparc64/include/iommuvar.h +++ b/sys/sparc64/include/iommuvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Matthew R. Green * All rights reserved. * diff --git a/sys/sparc64/include/jbus.h b/sys/sparc64/include/jbus.h index 09c93b4c6354..d644594f172f 100644 --- a/sys/sparc64/include/jbus.h +++ b/sys/sparc64/include/jbus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Marius Strobl <marius@FreeBSD.org> * All rights reserved. * diff --git a/sys/sparc64/include/kdb.h b/sys/sparc64/include/kdb.h index 02ce4e703b1e..8f3876e4a0e5 100644 --- a/sys/sparc64/include/kdb.h +++ b/sys/sparc64/include/kdb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sparc64/include/kerneldump.h b/sys/sparc64/include/kerneldump.h index 684c9e386ba4..975b566d0ce3 100644 --- a/sys/sparc64/include/kerneldump.h +++ b/sys/sparc64/include/kerneldump.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 by Thomas Moestl <tmm@FreeBSD.org>. * All rights reserved. * diff --git a/sys/sparc64/include/ktr.h b/sys/sparc64/include/ktr.h index f8c1b43e9cd0..01bb6a2d384c 100644 --- a/sys/sparc64/include/ktr.h +++ b/sys/sparc64/include/ktr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996 Berkeley Software Design, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sparc64/include/limits.h b/sys/sparc64/include/limits.h index 679dcec51b31..689e8a91072b 100644 --- a/sys/sparc64/include/limits.h +++ b/sys/sparc64/include/limits.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/sparc64/include/lsu.h b/sys/sparc64/include/lsu.h index 5eeaa5566fcf..1f62df9c8eee 100644 --- a/sys/sparc64/include/lsu.h +++ b/sys/sparc64/include/lsu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2001 by Thomas Moestl <tmm@FreeBSD.org>. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sparc64/include/mcntl.h b/sys/sparc64/include/mcntl.h index e9483c054772..8dcc62868cbd 100644 --- a/sys/sparc64/include/mcntl.h +++ b/sys/sparc64/include/mcntl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Marius Strobl <marius@FreeBSD.org> * All rights reserved. * diff --git a/sys/sparc64/include/memdev.h b/sys/sparc64/include/memdev.h index f16ba16d5f6b..486dbb5a5bfa 100644 --- a/sys/sparc64/include/memdev.h +++ b/sys/sparc64/include/memdev.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/sparc64/include/metadata.h b/sys/sparc64/include/metadata.h index d14e1f150d63..8eaa485469e7 100644 --- a/sys/sparc64/include/metadata.h +++ b/sys/sparc64/include/metadata.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/nexusvar.h b/sys/sparc64/include/nexusvar.h index 94c770c56500..2e5f46183417 100644 --- a/sys/sparc64/include/nexusvar.h +++ b/sys/sparc64/include/nexusvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Marius Strobl <marius@FreeBSD.org> * All rights reserved. * diff --git a/sys/sparc64/include/ofw_machdep.h b/sys/sparc64/include/ofw_machdep.h index fcacc10d446d..b3c33f449d03 100644 --- a/sys/sparc64/include/ofw_machdep.h +++ b/sys/sparc64/include/ofw_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 by Thomas Moestl <tmm@FreeBSD.org>. * All rights reserved. * diff --git a/sys/sparc64/include/ofw_mem.h b/sys/sparc64/include/ofw_mem.h index af9089ed034a..44d7c18f36d5 100644 --- a/sys/sparc64/include/ofw_mem.h +++ b/sys/sparc64/include/ofw_mem.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/ofw_nexus.h b/sys/sparc64/include/ofw_nexus.h index ad8c2e99172b..247a311b1989 100644 --- a/sys/sparc64/include/ofw_nexus.h +++ b/sys/sparc64/include/ofw_nexus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Matthew R. Green * All rights reserved. * diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h index 46bacae360b3..32083f65a111 100644 --- a/sys/sparc64/include/param.h +++ b/sys/sparc64/include/param.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/sparc64/include/pcb.h b/sys/sparc64/include/pcb.h index 25a41cccb115..e5a8c1bd9b94 100644 --- a/sys/sparc64/include/pcb.h +++ b/sys/sparc64/include/pcb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/pcpu.h b/sys/sparc64/include/pcpu.h index c54c45b2443f..1716d95a0891 100644 --- a/sys/sparc64/include/pcpu.h +++ b/sys/sparc64/include/pcpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Luoqi Chen <luoqi@freebsd.org> * All rights reserved. * diff --git a/sys/sparc64/include/pstate.h b/sys/sparc64/include/pstate.h index 4f536303c82b..df3a25bd751b 100644 --- a/sys/sparc64/include/pstate.h +++ b/sys/sparc64/include/pstate.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/runq.h b/sys/sparc64/include/runq.h index 6d03646fd539..1fb8d1bdcfe6 100644 --- a/sys/sparc64/include/runq.h +++ b/sys/sparc64/include/runq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder <jake@FreeBSD.org> * All rights reserved. * diff --git a/sys/sparc64/include/sc_machdep.h b/sys/sparc64/include/sc_machdep.h index 3a492f2383ba..d50ef4867f7b 100644 --- a/sys/sparc64/include/sc_machdep.h +++ b/sys/sparc64/include/sc_machdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/sf_buf.h b/sys/sparc64/include/sf_buf.h index 3566f80f22b4..10bbd888b592 100644 --- a/sys/sparc64/include/sf_buf.h +++ b/sys/sparc64/include/sf_buf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Gleb Smirnoff <glebius@FreeBSD.org> * All rights reserved. * diff --git a/sys/sparc64/include/sigframe.h b/sys/sparc64/include/sigframe.h index fd40afdd1209..b52238785d46 100644 --- a/sys/sparc64/include/sigframe.h +++ b/sys/sparc64/include/sigframe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sparc64/include/smp.h b/sys/sparc64/include/smp.h index 266187e83ca5..18b8d97268f8 100644 --- a/sys/sparc64/include/smp.h +++ b/sys/sparc64/include/smp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * Copyright (c) 2007 - 2011 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/sparc64/include/stack.h b/sys/sparc64/include/stack.h index 14ed72150a0c..a553a7a14314 100644 --- a/sys/sparc64/include/stack.h +++ b/sys/sparc64/include/stack.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/stdarg.h b/sys/sparc64/include/stdarg.h index 9e6cd94c70dc..d151f1934787 100644 --- a/sys/sparc64/include/stdarg.h +++ b/sys/sparc64/include/stdarg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * 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/tick.h b/sys/sparc64/include/tick.h index 201a3e65a82a..44ed91dd972f 100644 --- a/sys/sparc64/include/tick.h +++ b/sys/sparc64/include/tick.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/tlb.h b/sys/sparc64/include/tlb.h index 3f2c3c57639b..7ee4101ea8ab 100644 --- a/sys/sparc64/include/tlb.h +++ b/sys/sparc64/include/tlb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * Copyright (c) 2008, 2010 Marius Strobl <marius@FreeBSD.org> * All rights reserved. diff --git a/sys/sparc64/include/trap.h b/sys/sparc64/include/trap.h index dd0e6dcd0d12..84d01f0750df 100644 --- a/sys/sparc64/include/trap.h +++ b/sys/sparc64/include/trap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/tsb.h b/sys/sparc64/include/tsb.h index 1fd1e8f758b4..a13b331a1db4 100644 --- a/sys/sparc64/include/tsb.h +++ b/sys/sparc64/include/tsb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sparc64/include/tstate.h b/sys/sparc64/include/tstate.h index bead8184451c..5e8cf0e9294b 100644 --- a/sys/sparc64/include/tstate.h +++ b/sys/sparc64/include/tstate.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2001 by Thomas Moestl <tmm@FreeBSD.org>. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sparc64/include/tte.h b/sys/sparc64/include/tte.h index ff60342c741c..527f1bad882c 100644 --- a/sys/sparc64/include/tte.h +++ b/sys/sparc64/include/tte.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sparc64/include/ucontext.h b/sys/sparc64/include/ucontext.h index 42deca8303f9..6303b3f85636 100644 --- a/sys/sparc64/include/ucontext.h +++ b/sys/sparc64/include/ucontext.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Marcel Moolenaar * All rights reserved. * diff --git a/sys/sparc64/include/upa.h b/sys/sparc64/include/upa.h index 43531cf63318..90aec7d647be 100644 --- a/sys/sparc64/include/upa.h +++ b/sys/sparc64/include/upa.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 by Thomas Moestl <tmm@FreeBSD.org>. * All rights reserved. * diff --git a/sys/sparc64/include/utrap.h b/sys/sparc64/include/utrap.h index c8fa7431d95f..ef2d02f08294 100644 --- a/sys/sparc64/include/utrap.h +++ b/sys/sparc64/include/utrap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/vdso.h b/sys/sparc64/include/vdso.h index 98b291e7d644..903fe1f4c6da 100644 --- a/sys/sparc64/include/vdso.h +++ b/sys/sparc64/include/vdso.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2012 Konstantin Belousov <kib@FreeBSD.ORG>. * All rights reserved. * diff --git a/sys/sparc64/include/ver.h b/sys/sparc64/include/ver.h index 19547ba9fb43..2bab327c7150 100644 --- a/sys/sparc64/include/ver.h +++ b/sys/sparc64/include/ver.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Jake Burkholder. * All rights reserved. * diff --git a/sys/sparc64/include/vm.h b/sys/sparc64/include/vm.h index 2257e725ac3a..348cdf012c9b 100644 --- a/sys/sparc64/include/vm.h +++ b/sys/sparc64/include/vm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Alan L. Cox <alc@cs.rice.edu> * All rights reserved. * diff --git a/sys/sparc64/include/watch.h b/sys/sparc64/include/watch.h index bb658f9efb53..1adb2e1c6670 100644 --- a/sys/sparc64/include/watch.h +++ b/sys/sparc64/include/watch.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2001 by Thomas Moestl <tmm@FreeBSD.org>. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sparc64/include/wstate.h b/sys/sparc64/include/wstate.h index aae2fda9848b..e55916b7dcf9 100644 --- a/sys/sparc64/include/wstate.h +++ b/sys/sparc64/include/wstate.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without |