[PATCH] Reference COPYING.LIB in <sframe.h> copyright header

Carlos O'Donell carlos@redhat.com
Thu Nov 13 15:20:46 GMT 2025


On 11/13/25 9:44 AM, Florian Weimer wrote:
> Commit 3360913c37f5c3a0c8737b76321fd5ce2608fcd5 ("elf: Add SFrame
> stack tracing") added this file with an inconsistent copyright header.

This changes only the reference to the "received a copy" part and so
does not change the license under which the code is intended to apply.

This corrects the mistake only.

LGTM.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

> ---
>   sysdeps/generic/sframe.h | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/sysdeps/generic/sframe.h b/sysdeps/generic/sframe.h
> index e38adcfe17..7fa327a0b9 100644
> --- a/sysdeps/generic/sframe.h
> +++ b/sysdeps/generic/sframe.h
> @@ -12,9 +12,9 @@
>      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
>      Lesser General Public License for more details.
>   
> -   You should have received a copy of the GNU General Public License
> -   along with this program; see the file COPYING.  If not see
> -   <http://www.gnu.org/licenses/>.  */
> +   You should have received a copy of the GNU Lesser General Public
> +   License along with the GNU C Library; if not, see
> +   <https://www.gnu.org/licenses/>.  */
>   
>   #ifndef	_SFRAME_H
>   #define	_SFRAME_H
> 
> base-commit: 2eff71d28946896d085fbd0836ed1394bb55d352
> 


-- 
Cheers,
Carlos.



More information about the Libc-alpha mailing list