diff --git a/express-validator/express-validator.d.ts b/express-validator/express-validator.d.ts
index 4799dc0dda..5a1ba31b7e 100644
--- a/express-validator/express-validator.d.ts
+++ b/express-validator/express-validator.d.ts
@@ -1,3 +1,8 @@
+// Type definitions for express-validator
+// Project: https://github.com/ctavan/express-validator
+// Definitions by: Nathan Ridley
+// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
+
declare module ExpressValidator {
export interface ValidationError {
msg: string;
diff --git a/fabricjs/fabricjs.d.ts b/fabricjs/fabricjs.d.ts
index 0982329ee0..80087caa6c 100644
--- a/fabricjs/fabricjs.d.ts
+++ b/fabricjs/fabricjs.d.ts
@@ -1,6 +1,7 @@
// Type definitions for FabricJS
// Project: http://fabricjs.com/
// Definitions by: Oliver Klemencic
+// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
/*
USAGE
diff --git a/filesystem/filesystem.d.ts b/filesystem/filesystem.d.ts
index 54cf27b1f6..d3447f162f 100644
--- a/filesystem/filesystem.d.ts
+++ b/filesystem/filesystem.d.ts
@@ -1,4 +1,4 @@
-// Type Definitions for File API: Directories and System (File System API)
+// Type Definitions for File System API
// Project: http://www.w3.org/TR/file-system-api/
// Definitions by: Kon
// Definitions: https://github.com/borisyankov/DefinitelyTyped
diff --git a/firebase/firebase.d.ts b/firebase/firebase.d.ts
index 901ad87baa..83f9ca84bf 100644
--- a/firebase/firebase.d.ts
+++ b/firebase/firebase.d.ts
@@ -1,5 +1,5 @@
// Type definitions for Firebase API
-// Project: https://www.firebase.com/docs/javascript/firebase/index.html
+// Project: https://www.firebase.com/docs/javascript/firebase
// Definitions by: Vincent Botone
// Definitions: https://github.com/borisyankov/DefinitelyTyped
diff --git a/flight/flight.d.ts b/flight/flight.d.ts
index a56981b1ca..e0eab6ada4 100644
--- a/flight/flight.d.ts
+++ b/flight/flight.d.ts
@@ -1,10 +1,10 @@
-///
-
-// Type definitions for Flight 1.1.1
+// Type definitions for Flight 1.1.1
// Project: http://flightjs.github.com/flight/
// Definitions by: Jonathan Hedrén
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+///
+
declare module Flight {
export interface Base {
@@ -235,4 +235,4 @@ declare module Flight {
}
declare var DEBUG: Flight.DebugStatic;
-declare var flight: Flight.FlightStatic;
\ No newline at end of file
+declare var flight: Flight.FlightStatic;
diff --git a/google.feeds/google.feed.api.d.ts b/google.feeds/google.feed.api.d.ts
index 0db17b3ca0..4db5a2f75a 100644
--- a/google.feeds/google.feed.api.d.ts
+++ b/google.feeds/google.feed.api.d.ts
@@ -1,6 +1,7 @@
-//Project Google Feed Apis
+// Type definitions for Google Feed Apis
// Project: https://developers.google.com/feed/
-// Definitions by: https://github.com/RodneyJT
+// Definitions by: RodneyJT
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module google.feeds {
export class feed {
diff --git a/google.visualization/google.visualization.d.ts b/google.visualization/google.visualization.d.ts
index a08f739976..d478cf9aa6 100644
--- a/google.visualization/google.visualization.d.ts
+++ b/google.visualization/google.visualization.d.ts
@@ -1,3 +1,8 @@
+// Type definitions for Google Visualisation Apis
+// Project: https://developers.google.com/chart/
+// Definitions by: Dan Ludwig
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
declare module google {
function load(visualization: string, version: string, packages: any): void;
@@ -468,4 +473,4 @@ declare module google {
//#endregion
}
-}
\ No newline at end of file
+}
diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts
index 3be446e19d..1ba6839b8e 100644
--- a/googlemaps/google.maps.d.ts
+++ b/googlemaps/google.maps.d.ts
@@ -1,3 +1,8 @@
+// Type definitions for Google Geolocation 0.4.8
+// Project: https://developers.google.com/maps/
+// Definitions by: Folia A/S
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
/*
The MIT License
diff --git a/greensock/greensock.d.ts b/greensock/greensock.d.ts
index ce0a2b6e1d..455b28052a 100644
--- a/greensock/greensock.d.ts
+++ b/greensock/greensock.d.ts
@@ -1,4 +1,8 @@
-// GreenSock Animation Platform (GSAP) - http://www.greensock.com/get-started-js/
+// Type definitions for GreenSock Animation Platform 1.1
+// Project: http://www.greensock.com/get-started-js/
+// Definitions by: Robert S
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
// JavaScript Docs http://api.greensock.com/js/
// Version 1.1 (TypeScript 0.9)
diff --git a/highlightjs/highlightjs.d.ts b/highlightjs/highlightjs.d.ts
index 04ffde1061..9e3567cdb9 100644
--- a/highlightjs/highlightjs.d.ts
+++ b/highlightjs/highlightjs.d.ts
@@ -1,10 +1,7 @@
-/*
- highlight.js definition by Niklas Mollenhauer
- Last Update: 10.09.2013
- Source Code: https://github.com/isagalaev/highlight.js
- Project Page: http://softwaremaniacs.org/soft/highlight/en/
-*/
-
+// Type definitions for highlight.js
+// Project: https://github.com/isagalaev/highlight.js
+// Definitions by: Niklas Mollenhauer
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module "highlight.js"
{
module hljs
diff --git a/i18next/i18next.d.ts b/i18next/i18next.d.ts
index 5fd6310304..6fabcce447 100644
--- a/i18next/i18next.d.ts
+++ b/i18next/i18next.d.ts
@@ -1,11 +1,12 @@
-///
-
// Type definitions for i18next (v1.5.10 incl. jQuery)
// Project: http://i18next.com
-// Sources: https://github.com/jamuhl/i18next/
// Definitions by: Maarten Docter - Blog: http://www.maartendocter.nl
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+// Sources: https://github.com/jamuhl/i18next/
+
+///
+
interface IResourceStore {
[language: string]: IResourceStoreLanguage;
}
diff --git a/ix.js/ix.d.ts b/ix.js/ix.d.ts
index 8de0366e71..ebd5b160b4 100644
--- a/ix.js/ix.d.ts
+++ b/ix.js/ix.d.ts
@@ -1,6 +1,7 @@
// Type definitions for IxJS 1.0.6 / ix.js
// Project: https://github.com/Reactive-Extensions/IxJS
// Definitions by: Igor Oleinikov
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
///
diff --git a/ix.js/l2o.d.ts b/ix.js/l2o.d.ts
index d36cb25304..ed53502226 100644
--- a/ix.js/l2o.d.ts
+++ b/ix.js/l2o.d.ts
@@ -1,6 +1,7 @@
// Type definitions for IxJS 1.0.6 / l2o.js
// Project: https://github.com/Reactive-Extensions/IxJS
// Definitions by: Igor Oleinikov
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module Ix {
export interface Disposable {
@@ -247,4 +248,4 @@ declare module Ix {
}
var Enumerable: EnumerableStatic;
-}
\ No newline at end of file
+}