add license notice to all headers and add LICENSE_1_0.txt

This commit is contained in:
Johannes Kapfhammer 2022-03-31 21:40:48 +02:00
parent b3250096e1
commit b8e3f1058c
Signed by: johannesk
GPG key ID: 565B82ED229ACA80
8 changed files with 46 additions and 3 deletions

View file

@ -1,3 +1,7 @@
// Copyright Johannes Kapfhammer 2019-2022.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <algorithm>
#include <array>
#include <bitset>

View file

@ -1,4 +1,4 @@
// Copyright Johannes Kapfhammer 2019.
// Copyright Johannes Kapfhammer 2019-2022.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

View file

@ -1,3 +1,7 @@
// Copyright Johannes Kapfhammer 2019-2022.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#pragma GCC diagnostic error "-Wdeprecated-declarations"
struct endl_is_evil_t {

View file

@ -1,3 +1,7 @@
// Copyright Johannes Kapfhammer 2019-2022.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <iostream>
#include <cassert>
#include <vector>

View file

@ -1,11 +1,10 @@
// Copyright Johannes Kapfhammer 2019.
// Copyright Johannes Kapfhammer 2019-2022.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// pretty pretty_printing with c++
//
#ifndef SOI_PRETTY
#define SOI_PRETTY

View file

@ -1,3 +1,7 @@
// Copyright Johannes Kapfhammer 2019-2022.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <ostream>
#include <streambuf>