diff options
Diffstat (limited to '')
-rw-r--r-- | src/worker.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/worker.c b/src/worker.c index 5f7e0b6..6a18574 100644 --- a/src/worker.c +++ b/src/worker.c @@ -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. + */ + #include "worker.h" #include "ci.h" #include "compiler.h" |