Fixup License header 2 -> 2.1

This commit is contained in:
ReinUsesLisp 2018-08-26 23:28:39 -03:00
parent c0d61d32d4
commit f68dbb20fc
15 changed files with 15 additions and 17 deletions

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#pragma once

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#pragma once
@ -21,8 +21,6 @@ using s32 = std::int32_t;
using s64 = std::int64_t;
using sptr = std::intptr_t;
using size_t = std::size_t;
using f32 = float;
using f64 = double;
static_assert(sizeof(f32) == sizeof(u32), "f32 must be 32 bits wide");

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#include <cassert>

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#pragma once

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#pragma once

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#include <cassert>

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#include "sirit/sirit.h"

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#include "sirit/sirit.h"

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#include <cassert>

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#include <cassert>

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#pragma once

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#include <algorithm>

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#include "stream.h"

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#pragma once

View file

@ -1,7 +1,7 @@
/* This file is part of the sirit project.
* Copyright (c) 2018 ReinUsesLisp
* This software may be used and distributed according to the terms of the GNU
* Lesser General Public License version 2 or any later version.
* Lesser General Public License version 2.1 or any later version.
*/
#include <sirit/sirit.h>