diff options
author | Aaron Ball <nullspoon@oper.io> | 2023-06-09 17:14:23 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2023-06-09 17:14:23 -0600 |
commit | 2fcb8ea3ffa50b4866e1d97f3625129c8257605b (patch) | |
tree | ef7b14c1f306caaeaf522d3e4a7f647265b0b847 | |
parent | 40e681a78aae2e984fd4901ae6d8c0034b7a632b (diff) | |
download | fd-enum-2fcb8ea3ffa50b4866e1d97f3625129c8257605b.tar.gz fd-enum-2fcb8ea3ffa50b4866e1d97f3625129c8257605b.tar.xz |
Update copywrite from 2021 to 2023
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /** * Fd-enum is a simple tool to list open file descriptors of a pid by type - * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> + * 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 |