diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2018-03-29 02:50:57 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2018-03-29 02:50:57 +0000 |
| commit | 4ab2e064d7950be84256d671a7ae93f87cc6aa36 (patch) | |
| tree | f64a2aebb1ac9925d884f8e87440e4fff3bfb5ee /libexec/ftpd | |
| parent | b84110def5e692aa60c1b13e44f8e312d2baf9ce (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd')
| -rw-r--r-- | libexec/ftpd/extern.h | 2 | ||||
| -rw-r--r-- | libexec/ftpd/ftpcmd.y | 4 | ||||
| -rw-r--r-- | libexec/ftpd/ftpd.c | 4 | ||||
| -rw-r--r-- | libexec/ftpd/logwtmp.c | 4 | ||||
| -rw-r--r-- | libexec/ftpd/pathnames.h | 4 | ||||
| -rw-r--r-- | libexec/ftpd/popen.c | 4 |
6 files changed, 5 insertions, 17 deletions
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index 80d24b46d2e4..9d56cb235b4c 100644 --- a/libexec/ftpd/extern.h +++ b/libexec/ftpd/extern.h @@ -1,6 +1,4 @@ /*- - * SPDX-License-Identifier: BSD-3-Clause - * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 43718a44191f..8d4e3bdeae2f 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -1,6 +1,4 @@ -/*- - * SPDX-License-Identifier: BSD-3-Clause - * +/* * Copyright (c) 1985, 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 38fc9ebb4778..badabacb348b 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -1,6 +1,4 @@ -/*- - * SPDX-License-Identifier: BSD-3-Clause - * +/* * Copyright (c) 1985, 1988, 1990, 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c index 0ae48dd4cd7b..9beade307044 100644 --- a/libexec/ftpd/logwtmp.c +++ b/libexec/ftpd/logwtmp.c @@ -1,6 +1,4 @@ -/*- - * SPDX-License-Identifier: BSD-3-Clause - * +/* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h index 47dc25a5dfe7..208303498654 100644 --- a/libexec/ftpd/pathnames.h +++ b/libexec/ftpd/pathnames.h @@ -1,6 +1,4 @@ -/*- - * SPDX-License-Identifier: BSD-3-Clause - * +/* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c index 082b2270a953..2dad033f0419 100644 --- a/libexec/ftpd/popen.c +++ b/libexec/ftpd/popen.c @@ -1,6 +1,4 @@ -/*- - * SPDX-License-Identifier: BSD-3-Clause - * +/* * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * |
