Skip to content

Commit

Permalink
Add contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
XsChen524 committed Mar 28, 2023
1 parent be4777d commit 3b0f915
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
9 changes: 5 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Xingsheng Chen
Copyright (c) 2023 Chen Xingsheng, Xie Ning

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -24,8 +24,9 @@ This license applies to all parts of the Software that are not externally
maintained libraries.

The externally maintained libraries used by this Software are:
- Electron React Boilerplate, is licensed as follows:
"""

- Electron React Boilerplate, is licensed as follows:
"""

The MIT License (MIT)

Expand All @@ -49,4 +50,4 @@ The externally maintained libraries used by this Software are:
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

"""
"""
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"name": "option-pricer",
"version": "0.1.0",
"description": "FITE7405 Assignment: Option Pricer",
"author": "Chen Xingsheng",
"contributors": [
{
"name": "Chen Xingsheng"
},
{
"name": "Xie Ning"
}
],
"main": "./src/main/main.ts",
"scripts": {
"start": "ts-node ./.erb/scripts/check-port-in-use.js && npm run start:renderer",
Expand Down
9 changes: 8 additions & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
"license": "MIT",
"version": "0.1.0",
"description": "Option Pricer",
"author": "Chen Xingsheng",
"contributors": [
{
"name": "Chen Xingsheng"
},
{
"name": "Xie Ning"
}
],
"main": "./dist/main/main.js",
"scripts": {
"rebuild": "node -r ts-node/register ../../.erb/scripts/electron-rebuild.js",
Expand Down
2 changes: 1 addition & 1 deletion src/layout/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const MainLayout: React.FC<{}> = () => {
</div>
</Content>
<Footer style={{ textAlign: "center" }}>
© 2023 Chen Xingsheng
© 2023 Chen Xingsheng, Xie Ning
</Footer>
</Layout>
</Layout>
Expand Down

0 comments on commit 3b0f915

Please sign in to comment.