diff options
Diffstat (limited to 'sys/modules/dtrace/dtraceall')
-rw-r--r-- | sys/modules/dtrace/dtraceall/dtraceall.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/dtrace/dtraceall/dtraceall.c b/sys/modules/dtrace/dtraceall/dtraceall.c index 08ad49db9c8e..b456d2ae48bf 100644 --- a/sys/modules/dtrace/dtraceall/dtraceall.c +++ b/sys/modules/dtrace/dtraceall/dtraceall.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 John Birrell <jb@freebsd.org> * * Redistribution and use in source and binary forms, with or without |