diff --git a/Changes b/Changes
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+[Changes for 0.53 - 2015-02-27]
+
+* Change Cabal license field to say MIT.
+
 [Changes for 0.52 - 2014-05-06]
 
 * Add compatibility with base 4.7.0.0 (GHC 7.8.1+)
diff --git a/HsSyck.cabal b/HsSyck.cabal
--- a/HsSyck.cabal
+++ b/HsSyck.cabal
@@ -1,5 +1,5 @@
 Name:                HsSyck
-Version:             0.52
+Version:             0.53
 Cabal-version:       >= 1.6
 Category:            Text, Pugs
 Synopsis:            Fast, lightweight YAML loader and dumper
@@ -11,12 +11,11 @@
                      dumping YAML data. It lets you transform textual YAML data into an
                      object of type 'YamlNode', and vice versa, fast.
 
--- License is really "MIT", but Cabal doesn't have that constant yet
-License:             BSD3
+License:             MIT
 License-File:        LICENSE
 Author:              Audrey Tang
 Maintainer:          audreyt@audreyt.org
-Copyright:           Audrey Tang, Gaal Yahas, Oliver Charles, 2005, 2006, 2007, 2008, 2009, 2013, 2014
+Copyright:           Audrey Tang, Gaal Yahas, Oliver Charles, 2005, 2006, 2007, 2008, 2009, 2013, 2014, 2015
 Bug-Reports: https://github.com/audreyt/hssyck/issues
 
 Build-Type:          Simple
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2005, 2006, 2008, 2014 by Audrey Tang, Gaal Yahas, Oliver Charles
+Copyright 2005, 2006, 2008, 2014, 2015 by Audrey Tang, Gaal Yahas, Oliver Charles
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
