git: 8d2aee9ae95d - stable/15 - sh: Add SPDX-License-Identifier tags

Ed Maste <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.src
Message-ID <6a8307db.4211e.402a37e9__8998.91595342837$1786972315$gmane$org@gitrepo.freebsd.org>
The branch stable/15 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=8d2aee9ae95db71a730fff88f8b69aa46af3d6e4

commit 8d2aee9ae95db71a730fff88f8b69aa46af3d6e4
Author:     Tuukka Pasanen <[email protected]>
AuthorDate: 2026-02-09 08:10:25 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2026-08-17 13:07:53 +0000

    sh: Add SPDX-License-Identifier tags
    
    Reviewed by: imp
    Sponsored by: The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D55213
    
    (cherry picked from commit 632c73b4bfd48b89b7c2318079fd50835b8b5016)
---
 bin/sh/alias.c       | 2 ++
 bin/sh/alias.h       | 2 ++
 bin/sh/arith.h       | 2 ++
 bin/sh/arith_yacc.c  | 2 ++
 bin/sh/arith_yacc.h  | 2 ++
 bin/sh/arith_yylex.c | 2 ++
 bin/sh/cd.c          | 2 ++
 bin/sh/cd.h          | 2 ++
 bin/sh/error.c       | 2 ++
 bin/sh/error.h       | 2 ++
 bin/sh/eval.c        | 2 ++
 bin/sh/eval.h        | 2 ++
 bin/sh/exec.c        | 2 ++
 bin/sh/exec.h        | 2 ++
 bin/sh/expand.c      | 2 ++
 bin/sh/expand.h      | 2 ++
 bin/sh/histedit.c    | 2 ++
 bin/sh/input.c       | 2 ++
 bin/sh/input.h       | 2 ++
 bin/sh/jobs.c        | 2 ++
 bin/sh/jobs.h        | 2 ++
 bin/sh/mail.c        | 2 ++
 22 files changed, 44 insertions(+)

diff --git a/bin/sh/alias.c b/bin/sh/alias.c
index 681e82b3e19e..7ddc2b30ec3e 100644
--- a/bin/sh/alias.c
+++ b/bin/sh/alias.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/alias.h b/bin/sh/alias.h
index d0644b317472..473f31ece686 100644
--- a/bin/sh/alias.h
+++ b/bin/sh/alias.h
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/arith.h b/bin/sh/arith.h
index 3a7521956c09..1371b02a5630 100644
--- a/bin/sh/arith.h
+++ b/bin/sh/arith.h
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1995
  *      The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/arith_yacc.c b/bin/sh/arith_yacc.c
index cb88cdb4cbea..5c42ce0054e5 100644
--- a/bin/sh/arith_yacc.c
+++ b/bin/sh/arith_yacc.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1993
  *	The Regents of the University of California.  All rights reserved.
  * Copyright (c) 2007
diff --git a/bin/sh/arith_yacc.h b/bin/sh/arith_yacc.h
index 3203c664a8a8..b0e51f19c466 100644
--- a/bin/sh/arith_yacc.h
+++ b/bin/sh/arith_yacc.h
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1993
  *	The Regents of the University of California.  All rights reserved.
  * Copyright (c) 2007
diff --git a/bin/sh/arith_yylex.c b/bin/sh/arith_yylex.c
index 68a641d807af..e6c5f39d4da4 100644
--- a/bin/sh/arith_yylex.c
+++ b/bin/sh/arith_yylex.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2002
  *	Herbert Xu.
  * Copyright (c) 1993
diff --git a/bin/sh/cd.c b/bin/sh/cd.c
index 6f97bff3c9f0..c47e39b92055 100644
--- a/bin/sh/cd.c
+++ b/bin/sh/cd.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/cd.h b/bin/sh/cd.h
index e2f8ca54748e..6aa046913398 100644
--- a/bin/sh/cd.h
+++ b/bin/sh/cd.h
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1995
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/error.c b/bin/sh/error.c
index fcc2f309ccbc..c634026befb5 100644
--- a/bin/sh/error.c
+++ b/bin/sh/error.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/error.h b/bin/sh/error.h
index cb64ec85c09f..80c36a7f5f2e 100644
--- a/bin/sh/error.h
+++ b/bin/sh/error.h
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/eval.c b/bin/sh/eval.c
index 466193e20bb2..24d3a67d3362 100644
--- a/bin/sh/eval.c
+++ b/bin/sh/eval.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/eval.h b/bin/sh/eval.h
index 9a47e9a8db23..aaffcf9af284 100644
--- a/bin/sh/eval.h
+++ b/bin/sh/eval.h
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/exec.c b/bin/sh/exec.c
index f7788d0758e3..42ce5414922b 100644
--- a/bin/sh/exec.c
+++ b/bin/sh/exec.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/exec.h b/bin/sh/exec.h
index ff4d5b3c20bc..6463a72bb06f 100644
--- a/bin/sh/exec.h
+++ b/bin/sh/exec.h
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/expand.c b/bin/sh/expand.c
index dfafe35fbaca..e1e5ac07b7bd 100644
--- a/bin/sh/expand.c
+++ b/bin/sh/expand.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  * Copyright (c) 1997-2005
diff --git a/bin/sh/expand.h b/bin/sh/expand.h
index 972032583958..f9fce10cc764 100644
--- a/bin/sh/expand.h
+++ b/bin/sh/expand.h
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c
index c18934be84bb..a9a4837a92e5 100644
--- a/bin/sh/histedit.c
+++ b/bin/sh/histedit.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/input.c b/bin/sh/input.c
index 64bbae04149b..c916fb29178b 100644
--- a/bin/sh/input.c
+++ b/bin/sh/input.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/input.h b/bin/sh/input.h
index f98b592c4c6b..4e8992a5bf60 100644
--- a/bin/sh/input.h
+++ b/bin/sh/input.h
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c
index a4cd76473921..af9dda11a483 100644
--- a/bin/sh/jobs.c
+++ b/bin/sh/jobs.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/jobs.h b/bin/sh/jobs.h
index 149b85d7df80..69562e8c151a 100644
--- a/bin/sh/jobs.h
+++ b/bin/sh/jobs.h
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/sh/mail.c b/bin/sh/mail.c
index be5e76c221f8..f4469399eb7e 100644
--- a/bin/sh/mail.c
+++ b/bin/sh/mail.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.