mirror of https://github.com/PCSX2/pcsx2.git
zzogl copyright:
* common.h is mostly based on multiple file in ffmpeg. So apply the same licence as the original files * Others zerofrog's file: add a note on the missing copyright notice. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3627 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
20adde44a6
commit
df436f1583
|
@ -1,3 +1,11 @@
|
|||
/* ZeroGS KOSMOS
|
||||
*
|
||||
* Zerofrog's ZeroGS KOSMOS (c)2005-2008
|
||||
*
|
||||
* Zerofrog forgot to write any copyright notice after release the plugin into GPLv2
|
||||
* If someone can contact him successfully to clarify this matter that would be great.
|
||||
*/
|
||||
|
||||
#define _CRT_SECURE_NO_DEPRECATE
|
||||
|
||||
// Builds all possible shader files from ps2hw.fx and stores them in
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
/* ZeroGS KOSMOS
|
||||
*
|
||||
* Zerofrog's ZeroGS KOSMOS (c)2005-2008
|
||||
*
|
||||
* Zerofrog forgot to write any copyright notice after release the plugin into GPLv2
|
||||
* If someone can contact him successfully to clarify this matter that would be great.
|
||||
*/
|
||||
|
||||
#ifndef __ZEROGS_SHADERS_H__
|
||||
#define __ZEROGS_SHADERS_H__
|
||||
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
/* ZeroGS KOSMOS
|
||||
*
|
||||
* Zerofrog's ZeroGS KOSMOS (c)2005-2008
|
||||
*
|
||||
* Zerofrog forgot to write any copyright notice after release the plugin into GPLv2
|
||||
* If someone can contact him successfully to clarify this matter that would be great.
|
||||
*/
|
||||
|
||||
// zpipe.cpp : Defines the entry point for the console application.
|
||||
//
|
||||
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
/* ZeroGS KOSMOS
|
||||
*
|
||||
* Zerofrog's ZeroGS KOSMOS (c)2005-2008
|
||||
*
|
||||
* Zerofrog forgot to write any copyright notice after release the plugin into GPLv2
|
||||
* If someone can contact him successfully to clarify this matter that would be great.
|
||||
*/
|
||||
|
||||
#ifndef zpipe_h
|
||||
#define zpipe_h
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/* ZZ Open GL graphics plugin
|
||||
* Zerofrog's ZeroGS KOSMOS (c)2005-2008
|
||||
*
|
||||
* Based on ffmepeg program, (c)2006 Michael Niedermayer <michaelni@gmx.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2.1 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file common.h
|
||||
* common internal api header.
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
/* ZeroGS KOSMOS
|
||||
*
|
||||
* Zerofrog's ZeroGS KOSMOS (c)2005-2008
|
||||
*
|
||||
* Zerofrog forgot to write any copyright notice after release the plugin into GPLv2
|
||||
* If someone can contact him successfully to clarify this matter that would be great.
|
||||
*/
|
||||
|
||||
#ifndef ZEROGS_MATH_H
|
||||
#define ZEROGS_MATH_H
|
||||
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
/* ZeroGS KOSMOS
|
||||
*
|
||||
* Zerofrog's ZeroGS KOSMOS (c)2005-2008
|
||||
*
|
||||
* Zerofrog forgot to write any copyright notice after release the plugin into GPLv2
|
||||
* If someone can contact him successfully to clarify this matter that would be great.
|
||||
*/
|
||||
|
||||
// zpipe.cpp : Defines the entry point for the console application.
|
||||
//
|
||||
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
/* ZeroGS KOSMOS
|
||||
*
|
||||
* Zerofrog's ZeroGS KOSMOS (c)2005-2008
|
||||
*
|
||||
* Zerofrog forgot to write any copyright notice after release the plugin into GPLv2
|
||||
* If someone can contact him successfully to clarify this matter that would be great.
|
||||
*/
|
||||
|
||||
#ifndef zpipe_h
|
||||
#define zpipe_h
|
||||
|
||||
|
|
Loading…
Reference in New Issue