Update copyright years and version name.
diff --git a/Doc/license.rst b/Doc/license.rst
index 6f63ed4..9d6ef24 100644
--- a/Doc/license.rst
+++ b/Doc/license.rst
@@ -118,7 +118,7 @@
 +----------------+--------------+------------+------------+-----------------+
 | 3.2.2          | 3.2.1        | 2011       | PSF        | yes             |
 +----------------+--------------+------------+------------+-----------------+
-| 3.3            | 3.2          | 2012       | PSF        | yes             |
+| 3.3.0          | 3.2          | 2012       | PSF        | yes             |
 +----------------+--------------+------------+------------+-----------------+
 
 .. note::
diff --git a/LICENSE b/LICENSE
index 349cbbf..235b568 100644
--- a/LICENSE
+++ b/LICENSE
@@ -73,7 +73,7 @@
     3.2             3.1         2011        PSF         yes
     3.2.1           3.2         2011        PSF         yes
     3.2.2           3.2.1       2011        PSF         yes
-    3.3             3.2         2012        PSF         yes
+    3.3.0           3.2         2012        PSF         yes
 
 Footnotes:
 
diff --git a/PC/python_nt.rc b/PC/python_nt.rc
index 5295610..5010baa 100644
--- a/PC/python_nt.rc
+++ b/PC/python_nt.rc
@@ -12,7 +12,7 @@
 #   include "pythonnt_rc.h"
 #endif
 
-/* e.g., 2.1a2
+/* e.g., 3.3.0a1
  * PY_VERSION comes from patchevel.h
  */
 #define PYTHON_VERSION PY_VERSION "\0"
diff --git a/Python/getcopyright.c b/Python/getcopyright.c
index d1e2578..d83c6da 100644
--- a/Python/getcopyright.c
+++ b/Python/getcopyright.c
@@ -19,5 +19,5 @@
 const char *
 Py_GetCopyright(void)
 {
-	return cprt;
+    return cprt;
 }