Skip to content

Commit c707e53

Browse files
committed
add header
1 parent 6d8ab4e commit c707e53

4 files changed

Lines changed: 24 additions & 0 deletions

File tree

chartlets.js/packages/demo/eslint.config.mjs

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 { fixupConfigRules } from "@eslint/compat";
28
import reactRefresh from "eslint-plugin-react-refresh";
39
import globals from "globals";

chartlets.js/packages/demo/index.html

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
<!doctype html>
28
<html lang="en">
39
<head>

chartlets.js/packages/demo/src/index.css

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
#root {
28
width: 100vw;
39
height: 100vh;

chartlets.js/packages/lib/eslint.config.mjs

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 { fixupConfigRules } from "@eslint/compat";
28
import reactRefresh from "eslint-plugin-react-refresh";
39
import globals from "globals";

0 commit comments

Comments
 (0)