diff options
author | Christopher Faylor <me@cgf.cx> | 2002-02-25 05:27:18 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-02-25 05:27:18 +0000 |
commit | 5a909729b1740fa96cf736db19b2cd6d80739244 (patch) | |
tree | 5d583f0cbc0682da3f47ec5d3cd7ded8b0cbb73f /winsup/utils | |
parent | 45bdd822449580de5311c035e6ccab14e63c9528 (diff) | |
download | cygnal-5a909729b1740fa96cf736db19b2cd6d80739244.tar.gz cygnal-5a909729b1740fa96cf736db19b2cd6d80739244.tar.bz2 cygnal-5a909729b1740fa96cf736db19b2cd6d80739244.zip |
update copyright
Diffstat (limited to 'winsup/utils')
-rw-r--r-- | winsup/utils/strace.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/utils/strace.cc b/winsup/utils/strace.cc index a9f376231..d29d3e49b 100644 --- a/winsup/utils/strace.cc +++ b/winsup/utils/strace.cc @@ -1,6 +1,6 @@ /* strace.cc - Copyright 2000, 2001 Red Hat Inc. + Copyright 2000, 2001, 2002 Red Hat Inc. Written by Chris Faylor <cgf@redhat.com> @@ -35,7 +35,7 @@ int _impure_ptr; #define alloca __builtin_alloca // Version string. -static const char *version_string = "@(#)strace V1.0, Copyright (C) 2001 Red Hat Inc., " __DATE__ "\n"; +static const char *version_string = "@(#)strace V1.0, Copyright (C) 2001, 2002 Red Hat Inc., " __DATE__ "\n"; static const char *pgm; static int forkdebug = 0; |