From 3af26cec424c7108d1065754f5583827b9f9c3c5 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/basic/refcnt.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/basic/refcnt.h') diff --git a/src/basic/refcnt.h b/src/basic/refcnt.h index a341fd55b..d2be6086d 100644 --- a/src/basic/refcnt.h +++ b/src/basic/refcnt.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2013 Lennart Poettering -***/ - /* A type-safe atomic refcounter. * * DO NOT USE THIS UNLESS YOU ACTUALLY CARE ABOUT THREAD SAFETY! */ -- cgit v1.2.3