diff --git a/plugins/GSdx/GSLinuxLogo.h b/plugins/GSdx/GSLinuxLogo.h index 1f976d4320..0f6b3b91cd 100644 --- a/plugins/GSdx/GSLinuxLogo.h +++ b/plugins/GSdx/GSLinuxLogo.h @@ -1,3 +1,24 @@ +/* + * Copyright (C) 2007-2009 Gabest + * http://www.gabest.org + * + * 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, 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 GNU Make; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ #include diff --git a/plugins/GSdx/targetver.h b/plugins/GSdx/targetver.h index e89afe1a02..8c6178d921 100644 --- a/plugins/GSdx/targetver.h +++ b/plugins/GSdx/targetver.h @@ -1,3 +1,24 @@ +/* + * Copyright (C) 2007-2009 Gabest + * http://www.gabest.org + * + * 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, 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 GNU Make; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + #pragma once /* // Including SDKDDKVer.h defines the highest available Windows platform. diff --git a/plugins/cdvdGigaherz/src/Windows/rosddk/ntddcdrm.h b/plugins/cdvdGigaherz/src/Windows/rosddk/ntddcdrm.h index ae03b4aa95..03d0755761 100644 --- a/plugins/cdvdGigaherz/src/Windows/rosddk/ntddcdrm.h +++ b/plugins/cdvdGigaherz/src/Windows/rosddk/ntddcdrm.h @@ -18,6 +18,7 @@ * DISCLAIMED. This includes but is not limited to warranties of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * This file is in the public domain */ #ifndef _NTDDCDRM_H_ diff --git a/plugins/cdvdGigaherz/src/Windows/rosddk/ntddcdvd.h b/plugins/cdvdGigaherz/src/Windows/rosddk/ntddcdvd.h index 121cc070d6..7bf6ef6111 100644 --- a/plugins/cdvdGigaherz/src/Windows/rosddk/ntddcdvd.h +++ b/plugins/cdvdGigaherz/src/Windows/rosddk/ntddcdvd.h @@ -18,6 +18,7 @@ * DISCLAIMED. This includes but is not limited to warranties of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * This file is in the public domain */ #ifndef _NTDDCDVD_H_ diff --git a/plugins/cdvdGigaherz/src/Windows/rosddk/ntddscsi.h b/plugins/cdvdGigaherz/src/Windows/rosddk/ntddscsi.h index 5f925ef843..2e65244c3e 100644 --- a/plugins/cdvdGigaherz/src/Windows/rosddk/ntddscsi.h +++ b/plugins/cdvdGigaherz/src/Windows/rosddk/ntddscsi.h @@ -18,6 +18,7 @@ * DISCLAIMED. This includes but is not limited to warranties of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * This file is in the public domain */ #ifndef __NTDDSCSI_H diff --git a/plugins/cdvdGigaherz/src/Windows/rosddk/ntddstor.h b/plugins/cdvdGigaherz/src/Windows/rosddk/ntddstor.h index 5c076e5536..69212a9095 100644 --- a/plugins/cdvdGigaherz/src/Windows/rosddk/ntddstor.h +++ b/plugins/cdvdGigaherz/src/Windows/rosddk/ntddstor.h @@ -18,6 +18,7 @@ * DISCLAIMED. This includes but is not limited to warranties of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * This file is in the public domain */ #ifndef _NTDDSTOR_H_ diff --git a/plugins/zzogl-pg/opengl/Win32/Conf.cpp b/plugins/zzogl-pg/opengl/Win32/Conf.cpp index bd08dd94a0..bb4f4e6cb7 100644 --- a/plugins/zzogl-pg/opengl/Win32/Conf.cpp +++ b/plugins/zzogl-pg/opengl/Win32/Conf.cpp @@ -1,3 +1,22 @@ +/* ZZ Open GL graphics plugin + * Copyright (c)2009-2010 zeydlitz@gmail.com, arcum42@gmail.com + * Based on Zerofrog's ZeroGS KOSMOS (c)2005-2008 + * + * 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 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 + */ + #include #include "GS.h" diff --git a/plugins/zzogl-pg/opengl/Win32/Win32.cpp b/plugins/zzogl-pg/opengl/Win32/Win32.cpp index f7cad522d8..426016d37e 100644 --- a/plugins/zzogl-pg/opengl/Win32/Win32.cpp +++ b/plugins/zzogl-pg/opengl/Win32/Win32.cpp @@ -1,3 +1,22 @@ +/* ZZ Open GL graphics plugin + * Copyright (c)2009-2010 zeydlitz@gmail.com, arcum42@gmail.com + * Based on Zerofrog's ZeroGS KOSMOS (c)2005-2008 + * + * 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 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 + */ + #include #include "Utilities/RedtapeWindows.h" diff --git a/plugins/zzogl-pg/opengl/Win32/Win32.h b/plugins/zzogl-pg/opengl/Win32/Win32.h index acea999c8b..e554cd8f3a 100644 --- a/plugins/zzogl-pg/opengl/Win32/Win32.h +++ b/plugins/zzogl-pg/opengl/Win32/Win32.h @@ -1,3 +1,22 @@ +/* ZZ Open GL graphics plugin + * Copyright (c)2009-2010 zeydlitz@gmail.com, arcum42@gmail.com + * Based on Zerofrog's ZeroGS KOSMOS (c)2005-2008 + * + * 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 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 + */ + #ifndef __WIN32_H__ #define __WIN32_H__ diff --git a/plugins/zzogl-pg/opengl/Win32/tsvnrev/svnrev_template.h b/plugins/zzogl-pg/opengl/Win32/tsvnrev/svnrev_template.h deleted file mode 100644 index ad2a2a8e74..0000000000 --- a/plugins/zzogl-pg/opengl/Win32/tsvnrev/svnrev_template.h +++ /dev/null @@ -1,18 +0,0 @@ -// svnrev_template.h --> svnrev.h -// -// This file acts as a template for the automatic SVN revision/version tag. -// It is used by the utility SubWCrev.exe to create an "svnrev.h" file for -// whichever project is being compiled (as indicated by command line options -// passed to SubWCRev.exe during the project's pre-build step). -// -// The SubWCRev.exe utility is part of TortoiseSVN and requires several DLLs -// installed by TortoiseSVN, so it will only be available if you have TortoiseSVN -// installed on your system. If you do not have it installed, a generic template -// is used instead (see svnrev_generic.h). Having TortoiseSVN is handy but not -// necessary. If you do not have it installed, everything will still compile -// fine except without the SVN revision tagged to the application/dll version. -// -// TortoiseSVN can be downloaded from http://tortoisesvn.tigris.org - -#define SVN_REV $WCREV$ -#define SVN_MODS $WCMODS?1:0$ diff --git a/plugins/zzogl-pg/opengl/Win32/tsvnrev/svnrev_unknown.h b/plugins/zzogl-pg/opengl/Win32/tsvnrev/svnrev_unknown.h deleted file mode 100644 index 684d5f9240..0000000000 --- a/plugins/zzogl-pg/opengl/Win32/tsvnrev/svnrev_unknown.h +++ /dev/null @@ -1,23 +0,0 @@ -// svnrev_genric.h --> svnrev.h -// -// This file acts as a placebo for people who do not have TortoiseSVN installed. -// It provides "empty" revision information to the Pcsx2 Playground projects in -// the absence of real revisions derived from the repository being built. -// -// This file does not affect application/dll builds in any significant manner, -// other than the lack of automatic revision tags inserted into the app (which -// is very convenient but hardly necessary). -// -// See svn_template.h for more information on how the process of revision -// templating works. -// -// If you would like to enable automatic revisin tagging, TortoiseSVN can be -// downloaded from http://tortoisesvn.tigris.org - -#define SVN_REV_UNKNOWN - -// The following defines are included so that code will still compile even if it -// doesn't check for the SVN_REV_UNKNOWN define. - -#define SVN_REV 0 -#define SVN_MODS "" diff --git a/plugins/zzogl-pg/opengl/Win32/tsvnrev/updateRevision.cmd b/plugins/zzogl-pg/opengl/Win32/tsvnrev/updateRevision.cmd deleted file mode 100644 index 0e192e7a9b..0000000000 --- a/plugins/zzogl-pg/opengl/Win32/tsvnrev/updateRevision.cmd +++ /dev/null @@ -1,8 +0,0 @@ -@echo off -SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h -if not ERRORLEVEL 0 ( - echo Automatic revision update unavailable, using generic template instead. - echo You can safely ignore this message - see svnrev.h for details. - copy /Y %3\svnrev_unknown.h %2\svnrev.h -) -set ERRORLEVEL=0 diff --git a/plugins/zzogl-pg/opengl/ZeroGSShaders/zlib/trees.h b/plugins/zzogl-pg/opengl/ZeroGSShaders/zlib/trees.h index 72facf900f..c0ab49af26 100644 --- a/plugins/zzogl-pg/opengl/ZeroGSShaders/zlib/trees.h +++ b/plugins/zzogl-pg/opengl/ZeroGSShaders/zlib/trees.h @@ -1,3 +1,33 @@ +/* zlib.h -- interface of the 'zlib' general purpose compression library + version 1.2.3, July 18th, 2005 + + Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu + + + The data format used by the zlib library is described by RFCs (Request for + Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt + (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). +*/ + /* header created automatically with -DGEN_TREES_H */ local const ct_data static_ltree[L_CODES+2] = { diff --git a/plugins/zzogl-pg/opengl/ZeroGSShaders/zpipe.cpp b/plugins/zzogl-pg/opengl/ZeroGSShaders/zpipe.cpp index f4e946849c..9bcc022c4d 100644 --- a/plugins/zzogl-pg/opengl/ZeroGSShaders/zpipe.cpp +++ b/plugins/zzogl-pg/opengl/ZeroGSShaders/zpipe.cpp @@ -3,6 +3,8 @@ * zpipe.c: example of proper use of zlib's inflate() and deflate() * Not copyrighted -- provided to the public domain * Version 1.4 11 December 2005 Mark Adler + * + * This file is in the public domain */ // zpipe.cpp : Defines the entry point for the console application. diff --git a/plugins/zzogl-pg/opengl/zpipe.cpp b/plugins/zzogl-pg/opengl/zpipe.cpp index 45f80824d7..30e8c42daf 100644 --- a/plugins/zzogl-pg/opengl/zpipe.cpp +++ b/plugins/zzogl-pg/opengl/zpipe.cpp @@ -3,6 +3,8 @@ * zpipe.c: example of proper use of zlib's inflate() and deflate() * Not copyrighted -- provided to the public domain * Version 1.4 11 December 2005 Mark Adler + * + * This file is in the public domain */ #include