From 3e4413ca1c38c9d6c39c2b02819f2e95b205fc8a Mon Sep 17 00:00:00 2001 From: Akari Date: Sun, 3 Jul 2011 17:09:28 +0300 Subject: [PATCH] Added copyright comments to src/menu/options.* --- src/menu/options.c | 7 +++++++ src/menu/options.h | 7 +++++++ 2 files changed, 14 insertions(+) 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