aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src')
-rw-r--r--subprojects/frontend/src/graph/parseBBox.ts2
-rw-r--r--subprojects/frontend/src/language/indentation.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/frontend/src/graph/parseBBox.ts b/subprojects/frontend/src/graph/parseBBox.ts
index 9806cbca..34df746b 100644
--- a/subprojects/frontend/src/graph/parseBBox.ts
+++ b/subprojects/frontend/src/graph/parseBBox.ts
@@ -2,7 +2,7 @@
2 * Copyright 2017, Magnus Jacobsson 2 * Copyright 2017, Magnus Jacobsson
3 * Copyright 2023, The Refinery Authors <https://refinery.tools/> 3 * Copyright 2023, The Refinery Authors <https://refinery.tools/>
4 * 4 *
5 * SPDX-License-Identifier: BSD-3-Clause AND EPL-2.0 5 * SPDX-License-Identifier: BSD-3-Clause
6 * 6 *
7 * This file Incorporates patches from the Refinery authors. 7 * This file Incorporates patches from the Refinery authors.
8 * 8 *
diff --git a/subprojects/frontend/src/language/indentation.ts b/subprojects/frontend/src/language/indentation.ts
index 8446d7fa..6806147b 100644
--- a/subprojects/frontend/src/language/indentation.ts
+++ b/subprojects/frontend/src/language/indentation.ts
@@ -2,7 +2,7 @@
2 * Copyright (C) 2018-2021 by Marijn Haverbeke <marijnh@gmail.com> and others 2 * Copyright (C) 2018-2021 by Marijn Haverbeke <marijnh@gmail.com> and others
3 * Copyright (C) 2021-2023 The Refinery Authors <https://refinery.tools/> 3 * Copyright (C) 2021-2023 The Refinery Authors <https://refinery.tools/>
4 * 4 *
5 * SPDX-License-Identifier: MIT OR EPL-2.0 5 * SPDX-License-Identifier: MIT AND EPL-2.0
6 */ 6 */
7 7
8import type { TreeIndentContext } from '@codemirror/language'; 8import type { TreeIndentContext } from '@codemirror/language';