Claudio Grasso commented on a discussion on LICENSE.md: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_142778 > -*/ > > +*/ > > defs license > ============ > + > /* > + > * Redistribution and use in source and binary forms, with or without > * modification, are permitted provided that the following conditions > * are met: > * 1. Redistributions of source code must retain the above copyright > * notice, this list of conditions and the following disclaimer. > - * 2. Redistributions in binary form must reproduce the above copyright > +* 1. Redistributions in binary form must reproduce the above copyright Hi Kinsey, I have just updated the branch to address all feedback. The commit history has been restructured into two clean commits (Import + Adaptation) as requested. **Summary of Changes:** 1. **README.md**: Reverted arbitrary formatting changes; kept only the **stm32h7** entry in the origin table. 2. **wscript**: Reverted **`rtems_version`** to "7" and removed the **`isinstance`** check. 3. **LICENSE.md**: Fixed the numbering issue (restored correct 1, 2, 3 sequence) and added the STM32H7 license section. 4. **.gitignore**: Removed the redundant verification artifact patterns. 5. **ethernetif.c improvements**: * Removed unnecessary documentation/comments. * Simplified **`#ifndef __rtems__`** to **`#else`**. * Defined **`portMAX_DELAY`** to simplify the**`TIME_WAITING_FOR_INPUT`** macro. * Removed the custom **`TRACE_PRINTF`** macro in favor of lwIP debug facilities. * Fixed the misleading **`#endif`** comment and added a clarifying **`/* !__rtems__ */`** comment to the RX pool block. The branch has been force-pushed to apply these changes cleanly. Once again, thank you very much for your guidance and patience. Have a great weekend, Claudio -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_142778 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
