Skip to content

Commit abf2fa9

Browse files
chore(spdx): add Copyright (c) headers to Elixir files (batch 6/7) (#99)
STATS: processed=11 already_has=0 added_copyright=10 inserted_block=1 missing=0 Files: .ex/.exs. Mechanical SPDX-FileCopyrightText sweep using hash comment style. Batch 6/7 of the M1 foreign-WIP closure. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4007c8e commit abf2fa9

11 files changed

Lines changed: 12 additions & 0 deletions

File tree

impl/elixir/lib/mix/tasks/vsh.daemon.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2+
# Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23

34
defmodule Mix.Tasks.Vsh.Daemon do
45
@moduledoc """

impl/elixir/lib/vsh.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2+
# Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23

34
defmodule VSH do
45
@moduledoc """

impl/elixir/lib/vsh/application.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2+
# Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23

34
defmodule VSH.Application do
45
@moduledoc """

impl/elixir/lib/vsh/daemon.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2+
# Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23

34
defmodule VSH.Daemon do
45
@moduledoc """

impl/elixir/lib/vsh/filesystem.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: MPL-2.0
2+
# Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
13
defmodule VSH.Filesystem do
24
@moduledoc """
35
Valence Shell - Elixir Filesystem Operations

impl/elixir/lib/vsh/nif.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2+
# Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23

34
defmodule VSH.NIF do
45
@moduledoc """

impl/elixir/lib/vsh/secure_erase.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2+
# Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
defmodule VSH.SecureErase do
34
@moduledoc """
45
Hardware-based secure erase for SSDs using NIST SP 800-88 Purge methods.

impl/elixir/lib/vsh/state.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2+
# Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23

34
defmodule VSH.State do
45
@moduledoc """

impl/elixir/mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2+
# Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23

34
defmodule VSH.MixProject do
45
use Mix.Project

impl/elixir/test/test_helper.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# SPDX-License-Identifier: MPL-2.0
2+
# Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23

34
ExUnit.start()

0 commit comments

Comments
 (0)