diff --git a/LICENSE b/LICENSE index 69501cb..0d88fe6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 GetTechAPI Foundation (GTA) +Copyright (c) 2026 GTA Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index c45eb3b..40d6105 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Validation + ingestion engine for the TechAPI dataset" readme = "README.md" requires-python = ">=3.12" license = { text = "MIT" } -authors = [{ name = "GetTechAPI Foundation (GTA)", email = "team@techapi.dev" }] +authors = [{ name = "GTA Foundation", email = "team@techapi.dev" }] dependencies = [ "fastapi>=0.115", "uvicorn[standard]>=0.30",