Skip to content

Commit 5b49c64

Browse files
committed
fix: use initial release year and consistent username in LICENSE
1 parent f7d965b commit 5b49c64

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

LICENSE

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) 2025 Eva1ent
3+
Copyright (c) 2023 Rel1cx
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "git+https://github.com/Rel1cx/eslint-react.git"
2424
},
2525
"license": "MIT",
26-
"author": "Eva1ent<[email protected]>",
26+
"author": "Rel1cx<[email protected]>",
2727
"type": "module",
2828
"scripts": {
2929
"build": "pnpm run update:all && nx run-many -t build --projects=\"packages/**\"",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"directory": "packages/core"
1313
},
1414
"license": "MIT",
15-
"author": "Eva1ent<[email protected]>",
15+
"author": "Rel1cx<[email protected]>",
1616
"sideEffects": false,
1717
"exports": {
1818
".": {

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"directory": "packages/plugins/eslint-plugin-react-debug"
2121
},
2222
"license": "MIT",
23-
"author": "Eva1ent<[email protected]>",
23+
"author": "Rel1cx<[email protected]>",
2424
"sideEffects": false,
2525
"exports": {
2626
".": {

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"directory": "packages/plugins/eslint-plugin-react-dom"
2121
},
2222
"license": "MIT",
23-
"author": "Eva1ent<[email protected]>",
23+
"author": "Rel1cx<[email protected]>",
2424
"sideEffects": false,
2525
"exports": {
2626
".": {

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"directory": "packages/plugins/eslint-plugin-react-hooks-extra"
2222
},
2323
"license": "MIT",
24-
"author": "Eva1ent<[email protected]>",
24+
"author": "Rel1cx<[email protected]>",
2525
"sideEffects": false,
2626
"exports": {
2727
".": {

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"directory": "packages/plugins/eslint-plugin-react-naming-convention"
2121
},
2222
"license": "MIT",
23-
"author": "Eva1ent<[email protected]>",
23+
"author": "Rel1cx<[email protected]>",
2424
"sideEffects": false,
2525
"exports": {
2626
".": {

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"directory": "packages/plugins/eslint-plugin-react-web-api"
2121
},
2222
"license": "MIT",
23-
"author": "Eva1ent<[email protected]>",
23+
"author": "Rel1cx<[email protected]>",
2424
"sideEffects": false,
2525
"exports": {
2626
".": {

packages/plugins/eslint-plugin-react-x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"directory": "packages/plugins/eslint-plugin-react-x"
2020
},
2121
"license": "MIT",
22-
"author": "Eva1ent<[email protected]>",
22+
"author": "Rel1cx<[email protected]>",
2323
"sideEffects": false,
2424
"exports": {
2525
".": {

packages/plugins/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"directory": "packages/plugins/eslint-plugin"
2424
},
2525
"license": "MIT",
26-
"author": "Eva1ent<[email protected]>",
26+
"author": "Rel1cx<[email protected]>",
2727
"sideEffects": false,
2828
"exports": {
2929
".": {

0 commit comments

Comments
 (0)