From f0a3fa8114c02419a99c7aabf1f8899c75b36018 Mon Sep 17 00:00:00 2001 From: Zach Hindes Date: Tue, 6 May 2025 21:02:31 -0500 Subject: [PATCH 1/2] Delete NILICENSE --- NILICENSE | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 NILICENSE diff --git a/NILICENSE b/NILICENSE deleted file mode 100644 index 139cf1280..000000000 --- a/NILICENSE +++ /dev/null @@ -1,20 +0,0 @@ -Passing a GrpcSessionOptions instance as a parameter to the following methods is -subject to the NI General Purpose EULA, available at ni.com: -* nidaqmx.scale.Scale.__init__ -* nidaqmx.scale.calculate_reverse_poly_coeff -* nidaqmx.scale.create_lin_scale -* nidaqmx.scale.create_map_scale -* nidaqmx.scale.create_polynomial_scale -* nidaqmx.scale.create_table_scale -* nidaqmx.system.device.Device.__init__ -* nidaqmx.system.device.add_network_device -* nidaqmx.system.persisted_channel.PersistedChannel.__init__ -* nidaqmx.system.persisted_scale.PersistedScale.__init__ -* nidaqmx.system.persisted_task.PersistedTask.__init__ -* nidaqmx.system.physical_channel.PhysicalChannel.__init__ -* nidaqmx.system.system.System.__init__ -* nidaqmx.system.system.System.remote -* nidaqmx.system.watchdog.WatchdogTask.__init__ -* nidaqmx.task.Task.__init__ - -https://www.ni.com/en-us/about-ni/legal/software-license-agreement.html \ No newline at end of file From 8ba069dd55981e7a91a26de58aac5b04627bf516 Mon Sep 17 00:00:00 2001 From: Zach Hindes Date: Tue, 6 May 2025 21:03:42 -0500 Subject: [PATCH 2/2] Remove NILICENSE from README.rst --- README.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.rst b/README.rst index 4d420f224..300897a3b 100644 --- a/README.rst +++ b/README.rst @@ -387,8 +387,3 @@ License `LICENSE `_). Other incorporated projects may be licensed under different licenses. All licenses allow for non-commercial and commercial use. - -**gRPC Features** -For driver APIs that support it, passing a GrpcSessionOptions instance as a -parameter is subject to the NI General Purpose EULA -(`see NILICENSE `_).