Skip to content

Commit

Permalink
core: add spdx header to all-units.h
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
poettering committed Jul 23, 2019
1 parent 142206d commit 2742dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/all-units.h
@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

#include "unit.h"
Expand Down

0 comments on commit 2742dbd

Please sign in to comment.