Add header.

This commit is contained in:
Rafal Kupiec 2019-12-18 17:38:43 +01:00
parent 7704162255
commit 1f95c11ab5
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
/**
* @PROJECT CpuSet
* @COPYRIGHT See COPYING in the top level directory
* @FILE cpuset.c
* @PURPOSE Utility for managing QEMU resources
* @DEVELOPERS Rafal Kupiec <belliash@asiotec.eu.org>
*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>