aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-aout/support.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rtld-aout/support.c')
-rw-r--r--libexec/rtld-aout/support.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/rtld-aout/support.c b/libexec/rtld-aout/support.c
index eb8bd29673ec..034935d893fb 100644
--- a/libexec/rtld-aout/support.c
+++ b/libexec/rtld-aout/support.c
@@ -1,9 +1,11 @@
-/*
+/*-
* Generic "support" routines to replace those obtained from libiberty for ld.
*
* I've collected these from random bits of (published) code I've written
* over the years, not that they are a big deal. peter@freebsd.org
- *-
+ *
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (C) 1996
* Peter Wemm. All rights reserved.
*