diff options
Diffstat (limited to 'src/process.h')
-rw-r--r-- | src/process.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index bc20748..7f22a88 100644 --- a/src/process.h +++ b/src/process.h @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * This file is part of the "cimple" project. + * For details, see https://github.com/egor-tensin/cimple. + * Distributed under the MIT License. + */ + #ifndef __PROCESS_H__ #define __PROCESS_H__ |