Skip to content

Commit

Permalink
chore: comply with Dirigeants's MIT license, closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet committed Jul 22, 2020
1 parent 8eab25e commit 88afac3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/structures/Command.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) 2017-2019 dirigeants. All rights reserved. MIT license.

import { AliasPiece, AliasPieceOptions, Permissions, PermissionsResolvable } from '@klasa/core';

import type { CommandStore } from './CommandStore';
Expand Down
2 changes: 2 additions & 0 deletions src/lib/structures/CommandStore.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) 2017-2019 dirigeants. All rights reserved. MIT license.

import { Command } from './Command';
import { AliasStore, PieceConstructor, Client } from '@klasa/core';

Expand Down
2 changes: 2 additions & 0 deletions src/lib/structures/Monitor.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) 2017-2019 dirigeants. All rights reserved. MIT license.

import { Piece, PieceOptions, Message } from '@klasa/core';
import type { MonitorStore } from './MonitorStore';

Expand Down
2 changes: 2 additions & 0 deletions src/lib/structures/MonitorStore.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) 2017-2019 dirigeants. All rights reserved. MIT license.

import { Store, Client, PieceConstructor } from '@klasa/core';
import { Monitor } from './Monitor';

Expand Down

0 comments on commit 88afac3

Please sign in to comment.