Skip to content

Commit d63d751

Browse files
committed
Apply SPDX map to mixed root files and migration scripts
1 parent e2d5354 commit d63d751

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

BUILD.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
12
# Build & Deploy — Troubleshooting
23

34
## Known issues and their fixes

deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2026 X-PACT. MIT License.
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
# Copyright (c) 2026 Eslam Kotb (X-PACT). AGPL-3.0-or-later.
34
# ─────────────────────────────────────────────────────────────────────────────
45
# PrivateDAO — Full Deploy Script
56
# Solana Graveyard Hackathon 2026

migrations/migrate-realms-dao.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: AGPL-3.0-or-later
12
/**
23
* migrate-realms-dao.ts
34
* MIGRATION TRACK (Sunrise) — $7,000

0 commit comments

Comments
 (0)