Implement dual licensing.



git-svn-id: svn://svn.valgrind.org/vex/trunk@1313 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/HACKING.README b/HACKING.README
new file mode 100644
index 0000000..ab57565
--- /dev/null
+++ b/HACKING.README
@@ -0,0 +1,17 @@
+
+This directory and its children contain LibVEX, a library for dynamic
+binary instrumentation and translation.
+
+Changes: if you wish to contribute a change which is a significant one
+in terms of the amount of code changes, please be aware that OpenWorks
+LLP wishes to retain copyright of the Vex library.  Therefore you will
+have to sign over copyright ownership of your code to OpenWorks LLP
+before we can include your changes in the main source tree.
+
+Before you start modifying anything for real, you should probably join
+the valgrind-developers mailing list and send it mail describing what
+you want to do and how you want to do it so you don't waste time
+working on something we can't integrate. This also allows us to keep
+track of what's being worked on so efforts aren't duplicated.
+
+Please also read the information in the file LICENSE.README.