intel / openvino-ai-plugins-gimp

GIMP AI plugins with OpenVINO Backend
Apache License 2.0
422 stars 47 forks source link

SPDX License headers have broken Linux script execution #109

Closed gnif closed 2 months ago

gnif commented 2 months ago

Scripts for Linux are broken, the first line MUST be the SheBang (#!) line.

https://github.com/intel/openvino-ai-plugins-gimp/blob/8e28f1dbb88d66db66515cf140fb167a7dbb0213/gimpopenvino/plugins/fast-style-transfer-ov/fast-style-transfer-ov.py#L1-L6

This has been done to all the plugin scripts, breaking them all.

gblong1 commented 2 months ago

Thanks, will take a look.

gblong1 commented 2 months ago

PR created for the fix: https://github.com/intel/openvino-ai-plugins-gimp/pull/110

gblong1 commented 2 months ago

Fixed merged.