diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-04-27 20:18:03 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-29 13:32:55 -0700 |
commit | 6399eaf271330637582b521235a913fcff0126e5 (patch) | |
tree | 421766061c2f7bd35d213404ccece7d676b84ca9 /core/macos.c | |
parent | b641757a0ce58f498558acef78e49fbf37beb415 (diff) | |
download | subsurface-6399eaf271330637582b521235a913fcff0126e5.tar.gz |
Add SPDX header to core C files
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/macos.c')
-rw-r--r-- | core/macos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/macos.c b/core/macos.c index a7272599b..6af474e85 100644 --- a/core/macos.c +++ b/core/macos.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* macos.c */ /* implements Mac OS X specific functions */ #include <stdlib.h> |