#4867 closed defect (fixed)

Clean up rtems-lwip uLan directory

Reported by: Kinsey Moore Owned by: Kinsey Moore
Priority: normal Milestone: 6.1
Component: network/lwip Version: 6
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

The uLan directory in rtems-lwip was originally sourced from another project as documented in its ORIGIN.uLan file. This directory contains both some BSP-specific drivers as well as some of the core RTEMS/lwIP integration code in the form of sys_arch.c/h.

Permission has been given by the authors of this upstream repository to relicense the code under the terms of the rtemslwip directory so as to remove references to "uLan" since this term is relatively unrelated to either project and just so happened to be the location of the source. https://lists.rtems.org/pipermail/devel/2023-March/074525.html

Core integration components should be rehomed under rtemslwip/common and BSP-specific code should be rehomed under rtemslwip in a BSP-specific directory or in a new root directory with appropriate LICENSE and ORIGIN files depending on its provenance.

Change History (2)

comment:1 Changed on 06/22/23 at 20:53:40 by Joel Sherrill

Component: adminnetwork/lwip
Owner: set to Kinsey Moore
Status: newassigned

comment:2 Changed on 07/03/23 at 14:52:57 by Kinsey Moore <kinsey.moore@…>

Resolution: fixed
Status: assignedclosed

In d0cb318/rtems-lwip:

Alter ownership of components in uLan

This commit breaks up the uLan directory and removes its ORIGIN and
COPYING metadata in favor of this repository being the authoritative
source of these sources as per the wishes of the originator of these
files. More information can be found here:
https://lists.rtems.org/pipermail/devel/2023-March/074525.html

Closes #4867

Note: See TracTickets for help on using tickets.