diff options
author | eadler <eadler@FreeBSD.org> | 2018-03-14 03:19:51 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2018-03-14 03:19:51 +0000 |
commit | 378534f1ac889613f5ed596ba5a6afb9ab314aa3 (patch) | |
tree | 520694c14456beb2e7b1f82e4a34687db70e1d91 /usr.bin/chpass | |
parent | ca63cce820c3ab6fc3915c6eda953b36052f34cb (diff) | |
download | FreeBSD-src-378534f1ac889613f5ed596ba5a6afb9ab314aa3.zip FreeBSD-src-378534f1ac889613f5ed596ba5a6afb9ab314aa3.tar.gz |
Partial merge of the SPDX changes
These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.
No objections from: pfg
Diffstat (limited to 'usr.bin/chpass')
-rw-r--r-- | usr.bin/chpass/chpass.c | 2 | ||||
-rw-r--r-- | usr.bin/chpass/chpass.h | 4 | ||||
-rw-r--r-- | usr.bin/chpass/edit.c | 2 | ||||
-rw-r--r-- | usr.bin/chpass/field.c | 4 | ||||
-rw-r--r-- | usr.bin/chpass/table.c | 2 | ||||
-rw-r--r-- | usr.bin/chpass/util.c | 2 |
6 files changed, 14 insertions, 2 deletions
diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 9f9be53..ab71872 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. diff --git a/usr.bin/chpass/chpass.h b/usr.bin/chpass/chpass.h index fd3a839..b655c5d 100644 --- a/usr.bin/chpass/chpass.h +++ b/usr.bin/chpass/chpass.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index ce82f8e..fbe1015 100644 --- a/usr.bin/chpass/edit.c +++ b/usr.bin/chpass/edit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. diff --git a/usr.bin/chpass/field.c b/usr.bin/chpass/field.c index eac5561..3b5129c 100644 --- a/usr.bin/chpass/field.c +++ b/usr.bin/chpass/field.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. diff --git a/usr.bin/chpass/table.c b/usr.bin/chpass/table.c index a4918b4..7c6c6dd 100644 --- a/usr.bin/chpass/table.c +++ b/usr.bin/chpass/table.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c index baf160e..bfece1d 100644 --- a/usr.bin/chpass/util.c +++ b/usr.bin/chpass/util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. |