diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013, John Lato
+Copyright (c) 2013, John Lato, Google Inc
 
 All rights reserved.
 
@@ -13,7 +13,7 @@
       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * Neither the name of John Lato nor the names of other
+    * Neither the names of John Lato, Google Inc, nor the names of other
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 
diff --git a/posix-paths.cabal b/posix-paths.cabal
--- a/posix-paths.cabal
+++ b/posix-paths.cabal
@@ -1,5 +1,5 @@
 name:		posix-paths
-version:  0.2.0.5
+version:  0.2.1.0
 license:	BSD3
 license-file:	LICENSE
 maintainer:	jwlato@gmail.com
diff --git a/src/System/Posix/FilePath.hs b/src/System/Posix/FilePath.hs
--- a/src/System/Posix/FilePath.hs
+++ b/src/System/Posix/FilePath.hs
@@ -200,7 +200,7 @@
 -- prop> \path -> uncurry addExtension (splitExtensions path) == path
 splitExtensions :: RawFilePath -> (RawFilePath, ByteString)
 splitExtensions x = if BS.null basename
-    then (x,BS.empty)
+    then (path,fileExt)
     else (BS.append path basename,fileExt)
   where
     (path,file) = splitFileNameRaw x
