From d915a14ef094c8dfc1a5aee70e135abfec01d0f1 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sat, 25 Nov 2017 17:12:48 +0000 Subject: libc: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified 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. --- lib/libc/arm/aeabi/aeabi_atexit.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/arm/aeabi/aeabi_atexit.c') diff --git a/lib/libc/arm/aeabi/aeabi_atexit.c b/lib/libc/arm/aeabi/aeabi_atexit.c index 8502595385df..a33ca8f78af4 100644 --- a/lib/libc/arm/aeabi/aeabi_atexit.c +++ b/lib/libc/arm/aeabi/aeabi_atexit.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012 Andrew Turner * All rights reserved. * -- cgit v1.2.3