Systemd/src/core/all-units.h
Lennart Poettering 623f20fb41 core: add spdx header to all-units.h
The specific header file is probably not copyrightable anyway, since
it's so trivial, but let's still add the SPDX header line so that a
systematic check for the line does't spit out this header needlessly.
2019-07-24 05:06:21 +09:00

16 lines
271 B
C

/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include "unit.h"
#include "automount.h"
#include "device.h"
#include "path.h"
#include "scope.h"
#include "service.h"
#include "slice.h"
#include "socket.h"
#include "swap.h"
#include "target.h"
#include "timer.h"