Skip to content

Commit 554b06c

Browse files
committed
chore: set copyright holder to GetTechAPI Foundation (GTA)
Update the MIT LICENSE copyright line and the pyproject authors field from 'TechAPI maintainers' to 'GetTechAPI Foundation (GTA)'. TechAPI/LICENSE is left untouched (separate submodule repo).
1 parent 688d5ae commit 554b06c

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 TechAPI maintainers
3+
Copyright (c) 2026 GetTechAPI Foundation (GTA)
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 = "TechAPI maintainers", email = "team@techapi.dev" }]
8+
authors = [{ name = "GetTechAPI Foundation (GTA)", email = "team@techapi.dev" }]
99
dependencies = [
1010
"fastapi>=0.115",
1111
"uvicorn[standard]>=0.30",

0 commit comments

Comments
 (0)