From edc5b163cd39158f244d7bc64cdaac8a64921c51 Mon Sep 17 00:00:00 2001
From: Douglas Gastonguay-Goddard <edwardhowl@gmail.com>
Date: Wed, 24 Jun 2015 12:13:25 -0400
Subject: [PATCH] Adding readme.

---
 README.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..af4e427
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# portable-executable-library
+Automatically exported from code.google.com/p/portable-executable-library
+
+**Author:** rukaimi (kaimi.ru)
+
+Just forked this to preserve it from the Google Code shutdown. 
+
+Didn't see a license, so if the author or any copyright holders want me to pull it down, let me know. 
+
+I make no claims to rights over this project. Awesome library though.
+
+#PE Bliss
+
+Cross-Platform Portable Executable C++ Library
+Compatible with Windows and Linux (tested on MSVC++ 2008, 2010, GCC 4.4 on Linux). Currently tested on little-endian systems only and might not support big-endian ones.
+
+Library has many usage samples and is well unit-tested.
+
+Library is free to use in both commertial and non-commertial projects. You can also modify and redistribute it. If you are using it, please, do not forget to specify the name or other copyright of PE Bliss somewhere in the description of your project.
-- 
GitLab