Skip to content

Commit c82b9ad

Browse files
committed
update license information
1 parent 7e5fbad commit c82b9ad

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (C) 2011 - 2022 Olivier Biot
3+
Copyright (C) 2011 - 2022 Olivier Biot (AltByte Pte Ltd)
44

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

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@
3131
"url": "https://github.com/melonjs/melonJS/issues"
3232
},
3333
"license": "MIT",
34-
"author": {
35-
"name": "Olivier Biot",
36-
"email": "[email protected]"
37-
},
34+
"author": "Olivier Biot (AltByte Pte Ltd)",
3835
"funding": "https://github.com/sponsors/melonjs",
3936
"engines": {
4037
"node": ">= 12"

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const license = [
1616
" * http://www.melonjs.org",
1717
" * " + pkg.name + " is licensed under the MIT License.",
1818
" * http://www.opensource.org/licenses/mit-license",
19-
" * @copyright (C) 2011 - " + (new Date()).getFullYear() + " " + pkg.author.name,
19+
" * @copyright (C) 2011 - " + (new Date()).getFullYear() + " " + pkg.author,
2020
" */"
2121
].join("\n");
2222

0 commit comments

Comments
 (0)