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",