mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 17:58:09 +08:00
add simplest copyright notice
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_COMBINATOR_HPP
|
#ifndef TOML11_COMBINATOR_HPP
|
||||||
#define TOML11_COMBINATOR_HPP
|
#define TOML11_COMBINATOR_HPP
|
||||||
#include "traits.hpp"
|
#include "traits.hpp"
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_DATETIME
|
#ifndef TOML11_DATETIME
|
||||||
#define TOML11_DATETIME
|
#define TOML11_DATETIME
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_EXCEPTION
|
#ifndef TOML11_EXCEPTION
|
||||||
#define TOML11_EXCEPTION
|
#define TOML11_EXCEPTION
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_FROM_TOML
|
#ifndef TOML11_FROM_TOML
|
||||||
#define TOML11_FROM_TOML
|
#define TOML11_FROM_TOML
|
||||||
#include "get.hpp"
|
#include "get.hpp"
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_GET
|
#ifndef TOML11_GET
|
||||||
#define TOML11_GET
|
#define TOML11_GET
|
||||||
#include "result.hpp"
|
#include "result.hpp"
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_LEXER_HPP
|
#ifndef TOML11_LEXER_HPP
|
||||||
#define TOML11_LEXER_HPP
|
#define TOML11_LEXER_HPP
|
||||||
#include "combinator.hpp"
|
#include "combinator.hpp"
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_PARSER_HPP
|
#ifndef TOML11_PARSER_HPP
|
||||||
#define TOML11_PARSER_HPP
|
#define TOML11_PARSER_HPP
|
||||||
#include "result.hpp"
|
#include "result.hpp"
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_REGION_H
|
#ifndef TOML11_REGION_H
|
||||||
#define TOML11_REGION_H
|
#define TOML11_REGION_H
|
||||||
#include "exception.hpp"
|
#include "exception.hpp"
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_RESULT_H
|
#ifndef TOML11_RESULT_H
|
||||||
#define TOML11_RESULT_H
|
#define TOML11_RESULT_H
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_STORAGE_HPP
|
#ifndef TOML11_STORAGE_HPP
|
||||||
#define TOML11_STORAGE_HPP
|
#define TOML11_STORAGE_HPP
|
||||||
#include "utility.hpp"
|
#include "utility.hpp"
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_STRING_H
|
#ifndef TOML11_STRING_H
|
||||||
#define TOML11_STRING_H
|
#define TOML11_STRING_H
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_TO_TOML
|
#ifndef TOML11_TO_TOML
|
||||||
#define TOML11_TO_TOML
|
#define TOML11_TO_TOML
|
||||||
#include "value.hpp"
|
#include "value.hpp"
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_TRAITS
|
#ifndef TOML11_TRAITS
|
||||||
#define TOML11_TRAITS
|
#define TOML11_TRAITS
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_TYPES_H
|
#ifndef TOML11_TYPES_H
|
||||||
#define TOML11_TYPES_H
|
#define TOML11_TYPES_H
|
||||||
#include "datetime.hpp"
|
#include "datetime.hpp"
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_UTILITY
|
#ifndef TOML11_UTILITY
|
||||||
#define TOML11_UTILITY
|
#define TOML11_UTILITY
|
||||||
#include "traits.hpp"
|
#include "traits.hpp"
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// Copyright Toru Niina 2017.
|
||||||
|
// Distributed under the MIT License.
|
||||||
#ifndef TOML11_VALUE
|
#ifndef TOML11_VALUE
|
||||||
#define TOML11_VALUE
|
#define TOML11_VALUE
|
||||||
#include "traits.hpp"
|
#include "traits.hpp"
|
||||||
|
Reference in New Issue
Block a user