From ebf87644240cc4c9f63271591e8d51a8a1dd4fd8 Mon Sep 17 00:00:00 2001 From: Ahmad Kemsan Date: Wed, 5 Nov 2025 19:45:51 +0530 Subject: [PATCH] chore: update copyright headers and organization name --- LICENSE.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 2c795d4..a0b3bbd 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Cryptlex +Copyright (c) 2025 Cryptlex LLP 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/setup.py b/setup.py index fc31fc7..8f2c50f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="cryptlex.lexfloatclient", version="4.12.2", - author="Cryptlex, LLC", + author="Cryptlex LLP", author_email="support@cryptlex.com", description="LexFloatClient API wrapper for Python", long_description=long_description,