Add copyright headers in source files
This commit is contained in:
parent
2f3ed16197
commit
445b92a5fa
8 changed files with 63 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
|||
// -*- C++ -*-
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
// Copyright Jean Pierre Cimalando 2019-2020.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
#pragma once
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// -*- C++ -*-
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
// Copyright Jean Pierre Cimalando 2019-2020.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
#include "layout.h"
|
||||
#include "reader.h"
|
||||
#include <absl/strings/ascii.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// -*- C++ -*-
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
// Copyright Jean Pierre Cimalando 2019-2020.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
#include "reader.h"
|
||||
#include <absl/strings/string_view.h>
|
||||
#include <iostream>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// -*- C++ -*-
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
// Copyright Jean Pierre Cimalando 2019-2020.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
#pragma once
|
||||
#include "layout.h"
|
||||
#include <string>
|
||||
|
|
|
|||
7
external/jsl/include/jsl/allocator
vendored
7
external/jsl/include/jsl/allocator
vendored
|
|
@ -1,4 +1,11 @@
|
|||
// -*- C++ -*-
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
// Copyright Jean Pierre Cimalando 2018-2020.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
#pragma once
|
||||
#include <limits>
|
||||
#include <utility>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// -*- C++ -*-
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
// Copyright Jean Pierre Cimalando 2018-2020.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
#include "../../allocator"
|
||||
#include <new>
|
||||
#if defined(_WIN32)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// -*- C++ -*-
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
// Copyright Jean Pierre Cimalando 2018-2020.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
#include "../../allocator"
|
||||
#include <new>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// -*- C++ -*-
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
// Copyright Jean Pierre Cimalando 2018-2020.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
#include "../../allocator"
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue