]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/import/qcow2-util.h
udev: fix codesonar warnings
[thirdparty/systemd.git] / src / import / qcow2-util.h
index ae1fb8fd3880a6e14675700fe74e866d342d0b69..7393d9837ad2f911a72d25863f58fe2a0be8fd3a 100644 (file)
@@ -1,24 +1,5 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-/***
-  This file is part of systemd.
-
-  Copyright 2015 Lennart Poettering
-
-  systemd is free software; you can redistribute it and/or modify it
-  under the terms of the GNU Lesser General Public License as published by
-  the Free Software Foundation; either version 2.1 of the License, or
-  (at your option) any later version.
-
-  systemd is distributed in the hope that it will be useful, but
-  WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
-***/
-
 int qcow2_detect(int fd);
 int qcow2_convert(int qcow2_fd, int raw_fd);