This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.


    from a0f9b7d  apps: examples: ft80x: nxstyle fixes
     new dd20c13  apps: graphics: ft80x: update licenses to Apache
     new 68b777c  apps: graphics: lvgl: update licenses to Apache
     new 875c854  apps: graphics: nxglyphs: update licenses to Apache
     new 38ef30b  apps: graphics: nxwm: update licenses to Apache
     new ab5f5c7  apps: graphics: screenshot: update licenses to Apache
     new 39c4ef6  apps: graphics: tiff: update licenses to Apache
     new cd0e847  apps: graphics: twm4nx: update licenses to Apache
     new a53c38c  apps: graphics: slcd: update licenses to Apache
     new ad62673  apps: graphics: nxwidgets: update licenses to Apache
     new 33254aa  apps: graphics: pdcurs34: update licenses to Apache
     new 448a7d2  netutils: telnetc: convert licenses to Apache
     new 009e668  LICENSE: document licenses for code found in apps/netutils

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE                                            | 199 +++++++++++++++++++++
 graphics/ft80x/ft80x.h                             |  43 ++---
 graphics/ft80x/ft80x_audio.c                       |  39 ++--
 graphics/ft80x/ft80x_backlight.c                   |  39 ++--
 graphics/ft80x/ft80x_coproc.c                      |  39 ++--
 graphics/ft80x/ft80x_dl.c                          |  43 ++---
 graphics/ft80x/ft80x_gpio.c                        |  43 ++---
 graphics/ft80x/ft80x_ramcmd.c                      |  39 ++--
 graphics/ft80x/ft80x_ramdl.c                       |  39 ++--
 graphics/ft80x/ft80x_ramg.c                        |  39 ++--
 graphics/ft80x/ft80x_regs.c                        |  39 ++--
 graphics/ft80x/ft80x_touch.c                       |  39 ++--
 graphics/lvgl/lv_conf.h                            |  39 ++--
 graphics/nxglyphs/include/mkcursor.c               |  39 ++--
 graphics/nxglyphs/include/mkcursor.sh              |  39 ++--
 graphics/nxglyphs/src/glpyh_menu2-21x21.cxx        |  39 ++--
 graphics/nxglyphs/src/glpyh_menu2-42x42.cxx        |  39 ++--
 graphics/nxglyphs/src/glpyh_minimize2-21x21.cxx    |  39 ++--
 graphics/nxglyphs/src/glpyh_minimize2-42x42.cxx    |  39 ++--
 graphics/nxglyphs/src/glpyh_resize2-21x21.cxx      |  39 ++--
 graphics/nxglyphs/src/glpyh_resize2-42x42.cxx      |  39 ++--
 graphics/nxglyphs/src/glpyh_stop2-21x21.cxx        |  39 ++--
 graphics/nxglyphs/src/glyph_arrowdown.cxx          |  39 ++--
 graphics/nxglyphs/src/glyph_arrowleft.cxx          |  39 ++--
 graphics/nxglyphs/src/glyph_arrowright.cxx         |  39 ++--
 graphics/nxglyphs/src/glyph_arrowup.cxx            |  39 ++--
 graphics/nxglyphs/src/glyph_backspace.cxx          |  39 ++--
 graphics/nxglyphs/src/glyph_calculator24x25.cxx    |  39 ++--
 graphics/nxglyphs/src/glyph_calculator47x49.cxx    |  39 ++--
 graphics/nxglyphs/src/glyph_calibration24x21.cxx   |  39 ++--
 graphics/nxglyphs/src/glyph_calibration48x42.cxx   |  39 ++--
 graphics/nxglyphs/src/glyph_capslock.cxx           |  39 ++--
 graphics/nxglyphs/src/glyph_checkboxmu.cxx         |  39 ++--
 graphics/nxglyphs/src/glyph_checkboxoff.cxx        |  39 ++--
 graphics/nxglyphs/src/glyph_checkboxon.cxx         |  39 ++--
 graphics/nxglyphs/src/glyph_cmd25x22.cxx           |  39 ++--
 graphics/nxglyphs/src/glyph_cmd49x43.cxx           |  39 ++--
 graphics/nxglyphs/src/glyph_control.cxx            |  39 ++--
 graphics/nxglyphs/src/glyph_cycle.cxx              |  39 ++--
 graphics/nxglyphs/src/glyph_lcdclock102x48.cxx     |  39 ++--
 graphics/nxglyphs/src/glyph_lcdclock136x64.cxx     |  39 ++--
 graphics/nxglyphs/src/glyph_lcdclock51x24.cxx      |  39 ++--
 graphics/nxglyphs/src/glyph_mediagrip60x30.cxx     |  39 ++--
 graphics/nxglyphs/src/glyph_mediaplayer44x50.cxx   |  39 ++--
 graphics/nxglyphs/src/glyph_menu21x21.cxx          |  39 ++--
 graphics/nxglyphs/src/glyph_menu42x42.cxx          |  39 ++--
 graphics/nxglyphs/src/glyph_minimize21x21.cxx      |  39 ++--
 graphics/nxglyphs/src/glyph_minimize42x42.cxx      |  39 ++--
 .../nxglyphs/src/glyph_mplayer_controls43x41.cxx   |  40 ++---
 graphics/nxglyphs/src/glyph_nxicon21x21.cxx        |  39 ++--
 graphics/nxglyphs/src/glyph_nxicon42x42.cxx        |  39 ++--
 graphics/nxglyphs/src/glyph_nxlogo160x160.cxx      |  39 ++--
 graphics/nxglyphs/src/glyph_nxlogo320x320.cxx      |  39 ++--
 graphics/nxglyphs/src/glyph_play24x24.cxx          |  39 ++--
 graphics/nxglyphs/src/glyph_play48x48.cxx          |  39 ++--
 graphics/nxglyphs/src/glyph_radiobuttonmu.cxx      |  39 ++--
 graphics/nxglyphs/src/glyph_radiobuttonoff.cxx     |  39 ++--
 graphics/nxglyphs/src/glyph_radiobuttonon.cxx      |  39 ++--
 graphics/nxglyphs/src/glyph_resize21x21.cxx        |  39 ++--
 graphics/nxglyphs/src/glyph_resize42x42.cxx        |  39 ++--
 graphics/nxglyphs/src/glyph_return.cxx             |  39 ++--
 graphics/nxglyphs/src/glyph_screendepthdown.cxx    |  39 ++--
 graphics/nxglyphs/src/glyph_screendepthup.cxx      |  39 ++--
 graphics/nxglyphs/src/glyph_screenflipdown.cxx     |  39 ++--
 graphics/nxglyphs/src/glyph_screenflipup.cxx       |  39 ++--
 graphics/nxglyphs/src/glyph_shift.cxx              |  39 ++--
 graphics/nxglyphs/src/glyph_stop2-42x42.cxx        |  39 ++--
 graphics/nxglyphs/src/glyph_stop21x21.cxx          |  39 ++--
 graphics/nxglyphs/src/glyph_stop42x42.cxx          |  39 ++--
 graphics/nxglyphs/src/glyph_windowclose.cxx        |  39 ++--
 graphics/nxglyphs/src/glyph_windowdepthdown.cxx    |  39 ++--
 graphics/nxglyphs/src/glyph_windowdepthup.cxx      |  39 ++--
 graphics/nxglyphs/src/mksrle.c                     |  82 +++------
 graphics/nxglyphs/src/mksrle.sh                    |  39 ++--
 graphics/nxwidgets/COPYING                         |  40 ++---
 .../nxwidgets/UnitTests/CButton/cbutton_main.cxx   |  39 ++--
 .../nxwidgets/UnitTests/CButton/cbuttontest.cxx    |  39 ++--
 .../nxwidgets/UnitTests/CButton/cbuttontest.hxx    |  39 ++--
 .../UnitTests/CButtonArray/cbuttonarraytest.cxx    |  39 ++--
 .../UnitTests/CButtonArray/cbuttonarraytest.hxx    |  39 ++--
 .../UnitTests/CCheckBox/ccheckboxtest.cxx          |  39 ++--
 .../UnitTests/CCheckBox/ccheckboxtest.hxx          |  39 ++--
 .../UnitTests/CGlyphButton/cglyphbuttontest.cxx    |  39 ++--
 .../UnitTests/CGlyphButton/cglyphbuttontest.hxx    |  39 ++--
 .../cglyphsliderhorizontaltest.cxx                 |  39 ++--
 .../cglyphsliderhorizontaltest.hxx                 |  39 ++--
 graphics/nxwidgets/UnitTests/CImage/cimagetest.cxx |  39 ++--
 graphics/nxwidgets/UnitTests/CImage/cimagetest.hxx |  39 ++--
 .../nxwidgets/UnitTests/CKeypad/ckeypadtest.cxx    |  39 ++--
 .../nxwidgets/UnitTests/CKeypad/ckeypadtest.hxx    |  39 ++--
 .../nxwidgets/UnitTests/CLabel/clabel_main.cxx     |  39 ++--
 graphics/nxwidgets/UnitTests/CLabel/clabeltest.cxx |  39 ++--
 graphics/nxwidgets/UnitTests/CLabel/clabeltest.hxx |  39 ++--
 .../UnitTests/CLatchButton/clatchbutton_main.cxx   |  39 ++--
 .../UnitTests/CLatchButton/clatchbuttontest.cxx    |  39 ++--
 .../UnitTests/CLatchButton/clatchbuttontest.hxx    |  39 ++--
 .../CLatchButtonArray/clatchbuttonarraytest.cxx    |  39 ++--
 .../CLatchButtonArray/clatchbuttonarraytest.hxx    |  39 ++--
 .../nxwidgets/UnitTests/CListBox/clistboxtest.cxx  |  39 ++--
 .../nxwidgets/UnitTests/CListBox/clistboxtest.hxx  |  39 ++--
 .../UnitTests/CProgressBar/cprogressbartest.cxx    |  39 ++--
 .../UnitTests/CProgressBar/cprogressbartest.hxx    |  39 ++--
 .../UnitTests/CRadioButton/cradiobuttontest.cxx    |  39 ++--
 .../UnitTests/CRadioButton/cradiobuttontest.hxx    |  39 ++--
 .../cscrollbarhorizontaltest.cxx                   |  39 ++--
 .../cscrollbarhorizontaltest.hxx                   |  39 ++--
 .../CScrollbarVertical/cscrollbarverticaltest.cxx  |  39 ++--
 .../CScrollbarVertical/cscrollbarverticaltest.hxx  |  39 ++--
 .../CSliderHorizonal/csliderhorizontaltest.cxx     |  39 ++--
 .../CSliderHorizonal/csliderhorizontaltest.hxx     |  39 ++--
 .../CSliderVertical/csliderverticaltest.cxx        |  40 ++---
 .../CSliderVertical/csliderverticaltest.hxx        |  40 ++---
 .../nxwidgets/UnitTests/CTextBox/ctextbox_main.cxx |  39 ++--
 .../nxwidgets/UnitTests/CTextBox/ctextboxtest.cxx  |  39 ++--
 .../nxwidgets/UnitTests/CTextBox/ctextboxtest.hxx  |  40 ++---
 graphics/nxwidgets/src/cbgwindow.cxx               |  39 ++--
 graphics/nxwidgets/src/cbitmap.cxx                 |  43 ++---
 graphics/nxwidgets/src/cbutton.cxx                 |  39 ++--
 graphics/nxwidgets/src/cbuttonarray.cxx            |  39 ++--
 graphics/nxwidgets/src/ccallback.cxx               |  39 ++--
 graphics/nxwidgets/src/ccheckbox.cxx               |  43 ++---
 graphics/nxwidgets/src/ccyclebutton.cxx            |  39 ++--
 graphics/nxwidgets/src/cglyphbutton.cxx            |  39 ++--
 graphics/nxwidgets/src/cgraphicsport.cxx           |  39 ++--
 graphics/nxwidgets/src/cimage.cxx                  |  39 ++--
 graphics/nxwidgets/src/ckeypad.cxx                 |  39 ++--
 graphics/nxwidgets/src/clabel.cxx                  |  39 ++--
 graphics/nxwidgets/src/clabelgrid.cxx              |  40 ++---
 graphics/nxwidgets/src/clatchbutton.cxx            |  39 ++--
 graphics/nxwidgets/src/clatchbuttonarray.cxx       |  39 ++--
 graphics/nxwidgets/src/clistbox.cxx                |  39 ++--
 graphics/nxwidgets/src/clistboxdataitem.cxx        |  39 ++--
 graphics/nxwidgets/src/clistdata.cxx               |  39 ++--
 graphics/nxwidgets/src/clistdataitem.cxx           |  39 ++--
 graphics/nxwidgets/src/cmultilinetextbox.cxx       |  39 ++--
 graphics/nxwidgets/src/cnumericedit.cxx            |  40 ++---
 graphics/nxwidgets/src/cnxfont.cxx                 |  39 ++--
 graphics/nxwidgets/src/cnxserver.cxx               |  40 ++---
 graphics/nxwidgets/src/cnxstring.cxx               |  43 ++---
 graphics/nxwidgets/src/cnxtimer.cxx                |  39 ++--
 graphics/nxwidgets/src/cnxtkwindow.cxx             |  39 ++--
 graphics/nxwidgets/src/cnxtoolbar.cxx              |  39 ++--
 graphics/nxwidgets/src/cnxwidget.cxx               |  39 ++--
 graphics/nxwidgets/src/cnxwindow.cxx               |  39 ++--
 graphics/nxwidgets/src/cprogressbar.cxx            |  39 ++--
 graphics/nxwidgets/src/cradiobutton.cxx            |  39 ++--
 graphics/nxwidgets/src/cradiobuttongroup.cxx       |  39 ++--
 graphics/nxwidgets/src/crect.cxx                   |  39 ++--
 graphics/nxwidgets/src/crlepalettebitmap.cxx       |  39 ++--
 graphics/nxwidgets/src/cscaledbitmap.cxx           |  39 ++--
 graphics/nxwidgets/src/cscrollbarhorizontal.cxx    |  39 ++--
 graphics/nxwidgets/src/cscrollbarpanel.cxx         |  39 ++--
 graphics/nxwidgets/src/cscrollbarvertical.cxx      |  39 ++--
 graphics/nxwidgets/src/cscrollinglistbox.cxx       |  39 ++--
 graphics/nxwidgets/src/cscrollingpanel.cxx         |  39 ++--
 graphics/nxwidgets/src/cscrollingtextbox.cxx       |  43 ++---
 graphics/nxwidgets/src/csliderhorizontal.cxx       |  39 ++--
 graphics/nxwidgets/src/csliderhorizontalgrip.cxx   |  43 ++---
 graphics/nxwidgets/src/cslidervertical.cxx         |  39 ++--
 graphics/nxwidgets/src/csliderverticalgrip.cxx     |  43 ++---
 graphics/nxwidgets/src/cstickybutton.cxx           |  43 ++---
 graphics/nxwidgets/src/cstickybuttonarray.cxx      |  39 ++--
 graphics/nxwidgets/src/cstickyimage.cxx            |  39 ++--
 graphics/nxwidgets/src/cstringiterator.cxx         |  43 ++---
 graphics/nxwidgets/src/ctabpanel.cxx               |  39 ++--
 graphics/nxwidgets/src/ctext.cxx                   |  39 ++--
 graphics/nxwidgets/src/ctextbox.cxx                |  39 ++--
 graphics/nxwidgets/src/cwidgetcontrol.cxx          |  43 ++---
 graphics/nxwidgets/src/cwidgeteventhandlerlist.cxx |  39 ++--
 graphics/nxwidgets/src/cwindoweventhandlerlist.cxx |  39 ++--
 graphics/nxwidgets/src/singletons.cxx              |  39 ++--
 graphics/nxwm/COPYING                              |  39 ++--
 graphics/nxwm/src/capplicationwindow.cxx           |  39 ++--
 graphics/nxwm/src/ccalibration.cxx                 |  40 ++---
 graphics/nxwm/src/cfullscreenwindow.cxx            |  39 ++--
 graphics/nxwm/src/chexcalculator.cxx               |  39 ++--
 graphics/nxwm/src/ckeyboard.cxx                    |  39 ++--
 graphics/nxwm/src/cnxterm.cxx                      |  39 ++--
 graphics/nxwm/src/cstartwindow.cxx                 |  39 ++--
 graphics/nxwm/src/ctaskbar.cxx                     |  39 ++--
 graphics/nxwm/src/ctouchscreen.cxx                 |  39 ++--
 graphics/nxwm/src/cwindowmessenger.cxx             |  39 ++--
 graphics/nxwm/src/nxwm_main.cxx                    |  39 ++--
 graphics/pdcurs34/include/curspriv.h               |  50 ++----
 graphics/pdcurs34/include/term.h                   |  53 ++----
 graphics/pdcurs34/nuttx/pdcclip.c                  |  43 ++---
 graphics/pdcurs34/nuttx/pdcdisp.c                  |  39 ++--
 graphics/pdcurs34/nuttx/pdcgetsc.c                 |  39 ++--
 graphics/pdcurs34/nuttx/pdckbd.c                   |  39 ++--
 graphics/pdcurs34/nuttx/pdcnuttx.h                 |  39 ++--
 graphics/pdcurs34/nuttx/pdcscrn.c                  |  43 ++---
 graphics/pdcurs34/nuttx/pdcsetsc.c                 |  39 ++--
 graphics/pdcurs34/nuttx/pdcutil.c                  |  39 ++--
 graphics/pdcurs34/pdcurses/pdc_addch.c             |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_addchstr.c          |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_addstr.c            |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_attr.c              |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_beep.c              |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_bkgd.c              |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_border.c            |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_clear.c             |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_color.c             |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_debug.c             |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_delch.c             |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_deleteln.c          |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_getch.c             |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_getstr.c            |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_getyx.c             |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_inch.c              |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_inchstr.c           |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_initscr.c           |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_inopts.c            |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_insch.c             |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_insstr.c            |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_instr.c             |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_kernel.c            |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_keyname.c           |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_mouse.c             |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_move.c              |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_outopts.c           |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_overlay.c           |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_pad.c               |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_panel.c             |  49 ++---
 graphics/pdcurs34/pdcurses/pdc_printw.c            |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_refresh.c           |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_scanw.c             |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_scrdump.c           |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_scroll.c            |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_slk.c               |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_termattr.c          |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_terminfo.c          |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_touch.c             |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_util.c              |  48 ++---
 graphics/pdcurs34/pdcurses/pdc_window.c            |  48 ++---
 graphics/screenshot/screenshot_main.c              |  40 ++---
 graphics/slcd/cslcd.cxx                            |  39 ++--
 graphics/slcd/slcd.hxx                             |  39 ++--
 graphics/slcd/slcd_mapping.cxx                     |  39 ++--
 graphics/slcd/slcd_trapezoids.cxx                  |  39 ++--
 graphics/tiff/tiff_addstrip.c                      |  39 ++--
 graphics/tiff/tiff_finalize.c                      |  39 ++--
 graphics/tiff/tiff_initialize.c                    |  39 ++--
 graphics/tiff/tiff_internal.h                      |  44 ++---
 graphics/tiff/tiff_utils.c                         |  43 ++---
 graphics/twm4nx/apps/ccalibration.cxx              |  40 ++---
 graphics/twm4nx/apps/cclock.cxx                    |  40 ++---
 graphics/twm4nx/apps/cnxterm.cxx                   |  40 ++---
 graphics/twm4nx/src/cbackground.cxx                |  40 ++---
 graphics/twm4nx/src/cfonts.cxx                     |  48 ++---
 graphics/twm4nx/src/ciconmgr.cxx                   |  47 ++---
 graphics/twm4nx/src/ciconwidget.cxx                |  40 ++---
 graphics/twm4nx/src/cinput.cxx                     |  39 ++--
 graphics/twm4nx/src/cmainmenu.cxx                  |  40 ++---
 graphics/twm4nx/src/cmenus.cxx                     |  48 ++---
 graphics/twm4nx/src/cresize.cxx                    |  47 ++---
 graphics/twm4nx/src/ctwm4nx.cxx                    |  48 ++---
 graphics/twm4nx/src/cwindow.cxx                    |  48 ++---
 graphics/twm4nx/src/cwindowevent.cxx               |  40 ++---
 graphics/twm4nx/src/cwindowfactory.cxx             |  49 ++---
 graphics/twm4nx/src/twm4nx_cursor.cxx              |  40 ++---
 graphics/twm4nx/src/twm4nx_main.cxx                |  40 ++---
 netutils/telnetc/telnetc.c                         |  49 ++---
 262 files changed, 3602 insertions(+), 7370 deletions(-)

Reply via email to