fix license format
This commit is contained in:
Родитель
ebab0b3c74
Коммит
bdcf0322ae
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016 Nolan Lawson
|
||||
Copyright (c) 2016 Microsoft Corporation
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
4
index.js
4
index.js
|
@ -1,4 +1,4 @@
|
|||
//--------------------------------------------------------------
|
||||
// --------------------------------------------------------------
|
||||
//
|
||||
// Microsoft Edge fps-emitter
|
||||
// Copyright(c) Microsoft Corporation
|
||||
|
@ -23,7 +23,7 @@
|
|||
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
|
||||
// OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
//--------------------------------------------------------------
|
||||
// --------------------------------------------------------------
|
||||
'use strict'
|
||||
|
||||
/* global performance */
|
||||
|
|
4
test.js
4
test.js
|
@ -1,4 +1,4 @@
|
|||
//--------------------------------------------------------------
|
||||
// --------------------------------------------------------------
|
||||
//
|
||||
// Microsoft Edge fps-emitter
|
||||
// Copyright(c) Microsoft Corporation
|
||||
|
@ -23,7 +23,7 @@
|
|||
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
|
||||
// OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
//--------------------------------------------------------------
|
||||
// --------------------------------------------------------------
|
||||
'use strict'
|
||||
|
||||
var assert = require('assert')
|
||||
|
|
Загрузка…
Ссылка в новой задаче