From 4a8ccc37dfcda2ba5f7b1f21f7adf6f7889666d0 Mon Sep 17 00:00:00 2001 From: Rick Ratzel Date: Tue, 15 Aug 2023 16:56:14 -0500 Subject: [PATCH 1/2] Adds missing copyright and license text to __init__.py package files. Starting copyright year based on earliest "git log __init__.py" entry. --- .../shared/python/cugraph_benchmarking/__init__.py | 13 +++++++++++++ python/cugraph-dgl/cugraph_dgl/utils/__init__.py | 13 +++++++++++++ .../cugraph_service_server/testing/__init__.py | 13 +++++++++++++ python/cugraph-service/tests/__init__.py | 13 +++++++++++++ python/cugraph/cugraph/dask/common/__init__.py | 13 +++++++++++++ python/cugraph/cugraph/dask/comms/__init__.py | 13 +++++++++++++ python/cugraph/cugraph/dask/components/__init__.py | 13 +++++++++++++ .../cugraph/cugraph/dask/link_analysis/__init__.py | 13 +++++++++++++ .../cugraph/dask/link_prediction/__init__.py | 13 +++++++++++++ python/cugraph/cugraph/dask/structure/__init__.py | 13 +++++++++++++ python/cugraph/cugraph/dask/traversal/__init__.py | 13 +++++++++++++ .../cugraph/cugraph/datasets/metadata/__init__.py | 13 +++++++++++++ .../cugraph/cugraph/experimental/compat/__init__.py | 13 +++++++++++++ .../cugraph/experimental/components/__init__.py | 13 +++++++++++++ .../experimental/datasets/metadata/__init__.py | 13 +++++++++++++ .../experimental/link_prediction/__init__.py | 13 +++++++++++++ .../cugraph/experimental/structure/__init__.py | 13 +++++++++++++ .../pylibcugraph/_cugraph_c/__init__.py | 13 +++++++++++++ .../pylibcugraph/components/__init__.py | 13 +++++++++++++ .../pylibcugraph/internal_types/__init__.py | 13 +++++++++++++ .../pylibcugraph/pylibcugraph/structure/__init__.py | 13 +++++++++++++ .../pylibcugraph/pylibcugraph/utilities/__init__.py | 13 +++++++++++++ 22 files changed, 286 insertions(+) diff --git a/benchmarks/shared/python/cugraph_benchmarking/__init__.py b/benchmarks/shared/python/cugraph_benchmarking/__init__.py index e69de29bb2d..081b2ae8260 100644 --- a/benchmarks/shared/python/cugraph_benchmarking/__init__.py +++ b/benchmarks/shared/python/cugraph_benchmarking/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph-dgl/cugraph_dgl/utils/__init__.py b/python/cugraph-dgl/cugraph_dgl/utils/__init__.py index e69de29bb2d..081b2ae8260 100644 --- a/python/cugraph-dgl/cugraph_dgl/utils/__init__.py +++ b/python/cugraph-dgl/cugraph_dgl/utils/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph-service/server/cugraph_service_server/testing/__init__.py b/python/cugraph-service/server/cugraph_service_server/testing/__init__.py index e69de29bb2d..081b2ae8260 100644 --- a/python/cugraph-service/server/cugraph_service_server/testing/__init__.py +++ b/python/cugraph-service/server/cugraph_service_server/testing/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph-service/tests/__init__.py b/python/cugraph-service/tests/__init__.py index e69de29bb2d..081b2ae8260 100644 --- a/python/cugraph-service/tests/__init__.py +++ b/python/cugraph-service/tests/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph/cugraph/dask/common/__init__.py b/python/cugraph/cugraph/dask/common/__init__.py index e69de29bb2d..521b825bbf5 100644 --- a/python/cugraph/cugraph/dask/common/__init__.py +++ b/python/cugraph/cugraph/dask/common/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2021-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph/cugraph/dask/comms/__init__.py b/python/cugraph/cugraph/dask/comms/__init__.py index e69de29bb2d..081b2ae8260 100644 --- a/python/cugraph/cugraph/dask/comms/__init__.py +++ b/python/cugraph/cugraph/dask/comms/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph/cugraph/dask/components/__init__.py b/python/cugraph/cugraph/dask/components/__init__.py index e69de29bb2d..521b825bbf5 100644 --- a/python/cugraph/cugraph/dask/components/__init__.py +++ b/python/cugraph/cugraph/dask/components/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2021-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph/cugraph/dask/link_analysis/__init__.py b/python/cugraph/cugraph/dask/link_analysis/__init__.py index e69de29bb2d..521b825bbf5 100644 --- a/python/cugraph/cugraph/dask/link_analysis/__init__.py +++ b/python/cugraph/cugraph/dask/link_analysis/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2021-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph/cugraph/dask/link_prediction/__init__.py b/python/cugraph/cugraph/dask/link_prediction/__init__.py index e69de29bb2d..081b2ae8260 100644 --- a/python/cugraph/cugraph/dask/link_prediction/__init__.py +++ b/python/cugraph/cugraph/dask/link_prediction/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph/cugraph/dask/structure/__init__.py b/python/cugraph/cugraph/dask/structure/__init__.py index e69de29bb2d..521b825bbf5 100644 --- a/python/cugraph/cugraph/dask/structure/__init__.py +++ b/python/cugraph/cugraph/dask/structure/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2021-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph/cugraph/dask/traversal/__init__.py b/python/cugraph/cugraph/dask/traversal/__init__.py index e69de29bb2d..521b825bbf5 100644 --- a/python/cugraph/cugraph/dask/traversal/__init__.py +++ b/python/cugraph/cugraph/dask/traversal/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2021-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph/cugraph/datasets/metadata/__init__.py b/python/cugraph/cugraph/datasets/metadata/__init__.py index e69de29bb2d..ce94db52fa2 100644 --- a/python/cugraph/cugraph/datasets/metadata/__init__.py +++ b/python/cugraph/cugraph/datasets/metadata/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph/cugraph/experimental/compat/__init__.py b/python/cugraph/cugraph/experimental/compat/__init__.py index e69de29bb2d..081b2ae8260 100644 --- a/python/cugraph/cugraph/experimental/compat/__init__.py +++ b/python/cugraph/cugraph/experimental/compat/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph/cugraph/experimental/components/__init__.py b/python/cugraph/cugraph/experimental/components/__init__.py index e69de29bb2d..081b2ae8260 100644 --- a/python/cugraph/cugraph/experimental/components/__init__.py +++ b/python/cugraph/cugraph/experimental/components/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph/cugraph/experimental/datasets/metadata/__init__.py b/python/cugraph/cugraph/experimental/datasets/metadata/__init__.py index e69de29bb2d..081b2ae8260 100644 --- a/python/cugraph/cugraph/experimental/datasets/metadata/__init__.py +++ b/python/cugraph/cugraph/experimental/datasets/metadata/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph/cugraph/experimental/link_prediction/__init__.py b/python/cugraph/cugraph/experimental/link_prediction/__init__.py index e69de29bb2d..081b2ae8260 100644 --- a/python/cugraph/cugraph/experimental/link_prediction/__init__.py +++ b/python/cugraph/cugraph/experimental/link_prediction/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/cugraph/cugraph/experimental/structure/__init__.py b/python/cugraph/cugraph/experimental/structure/__init__.py index e69de29bb2d..081b2ae8260 100644 --- a/python/cugraph/cugraph/experimental/structure/__init__.py +++ b/python/cugraph/cugraph/experimental/structure/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/pylibcugraph/pylibcugraph/_cugraph_c/__init__.py b/python/pylibcugraph/pylibcugraph/_cugraph_c/__init__.py index e69de29bb2d..081b2ae8260 100644 --- a/python/pylibcugraph/pylibcugraph/_cugraph_c/__init__.py +++ b/python/pylibcugraph/pylibcugraph/_cugraph_c/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/pylibcugraph/pylibcugraph/components/__init__.py b/python/pylibcugraph/pylibcugraph/components/__init__.py index e69de29bb2d..521b825bbf5 100644 --- a/python/pylibcugraph/pylibcugraph/components/__init__.py +++ b/python/pylibcugraph/pylibcugraph/components/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2021-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/pylibcugraph/pylibcugraph/internal_types/__init__.py b/python/pylibcugraph/pylibcugraph/internal_types/__init__.py index e69de29bb2d..081b2ae8260 100644 --- a/python/pylibcugraph/pylibcugraph/internal_types/__init__.py +++ b/python/pylibcugraph/pylibcugraph/internal_types/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/pylibcugraph/pylibcugraph/structure/__init__.py b/python/pylibcugraph/pylibcugraph/structure/__init__.py index e69de29bb2d..521b825bbf5 100644 --- a/python/pylibcugraph/pylibcugraph/structure/__init__.py +++ b/python/pylibcugraph/pylibcugraph/structure/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2021-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/python/pylibcugraph/pylibcugraph/utilities/__init__.py b/python/pylibcugraph/pylibcugraph/utilities/__init__.py index e69de29bb2d..081b2ae8260 100644 --- a/python/pylibcugraph/pylibcugraph/utilities/__init__.py +++ b/python/pylibcugraph/pylibcugraph/utilities/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. From de18648c638fecda44df77d14965eaf58d7707a2 Mon Sep 17 00:00:00 2001 From: Rick Ratzel Date: Wed, 16 Aug 2023 10:20:39 -0500 Subject: [PATCH 2/2] Adds copyright and license text to new cugraph-nx test __init__.py file. --- python/cugraph-nx/cugraph_nx/tests/__init__.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/python/cugraph-nx/cugraph_nx/tests/__init__.py b/python/cugraph-nx/cugraph_nx/tests/__init__.py index e69de29bb2d..ce94db52fa2 100644 --- a/python/cugraph-nx/cugraph_nx/tests/__init__.py +++ b/python/cugraph-nx/cugraph_nx/tests/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2023, NVIDIA CORPORATION. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License.