From d2f4b71726c041d677f139830c61f0432e5f54b3 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Tue, 14 Apr 2020 08:23:20 -0400 Subject: [PATCH] Add README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0ffd1d --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Boost.IO + +The Boost IO C++ library provides utilities for dealing with the C++ standard +library IO streams. + +### License + +Distributed under the +[Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).