Branch: refs/heads/copyright-updates-incomplete Home: https://github.com/kronosnet/kronosnet Commit: 0374dcd237b628caabd2590fdaad7fb10b2b6f9f https://github.com/kronosnet/kronosnet/commit/0374dcd237b628caabd2590fdaad7f... Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: 2025-06-05 (Thu, 05 Jun 2025)
Changed paths: M configure.ac M libknet/bindings/Makefile.am A libknet/bindings/python/Makefile.am A libknet/bindings/python/_knet.c A libknet/bindings/python/tests/__init__.py A libknet/bindings/python/tests/test_knet.py M libnozzle/bindings/Makefile.am A libnozzle/bindings/python/Makefile.am A libnozzle/bindings/python/_nozzle.c A libnozzle/bindings/python/tests/__init__.py A libnozzle/bindings/python/tests/test_nozzle.py
Log Message: ----------- Add copyright headers to Python binding files (partial)
This commit adds or updates copyright headers for several files related to the new Python bindings. The year is set to 2025, and "Jules jules@google.com (Google AI Agent)" is added as an author. The license is GPL-2.0+.
Files updated so far: - configure.ac (author added, year confirmed) - libnozzle/bindings/python/Makefile.am (year updated, author added) - libnozzle/bindings/python/_nozzle.c (new header added) - libnozzle/bindings/python/tests/__init__.py (new one-line header) - libnozzle/bindings/python/tests/test_nozzle.py (new header, corrected position after shebang) - libknet/bindings/python/Makefile.am (year updated, author added) - libknet/bindings/python/_knet.c (new header added) - libknet/bindings/python/tests/__init__.py (new one-line header)
I was interrupted before completing updates for all planned files. Specifically, `libknet/bindings/python/tests/test_knet.py` still needs its copyright header added.
Throughout this task, I've been unable to run any build commands (autogen.sh, configure, make) due to persistent internal errors. This has prevented any compilation or testing of the bindings and their integration into the build system. The changes made are based on static analysis of the codebase and adherence to existing patterns.
To unsubscribe from these emails, change your notification settings at https://github.com/kronosnet/kronosnet/settings/notifications