Skip to content

Commit

Permalink
chore: add license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Oct 10, 2023
1 parent cc09137 commit 118c8d0
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dashboard/assets/packages/model/dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 Raintank, Inc. dba Grafana Labs
//
// SPDX-License-Identifier: AGPL-3.0-only

declare const enum UnitType {
bytes = "bytes",
bps = "bps",
Expand Down
4 changes: 4 additions & 0 deletions dashboard/assets/packages/model/dist/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 Raintank, Inc. dba Grafana Labs
//
// SPDX-License-Identifier: AGPL-3.0-only

// src/UnitType.ts
var UnitType = /* @__PURE__ */ ((UnitType2) => {
UnitType2["bytes"] = "bytes";
Expand Down
4 changes: 4 additions & 0 deletions dashboard/assets/packages/ui/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# SPDX-FileCopyrightText: 2023 Raintank, Inc. dba Grafana Labs
#
# SPDX-License-Identifier: AGPL-3.0-only

dist/
*.md
4 changes: 4 additions & 0 deletions dashboard/assets/packages/ui/src/types/config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 Raintank, Inc. dba Grafana Labs
//
// SPDX-License-Identifier: AGPL-3.0-only

import { Section } from "@xk6-dashboard/view"

export interface Tab {
Expand Down
4 changes: 4 additions & 0 deletions dashboard/assets/packages/ui/src/types/theme.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 Raintank, Inc. dba Grafana Labs
//
// SPDX-License-Identifier: AGPL-3.0-only

export interface ColorParams {
fill?: string | undefined
stroke?: string | undefined
Expand Down
4 changes: 4 additions & 0 deletions dashboard/assets/packages/ui/src/typings/assets.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 Raintank, Inc. dba Grafana Labs
//
// SPDX-License-Identifier: AGPL-3.0-only

declare module "*.md"
declare module "*.svg"
declare module "*.jpg"
Expand Down
4 changes: 4 additions & 0 deletions dashboard/assets/packages/ui/src/typings/mui.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 Raintank, Inc. dba Grafana Labs
//
// SPDX-License-Identifier: AGPL-3.0-only

import "@mui/material"
import { ColorParams } from "types/theme"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 Raintank, Inc. dba Grafana Labs
//
// SPDX-License-Identifier: AGPL-3.0-only

import "@xk6-dashboard/model"

import { DigestConfig } from "types/config"
Expand Down

0 comments on commit 118c8d0

Please sign in to comment.