diff --git a/src/menu/options.c b/src/menu/options.c index 8ea2d650..3fda60a6 100644 --- a/src/menu/options.c +++ b/src/menu/options.c @@ -1,3 +1,10 @@ +/* + * This software is licensed under the terms of the MIT-License + * See COPYING for further information. + * --- + * Copyright (C) 2011, Lukas Weber + * Copyright (C) 2011, Alexeyew Andrew + */ #include "menu.h" #include "options.h" diff --git a/src/menu/options.h b/src/menu/options.h index db75ae1c..5ffac836 100644 --- a/src/menu/options.h +++ b/src/menu/options.h @@ -1,3 +1,10 @@ +/* + * This software is licensed under the terms of the MIT-License + * See COPYING for further information. + * --- + * Copyright (C) 2011, Lukas Weber + * Copyright (C) 2011, Alexeyew Andrew + */ #ifndef OPTMENU_H #define OPTMENU_H