Skip to content

Commit

Permalink
Update COPYRIGHT-NOTICE-FOR-BINARY-DISTRIBUTION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shezik committed Jul 16, 2023
1 parent 105e71f commit ab66db0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions COPYRIGHT-NOTICE-FOR-BINARY-DISTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Boston, MA 02111, USA.
## Nonpareil
**Note that the relevant code used in this project is a MODIFIED version.**

The modifications are focused on function `bool nut_read_object_file (nut_reg_t *nut_reg, const char *fn)` in [proc_nut.cpp](src/proc_nut.cpp).
The modifications are focused on function `bool nut_read_object_file (nut_reg_t *nut_reg, const char *fn)` and `void nut_press_key (nut_reg_t *nut_reg, int keycode)` in [proc_nut.cpp](src/proc_nut.cpp).

----------------------------------------------------------------

Expand Down Expand Up @@ -76,10 +76,10 @@ Modifications to GEM_u8g2.h in spirik/GEM@^1.4.0:
Line 134: `virtual void drawMenu();`
Line 141: `protected:`

Modifications to GEMPage.h in spirik/GEM@^1.4.0:
Modifications to GEMPage.h in spirik/GEM@^1.4.0:
Line 59: `protected:`

Modifications to GEM_u8g2.cpp in spirik/GEM@^1.4.0:
Modifications to GEM_u8g2.cpp in spirik/GEM@^1.4.0:
Line 165: `// _u8g2.clear();`

----------------------------------------------------------------
Expand Down

0 comments on commit ab66db0

Please sign in to comment.