Skip to content

Commit

Permalink
Update license header
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Apr 23, 2018
1 parent d09c9ba commit 37c4090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/generate_browserjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ fs.readFile(path.resolve(__dirname, schemaFileName), function(err, data) {
' * Copyright (c) Microsoft Corporation. All rights reserved.',
' * Licensed under the MIT License. See License.txt in the project root for license information.',
' *--------------------------------------------------------------------------------------------*/',
'// file generated from ' + schemaFileName + ' using css-exclude_generate_browserjs.js',
'// file generated from ' + schemaFileName + ' and https://github.com/mdn/data using css-exclude_generate_browserjs.js',
'',
'export const data : any = ' + toJavaScript(resultObject) + ';',
'export const descriptions : any = ' + toJavaScript(descriptions) + ';',
Expand Down
2 changes: 1 addition & 1 deletion src/data/browsers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// file generated from css-schema.xml using css-exclude_generate_browserjs.js
// file generated from css-schema.xml and https://github.com/mdn/data using css-exclude_generate_browserjs.js

export const data : any = {
"css": {
Expand Down

0 comments on commit 37c4090

Please sign in to comment.