diff options
author | Nick Clifton <nickc@redhat.com> | 2002-07-30 09:07:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-07-30 09:07:00 +0000 |
commit | 5ec4a8f31301e303c88a997205069237b9bbe29e (patch) | |
tree | c6d0dfa932085dd42910e7ef7d00c86b3a9c0d9e /gprof/gmon.h | |
parent | 19c7c5822243dbcbd867de476f910fb746e5aa09 (diff) | |
download | gdb-5ec4a8f31301e303c88a997205069237b9bbe29e.zip gdb-5ec4a8f31301e303c88a997205069237b9bbe29e.tar.gz gdb-5ec4a8f31301e303c88a997205069237b9bbe29e.tar.bz2 |
Update copyright notice
Diffstat (limited to 'gprof/gmon.h')
-rw-r--r-- | gprof/gmon.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/gprof/gmon.h b/gprof/gmon.h index 884add1..7f1c333 100644 --- a/gprof/gmon.h +++ b/gprof/gmon.h @@ -1,6 +1,6 @@ -/*- - * Copyright (c) 1991, 2001 The Regents of the University of California. - * All rights reserved. +/* + * Copyright (c) 1983, 1991, 1993, 2001 + * 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 @@ -10,11 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 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. * @@ -29,8 +25,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)gmon.h 5.2 (Berkeley) 5/6/91 */ #ifndef gmon_h #define gmon_h |