From 994e65e5a80c814c2ffe6da66a356228e37f35f4 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 16 Nov 2017 22:01:32 +0000 Subject: Fixing license headers --- tests/rendertest.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/rendertest.cpp') diff --git a/tests/rendertest.cpp b/tests/rendertest.cpp index 5f35b1fc..a0452ab4 100644 --- a/tests/rendertest.cpp +++ b/tests/rendertest.cpp @@ -1,11 +1,13 @@ /* ---------------------------------------------------------------------------- - * renderingtest.cpp + * rendertest.cpp * - * Copyright (c) 2017 Yann Herklotz Grave -- MIT License - * See file LICENSE for more details + * Copyright (c) 2017 Yann Herklotz Grave + * MIT License, see LICENSE file for more details. * ---------------------------------------------------------------------------- */ + + #include "rendertest.h" RenderTest::RenderTest(std::string sprite) : sprite_(sprite) -- cgit