diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-26 02:00:33 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-26 02:00:33 +0000 |
| commit | 5e53a4f90f82c4345f277dd87cc9292f26e04a29 (patch) | |
| tree | 10be8127dc8fe8e40344df4a1c8b85297442fba1 /lib/csu/common | |
| parent | efe67753ccbbbba0013dac241c79d2dc124d76a2 (diff) | |
Notes
Diffstat (limited to 'lib/csu/common')
| -rw-r--r-- | lib/csu/common/crtbrand.c | 2 | ||||
| -rw-r--r-- | lib/csu/common/ignore_init.c | 2 | ||||
| -rw-r--r-- | lib/csu/common/notes.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/lib/csu/common/crtbrand.c b/lib/csu/common/crtbrand.c index 04df686ba731..fcdb824cf749 100644 --- a/lib/csu/common/crtbrand.c +++ b/lib/csu/common/crtbrand.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2000 David E. O'Brien, John D. Polstra. * All rights reserved. * diff --git a/lib/csu/common/ignore_init.c b/lib/csu/common/ignore_init.c index 89b3734ae079..184bcbdf5447 100644 --- a/lib/csu/common/ignore_init.c +++ b/lib/csu/common/ignore_init.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2012 Konstantin Belousov <kib@FreeBSD.org> * All rights reserved. * diff --git a/lib/csu/common/notes.h b/lib/csu/common/notes.h index b2c53bf0351c..aeb5203d8dc1 100644 --- a/lib/csu/common/notes.h +++ b/lib/csu/common/notes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2012 Konstantin Belousov <kib@FreeBSD.org> * All rights reserved. * |
