diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-21 14:53:18 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-21 14:53:18 +0200 |
commit | 3be28b4e8f75190d30e311f0e69da714cac62cc5 (patch) | |
tree | 95374a0ac30802f838e0fee1d7c686b66dd26b11 /include-libgamma.h | |
parent | Remove dist (diff) | |
download | pylibgamma-3be28b4e8f75190d30e311f0e69da714cac62cc5.tar.gz pylibgamma-3be28b4e8f75190d30e311f0e69da714cac62cc5.tar.bz2 pylibgamma-3be28b4e8f75190d30e311f0e69da714cac62cc5.tar.xz |
Change license to ISC, change style, improve makefile1.1.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'include-libgamma.h')
-rw-r--r-- | include-libgamma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include-libgamma.h b/include-libgamma.h new file mode 100644 index 0000000..bd1a562 --- /dev/null +++ b/include-libgamma.h @@ -0,0 +1,2 @@ +/* See LICENSE file for copyright and license details. */ +#include <libgamma.h> |