diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2019-01-31 11:42:29 +0100 |
---|---|---|
committer | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2019-02-01 10:32:24 +0100 |
commit | 62fb0614c6ceb06152ca347420baf9fba8821cd5 (patch) | |
tree | 93992b33bdc30b2242c892ad8e2babc826768c39 | |
parent | 24629e97011a2c7863380cddfb00936c70db26c0 (diff) | |
download | newlib-62fb0614c6ceb06152ca347420baf9fba8821cd5.zip newlib-62fb0614c6ceb06152ca347420baf9fba8821cd5.tar.gz newlib-62fb0614c6ceb06152ca347420baf9fba8821cd5.tar.bz2 |
scandir: Update copyright notice from FreeBSD
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
-rw-r--r-- | newlib/libc/posix/scandir.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/posix/scandir.c b/newlib/libc/posix/scandir.c index 57b9682..20c1d6d 100644 --- a/newlib/libc/posix/scandir.c +++ b/newlib/libc/posix/scandir.c @@ -1,10 +1,10 @@ #ifndef HAVE_OPENDIR -/* +/*- * SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |