Skip to content

Commit 2bc22ee

Browse files
committed
FIX Update author and license info
1 parent 0fadab2 commit 2bc22ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright 2018 NVIDIA Corporation
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Programming Language :: Python :: 3.5",
2424
],
2525
# Include the separately-compiled shared library
26-
author="Continuum Analytics, Inc.",
26+
author="NVIDIA Corporation",
2727
packages=packages,
2828
package_data={
2929
'cudf.tests': ['data/*.pickle'],

0 commit comments

Comments
 (0)