From 6044221a00b04e246160383b307368446ddd43ae Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 22 Dec 2020 14:55:26 +0100 Subject: [PATCH] Update to JupyterLab Classic Contributors --- LICENSE | 2 +- package.json | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 1b618d0de..d7662c629 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2020, Jeremy Tuloup +Copyright (c) 2020, JupyterLab Classic Contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/package.json b/package.json index 00c07ae19..158352ea7 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/jtpio/jupyterlab-classic/issues" }, "license": "BSD-3-Clause", - "author": "Jeremy Tuloup", + "author": "JupyterLab Classic Contributors", "workspaces": { "packages": [ "builder", diff --git a/setup.py b/setup.py index 3b832833a..68d28beab 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup_args = dict( name=NAME, version=version, url="https://github.com/jtpio/jupyterlab-classic", - author="Jeremy Tuloup", + author="JupyterLab Classic Contributors", description="The next gen old-school Notebook UI", long_description=long_description, long_description_content_type="text/markdown",