Skip to content

Commit 23b71f6

Browse files
committed
Rename LICENSE_1_0.txt to LICENSE.md.
1 parent 2f1cf7c commit 23b71f6

28 files changed

+27
-53
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# Copyright Michael Park, 2015-2017
44
#
55
# Distributed under the Boost Software License, Version 1.0.
6-
# (See accompanying file LICENSE_1_0.txt or copy at
7-
# http://www.boost.org/LICENSE_1_0.txt)
6+
# (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
87

98
cmake_minimum_required(VERSION 3.6.3)
109

File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[stability]: http://github.com/badges/stability-badges
2020
[travis]: https://travis-ci.org/mpark/variant
2121
[appveyor]: https://ci.appveyor.com/project/mpark/variant
22-
[license]: https://github.com/mpark/variant/blob/master/LICENSE_1_0.txt
22+
[license]: https://github.com/mpark/variant/blob/master/LICENSE.md
2323
[gitter]: https://gitter.im/mpark/variant
2424
[wandbox]: https://wandbox.org/permlink/cWs9KZgG1aTnJqQP
2525

cmake/mpark_variant-config.cmake.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# Copyright Michael Park, 2015-2017
44
#
55
# Distributed under the Boost Software License, Version 1.0.
6-
# (See accompanying file LICENSE_1_0.txt or copy at
7-
# http://www.boost.org/LICENSE_1_0.txt)
6+
# (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
87

98
# Config file for MPark.Variant
109
#

include/mpark/config.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
// Copyright Michael Park, 2015-2017
44
//
55
// Distributed under the Boost Software License, Version 1.0.
6-
// (See accompanying file LICENSE_1_0.txt or copy at
7-
// http://www.boost.org/LICENSE_1_0.txt)
6+
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
87

98
#ifndef MPARK_CONFIG_HPP
109
#define MPARK_CONFIG_HPP

include/mpark/in_place.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
// Copyright Michael Park, 2015-2017
44
//
55
// Distributed under the Boost Software License, Version 1.0.
6-
// (See accompanying file LICENSE_1_0.txt or copy at
7-
// http://www.boost.org/LICENSE_1_0.txt)
6+
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
87

98
#ifndef MPARK_IN_PLACE_HPP
109
#define MPARK_IN_PLACE_HPP

include/mpark/lib.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
// Copyright Michael Park, 2015-2017
44
//
55
// Distributed under the Boost Software License, Version 1.0.
6-
// (See accompanying file LICENSE_1_0.txt or copy at
7-
// http://www.boost.org/LICENSE_1_0.txt)
6+
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
87

98
#ifndef MPARK_LIB_HPP
109
#define MPARK_LIB_HPP

include/mpark/variant.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
// Copyright Michael Park, 2015-2017
44
//
55
// Distributed under the Boost Software License, Version 1.0.
6-
// (See accompanying file LICENSE_1_0.txt or copy at
7-
// http://www.boost.org/LICENSE_1_0.txt)
6+
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
87

98
#ifndef MPARK_VARIANT_HPP
109
#define MPARK_VARIANT_HPP

support/single-header.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# Copyright Michael Park, 2015-2017
44
#
55
# Distributed under the Boost Software License, Version 1.0.
6-
# (See accompanying file LICENSE_1_0.txt or copy at
7-
# http://www.boost.org/LICENSE_1_0.txt)
6+
# (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
87

98
import os.path
109
import re

test/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# Copyright Michael Park, 2015-2017
44
#
55
# Distributed under the Boost Software License, Version 1.0.
6-
# (See accompanying file LICENSE_1_0.txt or copy at
7-
# http://www.boost.org/LICENSE_1_0.txt)
6+
# (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
87

98
cmake_minimum_required(VERSION 3.6.3)
109

0 commit comments

Comments
 (0)