diff --git a/types/uuid/index.d.ts b/types/uuid/index.d.ts
index 80122eaf5e..a979b989fd 100644
--- a/types/uuid/index.d.ts
+++ b/types/uuid/index.d.ts
@@ -2,6 +2,7 @@
// Project: https://github.com/kelektiv/node-uuid
// Definitions by: Oliver Hoffmann
// Felipe Ochoa
+// Chris Barth
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
diff --git a/types/uuid/interfaces.d.ts b/types/uuid/interfaces.d.ts
index a5a6484f26..28a13fc3fa 100644
--- a/types/uuid/interfaces.d.ts
+++ b/types/uuid/interfaces.d.ts
@@ -1,8 +1,3 @@
-// Type definitions for uuid 3.1
-// Project: // Project: https://github.com/kelektiv/node-uuid
-// Definitions by: Oliver Hoffmann , Chris Barth
-// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-
///
// Uses ArrayLike to admit Unit8 and co.