Initial check-in

This just adds a README and some other useful files

Change-Id: Ibe1afb1a1d5763c443fe9717ed9ce8e8a24b4d99
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4e20370
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# QUICHE
+
+QUICHE (QUIC, Http/2, Etc) is Google's implementation of QUIC and related
+protocols.  It powers Chromium as well as Google's QUIC servers and some other
+projects.
+
+The code is currently in process of being moved from
+https://cs.chromium.org/chromium/src/net/third_party/ into this repository.
+Please excuse our appearance while we're under construction.