summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2023-06-10 12:26:07 -0600
committerAaron Ball <nullspoon@oper.io>2023-06-10 12:26:07 -0600
commitda4d90856f0f8017213d7f4650203346ff07c34f (patch)
tree9f7c8f153348ae3efe255b9a01368fd9068ce5ab /config.h
parent102f10b0c2bb16cdbc654506cd2fa4000c66de78 (diff)
downloadfd-enum-da4d90856f0f8017213d7f4650203346ff07c34f.tar.gz
fd-enum-da4d90856f0f8017213d7f4650203346ff07c34f.tar.xz
Add license headers to config.c, config.h, and fdstats.hHEADmaster
Whoops, forgot to add these yesterday.
Diffstat (limited to 'config.h')
-rw-r--r--config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.h b/config.h
index 98d0d86..1910ace 100644
--- a/config.h
+++ b/config.h
@@ -1,3 +1,20 @@
+/**
+ * Fd-enum is a simple tool to list open file descriptors of a pid by type
+ * Copyright (C) 2023 Aaron Ball <nullspoon@oper.io>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#include <sys/types.h>
#include <stdio.h>
#include <string.h>

Generated by cgit