diff --git a/README b/README
--- a/README
+++ b/README
@@ -29,6 +29,18 @@
 for inferencing or use as a flexible graph-processing library
 (e.g. for extensions to non-RDF models).
 
+# Copyright
+
+(c) 2003, 2004 G. Klyne
+(c) 2009 Vasili I Galchin
+(c) 2011, 2012, 2013 Doug Burke
+
+All rights reserved.
+
+# License
+
+GPL V2
+
 # Haskell and the Semantic Web 
 
 Other Haskell packages for RDF support include
diff --git a/src/Swish/RDF/Formatter/NTriples.hs b/src/Swish/RDF/Formatter/NTriples.hs
--- a/src/Swish/RDF/Formatter/NTriples.hs
+++ b/src/Swish/RDF/Formatter/NTriples.hs
@@ -5,7 +5,7 @@
 -- |
 --  Module      :  NTriples
 --  Copyright   :  (c) 2003, Graham Klyne, 2009 Vasili I Galchin,
---                 2011, 2012 Douglas Burke
+--                 2011, 2012, 2013 Douglas Burke
 --  License     :  GPL V2
 --
 --  Maintainer  :  Douglas Burke
diff --git a/src/Swish/RDF/Parser/Utils.hs b/src/Swish/RDF/Parser/Utils.hs
--- a/src/Swish/RDF/Parser/Utils.hs
+++ b/src/Swish/RDF/Parser/Utils.hs
@@ -6,7 +6,7 @@
 --------------------------------------------------------------------------------
 -- |
 --  Module      :  Utils
---  Copyright   :  (c) 2003, Graham Klyne, 2009 Vasili I Galchin, 2011, 2012 Douglas Burke
+--  Copyright   :  (c) 2003, Graham Klyne, 2009 Vasili I Galchin, 2011, 2012, 2013 Douglas Burke
 --  License     :  GPL V2
 --
 --  Maintainer  :  Douglas Burke
@@ -81,13 +81,10 @@
 
 -- Code
 
--- | Append the two URIs. Should probably be moved
---   out of RDFParser. It is also just a thin wrapper around
---   `Network.URI.relativeTo`.
---
---  Apparently, @relativeTo@ always returns @Just@ (at least
---  prior to version @2.4.0.0@ of @network), so we do not
---  expect this to ever fail (return `Left`).
+-- | Append the two URIs. Given the change in signature of
+--   `Network.URI.relativeTo` in versino @2.4.0.0@ of @network@,
+--   it is not clear that this function is necessary. At the
+--   very lease, it will be changed to just return a `URI`.
 --
 appendURIs ::
   URI     -- ^ The base URI
diff --git a/swish.cabal b/swish.cabal
--- a/swish.cabal
+++ b/swish.cabal
@@ -1,15 +1,15 @@
 Name:               swish
-Version:            0.9.0.2
+Version:            0.9.0.3
 Stability:          experimental
 License:            LGPL
 License-file:       LICENSE 
 Author:             Graham Klyne - GK@ninebynine.org
-Copyright:          (c) 2003, 2004 G. Klyne; 2009 Vasili I Galchin; 2011, 2012 Doug Burke; All rights reserved.
+Copyright:          (c) 2003, 2004 G. Klyne; 2009 Vasili I Galchin; 2011, 2012, 2013 Doug Burke; All rights reserved.
 Maintainer:         dburke@cfa.harvard.edu
 Category:           Semantic Web
 Synopsis:           A semantic web toolkit. 
 
-Tested-With:        GHC==7.4.2
+Tested-With:        GHC==7.6.3
 Cabal-Version:      >= 1.9.2
 Homepage:           https://bitbucket.org/doug_burke/swish/wiki/Home
 Bug-reports:        https://bitbucket.org/doug_burke/swish/issues
@@ -43,6 +43,10 @@
   * RDF formal semantics entailment rule implementation.
   .
   * Complete, ready-to-run, command-line and script-driven programs.
+  .
+  Changes in version @0.9.0.3@:
+  .
+  * Minor Haddock fix to @Swish.RDF.Parser.Utils.appendURIs@.
   .
   Changes in version @0.9.0.2@:
   .
