Skip to content

Commit

Permalink
changes headers license to mit
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenedtzjs committed Dec 10, 2024
1 parent d2adb1d commit 1ed0f14
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/discord-rpc/src/error/errorMsg.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const errorMsg = {
[errorCode.ConnectionError]: (e) => `Connection was closed unexpectedly. ${e}`,
[errorCode.MessageError]: (e) => `Received an invalid message from the RPC service. ${e}`,
[errorCode.TimestampError]: (e) => `Received an invalid timestamp from the RPC service: "${e}"`,
[errorCode.COnnectionFailed]: 'Could not connect to RPC',
[errorCode.ConnectionFailed]: 'Could not connect to RPC',
[errorCode.MissingEndpoint]: 'Could not find endpoint',
[errorCode.FailLoadProtocol]: (e) => `Protocol registration failed. Details: ${e}`,
[errorCode.WsError]: (e) => `Error while closing connection. Details: ${e}`,
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-rpc/src/functions/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @author brokenedtzjs
* @license Apache-2.0
* @license MIT
* @copyright brokenedtzjs
* @file constants.js
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-rpc/src/functions/util.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @author brokenedtzjs
* @license Apache-2.0
* @license MIT
* @copyright brokenedtzjs
* @file util.js
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-rpc/src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @author brokenedtzjs
* @license Apache-2.0
* @license MIT
* @copyright brokenedtzjs
* @file index.js
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-rpc/src/options/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @author brokenedtzjs
* @license Apache-2.0
* @license MIT
* @copyright brokenedtzjs
* @file index.js
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-rpc/src/transports/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @author brokenedtzjs
* @license Apache-2.0
* @license MIT
* @copyright brokenedtzjs
* @file index.js
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-rpc/src/transports/websocket.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @author brokenedtzjs
* @license Apache-2.0
* @license MIT
* @copyright brokenedtzjs
* @file websocket.js
*/
Expand Down

0 comments on commit 1ed0f14

Please sign in to comment.