diff --git a/teechart/teechart.d.ts b/teechart/teechart.d.ts
index 27fead7653..2b747b3d9f 100644
--- a/teechart/teechart.d.ts
+++ b/teechart/teechart.d.ts
@@ -1,3 +1,7 @@
+// Type definitions for TeeChart 1.3
+// Project: http://www.steema.com
+// Definitions by: Steema Software
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
/**
* TeeChart(tm) for TypeScript
*
diff --git a/typeahead/typeahead.d.ts b/typeahead/typeahead.d.ts
index 8d4050c943..9ee948392c 100644
--- a/typeahead/typeahead.d.ts
+++ b/typeahead/typeahead.d.ts
@@ -1,4 +1,4 @@
-// Type definitions for Twitter's typeahead.js 0.9.3
+// Type definitions for typeahead.js 0.9.3
// Project: http://twitter.github.io/typeahead.js/
// Definitions by: Ivaylo Gochkov
// Definitions: https://github.com/borisyankov/DefinitelyTyped
diff --git a/underscore/underscore.d.ts b/underscore/underscore.d.ts
index 121aa644e6..41b634081b 100644
--- a/underscore/underscore.d.ts
+++ b/underscore/underscore.d.ts
@@ -1,8 +1,7 @@
// Type definitions for Underscore 1.5.2
// Project: http://underscorejs.org/
-// Definitions by:
-// Boris Yankov
-// Josh Baldwin
+// Definitions by: Boris Yankov
+// Definitions by: Josh Baldwin
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module _ {
diff --git a/unity-webapi/unity-webapi.d.ts b/unity-webapi/unity-webapi.d.ts
index 9170a26c19..3adf0c03ee 100644
--- a/unity-webapi/unity-webapi.d.ts
+++ b/unity-webapi/unity-webapi.d.ts
@@ -1,6 +1,6 @@
// Type definitions for Ubuntu Unity Web API 1.0
// Project: https://launchpad.net/libunity-webapps
-// Definitions by: John Vrbanac | https://github.com/jmvrbanac
+// Definitions by: John Vrbanac
// Definitions: https://github.com/borisyankov/DefinitelyTyped
interface External {
diff --git a/urijs/URI.d.ts b/urijs/URI.d.ts
index 6d6dcb6124..21c7faf982 100644
--- a/urijs/URI.d.ts
+++ b/urijs/URI.d.ts
@@ -1,6 +1,8 @@
-// URI.js
+// Type definitions for URI.js
// Project: https://github.com/medialize/URI.js
-// Definitions by: https://github.com/RodneyJT
+// Definitions by: RodneyJT
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
///
interface URIOptions {
@@ -181,4 +183,4 @@ declare class URI {
interface JQuery {
uri(): URI;
-}
\ No newline at end of file
+}
diff --git a/videojs/videojs.d.ts b/videojs/videojs.d.ts
index 07f080acc2..1c53eefaf9 100644
--- a/videojs/videojs.d.ts
+++ b/videojs/videojs.d.ts
@@ -1,9 +1,10 @@
// Type definitions for Video.js
-// The Video.js API allows you to interact with the video through Javascript, whether the browser is playing the video through HTML5 video, Flash, or any other supported playback technologies.
// Project: https://github.com/zencoder/video-js
// Definitions by: Vincent Bortone
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+// The Video.js API allows you to interact with the video through Javascript, whether the browser is playing the video through HTML5 video, Flash, or any other supported playback technologies.
+
interface VideoJSOptions {
techOrder?: string[];
html5?: Object;
diff --git a/webaudioapi/waa-20120802.d.ts b/webaudioapi/waa-20120802.d.ts
index 489cd4efb2..75100f6493 100644
--- a/webaudioapi/waa-20120802.d.ts
+++ b/webaudioapi/waa-20120802.d.ts
@@ -1,7 +1,8 @@
-// Type definitions for the Web Audio API, currently only implemented in WebKit browsers
-// Conforms to the: http://www.w3.org/TR/2012/WD-webaudio-20120802/ specification
+// Type definitions for the Web Audio API
// Definitions by: Baruch Berger (https://github.com/bbss)
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+// Conforms to the: http://www.w3.org/TR/2012/WD-webaudio-20120802/ specification
+// Currently only implemented in WebKit browsers
interface webkitAudioContext {
destination: AudioDestinationNode;
diff --git a/webaudioapi/waa-nightly.d.ts b/webaudioapi/waa-nightly.d.ts
index b6181e2444..cbb081a546 100644
--- a/webaudioapi/waa-nightly.d.ts
+++ b/webaudioapi/waa-nightly.d.ts
@@ -1,7 +1,8 @@
-// Type definitions for the Web Audio API, currently only implemented in WebKit browsers (nightly builds)
-// Conforms to the: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html specification
+// Type definitions for the Web Audio API
// Definitions by: Baruch Berger (https://github.com/bbss)
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+// Conforms to the: http://www.w3.org/TR/2012/WD-webaudio-20120802/ specification
+// Currently only implemented in WebKit browsers (nightly builds)
interface webkitAudioContext {
@@ -247,4 +248,4 @@ interface MediaStreamAudioSourceNode extends AudioSourceNode {
interface MediaStream {
-}
\ No newline at end of file
+}
diff --git a/webaudioapi/waa.d.ts b/webaudioapi/waa.d.ts
index 6d85293549..17e13ea9b7 100644
--- a/webaudioapi/waa.d.ts
+++ b/webaudioapi/waa.d.ts
@@ -1,6 +1,6 @@
// Type definitions for the Web Audio API
// Project: http://www.w3.org/TR/2012/WD-webaudio-20121213/
-// Definitions by: Baruch Berger (https://github.com/bbss), Kon (http://phyzkit.net/)
+// Definitions by: Baruch Berger , Kon
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/**
diff --git a/webrtc/MediaStream.d.ts b/webrtc/MediaStream.d.ts
index b1316091a0..54986ea0eb 100644
--- a/webrtc/MediaStream.d.ts
+++ b/webrtc/MediaStream.d.ts
@@ -1,4 +1,9 @@
-// Type definitions take from http://dev.w3.org/2011/webrtc/editor/getusermedia.html
+// Type definitions for WebRTC
+// Project: http://dev.w3.org/2011/webrtc/
+// Definitions by: Ken Smith
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
+// Taken from http://dev.w3.org/2011/webrtc/editor/getusermedia.html
interface MediaStreamConstraints {
audio: boolean;
@@ -133,4 +138,4 @@ declare var webkitURL: {
prototype: WebkitURL;
new (): streamURL;
createObjectURL(stream: MediaStream): string;
-}
\ No newline at end of file
+}
diff --git a/webrtc/RTCPeerConnection.d.ts b/webrtc/RTCPeerConnection.d.ts
index e07e3a4173..fbf11c364b 100644
--- a/webrtc/RTCPeerConnection.d.ts
+++ b/webrtc/RTCPeerConnection.d.ts
@@ -1,10 +1,11 @@
-///
+// Type definitions for WebRTC
+// Project: http://dev.w3.org/2011/webrtc/
+// Definitions by: Ken Smith
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
-// These are TypeScript definitions to support static typing in TypeScript when interacting with WebRtc.
// Definitions taken from http://dev.w3.org/2011/webrtc/editor/webrtc.html
-// These are TypeScript definitions to support static typing in TypeScript when interacting with WebRtc.
-// Definitions taken from http://dev.w3.org/2011/webrtc/editor/webrtc.html
+///
interface RTCConfiguration {
iceServers: RTCIceServer[];
diff --git a/when/when.d.ts b/when/when.d.ts
index dbf4050a0f..56d8833562 100644
--- a/when/when.d.ts
+++ b/when/when.d.ts
@@ -1,5 +1,6 @@
// Type definitions for When 2.4.0
// Project: https://github.com/cujojs/when
+// Definitions by: Derek Cicerone
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module When {
diff --git a/winjs/winjs.d.ts b/winjs/winjs.d.ts
index 99a5e33c2b..9691e53e8e 100644
--- a/winjs/winjs.d.ts
+++ b/winjs/winjs.d.ts
@@ -1,3 +1,8 @@
+// Type definitions for WinJS
+// Project: http://msdn.microsoft.com/en-us/library/windows/apps/br229773.aspx
+// Definitions by: TypeScript samples
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
/* *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
diff --git a/winrt/winrt.d.ts b/winrt/winrt.d.ts
index 881b64ed39..c240aa3d09 100644
--- a/winrt/winrt.d.ts
+++ b/winrt/winrt.d.ts
@@ -1,3 +1,8 @@
+// Type definitions for WinRT
+// Project: http://msdn.microsoft.com/en-us/library/windows/apps/br211377.aspx
+// Definitions by: TypeScript samples
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
/* *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
diff --git a/youtube/youtube.d.ts b/youtube/youtube.d.ts
index b24b130dc2..efb4ba344b 100644
--- a/youtube/youtube.d.ts
+++ b/youtube/youtube.d.ts
@@ -1,7 +1,7 @@
// Type definitions for YouTube
// Project: https://developers.google.com/youtube/
// Definitions by: Daz Wilkin
-// Updated by: Ian Obermiller
+// Definitions by: Ian Obermiller
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module YT {
diff --git a/yui/yui.d.ts b/yui/yui.d.ts
index acc448899b..006cb13e4e 100644
--- a/yui/yui.d.ts
+++ b/yui/yui.d.ts
@@ -1,7 +1,7 @@
// Type definitions for yui 3.14.0
// Project: https://github.com/yui/yui3/blob/release-3.14.0/src/yui/js
-// Definitions by:
-// Gia Bảo @ Sân Đình
+// Definitions by: Gia Bảo @ Sân Đình
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
///
diff --git a/zepto/zepto.d.ts b/zepto/zepto.d.ts
index 241b317cff..bda50949ac 100644
--- a/zepto/zepto.d.ts
+++ b/zepto/zepto.d.ts
@@ -1,4 +1,9 @@
-/*
+// Type definitions for Zepto 1.0-rc.1
+// Project: http://zeptojs.com/
+// Definitions by: Josh Baldwin
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
+/*
zepto-1.0rc1.d.ts may be freely distributed under the MIT license.
Copyright (c) 2013 Josh Baldwin https://github.com/jbaldwin/zepto.d.ts
diff --git a/zeroclipboard/zeroclipboard.d.ts b/zeroclipboard/zeroclipboard.d.ts
index f950487004..847593df8d 100644
--- a/zeroclipboard/zeroclipboard.d.ts
+++ b/zeroclipboard/zeroclipboard.d.ts
@@ -1,7 +1,7 @@
// Type definitions for ZeroClipboard
// Project: https://github.com/jonrohan/ZeroClipboard
// Definitions by: Eric J. Smith
-// Updated by: Blake Niemyjski
+// Definitions by: Blake Niemyjski
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare class ZeroClipboard {