]> Kevux Git Server - fll/commit
Update: Have fll_program_print_copyright() use year and author as a parameter.
authorKevin Day <kevin@kevux.org>
Wed, 10 Apr 2024 02:48:15 +0000 (21:48 -0500)
committerKevin Day <kevin@kevux.org>
Wed, 10 Apr 2024 02:48:15 +0000 (21:48 -0500)
commit5edbe4107f9c9eef62d32d1beda4d929e7ae6515
tree68442dcdd9756e1a1e871ebc4dfdca7e4c47b79b
parent8f7837043f2fc159248327abdb352b20fa7eea18
Update: Have fll_program_print_copyright() use year and author as a parameter.

The year and author may be more subject to change.
Relocate this into a global static string and provide this is a parameter to fll_program_print_copyright().
The fll_program_print_copyright() is only intended for FLL projects.

Additional programs that I write, like controller, may also depend on this.
These may be operated on at a different time and thus may require the year or author to be updated.

Any more changes than this and it is probably a better idea to just implement ones own copyright print function.
17 files changed:
level_2/fll_program/c/program/common.c
level_2/fll_program/c/program/common.h
level_2/fll_program/c/program/print.c
level_2/fll_program/c/program/print.h
level_3/byte_dump/c/main/byte_dump.c
level_3/control/c/main/control.c
level_3/controller/c/controller.c
level_3/example/c/main/example.c
level_3/fake/c/main/fake.c
level_3/firewall/c/main/firewall.c
level_3/fss_identify/c/main/fss_identify.c
level_3/fss_read/c/main/fss_read.c
level_3/fss_write/c/main/fss_write.c
level_3/iki_read/c/main/iki_read.c
level_3/iki_write/c/main/iki_write.c
level_3/status_code/c/main/status_code.c
level_3/utf8/c/main/utf8.c