diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-07-10 12:55:06 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-07-10 12:55:06 -0400 |
commit | 91eb3abe54bc1336ef59f5b28eb93fd30a44c633 (patch) | |
tree | a813c4c74979329a9a101a6c0deb4f326274c86b | |
parent | 7b8bcc72304c9101dce8e5faeb50448f2b49cf6d (diff) | |
download | systemtap-steved-91eb3abe54bc1336ef59f5b28eb93fd30a44c633.tar.gz systemtap-steved-91eb3abe54bc1336ef59f5b28eb93fd30a44c633.tar.xz systemtap-steved-91eb3abe54bc1336ef59f5b28eb93fd30a44c633.zip |
fixing inappropriate personal copyright notices
-rwxr-xr-x | testsuite/systemtap.examples/iotime.stp | 3 | ||||
-rwxr-xr-x | testsuite/systemtap.examples/sleeptime.stp | 3 | ||||
-rwxr-xr-x | testsuite/systemtap.examples/wait4time.stp | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/testsuite/systemtap.examples/iotime.stp b/testsuite/systemtap.examples/iotime.stp index a5b36449..4fbd6b6e 100755 --- a/testsuite/systemtap.examples/iotime.stp +++ b/testsuite/systemtap.examples/iotime.stp @@ -1,8 +1,7 @@ #! /usr/bin/env stap /* - * Copyright (C) 2006 Daniel Berrange, Red Hat Inc. - * Copyright (C) 2007 Will Cohen, Red Hat, Inc. + * Copyright (C) 2006-2007 Red Hat Inc. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions diff --git a/testsuite/systemtap.examples/sleeptime.stp b/testsuite/systemtap.examples/sleeptime.stp index 252e50cc..b5729ceb 100755 --- a/testsuite/systemtap.examples/sleeptime.stp +++ b/testsuite/systemtap.examples/sleeptime.stp @@ -1,8 +1,7 @@ #! /usr/bin/env stap /* - * Copyright (C) 2006 Daniel Berrange, Red Hat Inc. - * Copyright (C) 2007 Will Cohen, Red Hat, Inc. + * Copyright (C) 2006-2007 Red Hat Inc. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions diff --git a/testsuite/systemtap.examples/wait4time.stp b/testsuite/systemtap.examples/wait4time.stp index 568239b9..ba300ea7 100755 --- a/testsuite/systemtap.examples/wait4time.stp +++ b/testsuite/systemtap.examples/wait4time.stp @@ -1,8 +1,7 @@ #! /usr/bin/env stap /* - * Copyright (C) 2006 Daniel Berrange, Red Hat Inc. - * Copyright (C) 2007 Will Cohen, Red Hat, Inc. + * Copyright (C) 2006-2007 Red Hat Inc. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions |