diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2018-08-07 13:46:06 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2018-08-07 13:46:06 +0000 |
commit | b179da0111bf5734c60d07c110e8abae9cea300f (patch) | |
tree | 9f83f11de980d6e0e4064a326a95bf0f4fa2e98c | |
parent | 920abf4df24e6f654af3698d28c58e481bcca6c3 (diff) |
Notes
-rw-r--r-- | lib/libbe/be.c | 4 | ||||
-rw-r--r-- | lib/libbe/be.h | 4 | ||||
-rw-r--r-- | lib/libbe/be_access.c | 5 | ||||
-rw-r--r-- | lib/libbe/be_error.c | 4 | ||||
-rw-r--r-- | lib/libbe/be_impl.h | 4 | ||||
-rw-r--r-- | lib/libbe/be_info.c | 5 | ||||
-rw-r--r-- | lib/libbe/libbe.3 | 2 | ||||
-rw-r--r-- | sbin/bectl/bectl.8 | 5 | ||||
-rw-r--r-- | sbin/bectl/bectl.c | 4 |
9 files changed, 22 insertions, 15 deletions
diff --git a/lib/libbe/be.c b/lib/libbe/be.c index 42b450521816b..abe1861bac04f 100644 --- a/lib/libbe/be.c +++ b/lib/libbe/be.c @@ -1,5 +1,5 @@ -/* - * be.c +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in> * All rights reserved. diff --git a/lib/libbe/be.h b/lib/libbe/be.h index dea934af1dad7..b6525a7a11416 100644 --- a/lib/libbe/be.h +++ b/lib/libbe/be.h @@ -1,5 +1,5 @@ -/* - * be.h +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in> * All rights reserved. diff --git a/lib/libbe/be_access.c b/lib/libbe/be_access.c index c0acac215eb75..1d63df186b806 100644 --- a/lib/libbe/be_access.c +++ b/lib/libbe/be_access.c @@ -1,7 +1,8 @@ -/* - * be_access.c +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in> + * Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libbe/be_error.c b/lib/libbe/be_error.c index 58df17ba4e201..becf4ecc13b9a 100644 --- a/lib/libbe/be_error.c +++ b/lib/libbe/be_error.c @@ -1,5 +1,5 @@ -/* - * be_error.c +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in> * All rights reserved. diff --git a/lib/libbe/be_impl.h b/lib/libbe/be_impl.h index f92d22f4d996a..16a3fb9084b46 100644 --- a/lib/libbe/be_impl.h +++ b/lib/libbe/be_impl.h @@ -1,5 +1,5 @@ -/* - * be_impl.h +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in> * All rights reserved. diff --git a/lib/libbe/be_info.c b/lib/libbe/be_info.c index 04bbd71c4f7b8..ef4d19ceca3cb 100644 --- a/lib/libbe/be_info.c +++ b/lib/libbe/be_info.c @@ -1,7 +1,8 @@ -/* - * be_info.c +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in> + * Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libbe/libbe.3 b/lib/libbe/libbe.3 index be026a30e754e..c93d74177f07c 100644 --- a/lib/libbe/libbe.3 +++ b/lib/libbe/libbe.3 @@ -1,4 +1,6 @@ .\" +.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD +.\" .\" Copyright (c) 2017 Kyle Kneitinger .\" All rights reserved. .\" diff --git a/sbin/bectl/bectl.8 b/sbin/bectl/bectl.8 index 22baa0574c0bf..b00b59a50501b 100644 --- a/sbin/bectl/bectl.8 +++ b/sbin/bectl/bectl.8 @@ -1,5 +1,8 @@ .\" -.\" be - Utility to manage Boot Environments on the ZFS filesystem +.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD +.\" +.\" Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in> +.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/sbin/bectl/bectl.c b/sbin/bectl/bectl.c index da01840ed196a..090ef6b657d2e 100644 --- a/sbin/bectl/bectl.c +++ b/sbin/bectl/bectl.c @@ -1,5 +1,5 @@ -/* - * be.c +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in> * All rights reserved. |