From 3c04788198ae3e5b5684478d3633dfe09abbea28 Mon Sep 17 00:00:00 2001 From: Guobao Shen Date: Tue, 17 Jul 2012 09:55:17 -0400 Subject: [PATCH] add a README file --- .hgignore | 2 ++ README | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 README diff --git a/.hgignore b/.hgignore index 4ccdb51..f9bdb94 100644 --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,5 @@ +QtC* + syntax: glob .DS_Store ./bin diff --git a/README b/README new file mode 100644 index 0000000..a45665e --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +Since the Normative Types specification is not yet at Public Working Draft level, +any implementation must be considered alpha. The implementations of helpers under +this repo must be considered alpha level. +