We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fadab2 commit 2bc22eeCopy full SHA for 2bc22ee
LICENSE
@@ -186,7 +186,7 @@
186
same "printed page" as the copyright notice for easier
187
identification within third-party archives.
188
189
- Copyright {yyyy} {name of copyright owner}
+ Copyright 2018 NVIDIA Corporation
190
191
Licensed under the Apache License, Version 2.0 (the "License");
192
you may not use this file except in compliance with the License.
setup.py
@@ -23,7 +23,7 @@
23
"Programming Language :: Python :: 3.5",
24
],
25
# Include the separately-compiled shared library
26
- author="Continuum Analytics, Inc.",
+ author="NVIDIA Corporation",
27
packages=packages,
28
package_data={
29
'cudf.tests': ['data/*.pickle'],
0 commit comments