Skip to content

Commit b57ed79

Browse files
committed
Restore License section from main
1 parent fc95223 commit b57ed79

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,20 @@ This repository implements `std::optional` extensions targeting C++26. The `Bema
1313

1414
## License
1515

16-
Source, documentation and associated papers are licensed with the Apache 2.0 license with LLVM exceptions.
16+
Source is licensed with the Apache 2.0 license with LLVM exceptions
1717

1818
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1919

20+
Documentation and associated papers are licensed with the Creative Commons Attribution 4.0 International license.
21+
22+
// SPDX-License-Identifier: CC-BY-4.0
23+
24+
The intent is that the source and documentation are available for use by people implementing their own optional types as well as people using the optional presented here as-is.
25+
26+
The README itself is licesed with CC0 1.0 Universal. Copy the contents and incorporate in your own work as you see fit.
27+
28+
// SPDX-License-Identifier: CC0-1.0
29+
2030
## Examples
2131

2232
Full runable examples can be found in `examples/` - please check [./examples/README.md](./examples/README.md).

0 commit comments

Comments
 (0)