From 768921793e915c2ff0ff39fbd0953aa7d5a3f054 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Thu, 9 May 2024 17:07:46 +0200 Subject: [PATCH] chore: update the license owner (#46) --- LICENSE | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index f2f9995..764ad44 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ For all data related to EVE Online, please refer to the license in LICENSE.EVE. --- -Copyright (c) 2023 TrueBrain +Copyright (c) 2023 EVEShipFit Team 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/package.json b/package.json index f026387..8f2f3cb 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "type": "git", "url": "git+https://github.com/EVEShipFit/data.git" }, - "author": "Patric Stout ", + "author": "EVEShipFit Team ", "license": "SEE LICENSE IN LICENSE", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",