diff options
| author | Tuukka Pasanen <tuukka.pasanen@ilmi.fi> | 2026-02-09 08:11:41 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-02-18 15:50:22 +0000 |
| commit | 743a7f954c2720fa318e9e1f7ca1c549977560f9 (patch) | |
| tree | f375b5bf214c88f30366fe5875bb36d8a0dfc3f5 | |
| parent | 0486b5243f094160fd782c1dc15f28392072b259 (diff) | |
stty: Add SPDX-License-Identifier tags
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55217
| -rw-r--r-- | bin/stty/cchar.c | 2 | ||||
| -rw-r--r-- | bin/stty/extern.h | 2 | ||||
| -rw-r--r-- | bin/stty/gfmt.c | 2 | ||||
| -rw-r--r-- | bin/stty/key.c | 2 | ||||
| -rw-r--r-- | bin/stty/modes.c | 2 | ||||
| -rw-r--r-- | bin/stty/print.c | 2 | ||||
| -rw-r--r-- | bin/stty/stty.c | 2 | ||||
| -rw-r--r-- | bin/stty/stty.h | 2 | ||||
| -rw-r--r-- | bin/stty/util.c | 2 |
9 files changed, 18 insertions, 0 deletions
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. * |
