Skip to content

Commit b0d4488

Browse files
Fix copyright headers
1 parent 66e5515 commit b0d4488

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

StrataTypeScriptASTLoader.lean

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/-
2+
Copyright Strata Contributors
3+
4+
SPDX-License-Identifier: Apache-2.0 OR MIT
5+
-/
6+
17
import Strata.Languages.TypeScript.js_ast
28

39
-- Simple AST loader that tests if TypeScript AST JSON can be loaded into Lean structures

runners/lean/StrataPythonRunner.lean

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/-
2+
Copyright Strata Contributors
3+
4+
SPDX-License-Identifier: Apache-2.0 OR MIT
5+
-/
6+
17
import Strata.Languages.Python.python_ast
28
import Strata.Languages.Python.PythonStrataEval
39

runners/lean/StrataTypeScriptRunner.lean

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/-
2+
Copyright Strata Contributors
3+
4+
SPDX-License-Identifier: Apache-2.0 OR MIT
5+
-/
6+
17
import Strata.Languages.TypeScript.js_ast
28
import Strata.Languages.TypeScript.TSStrataEval
39

0 commit comments

Comments
 (0)