diff --git a/package.json b/package.json
index 9a0c5c1..4dc468c 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
 	"name": "dub",
 	"description": "Package manager for D packages",
 	"license": "MIT",
-	"copyright": "Copyright 2012 rejectedsoftware e.K.",
+	"copyright": "Copyright © 2012-2014 rejectedsoftware e.K., Copyright © 2012-2014 Matthias Dondorff",
 	"authors": [
 		"Matthias Dondorff",
 		"Sönke Ludwig"
diff --git a/source/dub/dependencyresolver.d b/source/dub/dependencyresolver.d
index d41606b..7262e30 100644
--- a/source/dub/dependencyresolver.d
+++ b/source/dub/dependencyresolver.d
@@ -1,7 +1,7 @@
 /**
 	Dependency configuration/version resolution algorithm.
 
-	Copyright: © 2014 Sönke Ludwig
+	Copyright: © 2014 rejectedsoftware e.K.
 	License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
 	Authors: Sönke Ludwig
 */
diff --git a/source/dub/internal/vibecompat/core/file.d b/source/dub/internal/vibecompat/core/file.d
index d8734ae..2f02c74 100644
--- a/source/dub/internal/vibecompat/core/file.d
+++ b/source/dub/internal/vibecompat/core/file.d
@@ -1,7 +1,7 @@
 /**
 	File handling.
 
-	Copyright: © 2012 RejectedSoftware e.K.
+	Copyright: © 2012 rejectedsoftware e.K.
 	License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
 	Authors: Sönke Ludwig
 */
diff --git a/source/dub/internal/vibecompat/core/log.d b/source/dub/internal/vibecompat/core/log.d
index cbfd1bc..ddb6274 100644
--- a/source/dub/internal/vibecompat/core/log.d
+++ b/source/dub/internal/vibecompat/core/log.d
@@ -1,7 +1,7 @@
 /**
 	Central logging facility for vibe.
 
-	Copyright: © 2012 RejectedSoftware e.K.
+	Copyright: © 2012 rejectedsoftware e.K.
 	License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
 	Authors: Sönke Ludwig
 */
diff --git a/source/dub/internal/vibecompat/data/utils.d b/source/dub/internal/vibecompat/data/utils.d
index c39df38..5269fb3 100644
--- a/source/dub/internal/vibecompat/data/utils.d
+++ b/source/dub/internal/vibecompat/data/utils.d
@@ -1,7 +1,7 @@
 /**
 	Utility functions for data serialization
 
-	Copyright: © 2012 RejectedSoftware e.K.
+	Copyright: © 2012 rejectedsoftware e.K.
 	License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
 	Authors: Sönke Ludwig
 */
diff --git a/source/dub/internal/vibecompat/inet/path.d b/source/dub/internal/vibecompat/inet/path.d
index ee265dc..5152f68 100644
--- a/source/dub/internal/vibecompat/inet/path.d
+++ b/source/dub/internal/vibecompat/inet/path.d
@@ -1,7 +1,7 @@
 /**
 	Contains routines for high level path handling.
 
-	Copyright: © 2012 RejectedSoftware e.K.
+	Copyright: © 2012 rejectedsoftware e.K.
 	License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
 	Authors: Sönke Ludwig
 */
diff --git a/source/dub/internal/vibecompat/inet/url.d b/source/dub/internal/vibecompat/inet/url.d
index a3739cf..de01cdc 100644
--- a/source/dub/internal/vibecompat/inet/url.d
+++ b/source/dub/internal/vibecompat/inet/url.d
@@ -1,7 +1,7 @@
 /**
 	URL parsing routines.
 
-	Copyright: © 2012 RejectedSoftware e.K.
+	Copyright: © 2012 rejectedsoftware e.K.
 	License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
 	Authors: Sönke Ludwig
 */