1
1

This one was nice ... and it didn't even trigger a compile warning.

Update the copyright.

This commit was SVN r15256.
Этот коммит содержится в:
George Bosilca 2007-07-01 17:59:46 +00:00
родитель b9251eb442
Коммит 0bf7463c6f
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -2,7 +2,7 @@
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2005 The University of Tennessee and The University
* Copyright (c) 2004-2007 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
* reserved.
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@ -36,7 +36,7 @@ bool opal_path_is_absolute( const char *path )
#if defined(__WINDOWS__)
/* On Windows an absolute path always start with [a-z]:\ or with \\ */
if( (isalpha(path[0]) && (':' == path[1])) ||
('\' == path[0]) && ('\' == path[1]) ) return true;
('\\' == path[0]) && ('\\' == path[1]) ) return true;
#else
if( OPAL_PATH_SEP[0] == *path ) {
return true;

Просмотреть файл

@ -2,7 +2,7 @@
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2005 The University of Tennessee and The University
* Copyright (c) 2004-2007 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
* reserved.
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,