diff options
| author | Warner Losh <imp@FreeBSD.org> | 2019-02-04 21:28:25 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2019-02-04 21:28:25 +0000 |
| commit | 52467047aa7dd6d21f6303b28e4278cab2d8fe48 (patch) | |
| tree | a955484151ea6028ddb185953f10e97caa168a52 /usr.sbin/efibootmgr | |
| parent | e4314da2e45770e4b9b3be74f4b552045a041d3a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/efibootmgr')
| -rw-r--r-- | usr.sbin/efibootmgr/efibootmgr.8 | 4 | ||||
| -rw-r--r-- | usr.sbin/efibootmgr/efibootmgr.c | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/efibootmgr/efibootmgr.8 b/usr.sbin/efibootmgr/efibootmgr.8 index 689d53d200f00..c19e8f18799a6 100644 --- a/usr.sbin/efibootmgr/efibootmgr.8 +++ b/usr.sbin/efibootmgr/efibootmgr.8 @@ -1,5 +1,5 @@ -.\" Copyright (c) 2017-2018 Netflix, Inc -.\" All rights reserved. +.\" +.\" Copyright (c) 2017-2018 Netflix, Inc. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/usr.sbin/efibootmgr/efibootmgr.c b/usr.sbin/efibootmgr/efibootmgr.c index 06bd55866c69c..5793388fbcc09 100644 --- a/usr.sbin/efibootmgr/efibootmgr.c +++ b/usr.sbin/efibootmgr/efibootmgr.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2017-2018 Netflix, Inc. - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
