diff options
Diffstat (limited to 'tests/run_parallel.h')
-rw-r--r-- | tests/run_parallel.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/tests/run_parallel.h b/tests/run_parallel.h index 376b3c7..97e29cb 100644 --- a/tests/run_parallel.h +++ b/tests/run_parallel.h @@ -1,8 +1,19 @@ /* * Copyright (c) 2003-2005 Hewlett-Packard Development Company, L.P. * - * This file is covered by the GNU general public license, version 2. - * see COPYING for details. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #if defined(_MSC_VER) || \ |