Skip to content

Commit 8a0d9e1

Browse files
committed
chore: add SPDX headers to source files
1 parent a353529 commit 8a0d9e1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/config_store/config_store.adb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- SPDX-License-Identifier: PMPL-1.0-or-later
12
with Ada.Environment_Variables;
23
with Ada.Strings.Unbounded;
34
with Ada.Directories;

src/config_store/config_store.ads

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- SPDX-License-Identifier: PMPL-1.0-or-later
12
-- src/config_store/config_store.ads
23
package Config_Store is
34
-- ... other config definitions ...

0 commit comments

Comments
 (0)