diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-02-28 23:42:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-02-28 23:42:47 +0000 |
| commit | fbbd9655e5107c68e4e0146ff22b73d7350475bc (patch) | |
| tree | c68b7d4e6c82fd26ce5f831625ef6e971ad98e9c /usr.bin/gprof | |
| parent | 08c22689e662f3091ba410c950367f0769c92995 (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 | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/arm.h | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/dfn.c | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/elf.c | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/gprof.1 | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/gprof.c | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/gprof.h | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/hertz.c | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/i386.h | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/lookup.c | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/mips.h | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/pathnames.h | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/powerpc.h | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/printgprof.c | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/printlist.c | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/sparc64.h | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/usr.bin/gprof/amd64.h b/usr.bin/gprof/amd64.h index 58b92c577283..f645f7e330b1 100644 --- a/usr.bin/gprof/amd64.h +++ b/usr.bin/gprof/amd64.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/aout.c b/usr.bin/gprof/aout.c index 7907d466df68..0d1a9e14f661 100644 --- a/usr.bin/gprof/aout.c +++ b/usr.bin/gprof/aout.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index 4bea6c67186b..9a22fe7d624f 100644 --- a/usr.bin/gprof/arcs.c +++ b/usr.bin/gprof/arcs.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/arm.h b/usr.bin/gprof/arm.h index 58b92c577283..f645f7e330b1 100644 --- a/usr.bin/gprof/arm.h +++ b/usr.bin/gprof/arm.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/dfn.c b/usr.bin/gprof/dfn.c index a49cd31d4687..58adbdefcbd2 100644 --- a/usr.bin/gprof/dfn.c +++ b/usr.bin/gprof/dfn.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/elf.c b/usr.bin/gprof/elf.c index 3d9c13680255..e248d2ff78f8 100644 --- a/usr.bin/gprof/elf.c +++ b/usr.bin/gprof/elf.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index 98fd72914962..857f7a7a7995 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -9,7 +9,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index 879b0acb75ae..8dc8e2a2ba51 100644 --- a/usr.bin/gprof/gprof.c +++ b/usr.bin/gprof/gprof.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h index c8140eb8dde6..6be4f9ea675d 100644 --- a/usr.bin/gprof/gprof.h +++ b/usr.bin/gprof/gprof.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/hertz.c b/usr.bin/gprof/hertz.c index 9a8a2b1b1612..5fde07ab9030 100644 --- a/usr.bin/gprof/hertz.c +++ b/usr.bin/gprof/hertz.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/i386.h b/usr.bin/gprof/i386.h index 58b92c577283..f645f7e330b1 100644 --- a/usr.bin/gprof/i386.h +++ b/usr.bin/gprof/i386.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/lookup.c b/usr.bin/gprof/lookup.c index 0ef1e0bb1e42..aacda87d5743 100644 --- a/usr.bin/gprof/lookup.c +++ b/usr.bin/gprof/lookup.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/mips.h b/usr.bin/gprof/mips.h index e6a1c9caf0cf..256398f92eac 100644 --- a/usr.bin/gprof/mips.h +++ b/usr.bin/gprof/mips.h @@ -14,7 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/pathnames.h b/usr.bin/gprof/pathnames.h index f88bea03ee35..28af2aad72ae 100644 --- a/usr.bin/gprof/pathnames.h +++ b/usr.bin/gprof/pathnames.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/powerpc.h b/usr.bin/gprof/powerpc.h index 58b92c577283..f645f7e330b1 100644 --- a/usr.bin/gprof/powerpc.h +++ b/usr.bin/gprof/powerpc.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index 303365a9c0ef..ed017012c7b1 100644 --- a/usr.bin/gprof/printgprof.c +++ b/usr.bin/gprof/printgprof.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index a8eb6b6fe236..e72640429497 100644 --- a/usr.bin/gprof/printlist.c +++ b/usr.bin/gprof/printlist.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/gprof/sparc64.h b/usr.bin/gprof/sparc64.h index 58b92c577283..f645f7e330b1 100644 --- a/usr.bin/gprof/sparc64.h +++ b/usr.bin/gprof/sparc64.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |
