From c60164953dd6a4ee485c42211a3bcf8ee9eba06f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 20 Dec 2017 14:38:14 +0000 Subject: Fixed license headers --- tests/vector3test.cpp | 38 ++++++++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 8 deletions(-) (limited to 'tests/vector3test.cpp') diff --git a/tests/vector3test.cpp b/tests/vector3test.cpp index daab02af..570a5c10 100644 --- a/tests/vector3test.cpp +++ b/tests/vector3test.cpp @@ -1,13 +1,37 @@ -/* ---------------------------------------------------------------------------- - * vector3test.cpp +/** --------------------------------------------------------------------------- + * @file: vector3test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. * ---------------------------------------------------------------------------- */ -/* ---------------------------------------------------------------------------- - * vector3test.cpp +/** --------------------------------------------------------------------------- + * @file: vector3test.cpp + * + * Copyright (c) 2017 Yann Herklotz Grave + * MIT License, see LICENSE file for more details. + * ---------------------------------------------------------------------------- + */ + +/** --------------------------------------------------------------------------- + * @file: vector3test.cpp + * + * Copyright (c) 2017 Yann Herklotz Grave + * MIT License, see LICENSE file for more details. + * ---------------------------------------------------------------------------- + */ + +/** --------------------------------------------------------------------------- + * @file: vector3test.cpp + * + * Copyright (c) 2017 Yann Herklotz Grave + * MIT License, see LICENSE file for more details. + * ---------------------------------------------------------------------------- + */ + +/** --------------------------------------------------------------------------- + * @file: vector3test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. @@ -17,8 +41,8 @@ #include #include -#include #include +#include using namespace yage; @@ -60,9 +84,7 @@ TEST(Vector3, Assigning_z) ASSERT_EQ(vec.z, vec[2]); } -TEST(Vector3, Addition) -{ -} +TEST(Vector3, Addition) {} int main(int argc, char **argv) { -- cgit