Re: [PATCH rtems-lwip] Add missing COPYING files from lwip and uLan

2022-03-04 Thread Vijay Kumar Banerjee
Hi Kinsey, Thanks for the patch. I was wondering if it would be a good idea to use this patch and add a comment in the respective source files that they are based on an external repository and the related copying files are COPYING.something ? On Fri, Mar 4, 2022 at 7:49 AM Kinsey Moore wrote: >

[PATCH rtems-lwip] Add missing COPYING files from lwip and uLan

2022-03-04 Thread Kinsey Moore
These are the original COPYING files from the upstream projects. --- COPYING.lwip | 25 + COPYING.uLan | 33 + 2 files changed, 58 insertions(+) create mode 100644 COPYING.lwip create mode 100644 COPYING.uLan diff --git a/COPYING.lwip b/CO