Fixup License header 2 -> 2.1
This commit is contained in:
parent
c0d61d32d4
commit
f68dbb20fc
15 changed files with 15 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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
|
#pragma once
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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
|
#pragma once
|
||||||
|
@ -21,8 +21,6 @@ using s32 = std::int32_t;
|
||||||
using s64 = std::int64_t;
|
using s64 = std::int64_t;
|
||||||
using sptr = std::intptr_t;
|
using sptr = std::intptr_t;
|
||||||
|
|
||||||
using size_t = std::size_t;
|
|
||||||
|
|
||||||
using f32 = float;
|
using f32 = float;
|
||||||
using f64 = double;
|
using f64 = double;
|
||||||
static_assert(sizeof(f32) == sizeof(u32), "f32 must be 32 bits wide");
|
static_assert(sizeof(f32) == sizeof(u32), "f32 must be 32 bits wide");
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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>
|
#include <cassert>
|
||||||
|
|
2
src/op.h
2
src/op.h
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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
|
#pragma once
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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
|
#pragma once
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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>
|
#include <cassert>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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"
|
#include "sirit/sirit.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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"
|
#include "sirit/sirit.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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>
|
#include <cassert>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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>
|
#include <cassert>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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
|
#pragma once
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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>
|
#include <algorithm>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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"
|
#include "stream.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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
|
#pragma once
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the sirit project.
|
/* This file is part of the sirit project.
|
||||||
* Copyright (c) 2018 ReinUsesLisp
|
* Copyright (c) 2018 ReinUsesLisp
|
||||||
* This software may be used and distributed according to the terms of the GNU
|
* 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>
|
#include <sirit/sirit.h>
|
||||||
|
|
Loading…
Reference in a new issue