git: 743a7f954c27 - main - stty: Add SPDX-License-Identifier tags

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Wed, 18 Feb 2026 15:51:05 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=743a7f954c2720fa318e9e1f7ca1c549977560f9

commit 743a7f954c2720fa318e9e1f7ca1c549977560f9
Author:     Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:11:41 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-02-18 15:50:22 +0000

    stty: Add SPDX-License-Identifier tags
    
    Reviewed by: imp
    Sponsored by: The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D55217
---
 bin/stty/cchar.c  | 2 ++
 bin/stty/extern.h | 2 ++
 bin/stty/gfmt.c   | 2 ++
 bin/stty/key.c    | 2 ++
 bin/stty/modes.c  | 2 ++
 bin/stty/print.c  | 2 ++
 bin/stty/stty.c   | 2 ++
 bin/stty/stty.h   | 2 ++
 bin/stty/util.c   | 2 ++
 9 files changed, 18 insertions(+)

diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c
index 4a65d1b518d5..aaa0c5bdc39d 100644
--- a/bin/stty/cchar.c
+++ b/bin/stty/cchar.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/stty/extern.h b/bin/stty/extern.h
index b6029396445f..c27a69c2a19d 100644
--- a/bin/stty/extern.h
+++ b/bin/stty/extern.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/stty/gfmt.c b/bin/stty/gfmt.c
index fbd21382dd82..973281e10888 100644
--- a/bin/stty/gfmt.c
+++ b/bin/stty/gfmt.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/stty/key.c b/bin/stty/key.c
index 6e8f635ac237..a5b2758ffb22 100644
--- a/bin/stty/key.c
+++ b/bin/stty/key.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/stty/modes.c b/bin/stty/modes.c
index d63b958680de..0c702f97f86c 100644
--- a/bin/stty/modes.c
+++ b/bin/stty/modes.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/stty/print.c b/bin/stty/print.c
index d7ab2abbcf14..f9d3afa34a38 100644
--- a/bin/stty/print.c
+++ b/bin/stty/print.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/stty/stty.c b/bin/stty/stty.c
index 38834aaccea0..3051536c7cc9 100644
--- a/bin/stty/stty.c
+++ b/bin/stty/stty.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1989, 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/bin/stty/stty.h b/bin/stty/stty.h
index 64ad2945cfa9..87df400cb8fd 100644
--- a/bin/stty/stty.h
+++ b/bin/stty/stty.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/stty/util.c b/bin/stty/util.c
index 4077ee354f8e..e01a08e90225 100644
--- a/bin/stty/util.c
+++ b/bin/stty/util.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *