From 3700aed7c5739f427a5191eb1fbad67bd070ffd6 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Tue, 2 Jun 2026 15:32:23 +0900 Subject: [PATCH] chore: set copyright holder to GTA Foundation Rename the LICENSE copyright line and pyproject authors to 'GTA Foundation' (org renamed). --- LICENSE | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",