diff options
Diffstat (limited to 'buildid.c')
-rw-r--r-- | buildid.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ +// SPDX-License-Identifier: BSD-2-Clause-Patent + /* * Walk a list of input files, printing the name and buildid of any file * that has one. - * - * This program is licensed under the GNU Public License version 2. */ #include <err.h> |