Added copyright comments to src/menu/options.*
This commit is contained in:
parent
39d6d9bccf
commit
3e4413ca1c
2 changed files with 14 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue