diff options
author | Aaron Ball <nullspoon@oper.io> | 2023-06-10 12:26:07 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2023-06-10 12:26:07 -0600 |
commit | da4d90856f0f8017213d7f4650203346ff07c34f (patch) | |
tree | 9f7c8f153348ae3efe255b9a01368fd9068ce5ab /config.h | |
parent | 102f10b0c2bb16cdbc654506cd2fa4000c66de78 (diff) | |
download | fd-enum-master.tar.gz fd-enum-master.tar.xz |
Whoops, forgot to add these yesterday.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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> |