From f105464c41a44f34737e3eca52692de697a6d247 Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:50:33 -0400 Subject: [PATCH] Add LICENSE to wheels (#1255) Adds symlinks to the `cuspatial` & `cuproj` directories so that the `LICENSE` is included in the wheels. Authors: - Ray Douglass (https://github.com/raydouglass) Approvers: - Bradley Dice (https://github.com/bdice) - Vyas Ramasubramani (https://github.com/vyasr) - https://github.com/jakirkham --- CHANGELOG.md | 2 +- python/cuproj/LICENSE | 1 + python/cuspatial/LICENSE | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 python/cuproj/LICENSE create mode 120000 python/cuspatial/LICENSE diff --git a/CHANGELOG.md b/CHANGELOG.md index 33af7fa6e..0dd4eea2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,7 @@ - Forward merge `branch-23.06` into `branch-23.08` ([#1190](https://github.com/rapidsai/cuspatial/pull/1190)) [@raydouglass](https://github.com/raydouglass) - use rapids-upload-docs script ([#1181](https://github.com/rapidsai/cuspatial/pull/1181)) [@AyodeAwe](https://github.com/AyodeAwe) - Remove Stale Demo Scripts ([#1180](https://github.com/rapidsai/cuspatial/pull/1180)) [@isVoid](https://github.com/isVoid) -- Updates Build Instructions to Adjust for Devcontainer Instructions and Remove Stale Infomation ([#1179](https://github.com/rapidsai/cuspatial/pull/1179)) [@isVoid](https://github.com/isVoid) +- Updates Build Instructions to Adjust for Devcontainer Instructions and Remove Stale Information ([#1179](https://github.com/rapidsai/cuspatial/pull/1179)) [@isVoid](https://github.com/isVoid) - Fix branch-23.06 forward-merge into branch-23.08 ([#1175](https://github.com/rapidsai/cuspatial/pull/1175)) [@trxcllnt](https://github.com/trxcllnt) - Remove documentation build scripts for Jenkins ([#1169](https://github.com/rapidsai/cuspatial/pull/1169)) [@ajschmidt8](https://github.com/ajschmidt8) - cuSpatial: Build CUDA 12 packages ([#1044](https://github.com/rapidsai/cuspatial/pull/1044)) [@isVoid](https://github.com/isVoid) diff --git a/python/cuproj/LICENSE b/python/cuproj/LICENSE new file mode 120000 index 000000000..30cff7403 --- /dev/null +++ b/python/cuproj/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/python/cuspatial/LICENSE b/python/cuspatial/LICENSE new file mode 120000 index 000000000..30cff7403 --- /dev/null +++ b/python/cuspatial/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file