chiark / gitweb /
tree-wide: remove Lennart's copyright lines
[elogind.git] / src / basic / refcnt.h
index a341fd55bcc38bb597bf7ac15a3176c3ec66b7e1..d2be6086d2b222505aab3403d72f29405fb2dd14 100644 (file)
@@ -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! */