From 39e07e62f471cbf40503cdc1926da6fef0cc0a3e Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Wed, 15 Aug 2018 13:18:17 -0400 Subject: Source cleanups. --- src/random-seed.c | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'src/random-seed.c') diff --git a/src/random-seed.c b/src/random-seed.c index 0b7c5c4..b8e8ad7 100644 --- a/src/random-seed.c +++ b/src/random-seed.c @@ -1,17 +1,4 @@ -/* Copyright 2018 Alex Xu (aka Hello71, alxu) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +// SPDX-License-Identifier: BSD-3-Clause #include #include @@ -30,6 +17,7 @@ #include #include +#include "config.h" #include "musl-libgen-c.h" #include "util.h" -- cgit v1.2.3-54-g00ecf