aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuukka Pasanen <tuukka.pasanen@ilmi.fi>2026-02-09 08:10:25 +0000
committerEd Maste <emaste@FreeBSD.org>2026-02-18 15:50:21 +0000
commit632c73b4bfd48b89b7c2318079fd50835b8b5016 (patch)
tree3c8ed6a079795acbdd70e10044a9a6229e9d3aa1
parent575e89cb1786a00387e9c1391055263068c4e0ae (diff)
sh: Add SPDX-License-Identifier tags
Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55213
-rw-r--r--bin/sh/alias.c2
-rw-r--r--bin/sh/alias.h2
-rw-r--r--bin/sh/arith.h2
-rw-r--r--bin/sh/arith_yacc.c2
-rw-r--r--bin/sh/arith_yacc.h2
-rw-r--r--bin/sh/arith_yylex.c2
-rw-r--r--bin/sh/cd.c2
-rw-r--r--bin/sh/cd.h2
-rw-r--r--bin/sh/error.c2
-rw-r--r--bin/sh/error.h2
-rw-r--r--bin/sh/eval.c2
-rw-r--r--bin/sh/eval.h2
-rw-r--r--bin/sh/exec.c2
-rw-r--r--bin/sh/exec.h2
-rw-r--r--bin/sh/expand.c2
-rw-r--r--bin/sh/expand.h2
-rw-r--r--bin/sh/histedit.c2
-rw-r--r--bin/sh/input.c2
-rw-r--r--bin/sh/input.h2
-rw-r--r--bin/sh/jobs.c2
-rw-r--r--bin/sh/jobs.h2
-rw-r--r--bin/sh/mail.c2
22 files changed, 44 insertions, 0 deletions
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 fdc7a2560694..d0fddf160771 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 5aea58650c67..c109cf20613d 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 26f233ebf7b6..e88d31be12be 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 8cf4df1e4044..70e6b06c72da 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.
*