diff --git a/src/example.ts b/src/example.ts index 3831d2b..6977e96 100644 --- a/src/example.ts +++ b/src/example.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + /* eslint-disable no-console */ /* to use this example, create an .env file diff --git a/src/index.ts b/src/index.ts index 3daf550..745aa11 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Modules from file diff --git a/src/scripts/classes/credentials.ts b/src/scripts/classes/credentials.ts index afa5967..6123deb 100644 --- a/src/scripts/classes/credentials.ts +++ b/src/scripts/classes/credentials.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Modules from file diff --git a/src/scripts/classes/errors.ts b/src/scripts/classes/errors.ts index 5832f8b..821b269 100644 --- a/src/scripts/classes/errors.ts +++ b/src/scripts/classes/errors.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; interface IBaseError { diff --git a/src/scripts/classes/handiwork/animation.ts b/src/scripts/classes/handiwork/animation.ts index f503157..d097cc8 100644 --- a/src/scripts/classes/handiwork/animation.ts +++ b/src/scripts/classes/handiwork/animation.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Modules from files diff --git a/src/scripts/classes/handiwork/asset.ts b/src/scripts/classes/handiwork/asset.ts index 98bff80..b18a9e5 100644 --- a/src/scripts/classes/handiwork/asset.ts +++ b/src/scripts/classes/handiwork/asset.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Modules from files diff --git a/src/scripts/classes/handiwork/comic.ts b/src/scripts/classes/handiwork/comic.ts index dfeaff9..6bf713a 100644 --- a/src/scripts/classes/handiwork/comic.ts +++ b/src/scripts/classes/handiwork/comic.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Modules from files diff --git a/src/scripts/classes/handiwork/game.ts b/src/scripts/classes/handiwork/game.ts index 881b2d0..3cc6690 100644 --- a/src/scripts/classes/handiwork/game.ts +++ b/src/scripts/classes/handiwork/game.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Modules from files diff --git a/src/scripts/classes/handiwork/handiwork.ts b/src/scripts/classes/handiwork/handiwork.ts index 1bb817e..6c5af21 100644 --- a/src/scripts/classes/handiwork/handiwork.ts +++ b/src/scripts/classes/handiwork/handiwork.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Modules from files diff --git a/src/scripts/classes/login-result.ts b/src/scripts/classes/login-result.ts index 4ec72ad..d0f42ec 100644 --- a/src/scripts/classes/login-result.ts +++ b/src/scripts/classes/login-result.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; /** diff --git a/src/scripts/classes/mapping/platform-user.ts b/src/scripts/classes/mapping/platform-user.ts index c8d2caa..2355220 100644 --- a/src/scripts/classes/mapping/platform-user.ts +++ b/src/scripts/classes/mapping/platform-user.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Public modules from npm diff --git a/src/scripts/classes/mapping/post.ts b/src/scripts/classes/mapping/post.ts index ffc2151..8a7c3c4 100644 --- a/src/scripts/classes/mapping/post.ts +++ b/src/scripts/classes/mapping/post.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Public modules from npm diff --git a/src/scripts/classes/mapping/thread.ts b/src/scripts/classes/mapping/thread.ts index 5b41797..bb222cd 100644 --- a/src/scripts/classes/mapping/thread.ts +++ b/src/scripts/classes/mapping/thread.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Public modules from npm diff --git a/src/scripts/classes/mapping/user-profile.ts b/src/scripts/classes/mapping/user-profile.ts index 946ac7f..9a7c3b2 100644 --- a/src/scripts/classes/mapping/user-profile.ts +++ b/src/scripts/classes/mapping/user-profile.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Public modules from npm diff --git a/src/scripts/classes/prefix-parser.ts b/src/scripts/classes/prefix-parser.ts index aea0d98..69d7eb7 100644 --- a/src/scripts/classes/prefix-parser.ts +++ b/src/scripts/classes/prefix-parser.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Modules from file diff --git a/src/scripts/classes/query/handiwork-search-query.ts b/src/scripts/classes/query/handiwork-search-query.ts index 6f056f2..21854f4 100644 --- a/src/scripts/classes/query/handiwork-search-query.ts +++ b/src/scripts/classes/query/handiwork-search-query.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; import { AxiosResponse } from "axios"; diff --git a/src/scripts/classes/query/latest-search-query.ts b/src/scripts/classes/query/latest-search-query.ts index 7e5f8d6..4944a01 100644 --- a/src/scripts/classes/query/latest-search-query.ts +++ b/src/scripts/classes/query/latest-search-query.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Public modules from npm diff --git a/src/scripts/classes/query/thread-search-query.ts b/src/scripts/classes/query/thread-search-query.ts index 7336c09..07ed497 100644 --- a/src/scripts/classes/query/thread-search-query.ts +++ b/src/scripts/classes/query/thread-search-query.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Public modules from npm diff --git a/src/scripts/classes/result.ts b/src/scripts/classes/result.ts index a242714..e8f0d51 100644 --- a/src/scripts/classes/result.ts +++ b/src/scripts/classes/result.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + export type Result = Failure | Success; export class Failure { diff --git a/src/scripts/classes/session.ts b/src/scripts/classes/session.ts index 2686786..a09c687 100644 --- a/src/scripts/classes/session.ts +++ b/src/scripts/classes/session.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Core modules diff --git a/src/scripts/constants/css-selector.ts b/src/scripts/constants/css-selector.ts index f6a62a7..31b01c6 100644 --- a/src/scripts/constants/css-selector.ts +++ b/src/scripts/constants/css-selector.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + export const selectors = { WT_FILTER_POPUP_BUTTON: "a.filterBar-menuTrigger", WT_NEXT_PAGE: "a.pageNav-jump--next", diff --git a/src/scripts/constants/url.ts b/src/scripts/constants/url.ts index b08114e..ee7c444 100644 --- a/src/scripts/constants/url.ts +++ b/src/scripts/constants/url.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + export const urls = { F95_BASE_URL: "https://f95zone.to", F95_SEARCH_URL: "https://f95zone.to/search/search/", diff --git a/src/scripts/fetch-data/fetch-handiwork.ts b/src/scripts/fetch-data/fetch-handiwork.ts index 8d9b22e..41c1d13 100644 --- a/src/scripts/fetch-data/fetch-handiwork.ts +++ b/src/scripts/fetch-data/fetch-handiwork.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Modules from file diff --git a/src/scripts/fetch-data/fetch-latest.ts b/src/scripts/fetch-data/fetch-latest.ts index bb47f91..75034d9 100644 --- a/src/scripts/fetch-data/fetch-latest.ts +++ b/src/scripts/fetch-data/fetch-latest.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Modules from file diff --git a/src/scripts/fetch-data/fetch-platform-data.ts b/src/scripts/fetch-data/fetch-platform-data.ts index 956570c..7f4b768 100644 --- a/src/scripts/fetch-data/fetch-platform-data.ts +++ b/src/scripts/fetch-data/fetch-platform-data.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Core modules diff --git a/src/scripts/fetch-data/fetch-query.ts b/src/scripts/fetch-data/fetch-query.ts index e14a71b..d8b1fbc 100644 --- a/src/scripts/fetch-data/fetch-query.ts +++ b/src/scripts/fetch-data/fetch-query.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Modules from files diff --git a/src/scripts/fetch-data/fetch-thread.ts b/src/scripts/fetch-data/fetch-thread.ts index 0a47936..b02faea 100644 --- a/src/scripts/fetch-data/fetch-thread.ts +++ b/src/scripts/fetch-data/fetch-thread.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Public modules from npm diff --git a/src/scripts/interfaces.d.ts b/src/scripts/interfaces.d.ts index 2ae3189..79119af 100644 --- a/src/scripts/interfaces.d.ts +++ b/src/scripts/interfaces.d.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + /** * Data relating to an external platform (i.e. Patreon). */ diff --git a/src/scripts/network-helper.ts b/src/scripts/network-helper.ts index ce67d59..73260fa 100644 --- a/src/scripts/network-helper.ts +++ b/src/scripts/network-helper.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Public modules from npm diff --git a/src/scripts/scrape-data/handiwork-parse.ts b/src/scripts/scrape-data/handiwork-parse.ts index 58de683..65969f1 100644 --- a/src/scripts/scrape-data/handiwork-parse.ts +++ b/src/scripts/scrape-data/handiwork-parse.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Public modules from npm diff --git a/src/scripts/scrape-data/json-ld.ts b/src/scripts/scrape-data/json-ld.ts index 27df6c5..b04efd2 100644 --- a/src/scripts/scrape-data/json-ld.ts +++ b/src/scripts/scrape-data/json-ld.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; // Public modules from npm diff --git a/src/scripts/scrape-data/post-parse.ts b/src/scripts/scrape-data/post-parse.ts index 5ba2cab..3fee722 100644 --- a/src/scripts/scrape-data/post-parse.ts +++ b/src/scripts/scrape-data/post-parse.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + "use strict"; //#region Interfaces diff --git a/src/scripts/search.ts b/src/scripts/search.ts index cae91e6..789f1e4 100644 --- a/src/scripts/search.ts +++ b/src/scripts/search.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + /* eslint-disable @typescript-eslint/no-inferrable-types */ "use strict"; diff --git a/src/scripts/shared.ts b/src/scripts/shared.ts index 2134d5e..876b324 100644 --- a/src/scripts/shared.ts +++ b/src/scripts/shared.ts @@ -1,3 +1,8 @@ +// Copyright (c) 2021 MillenniumEarl +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + /* istanbul ignore file */ "use strict";