Skip to content

Commit 3ea68ff

Browse files
committed
Update copyright notices
1 parent 4e34017 commit 3ea68ff

21 files changed

+42
-42
lines changed

examples/action_on_ban.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
const wrapper = require("../mcm-js-api-wrapper");
55
const token = {type: "Private", value: "xXoIjvQ6G8UmUPufZWxN-Kkyd54Js_bY"};

examples/action_on_resource_update.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
const wrapper = require("../mcm-js-api-wrapper");
55
const token = {type: "Private", value: "xXoIjvQ6G8UmUPufZWxN-Kkyd54Js_bY"};

examples/action_on_thread_reply.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
const wrapper = require("../mcm-js-api-wrapper");
55
const token = {type: "Private", value: "xXoIjvQ6G8UmUPufZWxN-Kkyd54Js_bY"};

examples/delete_all_versions.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
const wrapper = require("../mcm-js-api-wrapper");
55
const token = {type: "Private", value: "xXoIjvQ6G8UmUPufZWxN-Kkyd54Js_bY"};

examples/license_check.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
const wrapper = require("../mcm-js-api-wrapper");
55
const token = {type: "Shared", value: "xXoIjvQ6G8UmUPufZWxN-Kkyd54Js_bY"};

examples/pm_on_purchase.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
const wrapper = require("./mcm-js-api-wrapper");
55
const token = {type: "Private", value: "xXoIjvQ6G8UmUPufZWxN-Kkyd54Js_bY"};

examples/version_check.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
const wrapper = require("../mcm-js-api-wrapper");
55
const token = {type: "Shared", value: "xXoIjvQ6G8UmUPufZWxN-Kkyd54Js_bY"};

src/helpers/alerts.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
/* construct */
55
let object = {};

src/helpers/conversations.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
/* construct */
55
let object = {};

src/helpers/members/members.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
/* construct */
55
let object = {};

src/helpers/members/profile_posts.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
/* construct */
55
let object = {};

src/helpers/resources/downloads.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
/* construct */
55
let object = {};

src/helpers/resources/licenses.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
/* construct */
55
let object = {};

src/helpers/resources/purchases.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
/* construct */
55
let object = {};

src/helpers/resources/resources.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
/* construct */
55
let object = {};

src/helpers/resources/reviews.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
/* construct */
55
let object = {};

src/helpers/resources/updates.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
/* construct */
55
let object = {};

src/helpers/resources/versions.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
/* construct */
55
let object = {};

src/helpers/threads.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
/* construct */
55
let object = {};

src/lib.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
/* imports */
55
const axios = require("axios");

src/utils.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2021 Harry [Majored] [[email protected]]
2-
// MIT License (https://github.com/Majored/mcm-js-api-wrapper/blob/main/LICENSE)
1+
// Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+
// MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
33

44
/* imports */
55
const debug = require("debug")("mcm-js-api-wrapper");

0 commit comments

Comments
 (0)