Place LICENSE and CONTRIBUTING at the root directory
diff --git a/setup.py b/setup.py
index ada8db3..935d6b1 100755
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@
               'mod_pywebsocket is an Apache HTTP Server extension for '
               'the WebSocket Protocol (RFC 6455). '
               'See mod_pywebsocket/__init__.py for more detail.'),
-      license='See COPYING',
+      license='See LICENSE',
       name=_PACKAGE_NAME,
       packages=[_PACKAGE_NAME, _PACKAGE_NAME + '.handshake'],
       url='http://code.google.com/p/pywebsocket/',