Skip to content

Commit

Permalink
add simplest copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Dec 13, 2018
1 parent 57de57a commit fd21d5d
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toml/combinator.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_COMBINATOR_HPP
#define TOML11_COMBINATOR_HPP
#include "traits.hpp"
Expand Down
2 changes: 2 additions & 0 deletions toml/datetime.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_DATETIME
#define TOML11_DATETIME
#include <chrono>
Expand Down
2 changes: 2 additions & 0 deletions toml/exception.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_EXCEPTION
#define TOML11_EXCEPTION
#include <stdexcept>
Expand Down
2 changes: 2 additions & 0 deletions toml/from_toml.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_FROM_TOML
#define TOML11_FROM_TOML
#include "get.hpp"
Expand Down
2 changes: 2 additions & 0 deletions toml/get.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_GET
#define TOML11_GET
#include "result.hpp"
Expand Down
2 changes: 2 additions & 0 deletions toml/lexer.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_LEXER_HPP
#define TOML11_LEXER_HPP
#include "combinator.hpp"
Expand Down
2 changes: 2 additions & 0 deletions toml/parser.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_PARSER_HPP
#define TOML11_PARSER_HPP
#include "result.hpp"
Expand Down
2 changes: 2 additions & 0 deletions toml/region.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_REGION_H
#define TOML11_REGION_H
#include "exception.hpp"
Expand Down
2 changes: 2 additions & 0 deletions toml/result.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_RESULT_H
#define TOML11_RESULT_H
#include <type_traits>
Expand Down
2 changes: 2 additions & 0 deletions toml/storage.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_STORAGE_HPP
#define TOML11_STORAGE_HPP
#include "utility.hpp"
Expand Down
2 changes: 2 additions & 0 deletions toml/string.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_STRING_H
#define TOML11_STRING_H
#include <string>
Expand Down
2 changes: 2 additions & 0 deletions toml/to_toml.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_TO_TOML
#define TOML11_TO_TOML
#include "value.hpp"
Expand Down
2 changes: 2 additions & 0 deletions toml/traits.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_TRAITS
#define TOML11_TRAITS
#include <type_traits>
Expand Down
2 changes: 2 additions & 0 deletions toml/types.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_TYPES_H
#define TOML11_TYPES_H
#include "datetime.hpp"
Expand Down
2 changes: 2 additions & 0 deletions toml/utility.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_UTILITY
#define TOML11_UTILITY
#include "traits.hpp"
Expand Down
2 changes: 2 additions & 0 deletions toml/value.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_VALUE
#define TOML11_VALUE
#include "traits.hpp"
Expand Down

0 comments on commit fd21d5d

Please sign in to comment.