libbe(3)/bectl(8): Standardize copyright headers
- File names don't necessarily need to be repeated - Add SPDX tags - Add a missing copyright for Kyle Kneitinger in bectl.8, originally written by him in GSoC 2017; his standard copyright notice has been copied from other files within the same directory to remain consistent with how he clearly wished to portray it
This commit is contained in:
parent
8556dc0b6d
commit
e449ef0641
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,6 @@
|
||||
.\"
|
||||
.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD
|
||||
.\"
|
||||
.\" Copyright (c) 2017 Kyle Kneitinger
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user