Skip to content

Commit 172fdb1

Browse files
diningPhilosopher64prabhakk-mw
authored andcommitted
Updated copyright statements
1 parent 822e05e commit 172fdb1

File tree

7 files changed

+7
-5
lines changed

7 files changed

+7
-5
lines changed

src/jupyter_matlab_labextension/src/lezer-matlab/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 The MathWorks, Inc.
1+
// Copyright 2024-2025 The MathWorks, Inc.
22

33
import { nodeResolve } from "@rollup/plugin-node-resolve";
44
import path from "path";

src/jupyter_matlab_labextension/src/lezer-matlab/src/highlight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 The MathWorks, Inc.
1+
// Copyright 2024-2025 The MathWorks, Inc.
22

33
import { styleTags, tags as t } from "@lezer/highlight";
44

src/jupyter_matlab_labextension/src/lezer-matlab/src/parse_comments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 The MathWorks, Inc.
1+
// Copyright 2024-2025 The MathWorks, Inc.
22

33
import { ExternalTokenizer } from "@lezer/lr";
44
// This file is created by lezer-generator during the build.

src/jupyter_matlab_labextension/src/lezer-matlab/test/test-long-matlab-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 The MathWorks, Inc.
1+
// Copyright 2024-2025 The MathWorks, Inc.
22

33
import { parser } from "../dist/index.js";
44
import { fileTests } from "@lezer/generator/dist/test";

src/jupyter_matlab_labextension/src/lezer-matlab/test/test-matlab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 The MathWorks, Inc.
1+
// Copyright 2024-2025 The MathWorks, Inc.
22

33
import { parser } from "../dist/index.js";
44
import { fileTests } from "@lezer/generator/dist/test";
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
/* Copyright 2025 The MathWorks, Inc. */
12
@import url("base.css");
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
// Copyright 2025 The MathWorks, Inc.
12
import "./base.css";

0 commit comments

Comments
 (0)