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 /usr.bin/gprof | |
| parent | 2321c474185e657ad1bdb4ef0a323cb10ba09cfc (diff) | |
Notes
Diffstat (limited to 'usr.bin/gprof')
| -rw-r--r-- | usr.bin/gprof/amd64.h | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/aout.c | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/arcs.c | 4 | ||||
| -rw-r--r-- | usr.bin/gprof/arm.h | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/dfn.c | 4 | ||||
| -rw-r--r-- | usr.bin/gprof/elf.c | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/gprof.c | 4 | ||||
| -rw-r--r-- | usr.bin/gprof/gprof.h | 4 | ||||
| -rw-r--r-- | usr.bin/gprof/hertz.c | 4 | ||||
| -rw-r--r-- | usr.bin/gprof/i386.h | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/lookup.c | 4 | ||||
| -rw-r--r-- | usr.bin/gprof/mips.h | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/pathnames.h | 4 | ||||
| -rw-r--r-- | usr.bin/gprof/powerpc.h | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/printgprof.c | 4 | ||||
| -rw-r--r-- | usr.bin/gprof/printlist.c | 4 | ||||
| -rw-r--r-- | usr.bin/gprof/sparc64.h | 2 |
17 files changed, 43 insertions, 9 deletions
diff --git a/usr.bin/gprof/amd64.h b/usr.bin/gprof/amd64.h index f645f7e330b1..838a14039abd 100644 --- a/usr.bin/gprof/amd64.h +++ b/usr.bin/gprof/amd64.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/aout.c b/usr.bin/gprof/aout.c index 0d1a9e14f661..752c67280d2d 100644 --- a/usr.bin/gprof/aout.c +++ b/usr.bin/gprof/aout.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index 9a22fe7d624f..5198654c880d 100644 --- a/usr.bin/gprof/arcs.c +++ b/usr.bin/gprof/arcs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/arm.h b/usr.bin/gprof/arm.h index f645f7e330b1..838a14039abd 100644 --- a/usr.bin/gprof/arm.h +++ b/usr.bin/gprof/arm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/dfn.c b/usr.bin/gprof/dfn.c index 58adbdefcbd2..ef03b3924b5c 100644 --- a/usr.bin/gprof/dfn.c +++ b/usr.bin/gprof/dfn.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/elf.c b/usr.bin/gprof/elf.c index e248d2ff78f8..b4dbf279e525 100644 --- a/usr.bin/gprof/elf.c +++ b/usr.bin/gprof/elf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index 8dc8e2a2ba51..1821fa0bb33f 100644 --- a/usr.bin/gprof/gprof.c +++ b/usr.bin/gprof/gprof.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h index 6be4f9ea675d..4e801cce21e3 100644 --- a/usr.bin/gprof/gprof.h +++ b/usr.bin/gprof/gprof.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/hertz.c b/usr.bin/gprof/hertz.c index 5fde07ab9030..684c9767aa6e 100644 --- a/usr.bin/gprof/hertz.c +++ b/usr.bin/gprof/hertz.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/i386.h b/usr.bin/gprof/i386.h index f645f7e330b1..838a14039abd 100644 --- a/usr.bin/gprof/i386.h +++ b/usr.bin/gprof/i386.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/lookup.c b/usr.bin/gprof/lookup.c index aacda87d5743..8279ff5bc876 100644 --- a/usr.bin/gprof/lookup.c +++ b/usr.bin/gprof/lookup.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/mips.h b/usr.bin/gprof/mips.h index 256398f92eac..5b6854bd7ca0 100644 --- a/usr.bin/gprof/mips.h +++ b/usr.bin/gprof/mips.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/pathnames.h b/usr.bin/gprof/pathnames.h index 28af2aad72ae..fd152db3f600 100644 --- a/usr.bin/gprof/pathnames.h +++ b/usr.bin/gprof/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/powerpc.h b/usr.bin/gprof/powerpc.h index f645f7e330b1..838a14039abd 100644 --- a/usr.bin/gprof/powerpc.h +++ b/usr.bin/gprof/powerpc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index ed017012c7b1..a38527598698 100644 --- a/usr.bin/gprof/printgprof.c +++ b/usr.bin/gprof/printgprof.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index e72640429497..bf07aa85cb47 100644 --- a/usr.bin/gprof/printlist.c +++ b/usr.bin/gprof/printlist.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/gprof/sparc64.h b/usr.bin/gprof/sparc64.h index f645f7e330b1..838a14039abd 100644 --- a/usr.bin/gprof/sparc64.h +++ b/usr.bin/gprof/sparc64.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * |
