diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 20:44:41 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 20:44:41 +0000 |
commit | a8cffe1148512531649d897c006d23e36a22342c (patch) | |
tree | 9a8d2547175242f6b81be462ea57e5a732709986 /gcc/gmon.c | |
parent | dab4c373778583e48cbf58188a1ade923f64dad5 (diff) | |
download | gcc-a8cffe1148512531649d897c006d23e36a22342c.tar.gz |
Copyright fixes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24535 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gmon.c')
-rw-r--r-- | gcc/gmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gmon.c b/gcc/gmon.c index 04fc13adf9f..2bb7366197a 100644 --- a/gcc/gmon.c +++ b/gcc/gmon.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1991 The Regents of the University of California. + * Copyright (c) 1991, 1998 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |