summaryrefslogtreecommitdiffstats
path: root/fdisk.c
diff options
context:
space:
mode:
Diffstat (limited to 'fdisk.c')
-rw-r--r--fdisk.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/fdisk.c b/fdisk.c
index 5be7b66..89e4cff 100644
--- a/fdisk.c
+++ b/fdisk.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 <dirent.h>
#include "fdisk.h"