From 099522ada3588c3ccb7bad0b4524602c6993541a Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sat, 2 May 2020 22:32:57 +0300 Subject: [PATCH] fix LICENSE alignments --- src/config.h | 10 +++++----- test/src/test_struct.c | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/config.h b/src/config.h index a6ab44f..ddec761 100644 --- a/src/config.h +++ b/src/config.h @@ -1,9 +1,9 @@ /* -* Copyright (c), Recep Aslantas. -* -* MIT License (MIT), http://opensource.org/licenses/MIT -* Full license can be found in the LICENSE file -*/ + * Copyright (c), Recep Aslantas. + * + * MIT License (MIT), http://opensource.org/licenses/MIT + * Full license can be found in the LICENSE file + */ #ifndef cglm__config__h_ #define cglm__config__h_ diff --git a/test/src/test_struct.c b/test/src/test_struct.c index 9c1126f..ce79356 100644 --- a/test/src/test_struct.c +++ b/test/src/test_struct.c @@ -1,9 +1,9 @@ /* -* Copyright (c), Recep Aslantas. -* -* MIT License (MIT), http://opensource.org/licenses/MIT -* Full license can be found in the LICENSE file -*/ + * Copyright (c), Recep Aslantas. + * + * MIT License (MIT), http://opensource.org/licenses/MIT + * Full license can be found in the LICENSE file + */ #include "test_common.h"