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/gmon | |
| parent | 2321c474185e657ad1bdb4ef0a323cb10ba09cfc (diff) | |
Notes
Diffstat (limited to 'lib/libc/gmon')
| -rw-r--r-- | lib/libc/gmon/gmon.c | 2 | ||||
| -rw-r--r-- | lib/libc/gmon/mcount.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/gmon/gmon.c b/lib/libc/gmon/gmon.c index adbff599683e6..0d06f3888030c 100644 --- a/lib/libc/gmon/gmon.c +++ b/lib/libc/gmon/gmon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index 178d1c6207915..ad2877e19b1d6 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. * |
