Skip to content

Commit db72f43

Browse files
hyperpolymathclaude
andcommitted
chore: RSR compliance — add .editorconfig, fix SPDX headers (PMPL -> MPL-2.0 for Julia)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3918af9 commit db72f43

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

.editorconfig

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# SPDX-License-Identifier: MPL-2.0
2+
# (PMPL-1.0-or-later preferred; MPL-2.0 required for EditorConfig ecosystem)
3+
4+
root = true
5+
6+
[*]
7+
indent_style = space
8+
indent_size = 2
9+
charset = utf-8
10+
end_of_line = lf
11+
trim_trailing_whitespace = true
12+
insert_final_newline = true
13+
14+
[*.{jl,rs,zig,idr}]
15+
indent_size = 4
16+
17+
[Makefile]
18+
indent_style = tab
19+
20+
[*.md]
21+
trim_trailing_whitespace = false
22+

src/AcceleratorGate.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
2+
# (PMPL-1.0-or-later preferred; MPL-2.0 required for Julia ecosystem)
23
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
34
#
45
# AcceleratorGate.jl — Shared coprocessor dispatch infrastructure

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
2+
# (PMPL-1.0-or-later preferred; MPL-2.0 required for Julia ecosystem)
23
using Test
34
using AcceleratorGate
45

0 commit comments

Comments
 (0)