diff options
Diffstat (limited to 'src/basic/refcnt.h')
-rw-r--r-- | src/basic/refcnt.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/basic/refcnt.h b/src/basic/refcnt.h index 0d5b3f4e1b..d2be6086d2 100644 --- a/src/basic/refcnt.h +++ b/src/basic/refcnt.h @@ -1,12 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - This file is part of systemd. - - Copyright 2013 Lennart Poettering -***/ - /* A type-safe atomic refcounter. * * DO NOT USE THIS UNLESS YOU ACTUALLY CARE ABOUT THREAD SAFETY! */ |