diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-20 19:49:47 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-20 19:49:47 +0000 |
| commit | 8a16b7a18f5d0b031f09832fd7752fba717e2a97 (patch) | |
| tree | 5827510e6ce5a4c2c06381904731bd7dfefbfde0 /libexec/rbootd | |
| parent | 2321c474185e657ad1bdb4ef0a323cb10ba09cfc (diff) | |
Notes
Diffstat (limited to 'libexec/rbootd')
| -rw-r--r-- | libexec/rbootd/bpf.c | 4 | ||||
| -rw-r--r-- | libexec/rbootd/conf.c | 4 | ||||
| -rw-r--r-- | libexec/rbootd/defs.h | 4 | ||||
| -rw-r--r-- | libexec/rbootd/parseconf.c | 4 | ||||
| -rw-r--r-- | libexec/rbootd/pathnames.h | 4 | ||||
| -rw-r--r-- | libexec/rbootd/rbootd.c | 4 | ||||
| -rw-r--r-- | libexec/rbootd/rmp.h | 4 | ||||
| -rw-r--r-- | libexec/rbootd/rmp_var.h | 4 | ||||
| -rw-r--r-- | libexec/rbootd/rmpproto.c | 4 | ||||
| -rw-r--r-- | libexec/rbootd/utils.c | 4 |
10 files changed, 30 insertions, 10 deletions
diff --git a/libexec/rbootd/bpf.c b/libexec/rbootd/bpf.c index bfe20adc426e..0edcc06ccf7e 100644 --- a/libexec/rbootd/bpf.c +++ b/libexec/rbootd/bpf.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/conf.c b/libexec/rbootd/conf.c index 32b878274548..af46f53c3c88 100644 --- a/libexec/rbootd/conf.c +++ b/libexec/rbootd/conf.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/defs.h b/libexec/rbootd/defs.h index ebf82439cf76..4c082cbbfc78 100644 --- a/libexec/rbootd/defs.h +++ b/libexec/rbootd/defs.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/parseconf.c b/libexec/rbootd/parseconf.c index 58b9ac5d6a4b..9585e87185c6 100644 --- a/libexec/rbootd/parseconf.c +++ b/libexec/rbootd/parseconf.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/pathnames.h b/libexec/rbootd/pathnames.h index 54f8c67bf3a3..49412a9eb0f4 100644 --- a/libexec/rbootd/pathnames.h +++ b/libexec/rbootd/pathnames.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/rbootd.c b/libexec/rbootd/rbootd.c index de142f17fbec..3bc02ec9cb80 100644 --- a/libexec/rbootd/rbootd.c +++ b/libexec/rbootd/rbootd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/rmp.h b/libexec/rbootd/rmp.h index 09b67eedce01..0e8d17532ec0 100644 --- a/libexec/rbootd/rmp.h +++ b/libexec/rbootd/rmp.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/rmp_var.h b/libexec/rbootd/rmp_var.h index fdaacf7c7c51..8c5201295ccc 100644 --- a/libexec/rbootd/rmp_var.h +++ b/libexec/rbootd/rmp_var.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/rmpproto.c b/libexec/rbootd/rmpproto.c index aa4be5647222..26f4a069581e 100644 --- a/libexec/rbootd/rmpproto.c +++ b/libexec/rbootd/rmpproto.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 diff --git a/libexec/rbootd/utils.c b/libexec/rbootd/utils.c index 81ef584813bc..f5c2d62d30d7 100644 --- a/libexec/rbootd/utils.c +++ b/libexec/rbootd/utils.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1988, 1992 The University of Utah and the Center * for Software Science (CSS). * Copyright (c) 1992, 1993 |
