diff --git a/lib/libbe/be.c b/lib/libbe/be.c index abe1861bac04..e6c11d97e40c 100644 --- a/lib/libbe/be.c +++ b/lib/libbe/be.c @@ -26,6 +26,9 @@ * SUCH DAMAGE. */ +#include +__FBSDID("$FreeBSD$"); + #include #include diff --git a/lib/libbe/be.h b/lib/libbe/be.h index b6525a7a1141..4e98533ea630 100644 --- a/lib/libbe/be.h +++ b/lib/libbe/be.h @@ -24,6 +24,8 @@ * 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 _LIBBE_H diff --git a/lib/libbe/be_access.c b/lib/libbe/be_access.c index 1d63df186b80..e1c4be5fbb3d 100644 --- a/lib/libbe/be_access.c +++ b/lib/libbe/be_access.c @@ -27,6 +27,9 @@ * SUCH DAMAGE. */ +#include +__FBSDID("$FreeBSD$"); + #include "be.h" #include "be_impl.h" diff --git a/lib/libbe/be_error.c b/lib/libbe/be_error.c index becf4ecc13b9..0dc77bdbf203 100644 --- a/lib/libbe/be_error.c +++ b/lib/libbe/be_error.c @@ -26,6 +26,9 @@ * SUCH DAMAGE. */ +#include +__FBSDID("$FreeBSD$"); + #include "be.h" #include "be_impl.h" diff --git a/lib/libbe/be_impl.h b/lib/libbe/be_impl.h index 16a3fb9084b4..99c783a1a646 100644 --- a/lib/libbe/be_impl.h +++ b/lib/libbe/be_impl.h @@ -24,6 +24,8 @@ * 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 _LIBBE_IMPL_H diff --git a/lib/libbe/be_info.c b/lib/libbe/be_info.c index ef4d19ceca3c..46e5556757c4 100644 --- a/lib/libbe/be_info.c +++ b/lib/libbe/be_info.c @@ -27,6 +27,9 @@ * SUCH DAMAGE. */ +#include +__FBSDID("$FreeBSD$"); + #include "be.h" #include "be_impl.h" diff --git a/sbin/bectl/bectl.8 b/sbin/bectl/bectl.8 index b00b59a50501..98fa39860a50 100644 --- a/sbin/bectl/bectl.8 +++ b/sbin/bectl/bectl.8 @@ -15,6 +15,7 @@ .\" .\" .\" @(#)be.1 +.\" .\" $FreeBSD$ .\" .Dd August 5, 2018 diff --git a/sbin/bectl/bectl.c b/sbin/bectl/bectl.c index 090ef6b657d2..ae60f4e2fdc6 100644 --- a/sbin/bectl/bectl.c +++ b/sbin/bectl/bectl.c @@ -26,6 +26,9 @@ * SUCH DAMAGE. */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/sbin/bectl/bectl_jail.c b/sbin/bectl/bectl_jail.c index 1731af43514d..d468eb8c1c4c 100644 --- a/sbin/bectl/bectl_jail.c +++ b/sbin/bectl/bectl_jail.c @@ -23,10 +23,11 @@ * 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$ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/sbin/bectl/bectl_list.c b/sbin/bectl/bectl_list.c index cbdac3786cc9..0e21d00e19cd 100644 --- a/sbin/bectl/bectl_list.c +++ b/sbin/bectl/bectl_list.c @@ -23,10 +23,11 @@ * 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$ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include