Skip to content

Commit

Permalink
chore: Prepend missing license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Github committed Dec 12, 2021
1 parent 2e17765 commit 46f197e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/mouse.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2021 Im-Beast. All rights reserved. MIT license.
import { getInteractiveComponents, TuiInstance } from "./tui.ts";
import { AnyComponent } from "./types.ts";
import { clamp, getStaticValue } from "./util.ts";
Expand Down
1 change: 1 addition & 0 deletions tests/canvas.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2021 Im-Beast. All rights reserved. MIT license.
import {
CanvasStyler,
compileStyler,
Expand Down
1 change: 1 addition & 0 deletions tests/colors.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2021 Im-Beast. All rights reserved. MIT license.
import {
ansi3,
ansi4,
Expand Down
1 change: 1 addition & 0 deletions tests/event_emitter.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2021 Im-Beast. All rights reserved. MIT license.
import { assert, assertEquals, sleep } from "./deps.ts";
import { createEventEmitter } from "../src/event_emitter.ts";

Expand Down
1 change: 1 addition & 0 deletions tests/render.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2021 Im-Beast. All rights reserved. MIT license.
import {
createCanvas,
drawPixel,
Expand Down
1 change: 1 addition & 0 deletions tests/tui.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2021 Im-Beast. All rights reserved. MIT license.
import { createTui } from "../src/tui.ts";
import { getStaticValue } from "../src/util.ts";
import { assertEquals, canvas, styler } from "./deps.ts";
Expand Down
1 change: 1 addition & 0 deletions tests/tui_component.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2021 Im-Beast. All rights reserved. MIT license.
import { createTui } from "../src/tui.ts";
import {
createComponent,
Expand Down
1 change: 1 addition & 0 deletions tests/util.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2021 Im-Beast. All rights reserved. MIT license.
import {
capitalize,
clamp,
Expand Down

0 comments on commit 46f197e

Please sign in to comment.