mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 12:07:21 +02:00
added missing license info in one file
This commit is contained in:
@ -1,3 +1,14 @@
|
|||||||
|
// Copyright (C) 2017 Andrzej Krzemienski.
|
||||||
|
//
|
||||||
|
// Use, modification, and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
//
|
||||||
|
// See http://www.boost.org/libs/optional for documentation.
|
||||||
|
//
|
||||||
|
// You are welcome to contact the author at:
|
||||||
|
// akrzemi1@gmail.com
|
||||||
|
|
||||||
// trivilally-copyable version of the storage
|
// trivilally-copyable version of the storage
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
|
Reference in New Issue
Block a user