Cleanup: add correct license header to tests

This commit is contained in:
Jacques Lucke 2020-07-08 15:01:33 +02:00
parent ff133bbd33
commit 36a547af7b
21 changed files with 35 additions and 105 deletions

View File

@ -1,3 +1,5 @@
/* Apache License, Version 2.0 */
#include "BLI_array.hh"
#include "BLI_strict_flags.h"
#include "testing/testing.h"

View File

@ -1,3 +1,5 @@
/* Apache License, Version 2.0 */
#include "BLI_disjoint_set.hh"
#include "BLI_strict_flags.h"

View File

@ -1,3 +1,5 @@
/* Apache License, Version 2.0 */
#include "BLI_index_mask.hh"
#include "testing/testing.h"

View File

@ -1,3 +1,5 @@
/* Apache License, Version 2.0 */
#include "BLI_index_range.hh"
#include "BLI_strict_flags.h"
#include "BLI_vector.hh"

View File

@ -1,3 +1,5 @@
/* Apache License, Version 2.0 */
#include "BLI_linear_allocator.hh"
#include "BLI_strict_flags.h"
#include "testing/testing.h"

View File

@ -1,3 +1,5 @@
/* Apache License, Version 2.0 */
#include "BLI_map.hh"
#include "BLI_rand.h"
#include "BLI_set.hh"

View File

@ -1,3 +1,5 @@
/* Apache License, Version 2.0 */
#include "BLI_math_bits.h"
#include "testing/testing.h"
#include <iostream>

View File

@ -1,3 +1,5 @@
/* Apache License, Version 2.0 */
#include "BLI_memory_utils.hh"
#include "BLI_strict_flags.h"
#include "testing/testing.h"

View File

@ -1,3 +1,5 @@
/* Apache License, Version 2.0 */
#include <set>
#include <unordered_set>

View File

@ -1,3 +1,5 @@
/* Apache License, Version 2.0 */
#include "BLI_span.hh"
#include "BLI_strict_flags.h"
#include "BLI_vector.hh"

View File

@ -1,3 +1,5 @@
/* Apache License, Version 2.0 */
#include "BLI_stack.hh"
#include "BLI_strict_flags.h"
#include "BLI_vector.hh"

View File

@ -1,3 +1,5 @@
/* Apache License, Version 2.0 */
#include "BLI_strict_flags.h"
#include "BLI_string_ref.hh"
#include "BLI_vector.hh"

View File

@ -1,3 +1,5 @@
/* Apache License, Version 2.0 */
#include "BLI_strict_flags.h"
#include "BLI_vector_set.hh"
#include "testing/testing.h"

View File

@ -1,3 +1,5 @@
/* Apache License, Version 2.0 */
#include "BLI_strict_flags.h"
#include "BLI_vector.hh"
#include "testing/testing.h"

View File

@ -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 "testing/testing.h"

View File

@ -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 "BLI_float3.hh"
#include "FN_attributes_ref.hh"

View File

@ -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 "testing/testing.h"

View File

@ -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"

View File

@ -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 "testing/testing.h"

View File

@ -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 "testing/testing.h"

View File

@ -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 "testing/testing.h"