Skip to content

Commit

Permalink
Clear comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ziczhu committed Apr 29, 2016
1 parent 111192d commit d490a78
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 105 deletions.
34 changes: 18 additions & 16 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
The MIT License (MIT)
MIT LICENSE

Copyright (c) 2015 xdf
Copyright (c) 2016-present Alipay.com, https://www.alipay.com/

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 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.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 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.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,3 @@
```bash
$ npm i macaca-android --save
```

## License

The MIT License (MIT)

Copyright (c) 2015 xdf
16 changes: 0 additions & 16 deletions index.js

This file was deleted.

13 changes: 0 additions & 13 deletions lib/controllers.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/* ================================================================
* macaca-android by xdf(xudafeng[at]126.com)
*
* first created at : Sat Dec 26 2015 14:53:57 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */

'use strict';

const fs = require('fs');
Expand Down
13 changes: 0 additions & 13 deletions lib/helper.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/* ================================================================
* macaca-android by xdf(xudafeng[at]126.com)
*
* first created at : Sat Dec 26 2015 14:53:57 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */

'use strict';

const macacaUtils = require('macaca-utils');
Expand Down
13 changes: 0 additions & 13 deletions lib/logger.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/* ================================================================
* macaca-android by xdf(xudafeng[at]126.com)
*
* first created at : Tue Mar 17 2015 00:16:10 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */

'use strict';

const path = require('path');
Expand Down
13 changes: 0 additions & 13 deletions lib/macaca-android.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/* ================================================================
* macaca-android by xdf(xudafeng[at]126.com)
*
* first created at : Sat Dec 26 2015 14:53:57 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */

'use strict';

const path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": [
"android"
],
"main": "index.js",
"main": "./lib/macaca-android",
"repository": {
"type": "git",
"url": "git://github.com/macacajs/macaca-android.git"
Expand Down
15 changes: 1 addition & 14 deletions test/macaca-android.test.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
/* ================================================================
* macaca-android by xdf(xudafeng[at]126.com)
*
* first created at : Sat Dec 26 2015 14:53:57 GMT+0800 (CST)
*
* ================================================================
* Copyright 2013 xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */

'use strict';

var Android = require('..');
var Android = require('../lib/macaca-android');

describe('test', function() {
it('should be ok', function() {
Expand Down

0 comments on commit d490a78

Please sign in to comment.