Skip to content

Commit af0290c

Browse files
committed
use SPDX license headers
1 parent ccd60da commit af0290c

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

scripts/gen_json_grammar.bt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// This file is part of vscode-vba.
2-
// Copyright (c) 2023-present Lukas Neubert.
3-
// This Source Code is subject to the terms of the Mozilla Public License 2.0.
1+
// SPDX-FileCopyrightText: 2023-present Lukas Neubert <[email protected]>
2+
// SPDX-License-Identifier: MPL-2.0
43

54
package main
65

src/extension.js.bt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// This file is part of vscode-vba.
2-
// Copyright (c) 2021-present Lukas Neubert.
3-
// This Source Code is subject to the terms of the Mozilla Public License 2.0.
1+
// SPDX-FileCopyrightText: 2023-present Lukas Neubert <[email protected]>
2+
// SPDX-License-Identifier: MPL-2.0
3+
44
package extension
55

66
import 'vscode' as #JS.vscode

syntaxes/vba.tmGrammar.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# This file is part of vscode-vba.
2-
# Copyright (c) 2021-present Lukas Neubert
3-
# This Grammar is subject to the terms of the Mozilla Public License 2.0.
1+
# SPDX-FileCopyrightText: 2023-present Lukas Neubert <[email protected]>
2+
# SPDX-License-Identifier: MPL-2.0
43

54
name: Visual Basic for Applications
65
scopeName: source.vba

syntaxes/wwb.tmGrammar.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# This file is part of vscode-vba.
2-
# Copyright (c) 2021-present Lukas Neubert
3-
# This Grammar is subject to the terms of the Mozilla Public License 2.0.
1+
# SPDX-FileCopyrightText: 2023-present Lukas Neubert <[email protected]>
2+
# SPDX-License-Identifier: MPL-2.0
43

54
scopeName: source.wwb
65
fileTypes:

0 commit comments

Comments
 (0)