From 04f47a49e2ef32b0ead2842de1e71b571c559bf2 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Thu, 30 Jan 2020 12:09:41 +0100
Subject: [PATCH] Chore: Update notices to use CleverThis to represent myself.

---
 NOTICE   | 2 +-
 setup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
index 198ef8b..f1ced82 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Copyright (c) 2017 - 2020
+Copyright (c) 2017 - 2020 CleverThis, Inc. and other contributors
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/setup.py b/setup.py
index b8067cc..e6abac8 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setup(
     url='',
     license='Apache Software License',
     author='Jeffrey Phillips Freeman',
-    author_email='Jeffrey.Freeman@syncleus.com',
+    author_email='Jeffrey.Freeman@CleverThis.com',
     description='Async Gremlin-Python',
     long_description=open('README.md').read(),
     packages=['aiogremlin',
-- 
GitLab