]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libudev/libudev-private.h
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / libudev / libudev-private.h
index 76730cc055bf9783816c8cca46228b9fb5ccacbf..ad98192188ba0495f335e3d2d5060a4bd6a8f667 100644 (file)
@@ -1,26 +1,12 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
+#pragma once
+
 /***
   This file is part of systemd.
 
   Copyright 2008-2012 Kay Sievers <kay@vrfy.org>
-
-  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/>.
 ***/
 
-#ifndef _LIBUDEV_PRIVATE_H_
-#define _LIBUDEV_PRIVATE_H_
-
 #include <signal.h>
 #include <stdbool.h>
 #include <stdint.h>
@@ -146,5 +132,3 @@ uint64_t util_string_bloom64(const char *str);
 
 /* libudev-util-private.c */
 int util_resolve_subsys_kernel(struct udev *udev, const char *string, char *result, size_t maxsize, int read_value);
-
-#endif