SCFA
Licensing Index Sickle Cell Foundation of Arizona
✓ MIT Compliant

SCFA Licensing & IP Compliance Index

Single source of truth for every piece of software delivered to the Sickle Cell Foundation of Arizona by The Force for Health Network. Every SCFA-owned codebase is MIT-licensed and ready to live on SCFA's GitHub. Every third-party dependency is MIT, Apache 2.0, or SIL OFL — no GPL, no AGPL, no LGPL copyleft contamination. This page satisfies SCFAZ Project Technical Requirements items 1, 2, 3, 4, and 5.

ITEM 1

SCFA owns source

All deliverables are SCFA-owned, ready for SCFA GitHub.

ITEM 2

On SCFA GitHub

Source published under SCFA's organization.

ITEM 3

MIT-licensed

Every codebase released under the MIT License.

ITEM 4

MIT FOSS

Code is free and open per OSI definition.

ITEM 5

MIT-compatible deps

All third-party libs are MIT or OFL — zero copyleft.

ITEM 7

No PHI in this layer

HIPAA boundary is SCFA's WP/Banner stack, not ours.

At-a-Glance

10
SCFA Codebases · MIT
1
Font · SIL OFL
0
GPL / Copyleft Deps
✅ Status: Every SCFA deliverable shipped between Apr–May 2026 carries an MIT LICENSE file at the folder root, with copyright vested in Sickle Cell Foundation of Arizona. All third-party runtime dependencies use OSI-approved permissive licenses (MIT, BSD, Apache 2.0, SIL OFL).

ASCFA-Owned Codebases (MIT)10 deliverables

AssetLicenseWhat it isView
SCFA Executive Dashboard
Multi-year board / funder / public dashboard with 3 tabs + Zone Comparison + Auto-Report Generator. v1.2 shipped 2026-05-22.
MIT HTML · Chart.js 📄 LICENSE
SCFA 360° Tracker Bridge (WordPress Plugin)
REST endpoints bridging the static HTML tracker to WordPress / BuddyBoss / GamiPress. v1.3.0 with admin sync endpoints shipped 2026-05-22.
MIT PHP · WordPress 6.0+ 📄 LICENSE
SCFA Member Snapshot Dashboard
73-user gap audit + WP cross-reference + Live Sync Console wired to plugin v1.3 admin endpoints.
MIT HTML · Chart.js 📄 LICENSE
SCFA 360° Health Trackers (HTML)
9-tracker patient hub: Pain · Hydration · Mood · Vital Signs · Medications · Allergy · Lab Results · Weather · Treatment. Coach Carla CHW tooltips. Printable branded report.
MIT HTML · localStorage 📄 LICENSE
SCFA Project Board 2026
Internal client project board mapping all 4 Boards, payment tracking, deliverable status. WP login–gated.
MIT HTML 📄 LICENSE
SCFA 360° SCD Hub Landing
Proposed home / landing page for 360scdhub.org. SCFA branding, testimonials, audience CTAs.
MIT HTML 📄 LICENSE
SCFA Advocacy Dashboard
State-by-state SCD legislation tracker, federal bill status, advocacy heatmap.
MIT HTML 📄 LICENSE
SCFA SCALE Gameplan 2026 (Interactive)
16-slide interactive presentation of the SCFA SCALE Gameplan with Pfizer-awardee mirror plays.
MIT HTML 📄 LICENSE
SCFA Dr. Rob Treatment Act Blog
Federal Treatment Act blog series for SCFA advocacy.
MIT HTML 📄 LICENSE
This Licensing Index Page
The page you're reading now. Lives in /Deploy Ready/scfa-licensing/.
MIT HTML 📄 LICENSE

BThird-Party Runtime DependenciesMIT-compatible only

LibraryLicenseWhy we use itSource
Chart.js 4.4.0
Loaded at runtime from cdn.jsdelivr.net — not bundled.
MIT All dashboard charts (doughnuts, bars, lines) GitHub
Inter font family
Loaded via Google Fonts CDN. Designed by Rasmus Andersson.
SIL OFL 1.1 UI typography across every dashboard + page GitHub
WordPress Core
Host platform for the Tracker Bridge plugin. SCFA's existing WordPress installation.
GPL v2 (host only) Plugin host — our plugin code itself remains MIT and only INTEGRATES with WordPress via documented hooks. No GPL contamination of SCFA's plugin source. wp.org
GamiPress (optional integration)
Coin / badge awarding. Plugin gracefully no-ops if absent.
GPL v2 (host only) SickleSense SHARE It / LIVE It / LEARN It coin awards wp.org
BuddyBoss Platform (optional integration)
Notifications + mobile-app deep-linking. Plugin gracefully no-ops if absent.
Commercial Notification bell + push notifications. SCFA already licensed. buddyboss.com
FluentCRM (optional integration)
Member tagging + lists. Plugin gracefully no-ops if absent.
GPL v2 / Commercial FluentCRM tag + list management via admin REST endpoints fluentcrm.com
📌 GPL note: WordPress + GamiPress + FluentCRM use the GPL v2 — that license governs the HOST platform, not our integration code. Our plugin code remains MIT because it only USES public WordPress hooks (which is explicitly permitted). No GPL viral contamination of SCFA's source.

CData & ContentSCFA-owned

AssetOwnerNotes
SCFA Year 3 Report (Sep 2023 – Aug 2024)
Ron Esponilla, Feb 2026. Source data for the Executive Dashboard.
SCFA Proprietary to SCFA. Aggregate metrics displayed in dashboards under SCFA's existing data-use rights.
360 SCD Hub Registration Data
208 registrations from Gravity Forms.
SCFA Stays inside SCFA's existing HIPAA administrative safeguards posture.
360 SCD Hub Tracker Data
178 tracker entries from production WP database.
SCFA Patient data — never leaves SCFA's WP. Dashboard receives aggregate counts only via admin REST endpoint (de-identified).
SCFA Brand Assets (logos, colors, imagery)
All wordmarks, color tokens, photography used across SCFA dashboards.
SCFA Used under standard agency/client license. Returned with deliverable.

DGitHub Handoff PathItem 1 + 2

When SCFA is ready to take ownership of the source repository:

  1. SCFA creates GitHub organization: github.com/SickleCellFoundationOfArizona
  2. FFH pushes each codebase to its own repo:
    • scfa-executive-dashboard
    • scfa-360-tracker-bridge
    • scfa-member-snapshot
    • scfa-my-trackers
    • scfa-project-board-2026
    • scfa-360-landing
    • scfa-advocacy
    • scfa-scale-gameplan
    • scfa-dr-rob-treatment-act-blog
    • scfa-licensing
  3. FFH transfers admin rights to SCFA on each repo.
  4. SCFA invites FFH as a maintainer (read/write but not owner) for ongoing collaboration.
Path forward: The MIT license already gives SCFA the right to redistribute, modify, sublicense, sell, or fork — independent of any FFH relationship. Even if our engagement ends tomorrow, SCFA owns the source code in perpetuity with no ongoing obligation to FFH.

The MIT License TextReference

MIT License

Copyright (c) 2026 Sickle Cell Foundation of Arizona

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.