diff options
author | Jose M. Guisado Gomez <guigom@riseup.net> | 2022-04-06 15:37:41 +0200 |
---|---|---|
committer | Jose M. Guisado Gomez <guigom@riseup.net> | 2022-04-07 17:03:34 +0200 |
commit | ef613790e9f6ecc52455b70d1c711266b9e3c96f (patch) | |
tree | c19550c9c02928d89e2d06c4bf0d92d67d89eed3 /context.c | |
parent | 02e75b55647778b7eca6b7c48af299039ab68cec (diff) |
Add COPYING and license headers
LGPL2.1 or later.
Diffstat (limited to 'context.c')
-rw-r--r-- | context.c | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +/* + * (C) 2022 Soleta Consulting S.L. <info@soleta.eu> + * + * This library 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. + * + * Author: Jose M. Guisado <jguisado@soleta.eu> + */ + + #include "fdisk.h" static PyMemberDef Context_members[] = { |