diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-07-23 12:37:09 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-07-24 11:14:44 +0200 |
commit | 820d14e3dfb8621bbe7fae59c164c554cabe7882 (patch) | |
tree | 961cc5a8ae82c71fd34bd27b773e9af5357c5289 /tools | |
parent | fixed ugly colorcodes on brackets (diff) | |
download | systemd-820d14e3dfb8621bbe7fae59c164c554cabe7882.tar.xz systemd-820d14e3dfb8621bbe7fae59c164c554cabe7882.zip |
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.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/check-includes.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check-includes.pl b/tools/check-includes.pl index 6aae7c1534..c8bfcba8c0 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 <nkbj@image.dk>. foreach $file (@ARGV) { open(FILE, $file) or die "Cannot open $file: $!.\n"; |