tangled
alpha
login
or
join now
hauleth.dev
/
e9p
9
fork
atom
Pure Erlang implementation of 9p2000 protocol
filesystem
fs
9p2000
erlang
9p
9
fork
atom
overview
issues
4
pulls
pipelines
Add license header to sysfs module
hauleth.dev
1 month ago
ed7c4d08
46d43ea4
verified
This commit was signed with the committer's
known signature
.
hauleth.dev
SSH Key Fingerprint:
SHA256:1hEP8QO8nM2KQfQ8jK4Q19y/CmqVZQI/cNSht3c1QlI=
+7
2 changed files
expand all
collapse all
unified
split
nix
kamid
mode_format.patch.license
src
e9p_sysfs.erl
+3
nix/kamid/mode_format.patch.license
···
1
1
+
SPDX-FileCopyrightText: 2026 Łukasz Niemier <~@hauleth.dev>
2
2
+
3
3
+
SPDX-License-Identifier: Apache-2.0
+4
src/e9p_sysfs.erl
···
1
1
+
% SPDX-FileCopyrightText: 2026 Łukasz Niemier <~@hauleth.dev>
2
2
+
%
3
3
+
% SPDX-License-Identifier: Apache-2.0
4
4
+
1
5
-module(e9p_sysfs).
2
6
3
7
-behaviour(e9p_fs).