From: Zbigniew Jędrzejewski-Szmek Date: Mon, 23 Jul 2018 10:37:09 +0000 (+0200) Subject: Drop "Copyright abandonded" header X-Git-Tag: v240~912^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=820d14e3dfb8621bbe7fae59c164c554cabe7882;p=thirdparty%2Fsystemd.git Drop "Copyright abandonded" header Add CC0 as the license. SPDX does not have a "public domain" tag, but CC0 is more or less equivalent. We should have *some* header to avoid doubts in the future. --- diff --git a/tools/check-includes.pl b/tools/check-includes.pl index 6aae7c15348..c8bfcba8c0f 100755 --- a/tools/check-includes.pl +++ b/tools/check-includes.pl @@ -1,7 +1,7 @@ +# SPDX-License-Identifier: CC0-1.0 #!/usr/bin/env perl # # checkincludes: Find files included more than once in (other) files. -# Copyright abandoned, 2000, Niels Kristian Bech Jensen . foreach $file (@ARGV) { open(FILE, $file) or die "Cannot open $file: $!.\n";