From 818bf5463297a72a2861aa3b360b8b4291a3f2a8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Jun 2018 17:04:27 +0200 Subject: tree-wide: drop 'This file is part of systemd' blurb This part of the copyright blurb stems from the GPL use recommendations: https://www.gnu.org/licenses/gpl-howto.en.html The concept appears to originate in times where version control was per file, instead of per tree, and was a way to glue the files together. Ultimately, we nowadays don't live in that world anymore, and this information is entirely useless anyway, as people are very welcome to copy these files into any projects they like, and they shouldn't have to change bits that are part of our copyright header for that. hence, let's just get rid of this old cruft, and shorten our codebase a bit. --- src/test/test-strv.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/test/test-strv.c') diff --git a/src/test/test-strv.c b/src/test/test-strv.c index ffe7507355..5daf567251 100644 --- a/src/test/test-strv.c +++ b/src/test/test-strv.c @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /*** - This file is part of systemd. - Copyright 2010 Lennart Poettering Copyright 2013 Thomas H.P. Andersen ***/ -- cgit v1.2.1 From 0c697941389b7379c4471bc0a067ede02814bc57 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Jun 2018 18:23:39 +0200 Subject: tree-wide: remove Lennart's copyright lines These lines are generally out-of-date, incomplete and unnecessary. With SPDX and git repository much more accurate and fine grained information about licensing and authorship is available, hence let's drop the per-file copyright notice. Of course, removing copyright lines of others is problematic, hence this commit only removes my own lines and leaves all others untouched. It might be nicer if sooner or later those could go away too, making git the only and accurate source of authorship information. --- src/test/test-strv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/test/test-strv.c') diff --git a/src/test/test-strv.c b/src/test/test-strv.c index 5daf567251..ef706b7fca 100644 --- a/src/test/test-strv.c +++ b/src/test/test-strv.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /*** - Copyright 2010 Lennart Poettering Copyright 2013 Thomas H.P. Andersen ***/ -- cgit v1.2.1 From 96b2fb93c53c35934d667ccdc914a3841332704b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Jun 2018 19:00:24 +0200 Subject: tree-wide: beautify remaining copyright statements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's unify an beautify our remaining copyright statements, with a unicode ©. This means our copyright statements are now always formatted the same way. Yay. --- src/test/test-strv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test-strv.c') diff --git a/src/test/test-strv.c b/src/test/test-strv.c index ef706b7fca..01740b5a82 100644 --- a/src/test/test-strv.c +++ b/src/test/test-strv.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /*** - Copyright 2013 Thomas H.P. Andersen + Copyright © 2013 Thomas H.P. Andersen ***/ #include -- cgit v1.2.1