From b7b3aa027047078c1899371dda0510cec7721b46 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Tue, 2 Jun 2026 14:55:30 +0900 Subject: [PATCH] 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). --- LICENSE | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index b028356..69501cb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 TechAPI maintainers +Copyright (c) 2026 GetTechAPI Foundation (GTA) 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 b62b70e..c45eb3b 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 = "TechAPI maintainers", email = "team@techapi.dev" }] +authors = [{ name = "GetTechAPI Foundation (GTA)", email = "team@techapi.dev" }] dependencies = [ "fastapi>=0.115", "uvicorn[standard]>=0.30",