Added copyright comments to src/menu/options.*

This commit is contained in:
Akari 2011-07-03 17:09:28 +03:00
parent 39d6d9bccf
commit 3e4413ca1c
2 changed files with 14 additions and 0 deletions

View file

@ -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 <laochailan@web.de>
* Copyright (C) 2011, Alexeyew Andrew <https://github.com/nexAkari>
*/
#include "menu.h"
#include "options.h"

View file

@ -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 <laochailan@web.de>
* Copyright (C) 2011, Alexeyew Andrew <https://github.com/nexAkari>
*/
#ifndef OPTMENU_H
#define OPTMENU_H