Moving header above license

Travis failed due to headers appearing below license information.  Moved
it up.
This commit is contained in:
Rob Howard
2015-10-15 16:30:42 -07:00
parent ba0cef330b
commit b2e6fc12fc
+5 -6
View File
@@ -1,3 +1,8 @@
// Type definitions for Office.js
// Project: http://dev.office.com
// Definitions by: OfficeDev <https://github.com/OfficeDev>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/*
------------------------------------------ START OF LICENSE -----------------------------------------
office-js
@@ -8,12 +13,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
----------------------------------------------- END OF LICENSE ------------------------------------------
*/
// Type definitions for Office.js
// Project: http://dev.office.com
// Definitions by: OfficeDev <https://github.com/OfficeDev>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module Office {
export var context: Context;
/**