Date: Wed, 18 Feb 2026 15:51:02 +0000 From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Tuukka Pasanen <tuukka.pasanen@ilmi.fi> Subject: git: 632c73b4bfd4 - main - sh: Add SPDX-License-Identifier tags Message-ID: <6995dfe6.3072a.76ac7d2c@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=632c73b4bfd48b89b7c2318079fd50835b8b5016 commit 632c73b4bfd48b89b7c2318079fd50835b8b5016 Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi> AuthorDate: 2026-02-09 08:10:25 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2026-02-18 15:50:21 +0000 sh: Add SPDX-License-Identifier tags Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55213 --- 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 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. *home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6995dfe6.3072a.76ac7d2c>
