From 10880c9762a4eb54cbf1b79081e82a167b9535fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 20 Jun 2018 11:58:53 +0200 Subject: [PATCH] tree-wide: drop copyright headers from frequent contributors Fixes #9320. for p in Shapovalov Chevalier Rozhkov Sievers Mack Herrmann Schmidt Rudenberg Sahani Landden Andersen Watanabe; do git grep -e 'Copyright.*'$p -l|xargs perl -i -0pe 's|/([*][*])?[*]\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\s*[*]([*][*])?/\n*|\n|gms; s|\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\n*|\n|gms' done --- boot.c | 1 - console.c | 1 - console.h | 1 - disk.c | 3 --- disk.h | 3 --- graphics.c | 1 - graphics.h | 1 - linux.c | 3 --- linux.h | 3 --- pe.c | 3 --- pe.h | 3 --- splash.c | 1 - splash.h | 1 - stub.c | 1 - util.c | 1 - util.h | 1 - 16 files changed, 28 deletions(-) diff --git a/boot.c b/boot.c index 51a5286..2f01444 100644 --- a/boot.c +++ b/boot.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * Copyright © 2012-2015 Kay Sievers * Copyright © 2012-2015 Harald Hoyer */ diff --git a/console.c b/console.c index 826e4ec..a365d08 100644 --- a/console.c +++ b/console.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer */ diff --git a/console.h b/console.h index be018d6..bc2ee49 100644 --- a/console.h +++ b/console.h @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer */ diff --git a/disk.c b/disk.c index 3b2f160..a31b7bb 100644 --- a/disk.c +++ b/disk.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/* - * Copyright © 2015 Kay Sievers - */ #include #include diff --git a/disk.h b/disk.h index 86a5d17..dfd9200 100644 --- a/disk.h +++ b/disk.h @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/* - * Copyright © 2015 Kay Sievers - */ #ifndef __SDBOOT_DISK_H #define __SDBOOT_DISK_H diff --git a/graphics.c b/graphics.c index 79ef508..6dbe9e2 100644 --- a/graphics.c +++ b/graphics.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer * Copyright © 2013 Intel Corporation * Authored by Joonas Lahtinen diff --git a/graphics.h b/graphics.h index 9facd8a..f42f934 100644 --- a/graphics.h +++ b/graphics.h @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer * Copyright © 2013 Intel Corporation * Authored by Joonas Lahtinen diff --git a/linux.c b/linux.c index 8b60dc4..d160552 100644 --- a/linux.c +++ b/linux.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/* - * Copyright © 2015 Kay Sievers - */ #include #include diff --git a/linux.h b/linux.h index b135a22..54140a2 100644 --- a/linux.h +++ b/linux.h @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/* - * Copyright © 2015 Kay Sievers - */ #ifndef __SDBOOT_kernel_H #define __SDBOOT_kernel_H diff --git a/pe.c b/pe.c index 82984ec..f1f947b 100644 --- a/pe.c +++ b/pe.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/* - * Copyright © 2015 Kay Sievers - */ #include #include diff --git a/pe.h b/pe.h index eab6ea9..d3fc8ec 100644 --- a/pe.h +++ b/pe.h @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/* - * Copyright © 2015 Kay Sievers - */ #ifndef __SDBOOT_PEFILE_H #define __SDBOOT_PEFILE_H diff --git a/splash.c b/splash.c index 82f3932..dd9cc29 100644 --- a/splash.c +++ b/splash.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer */ diff --git a/splash.h b/splash.h index b0c1f1e..c9aa705 100644 --- a/splash.h +++ b/splash.h @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer */ diff --git a/stub.c b/stub.c index 8e8a35c..4318a05 100644 --- a/stub.c +++ b/stub.c @@ -4,7 +4,6 @@ * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * - * Copyright © 2015 Kay Sievers */ #include diff --git a/util.c b/util.c index f6579d1..f513e2f 100644 --- a/util.c +++ b/util.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer */ diff --git a/util.h b/util.h index cf3fda4..1f64b02 100644 --- a/util.h +++ b/util.h @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer */