diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -52,9 +52,7 @@
 
 ## Copyright and License
 
-Copyright Daniel Brice (c) 2020
-
-All rights reserved.
+Copyright (C) 2020-2021 Daniel Brice
 
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
 
diff --git a/runhs.cabal b/runhs.cabal
--- a/runhs.cabal
+++ b/runhs.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: runhs
-version: 1.0.0.8
+version: 1.0.0.9
 synopsis: Stack wrapper for single-file Haskell programs.
 description:
   Stack wrapper for single-file Haskell programs.
@@ -12,7 +12,7 @@
 bug-reports: https://github.com/friedbrice/runhs/issues
 author: Daniel Brice
 maintainer: danielbrice@gmail.com
-copyright: 2020 Daniel Brice
+copyright: Copyright (C) 2020-2021 Daniel Brice
 license: BSD-3-Clause
 license-file: README.md
 build-type: Simple
diff --git a/test/Main.hs b/test/Main.hs
--- a/test/Main.hs
+++ b/test/Main.hs
@@ -52,7 +52,7 @@
             out `shouldContain` "greet :: [String] -> [IO ()]"
             err `shouldContain` unwords ["Selected resolver:", resolver]
 
-        -- broken in CI. works on my machine. i don't have time for this shit.
+        -- broken in CI. works on my machine. i don't have time for this ****.
         -- it "should load in watch mode" $ do
         --     (_, out, err) <- runhs resolver Watch helloHaskell ["--allow-eval"] ""
         --     -- Ghcid exits with success on Windows, with error on Unix.
