Skip to content

Commit 6a4b801

Browse files
authored
Merge pull request #80 from phanect/doc-license-related
Minor updates for license-related issues
2 parents 4b92195 + d3c33c1 commit 6a4b801

File tree

9 files changed

+9
-21
lines changed

9 files changed

+9
-21
lines changed

LICENSE renamed to LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Jumpei Ogawa
3+
Copyright (c) 2018-present Jumpei Ogawa
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ All the citation in the docs is from the backend ESLint rule document otherwise
117117

118118
## License & Credit
119119

120-
[MIT](https://vjpr.mit-license.org)
120+
[MIT](./LICENSE)
121121

122122
This plugin includes code derived from [klona](https://github.com/lukeed/klona).

lib/base.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* @file Report and fix EditorConfig rule violation.
3-
* @author Jumpei Ogawa
4-
*/
51
"use strict";
62

73
const editorconfig = require("editorconfig");

test-packages/failure/missing-ts-eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@phanect/test-package-ts",
33
"version": "1.0.0",
44
"description": "a test package",
5-
"author": "Jumpei Ogawa <phanective@gmail.com>",
6-
"license": "UNLICENSED",
5+
"author": "Jumpei Ogawa (https://phanective.org)",
6+
"license": "MIT",
77
"private": true,
88
"main": "main.js",
99
"scripts": {

test-packages/success/base-rules-conflict/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@phanect/test-package-base-rules-conflict",
33
"version": "1.0.0",
44
"description": "a test package",
5-
"author": "Jumpei Ogawa <phanective@gmail.com>",
5+
"author": "Jumpei Ogawa (https://phanective.org)",
66
"license": "MIT",
77
"private": true,
88
"main": "main.js",

test-packages/success/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@phanect/test-package-js",
33
"version": "1.0.0",
44
"description": "a test package",
5-
"author": "Jumpei Ogawa <phanective@gmail.com>",
6-
"license": "UNLICENSED",
5+
"author": "Jumpei Ogawa (https://phanective.org)",
6+
"license": "MIT",
77
"private": true,
88
"main": "main.js",
99
"scripts": {

test-packages/success/ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@phanect/test-package-ts",
33
"version": "1.0.0",
44
"description": "a test package",
5-
"author": "Jumpei Ogawa <phanective@gmail.com>",
6-
"license": "UNLICENSED",
5+
"author": "Jumpei Ogawa (https://phanective.org)",
6+
"license": "MIT",
77
"private": true,
88
"main": "main.js",
99
"scripts": {

tests/lib/rules/editorconfig-ts.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* @file Report and fix EditorConfig rule violation.
3-
* @author Jumpei Ogawa
4-
*/
51
"use strict";
62

73
// -----------------------------------------------------------------------------

tests/lib/rules/editorconfig.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* @file Report and fix EditorConfig rule violation.
3-
* @author Jumpei Ogawa
4-
*/
51
"use strict";
62

73
// -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)