From 2ad36ea0c578b5e17ab7d88f8194ca8920be5b83 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Tue, 19 Apr 2016 17:52:30 -0700 Subject: [PATCH] Port readme from googlecode to README.md. Add LICENSE file - the source has always had a copyright notice mentioning the MIT license so this is just to be explicit --- LICENSE | 0 README.txt => README.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 LICENSE rename README.txt => README.md (100%) diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e69de29 diff --git a/README.txt b/README.md similarity index 100% rename from README.txt rename to README.md