diff options
Diffstat (limited to 'utests/compiler_array0.cpp')
-rw-r--r-- | utests/compiler_array0.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/utests/compiler_array0.cpp b/utests/compiler_array0.cpp index 9e3535dc..7cf2bbb2 100644 --- a/utests/compiler_array0.cpp +++ b/utests/compiler_array0.cpp @@ -1,22 +1,3 @@ -/* - * Copyright © 2012 Intel Corporation - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see <http://www.gnu.org/licenses/>. - * - * Author: Benjamin Segovia <benjamin.segovia@intel.com> - */ - #include "utest_helper.hpp" static void cpu(int global_id, int *src, int *dst) { |