diff --git a/COPYRIGHT-NOTICE-FOR-BINARY-DISTRIBUTION.md b/COPYRIGHT-NOTICE-FOR-BINARY-DISTRIBUTION.md index 7d35eb4..a71a547 100644 --- a/COPYRIGHT-NOTICE-FOR-BINARY-DISTRIBUTION.md +++ b/COPYRIGHT-NOTICE-FOR-BINARY-DISTRIBUTION.md @@ -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). ---------------------------------------------------------------- @@ -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();` ----------------------------------------------------------------