diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-05-10 15:40:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-05-12 16:44:03 +0000 |
| commit | 4d846d260e2b9a3d4d0a701462568268cbfe7a5b (patch) | |
| tree | e06136ddd235d1b7d34c2926249174a5840ad842 /lib/csu | |
| parent | 2b519b170709b9c2bb9f66641737d1d80a5d2538 (diff) | |
Diffstat (limited to 'lib/csu')
| -rw-r--r-- | lib/csu/amd64/crt1_c.c | 2 | ||||
| -rw-r--r-- | lib/csu/common/crtbrand.S | 2 | ||||
| -rw-r--r-- | lib/csu/common/csu_common.h | 2 | ||||
| -rw-r--r-- | lib/csu/common/feature_note.S | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/csu/amd64/crt1_c.c b/lib/csu/amd64/crt1_c.c index a7b3213e4b9b..9fe227f2e433 100644 --- a/lib/csu/amd64/crt1_c.c +++ b/lib/csu/amd64/crt1_c.c @@ -1,6 +1,6 @@ /* LINTLIBRARY */ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright 1996-1998 John D. Polstra. * All rights reserved. diff --git a/lib/csu/common/crtbrand.S b/lib/csu/common/crtbrand.S index 142ef56c2785..9ee16fbf66ed 100644 --- a/lib/csu/common/crtbrand.S +++ b/lib/csu/common/crtbrand.S @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright 2000 David E. O'Brien, John D. Polstra. * All rights reserved. diff --git a/lib/csu/common/csu_common.h b/lib/csu/common/csu_common.h index 76f192f72885..c7d4a640e2b0 100644 --- a/lib/csu/common/csu_common.h +++ b/lib/csu/common/csu_common.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright 1996-1998 John D. Polstra. * All rights reserved. diff --git a/lib/csu/common/feature_note.S b/lib/csu/common/feature_note.S index c2a6c94d1ee2..7f95f32e5f9f 100644 --- a/lib/csu/common/feature_note.S +++ b/lib/csu/common/feature_note.S @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright 2000 David E. O'Brien, John D. Polstra. * All rights reserved. |
