Skip to content

Commit 8144861

Browse files
committed
add explicit copyright notice to each file
1 parent 8ae90b5 commit 8144861

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+180
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions

_design.md

Lines changed: 2 additions & 0 deletions

src/functional.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2024, Marco Nikander
2+
13
#pragma once
24

35
#include <algorithm>

src/io/print.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2024, Marco Nikander
2+
13
#pragma once
24

35
#include <algorithm>

src/io/vector_stream.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2024, Marco Nikander
2+
13
#pragma once
24

35
#include <algorithm>

src/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2024, Marco Nikander
2+
13
#include <cstdlib> // exit_success
24
#include <iostream>
35
#include "io/vector_stream.hpp"

src/meta/_meta.md

Lines changed: 4 additions & 0 deletions

src/meta/bind.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2024, Marco Nikander
2+
13
#pragma once
24

35
namespace xpr {

src/meta/expression.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2024, Marco Nikander
2+
13
#pragma once
24

35
#include <vector>

src/meta/global_datatypes.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
// Copyright (c) 2024, Marco Nikander
12
//! @brief Several useful datatypes which are const by default. Note these are
23
//! in the GLOBAL NAMESPACE, so only include this file if you REALLY
34
//! want to use these aliases.
45

6+
57
#pragma once
68

79
#include <cstdint>

0 commit comments

Comments
 (0)