Skip to content

Commit 3700aed

Browse files
committed
chore: set copyright holder to GTA Foundation
Rename the LICENSE copyright line and pyproject authors to 'GTA Foundation' (org renamed).
1 parent 554b06c commit 3700aed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 GetTechAPI Foundation (GTA)
3+
Copyright (c) 2026 GTA Foundation
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Validation + ingestion engine for the TechAPI dataset"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
license = { text = "MIT" }
8-
authors = [{ name = "GetTechAPI Foundation (GTA)", email = "team@techapi.dev" }]
8+
authors = [{ name = "GTA Foundation", email = "team@techapi.dev" }]
99
dependencies = [
1010
"fastapi>=0.115",
1111
"uvicorn[standard]>=0.30",

0 commit comments

Comments
 (0)