Add copyright headers in source files

This commit is contained in:
Jean Pierre Cimalando 2021-01-04 02:04:43 +01:00
parent 2f3ed16197
commit 445b92a5fa
8 changed files with 63 additions and 0 deletions

View file

@ -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 #pragma once
#include <vector> #include <vector>
#include <string> #include <string>

View file

@ -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 "layout.h"
#include "reader.h" #include "reader.h"
#include <absl/strings/ascii.h> #include <absl/strings/ascii.h>

View file

@ -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 "reader.h"
#include <absl/strings/string_view.h> #include <absl/strings/string_view.h>
#include <iostream> #include <iostream>

View file

@ -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 #pragma once
#include "layout.h" #include "layout.h"
#include <string> #include <string>

View file

@ -1,4 +1,11 @@
// -*- C++ -*- // -*- 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 #pragma once
#include <limits> #include <limits>
#include <utility> #include <utility>

View file

@ -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 "../../allocator"
#include <new> #include <new>
#if defined(_WIN32) #if defined(_WIN32)

View file

@ -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 "../../allocator"
#include <new> #include <new>

View file

@ -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 "../../allocator"
#include <stdlib.h> #include <stdlib.h>