summaryrefslogtreecommitdiffstats
path: root/label.c
diff options
context:
space:
mode:
authorJose M. Guisado Gomez <guigom@riseup.net>2022-04-06 15:37:41 +0200
committerJose M. Guisado Gomez <guigom@riseup.net>2022-04-07 17:03:34 +0200
commitef613790e9f6ecc52455b70d1c711266b9e3c96f (patch)
treec19550c9c02928d89e2d06c4bf0d92d67d89eed3 /label.c
parent02e75b55647778b7eca6b7c48af299039ab68cec (diff)
Add COPYING and license headers
LGPL2.1 or later.
Diffstat (limited to 'label.c')
-rw-r--r--label.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/label.c b/label.c
index c41f59b..f205d36 100644
--- a/label.c
+++ b/label.c
@@ -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"