NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
standards/60309: Libedit is missing SPDX license indetifiers
>Number: 60309
>Category: standards
>Synopsis: Libedit is missing SPDX license indetifiers
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: standards-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Jun 03 09:10:00 +0000 2026
>Originator: Tuukka Pasanen
>Release:
>Organization:
FreeBSD Foundation
>Environment:
>Description:
Libedit is mssing SDPX license identifier tags. Those tags are useful for example when creating SBOM or verifying licenses.
>How-To-Repeat:
>Fix:
diff --git a/lib/libedit/chared.c b/lib/libedit/chared.c
index 894c3b05c155..36509761d0e5 100644
--- a/lib/libedit/chared.c
+++ b/lib/libedit/chared.c
@@ -1,6 +1,8 @@
/* $NetBSD: chared.c,v 1.66 2026/03/03 15:05:17 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/chared.h b/lib/libedit/chared.h
index fb2e73f98a6f..03b41082dd87 100644
--- a/lib/libedit/chared.h
+++ b/lib/libedit/chared.h
@@ -1,6 +1,8 @@
/* $NetBSD: chared.h,v 1.31 2025/12/14 18:07:40 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/chartype.c b/lib/libedit/chartype.c
index b731d63bafb5..6c6040caafa7 100644
--- a/lib/libedit/chartype.c
+++ b/lib/libedit/chartype.c
@@ -1,6 +1,8 @@
/* $NetBSD: chartype.c,v 1.37 2023/08/10 20:38:00 mrg Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 2009 The NetBSD Foundation, Inc.
* All rights reserved.
*
diff --git a/lib/libedit/chartype.h b/lib/libedit/chartype.h
index bcdb293a12f4..c0a4584ffcb0 100644
--- a/lib/libedit/chartype.h
+++ b/lib/libedit/chartype.h
@@ -1,6 +1,8 @@
/* $NetBSD: chartype.h,v 1.37 2022/04/11 19:37:20 tnn Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 2009 The NetBSD Foundation, Inc.
* All rights reserved.
*
diff --git a/lib/libedit/common.c b/lib/libedit/common.c
index c9304f8a53f8..346c363c7bb4 100644
--- a/lib/libedit/common.c
+++ b/lib/libedit/common.c
@@ -1,6 +1,8 @@
/* $NetBSD: common.c,v 1.52 2026/03/03 15:05:17 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/el.c b/lib/libedit/el.c
index 9097f9e210eb..e85a6cc17c24 100644
--- a/lib/libedit/el.c
+++ b/lib/libedit/el.c
@@ -1,6 +1,8 @@
/* $NetBSD: el.c,v 1.104 2025/12/16 02:40:48 kre Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/el.h b/lib/libedit/el.h
index 87c7819388d8..2525802e6789 100644
--- a/lib/libedit/el.h
+++ b/lib/libedit/el.h
@@ -1,6 +1,8 @@
/* $NetBSD: el.h,v 1.49 2025/12/16 02:40:48 kre Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/eln.c b/lib/libedit/eln.c
index 1b05efe07e49..a455e99af362 100644
--- a/lib/libedit/eln.c
+++ b/lib/libedit/eln.c
@@ -1,6 +1,8 @@
/* $NetBSD: eln.c,v 1.40 2026/03/03 23:04:02 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 2009 The NetBSD Foundation, Inc.
* All rights reserved.
*
diff --git a/lib/libedit/emacs.c b/lib/libedit/emacs.c
index 82b32d36ad90..ea0d391def03 100644
--- a/lib/libedit/emacs.c
+++ b/lib/libedit/emacs.c
@@ -1,6 +1,8 @@
/* $NetBSD: emacs.c,v 1.39 2025/12/14 18:07:40 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/filecomplete.c b/lib/libedit/filecomplete.c
index a2001a4be955..3fa5c307af68 100644
--- a/lib/libedit/filecomplete.c
+++ b/lib/libedit/filecomplete.c
@@ -1,6 +1,8 @@
/* $NetBSD: filecomplete.c,v 1.73 2023/04/25 17:51:32 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 1997 The NetBSD Foundation, Inc.
* All rights reserved.
*
diff --git a/lib/libedit/filecomplete.h b/lib/libedit/filecomplete.h
index 884586c438f7..35e8b7c87445 100644
--- a/lib/libedit/filecomplete.h
+++ b/lib/libedit/filecomplete.h
@@ -1,6 +1,8 @@
/* $NetBSD: filecomplete.h,v 1.15 2023/04/25 17:51:32 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 1997 The NetBSD Foundation, Inc.
* All rights reserved.
*
diff --git a/lib/libedit/hist.c b/lib/libedit/hist.c
index 27206cb69a78..eb0ee7675e82 100644
--- a/lib/libedit/hist.c
+++ b/lib/libedit/hist.c
@@ -1,6 +1,8 @@
/* $NetBSD: hist.c,v 1.35 2026/03/03 15:05:17 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/hist.h b/lib/libedit/hist.h
index a309cfd764d7..f385bbf93124 100644
--- a/lib/libedit/hist.h
+++ b/lib/libedit/hist.h
@@ -1,6 +1,8 @@
/* $NetBSD: hist.h,v 1.24 2026/03/03 15:05:17 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/histedit.h b/lib/libedit/histedit.h
index cf6fdd4a3321..80e94370b514 100644
--- a/lib/libedit/histedit.h
+++ b/lib/libedit/histedit.h
@@ -1,6 +1,8 @@
/* $NetBSD: histedit.h,v 1.64 2025/12/16 02:40:48 kre Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/history.c b/lib/libedit/history.c
index 1a1a9522c64c..518829dba301 100644
--- a/lib/libedit/history.c
+++ b/lib/libedit/history.c
@@ -1,6 +1,8 @@
/* $NetBSD: history.c,v 1.65 2026/03/03 15:06:35 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/keymacro.c b/lib/libedit/keymacro.c
index 38ae9be58df9..88ef09ac1848 100644
--- a/lib/libedit/keymacro.c
+++ b/lib/libedit/keymacro.c
@@ -1,6 +1,8 @@
/* $NetBSD: keymacro.c,v 1.25 2025/01/03 00:40:08 rillig Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/keymacro.h b/lib/libedit/keymacro.h
index 0653bbe3f287..7dd30043ab07 100644
--- a/lib/libedit/keymacro.h
+++ b/lib/libedit/keymacro.h
@@ -1,6 +1,8 @@
/* $NetBSD: keymacro.h,v 1.6 2016/05/09 21:46:56 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/literal.c b/lib/libedit/literal.c
index f6f63cb3fb06..c108ef5bcac8 100644
--- a/lib/libedit/literal.c
+++ b/lib/libedit/literal.c
@@ -1,6 +1,8 @@
/* $NetBSD: literal.c,v 1.6 2024/12/05 22:21:53 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 2017 The NetBSD Foundation, Inc.
* All rights reserved.
*
diff --git a/lib/libedit/literal.h b/lib/libedit/literal.h
index a8e0a416888b..91e09ca9bd96 100644
--- a/lib/libedit/literal.h
+++ b/lib/libedit/literal.h
@@ -1,6 +1,8 @@
/* $NetBSD: literal.h,v 1.2 2017/06/30 20:26:52 kre Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 2017 The NetBSD Foundation, Inc.
* All rights reserved.
*
diff --git a/lib/libedit/map.c b/lib/libedit/map.c
index c3c18b6b0482..3d62b0a04866 100644
--- a/lib/libedit/map.c
+++ b/lib/libedit/map.c
@@ -1,6 +1,8 @@
/* $NetBSD: map.c,v 1.60 2026/03/05 13:41:25 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/map.h b/lib/libedit/map.h
index 15a92c4cd799..00172862dd23 100644
--- a/lib/libedit/map.h
+++ b/lib/libedit/map.h
@@ -1,6 +1,8 @@
/* $NetBSD: map.h,v 1.16 2026/03/04 10:31:47 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/parse.c b/lib/libedit/parse.c
index 2620f41eb1c8..4a9b81a1d59e 100644
--- a/lib/libedit/parse.c
+++ b/lib/libedit/parse.c
@@ -1,6 +1,8 @@
/* $NetBSD: parse.c,v 1.42 2019/07/23 10:18:52 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/parse.h b/lib/libedit/parse.h
index fe8eb4733521..e02138afab53 100644
--- a/lib/libedit/parse.h
+++ b/lib/libedit/parse.h
@@ -1,6 +1,8 @@
/* $NetBSD: parse.h,v 1.9 2016/05/09 21:46:56 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/prompt.c b/lib/libedit/prompt.c
index 026a746af5fa..558397fd53b5 100644
--- a/lib/libedit/prompt.c
+++ b/lib/libedit/prompt.c
@@ -1,6 +1,8 @@
/* $NetBSD: prompt.c,v 1.27 2017/06/27 23:25:13 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/prompt.h b/lib/libedit/prompt.h
index 2931428dbb35..e3fd2a726b10 100644
--- a/lib/libedit/prompt.h
+++ b/lib/libedit/prompt.h
@@ -1,6 +1,8 @@
/* $NetBSD: prompt.h,v 1.15 2016/05/09 21:46:56 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/read.c b/lib/libedit/read.c
index 4d068e9f4097..7ff0f63b48dd 100644
--- a/lib/libedit/read.c
+++ b/lib/libedit/read.c
@@ -1,6 +1,8 @@
/* $NetBSD: read.c,v 1.109 2025/01/03 00:40:08 rillig Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/read.h b/lib/libedit/read.h
index 8b710708f6f1..e3587001dd29 100644
--- a/lib/libedit/read.h
+++ b/lib/libedit/read.h
@@ -1,6 +1,8 @@
/* $NetBSD: read.h,v 1.13 2022/10/30 19:11:31 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
diff --git a/lib/libedit/readline.c b/lib/libedit/readline.c
index 445e78010dec..8a4f47fbc37e 100644
--- a/lib/libedit/readline.c
+++ b/lib/libedit/readline.c
@@ -1,6 +1,8 @@
/* $NetBSD: readline.c,v 1.184 2026/01/09 17:49:12 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 1997 The NetBSD Foundation, Inc.
* All rights reserved.
*
diff --git a/lib/libedit/refresh.c b/lib/libedit/refresh.c
index e77051311a85..297fa5a0ad4e 100644
--- a/lib/libedit/refresh.c
+++ b/lib/libedit/refresh.c
@@ -1,6 +1,8 @@
/* $NetBSD: refresh.c,v 1.61 2026/01/18 17:18:37 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/refresh.h b/lib/libedit/refresh.h
index 22e4ccb9dc8f..8c5e05cda1ed 100644
--- a/lib/libedit/refresh.h
+++ b/lib/libedit/refresh.h
@@ -1,6 +1,8 @@
/* $NetBSD: refresh.h,v 1.11 2017/06/27 23:23:48 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/search.c b/lib/libedit/search.c
index eb065e123aac..fad40ba9eb71 100644
--- a/lib/libedit/search.c
+++ b/lib/libedit/search.c
@@ -1,6 +1,8 @@
/* $NetBSD: search.c,v 1.53 2025/12/14 18:07:40 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/search.h b/lib/libedit/search.h
index 4ca39c4c00e9..035af8161452 100644
--- a/lib/libedit/search.h
+++ b/lib/libedit/search.h
@@ -1,6 +1,8 @@
/* $NetBSD: search.h,v 1.14 2016/05/09 21:46:56 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/sig.c b/lib/libedit/sig.c
index 8d1942d1d118..b410289b796e 100644
--- a/lib/libedit/sig.c
+++ b/lib/libedit/sig.c
@@ -1,6 +1,8 @@
/* $NetBSD: sig.c,v 1.29 2025/06/14 13:43:50 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/sig.h b/lib/libedit/sig.h
index 5ee453fb6121..8d82426c0218 100644
--- a/lib/libedit/sig.h
+++ b/lib/libedit/sig.h
@@ -1,6 +1,8 @@
/* $NetBSD: sig.h,v 1.11 2016/05/09 21:46:56 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/sys.h b/lib/libedit/sys.h
index 67bfcb535939..74167799d515 100644
--- a/lib/libedit/sys.h
+++ b/lib/libedit/sys.h
@@ -1,6 +1,8 @@
/* $NetBSD: sys.h,v 1.29 2023/04/25 17:51:32 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/terminal.c b/lib/libedit/terminal.c
index ab5e62843fc1..1d0b3b710adc 100644
--- a/lib/libedit/terminal.c
+++ b/lib/libedit/terminal.c
@@ -1,6 +1,8 @@
/* $NetBSD: terminal.c,v 1.47 2025/12/16 02:40:48 kre Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/terminal.h b/lib/libedit/terminal.h
index ae61beb1ecfc..58f65050591a 100644
--- a/lib/libedit/terminal.h
+++ b/lib/libedit/terminal.h
@@ -1,6 +1,8 @@
/* $NetBSD: terminal.h,v 1.9 2016/05/09 21:46:56 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/tokenizer.c b/lib/libedit/tokenizer.c
index fe98fab6b68a..903b92ec2c75 100644
--- a/lib/libedit/tokenizer.c
+++ b/lib/libedit/tokenizer.c
@@ -1,6 +1,8 @@
/* $NetBSD: tokenizer.c,v 1.29 2023/05/30 11:53:40 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/tty.c b/lib/libedit/tty.c
index b96c9a53c268..d0eaca1383cc 100644
--- a/lib/libedit/tty.c
+++ b/lib/libedit/tty.c
@@ -1,6 +1,8 @@
/* $NetBSD: tty.c,v 1.70 2021/07/14 07:47:23 christos Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/tty.h b/lib/libedit/tty.h
index ac817c8ad7b7..e3c2a76469f6 100644
--- a/lib/libedit/tty.h
+++ b/lib/libedit/tty.h
@@ -1,6 +1,8 @@
/* $NetBSD: tty.h,v 1.24 2021/07/31 20:51:32 andvar Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/lib/libedit/vi.c b/lib/libedit/vi.c
index f98c9d921e2f..6f593acd7004 100644
--- a/lib/libedit/vi.c
+++ b/lib/libedit/vi.c
@@ -1,6 +1,8 @@
/* $NetBSD: vi.c,v 1.66 2025/12/16 02:40:48 kre Exp $ */
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
Home |
Main Index |
Thread Index |
Old Index