diff options
Diffstat (limited to 'include/wordexp.h')
-rw-r--r-- | include/wordexp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/wordexp.h b/include/wordexp.h index bda6ff542fb7..a0e80bc7ca71 100644 --- a/include/wordexp.h +++ b/include/wordexp.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. @@ -24,8 +24,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef _WORDEXP_H_ |