Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2020-07-08 16:01:33 +0300
committerJacques Lucke <jacques@blender.org>2020-07-08 16:10:30 +0300
commit36a547af7b72cd45f541c3cf7ab35c24b989bf60 (patch)
tree8b956ab299705b237b77270fae31519d09d311ac /tests/gtests/functions/FN_generic_vector_array_test.cc
parentff133bbd33f10b87b5aaf65515453809a3730fe4 (diff)
Cleanup: add correct license header to tests
Diffstat (limited to 'tests/gtests/functions/FN_generic_vector_array_test.cc')
-rw-r--r--tests/gtests/functions/FN_generic_vector_array_test.cc16
1 files changed, 1 insertions, 15 deletions
diff --git a/tests/gtests/functions/FN_generic_vector_array_test.cc b/tests/gtests/functions/FN_generic_vector_array_test.cc
index 3308913a72e..7ce7b543218 100644
--- a/tests/gtests/functions/FN_generic_vector_array_test.cc
+++ b/tests/gtests/functions/FN_generic_vector_array_test.cc
@@ -1,18 +1,4 @@
-/*
- * 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.
- */
+/* Apache License, Version 2.0 */
#include "FN_cpp_types.hh"
#include "FN_generic_vector_array.hh"