Skip to content

Commit 25251fc

Browse files
committed
add copyright header
1 parent 9be5d04 commit 25251fc

211 files changed

Lines changed: 1100 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

chartlets.js/packages/demo/src/App.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import { useMemo } from "react";
28
import {
39
CssBaseline,

chartlets.js/packages/demo/src/actions/hidePanel.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import { updateContributionContainer } from "chartlets";
28
import type { PanelState } from "@/types";
39

chartlets.js/packages/demo/src/actions/showPanel.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import { updateContributionContainer } from "chartlets";
28

39
import type { PanelState } from "@/types";

chartlets.js/packages/demo/src/components/ControlBar.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import FormControl from "@mui/material/FormControl";
28
import InputLabel from "@mui/material/InputLabel";
39
import Select from "@mui/material/Select";

chartlets.js/packages/demo/src/components/ExtensionInfo.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import Typography from "@mui/material/Typography";
28

39
import { useExtensions, useContributionsResult } from "chartlets";

chartlets.js/packages/demo/src/components/Header.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import Box from "@mui/material/Box";
28
import Button from "@mui/material/Button";
39
import Typography from "@mui/material/Typography";

chartlets.js/packages/demo/src/components/Panel.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import type { CSSProperties, ReactElement } from "react";
28
import CircularProgress from "@mui/material/CircularProgress";
39
import { Component } from "chartlets";

chartlets.js/packages/demo/src/components/PanelsControl.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import Checkbox from "@mui/material/Checkbox";
28
import FormControlLabel from "@mui/material/FormControlLabel";
39
import FormGroup from "@mui/material/FormGroup";

chartlets.js/packages/demo/src/components/PanelsRow.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import type { PanelState } from "@/types";
28

39
import { useComponentChangeHandlers, useContributions } from "chartlets";

chartlets.js/packages/demo/src/main.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import React from "react";
28
import ReactDOM from "react-dom/client";
39

0 commit comments

Comments
 (0)