You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,20 @@ This repository implements `std::optional` extensions targeting C++26. The `Bema
13
13
14
14
## License
15
15
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
17
17
18
18
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
19
19
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
+
20
30
## Examples
21
31
22
32
Full runable examples can be found in `examples/` - please check [./examples/README.md](./examples/README.md).
0 commit comments