Skip to content

Commit

Permalink
license and package stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed May 12, 2021
1 parent 59fe99f commit 757cc4c
Show file tree
Hide file tree
Showing 4 changed files with 4,235 additions and 37 deletions.
11 changes: 9 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
module.exports = {
extends: "eslint:recommended",
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
],
parser: "@typescript-eslint/parser",
plugins: [
"@typescript-eslint",
],
parserOptions: {
ecmaVersion: 2017,
},
Expand Down Expand Up @@ -119,6 +126,6 @@ module.exports = {
"template-curly-spacing": "error",
"no-console": "off",
"no-irregular-whitespace": ["error", { skipStrings: true, skipComments: true, skipTemplates: true }],
"no-unused-vars": "off",
"no-unused-vars": "warn",
},
};
24 changes: 9 additions & 15 deletions LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,20 @@
#======================#
# DTel #
# LICENSE #
#======================#
# DTel License (revision 3)

## The owners of DTel reserve the right to change the license without prior warning.
*The owners of DTel reserve the right to change the license without prior warning.*

LICENSE REVISION 2
1 May 2020
**LICENSE REVISION 3, written 12th May 2021**

Bot coded by Austin Huang
Original license written by Austin Huang; revision 1 written by Tempestius; revision 2 written by SunburntRock89;
Bot created by Austin Huang

=================================================================
=================================================================
Original license written by Austin Huang; revision 1 written by Tempestius; revision 2 written by SunburntRock89; revison 3 written by Rexogamer.

### Discord Telephone System
### The sole owner of DTel is Austin Huang, thereinafter referred to as "the Owner".
**The sole owner of DTel is Austin Huang, thereinafter referred to as "the Owner".**


## Open-source Usage


# DTel, thereinafter referred to as "the Bot", is bound to a restricted open-source.
DTel, thereinafter referred to as "the Bot", is bound to a restricted open-source.
Users, thereinafter referred to as "the User", may obtain and edit the Bot's code providing
the User's conduct follows the restrictions listed below.

Expand All @@ -40,8 +33,9 @@ the User's conduct follows the restrictions listed below.

## Private Hosting

# The Bot may only be hosted privately for purposes deemed acceptable by the Owner.
The Bot may only be hosted privately for purposes deemed acceptable by the Owner.

## Disclaimer

THE BOT AND ITS CODE IS PROVIDED ONLY AS IT IS,
NOT INCLUDING A WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED,
Expand Down
Loading

0 comments on commit 757cc4c

Please sign in to comment.