add some missing license headers
authornotaz <notasas@gmail.com>
Tue, 11 Feb 2020 23:46:45 +0000 (01:46 +0200)
committernotaz <notasas@gmail.com>
Tue, 11 Feb 2020 23:46:45 +0000 (01:46 +0200)
libpcsxcore/gpu.h
libpcsxcore/gte_arm.h
libpcsxcore/gte_divider.h
libpcsxcore/gte_neon.h
libpcsxcore/psxmem_map.h

index 018d353..63a5572 100644 (file)
@@ -1,3 +1,19 @@
+/*  Pcsx - Pc Psx Emulator
+ *  Copyright (C) 1999-2016  Pcsx Team
+ *
+ *  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, see <http://www.gnu.org/licenses>.
+ */
 
 /*
  * q: Why bother with GPU stuff in a plugin-based emu core?
index 1a7353f..6b240db 100644 (file)
@@ -1,3 +1,20 @@
+/*  Pcsx - Pc Psx Emulator
+ *  Copyright (C) 1999-2016  Pcsx Team
+ *
+ *  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, see <http://www.gnu.org/licenses>.
+ */
+
 void gteRTPS_nf_arm(void *cp2_regs, int opcode);
 void gteRTPT_nf_arm(void *cp2_regs, int opcode);
 void gteNCLIP_arm(void *cp2_regs, int opcode);
index 4ee9cd0..0c98826 100644 (file)
@@ -1 +1,18 @@
+/*  Pcsx - Pc Psx Emulator
+ *  Copyright (C) 1999-2016  Pcsx Team
+ *
+ *  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, see <http://www.gnu.org/licenses>.
+ */
+
 u32 DIVIDE(s16 n, u16 d);
index 082be62..2fd9e4d 100644 (file)
@@ -1,3 +1,20 @@
+/*  Pcsx - Pc Psx Emulator
+ *  Copyright (C) 1999-2016  Pcsx Team
+ *
+ *  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, see <http://www.gnu.org/licenses>.
+ */
+
 void gteRTPS_neon(void *cp2_regs, int opcode);
 void gteRTPT_neon(void *cp2_regs, int opcode);
 
index df5fa51..9c15c03 100644 (file)
@@ -1,3 +1,20 @@
+/*  Pcsx - Pc Psx Emulator
+ *  Copyright (C) 1999-2016  Pcsx Team
+ *
+ *  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, see <http://www.gnu.org/licenses>.
+ */
+
 #ifndef __PSXMEM_MAP_H__
 #define __PSXMEM_MAP_H__