update license in source code itself

This commit is contained in:
notaz 2012-09-13 01:37:45 +03:00 committed by Grazvydas Ignotas
parent 0418cc5ca7
commit f89d84717a
19 changed files with 122 additions and 6 deletions

View file

@ -1,4 +1,14 @@
// ddraw
/*
* (C) Gražvydas "notaz" Ignotas, 2009
*
* This work is licensed under the terms of any of these licenses
* (at your option):
* - GNU GPL, version 2 or later.
* - GNU LGPL, version 2.1 or later.
* - MAME license.
* See the COPYING file in the top-level directory.
*/
#include <ddraw.h>
#include "../lprintf.h"
#include "direct.h"

View file

@ -1,4 +1,14 @@
//#pragma warning (disable:4201)
/*
* (C) Gražvydas "notaz" Ignotas, 2009
*
* This work is licensed under the terms of any of these licenses
* (at your option):
* - GNU GPL, version 2 or later.
* - GNU LGPL, version 2.1 or later.
* - MAME license.
* See the COPYING file in the top-level directory.
*/
#include <stdlib.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>

View file

@ -1,3 +1,14 @@
/*
* (C) Gražvydas "notaz" Ignotas, 2009
*
* This work is licensed under the terms of any of these licenses
* (at your option):
* - GNU GPL, version 2 or later.
* - GNU LGPL, version 2.1 or later.
* - MAME license.
* See the COPYING file in the top-level directory.
*/
#define RC_INVOKED // we only need defines
#include <winuser.h>
#undef RC_INVOKED