diff --git a/parallel/parallel.d.ts b/parallel/parallel.d.ts
index 06c8979e46..049ecda7d9 100644
--- a/parallel/parallel.d.ts
+++ b/parallel/parallel.d.ts
@@ -1,3 +1,8 @@
+// Type definitions for parallel.js
+// Project: http://adambom.github.io/parallel.js/
+// Definitions by: Josh Baldwin
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
/*
Copyright(c) 2013 Josh Baldwin https://github.com/jbaldwin/parallel.d.ts
diff --git a/pdf/pdf.d.ts b/pdf/pdf.d.ts
index 6641000bc7..bd66604f40 100644
--- a/pdf/pdf.d.ts
+++ b/pdf/pdf.d.ts
@@ -1,3 +1,8 @@
+// Type definitions for PDF.js
+// Project: https://github.com/mozilla/pdf.js
+// Definitions by: Josh Baldwin
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
/*
Copyright (c) 2013 Josh Baldwin https://github.com/jbaldwin/pdf.d.ts
diff --git a/pubsubjs/pubsub.d.ts b/pubsubjs/pubsub.d.ts
index 68208cdbdb..40158c79b8 100644
--- a/pubsubjs/pubsub.d.ts
+++ b/pubsubjs/pubsub.d.ts
@@ -1,4 +1,7 @@
// Type definitions for PubSubJS 1.3.5
+// Project: https://github.com/mroderick/PubSubJS
+// Definitions by: Boris Yankov
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module PubSubJS {
interface Base extends Publish, Subscribe, Unsubscribe {
@@ -24,4 +27,4 @@ declare module PubSubJS {
}
}
-declare var PubSub: PubSubJS.Base;
\ No newline at end of file
+declare var PubSub: PubSubJS.Base;
diff --git a/requirejs/require.d.ts b/requirejs/require.d.ts
index bb58e5143f..e52f8197a1 100644
--- a/requirejs/require.d.ts
+++ b/requirejs/require.d.ts
@@ -1,3 +1,8 @@
+// Type definitions for RequireJS 2.1.8
+// Project: http://requirejs.org/
+// Definitions by: Josh Baldwin
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
/*
require-2.1.8.d.ts may be freely distributed under the MIT license.
diff --git a/rx.js/rx.aggregates.d.ts b/rx.js/rx.aggregates.d.ts
index 24ed13f1d4..6f8358c8a9 100644
--- a/rx.js/rx.aggregates.d.ts
+++ b/rx.js/rx.aggregates.d.ts
@@ -1,11 +1,11 @@
-///
-
-// Type definitions for RxJS-Aggregates package
+// Type definitions for RxJS-Aggregates package
// Project: http://rx.codeplex.com/
// Definitions by: Carl de Billy
-// Revision by: Igor Oleinikov
+// Definitions by: Igor Oleinikov
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+///
+
declare module Rx {
export interface Observable {
aggregate(accumulator: (acc: T, value: T) => T): Observable;
diff --git a/rx.js/rx.async.d.ts b/rx.js/rx.async.d.ts
index cdd93b9a86..f6e15c50a3 100644
--- a/rx.js/rx.async.d.ts
+++ b/rx.js/rx.async.d.ts
@@ -1,11 +1,11 @@
-///
-
// Type definitions for RxJS-Async package 2.2.11
// Project: http://rx.codeplex.com/
// Definitions by: zoetrope
-// Revision by: Igor Oleinikov
+// Definitions by: Igor Oleinikov
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+///
+
declare module Rx {
interface ObservableStatic {
start(func: () => T, scheduler?: IScheduler, context?: any): Observable;
diff --git a/rx.js/rx.binding.d.ts b/rx.js/rx.binding.d.ts
index 22624cc236..8df85f49cf 100644
--- a/rx.js/rx.binding.d.ts
+++ b/rx.js/rx.binding.d.ts
@@ -1,11 +1,11 @@
-///
-
-// Type definitions for RxJS-Binding package
+// Type definitions for RxJS-Binding package
// Project: http://rx.codeplex.com/
// Definitions by: Carl de Billy
-// Revision by: Igor Oleinikov
+// Definitions by: Igor Oleinikov
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+///
+
declare module Rx {
export interface BehaviorSubject extends Subject {
}
diff --git a/rx.js/rx.coincidence.d.ts b/rx.js/rx.coincidence.d.ts
index 2afa5cfe90..a07a7c80b1 100644
--- a/rx.js/rx.coincidence.d.ts
+++ b/rx.js/rx.coincidence.d.ts
@@ -1,11 +1,11 @@
-///
-
-// Type definitions for RxJS-Coincidence package
+// Type definitions for RxJS-Coincidence package
// Project: http://rx.codeplex.com/
// Definitions by: Carl de Billy
-// Revision by: Igor Oleinikov
+// Definitions by: Igor Oleinikov
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+///
+
declare module Rx {
interface Observable {
diff --git a/rx.js/rx.d.ts b/rx.js/rx.d.ts
index f055452e31..8f055b0262 100644
--- a/rx.js/rx.d.ts
+++ b/rx.js/rx.d.ts
@@ -1,7 +1,7 @@
// Type definitions for RxJS
// Project: http://rx.codeplex.com/
// Definitions by: gsino
-// Revision by: Igor Oleinikov
+// Definitions by: Igor Oleinikov
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module Rx {
diff --git a/rx.js/rx.joinpatterns.d.ts b/rx.js/rx.joinpatterns.d.ts
index d23264f8e4..9b05e7c179 100644
--- a/rx.js/rx.joinpatterns.d.ts
+++ b/rx.js/rx.joinpatterns.d.ts
@@ -1,10 +1,10 @@
-///
-
-// Type definitions for RxJS-Join package
+// Type definitions for RxJS-Join package
// Project: http://rx.codeplex.com/
// Definitions by: Igor Oleinikov
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+///
+
declare module Rx {
interface Pattern1 {
diff --git a/rx.js/rx.jquery.d.ts b/rx.js/rx.jquery.d.ts
index fd9311ee49..746596bae3 100644
--- a/rx.js/rx.jquery.d.ts
+++ b/rx.js/rx.jquery.d.ts
@@ -1,6 +1,6 @@
// Type definitions for bridging RxJS with jQuery.
// Project: https://github.com/Reactive-Extensions/RxJS-jQuery/
-// Revision by: Igor Oleinikov
+// Definitions by: Igor Oleinikov
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///
diff --git a/rx.js/rx.testing.d.ts b/rx.js/rx.testing.d.ts
index 8a2dc35e5f..69fcf2c131 100644
--- a/rx.js/rx.testing.d.ts
+++ b/rx.js/rx.testing.d.ts
@@ -1,11 +1,11 @@
-///
-///
-
// Type definitions for RxJS-Testing
// Project: https://github.com/Reactive-Extensions/RxJS/
// Definitions by: Igor Oleinikov
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+///
+///
+
declare module Rx {
export class TestScheduler extends VirtualTimeScheduler {
constructor();
diff --git a/rx.js/rx.time.d.ts b/rx.js/rx.time.d.ts
index 2d5f1d14f8..1ee0d4f22f 100644
--- a/rx.js/rx.time.d.ts
+++ b/rx.js/rx.time.d.ts
@@ -1,11 +1,11 @@
-///
-
// Type definitions for RxJS "Aggregates"
// Project: http://rx.codeplex.com/
// Definitions by: Carl de Billy
-// Revision by: Igor Oleinikov
+// Definitions by: Igor Oleinikov
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+///
+
declare module Rx {
export interface TimeInterval {
@@ -80,4 +80,4 @@ declare module Rx {
timeSelector: (state: TState) => number,
scheduler?: IScheduler): Observable;
}
-}
\ No newline at end of file
+}
diff --git a/rx.js/rx.virtualtime.d.ts b/rx.js/rx.virtualtime.d.ts
index 293343fda2..376057964e 100644
--- a/rx.js/rx.virtualtime.d.ts
+++ b/rx.js/rx.virtualtime.d.ts
@@ -1,11 +1,11 @@
-///
-
// Type definitions for RxJS-VirtualTime package 2.2
// Project: http://rx.codeplex.com/
// Definitions by: gsino
-// Revision by: Igor Oleinikov
+// Definitions by: Igor Oleinikov
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+///
+
declare module Rx {
// Virtual IScheduler
export /*abstract*/ class VirtualTimeScheduler extends Scheduler {
diff --git a/sammyjs/sammyjs.d.ts b/sammyjs/sammyjs.d.ts
index b4fd408807..136362fbf9 100644
--- a/sammyjs/sammyjs.d.ts
+++ b/sammyjs/sammyjs.d.ts
@@ -1,7 +1,7 @@
// Type definitions for Sammy.js
// Project: http://sammyjs.org/
// Definitions by: Boris Yankov
-// - Updated for TypeScript 0.9.x by: Oisin Grehan
+// Definitions by: Oisin Grehan
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///
@@ -279,4 +279,4 @@ declare module Sammy {
interface JQueryStatic {
sammy: Sammy.SammyFunc;
log: Function;
-}
\ No newline at end of file
+}
diff --git a/sharepoint/SharePoint.d.ts b/sharepoint/SharePoint.d.ts
index 9f872afafc..1609f4ab0a 100644
--- a/sharepoint/SharePoint.d.ts
+++ b/sharepoint/SharePoint.d.ts
@@ -1,6 +1,6 @@
// Type definitions for sptypescript
// Project: http://sptypescript.codeplex.com
-// Definitions by: Stanislav Vyshchepan and Andrey Markeev
+// Definitions by: Stanislav Vyshchepan , Andrey Markeev
// Definitions: https://github.com/borisyankov/DefinitelyTyped
diff --git a/siesta/siesta.d.ts b/siesta/siesta.d.ts
index aaf6692bf3..f09f3f1274 100644
--- a/siesta/siesta.d.ts
+++ b/siesta/siesta.d.ts
@@ -1,3 +1,8 @@
+// Type definitions for Siesta
+// Project: http://www.bryntum.com/products/siesta/
+// Definitions by: bquarmby
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
declare module Siesta {
/**
* @abstract
diff --git a/slickgrid/SlickGrid.d.ts b/slickgrid/SlickGrid.d.ts
index 481e6cb8dc..63fd76c979 100644
--- a/slickgrid/SlickGrid.d.ts
+++ b/slickgrid/SlickGrid.d.ts
@@ -1,3 +1,8 @@
+// Type definitions for SlickGrid 2.1.0
+// Project: https://github.com/mleibman/SlickGrid
+// Definitions by: Josh Baldwin
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
/*
SlickGrid-2.1.d.ts may be freely distributed under the MIT license.
diff --git a/state-machine/state-machine.d.ts b/state-machine/state-machine.d.ts
index 3415beb7c8..0805a1db31 100644
--- a/state-machine/state-machine.d.ts
+++ b/state-machine/state-machine.d.ts
@@ -1,9 +1,9 @@
// Type definitions for Finite State Machine 2.2
// Project: https://github.com/jakesgordon/javascript-state-machine
// Definitions by: Boris Yankov
+// Definitions by: Maarten Docter (2013/01/22)
+// Definitions by: William Sears (2013/01/25)
// Definitions: https://github.com/borisyankov/DefinitelyTyped
-// Updated: 2013/01/22 by Maarten Docter
-// Updated: 2013/01/25 by William Sears
interface StateMachineErrorCallback {
(eventName?: string, from?: string, to?: string, args?: any[], errorCode?: number, errorMessage?: string, ex?: Error): void; // NB. errorCode? See: StateMachine.Error
diff --git a/storejs/storejs.d.ts b/storejs/storejs.d.ts
index 8f1adcb1b4..d80865b2a4 100644
--- a/storejs/storejs.d.ts
+++ b/storejs/storejs.d.ts
@@ -1,9 +1,10 @@
// Type definitions for store.js
-// store.js exposes a simple API for cross browser local storage
// Project: https://github.com/marcuswestin/store.js/
// Definitions by: Vincent Bortone
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+// store.js exposes a simple API for cross browser local storage
+
interface StoreJSStatic {
set(key: string, value: any): any;
get(key: string): any;
@@ -17,4 +18,4 @@ interface StoreJSStatic {
deserialize(value: string): any;
}
-declare var store: StoreJSStatic;
\ No newline at end of file
+declare var store: StoreJSStatic;
diff --git a/sugar/sugar.d.ts b/sugar/sugar.d.ts
index ff2ff8dcc9..876cdeb2cd 100644
--- a/sugar/sugar.d.ts
+++ b/sugar/sugar.d.ts
@@ -1,4 +1,8 @@
-/*
+// Type definitions for Sugar 1.3.9
+// Project: http://http://sugarjs.com/
+// Definitions by: Josh Baldwin
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+/*
sugar-1.3.9.d.ts may be freely distributed under the MIT license.
Copyright (c) 2013 Josh Baldwin https://github.com/jbaldwin/sugar.d.ts