diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-20 19:49:47 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-20 19:49:47 +0000 |
| commit | 8a16b7a18f5d0b031f09832fd7752fba717e2a97 (patch) | |
| tree | 5827510e6ce5a4c2c06381904731bd7dfefbfde0 /lib/libc/sparc64 | |
| parent | 2321c474185e657ad1bdb4ef0a323cb10ba09cfc (diff) | |
Notes
Diffstat (limited to 'lib/libc/sparc64')
| -rw-r--r-- | lib/libc/sparc64/SYS.h | 2 | ||||
| -rw-r--r-- | lib/libc/sparc64/fpu/fpu.c | 4 | ||||
| -rw-r--r-- | lib/libc/sparc64/fpu/fpu_add.c | 4 | ||||
| -rw-r--r-- | lib/libc/sparc64/fpu/fpu_arith.h | 4 | ||||
| -rw-r--r-- | lib/libc/sparc64/fpu/fpu_compare.c | 4 | ||||
| -rw-r--r-- | lib/libc/sparc64/fpu/fpu_emu.h | 4 |
6 files changed, 17 insertions, 5 deletions
diff --git a/lib/libc/sparc64/SYS.h b/lib/libc/sparc64/SYS.h index 71d072dd21c7..e8ddb61776af 100644 --- a/lib/libc/sparc64/SYS.h +++ b/lib/libc/sparc64/SYS.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/lib/libc/sparc64/fpu/fpu.c b/lib/libc/sparc64/fpu/fpu.c index 690dec1dba3a..eedc04456cd3 100644 --- a/lib/libc/sparc64/fpu/fpu.c +++ b/lib/libc/sparc64/fpu/fpu.c @@ -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/lib/libc/sparc64/fpu/fpu_add.c b/lib/libc/sparc64/fpu/fpu_add.c index cade197d5bd0..cfe0163d9b58 100644 --- a/lib/libc/sparc64/fpu/fpu_add.c +++ b/lib/libc/sparc64/fpu/fpu_add.c @@ -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/lib/libc/sparc64/fpu/fpu_arith.h b/lib/libc/sparc64/fpu/fpu_arith.h index 6b2e3192c8e5..4ecba92188fd 100644 --- a/lib/libc/sparc64/fpu/fpu_arith.h +++ b/lib/libc/sparc64/fpu/fpu_arith.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/lib/libc/sparc64/fpu/fpu_compare.c b/lib/libc/sparc64/fpu/fpu_compare.c index 50edaa83bf8f..81a0f69d2b5c 100644 --- a/lib/libc/sparc64/fpu/fpu_compare.c +++ b/lib/libc/sparc64/fpu/fpu_compare.c @@ -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/lib/libc/sparc64/fpu/fpu_emu.h b/lib/libc/sparc64/fpu/fpu_emu.h index 78ac16891e73..6fadb3dec8a7 100644 --- a/lib/libc/sparc64/fpu/fpu_emu.h +++ b/lib/libc/sparc64/fpu/fpu_emu.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. * |
