diff --git a/ompi/mpi/c/wtime.c b/ompi/mpi/c/wtime.c index 84ced12e78..1aaa48fa3c 100644 --- a/ompi/mpi/c/wtime.c +++ b/ompi/mpi/c/wtime.c @@ -9,6 +9,7 @@ * University of Stuttgart. All rights reserved. * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. + * Copyright (c) 2006 Cisco Systems, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -45,4 +46,4 @@ double MPI_Wtime(void) #else return (double)opal_timer_base_get_cycles(); #endif /* OPAL_TIMER_USEC_NATIVE */ -} \ No newline at end of file +}