Skip to content

Commit 47659a9

Browse files
authored
Added license
1 parent a47f557 commit 47659a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

generator.hpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33

44
//|
55
//| micro generator/coroutine/continuation for C++
6-
//| author: Andrew Fedoniouk @ sciter.com
6+
//| author: Andrew @ sciter.com
77
//| idea borrowed from: "coroutines in C" by Simon Tatham,
88
//| http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html
99
//|
10-
10+
//| License: BSD
11+
//|
1112
namespace generator
1213
{
1314
//++ coroutine, generator, continuation for C++

0 commit comments

Comments
 (0)