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/windowtest.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tests/windowtest.cpp') diff --git a/tests/windowtest.cpp b/tests/windowtest.cpp index 53ff3e9c..40b7e664 100644 --- a/tests/windowtest.cpp +++ b/tests/windowtest.cpp @@ -1,15 +1,13 @@ -/* ---------------------------------------------------------------------------- - * windowtest.cpp +/** --------------------------------------------------------------------------- + * @file: windowtest.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. * ---------------------------------------------------------------------------- */ - - -#include #include +#include TEST(Window, Open) { -- cgit