From c2502333b2e56e520bb9ecc2f931a639eee415d7 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 12 Feb 2020 01:46:45 +0200 Subject: add some missing license headers --- libpcsxcore/gte_neon.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'libpcsxcore/gte_neon.h') diff --git a/libpcsxcore/gte_neon.h b/libpcsxcore/gte_neon.h index 082be62..2fd9e4d 100644 --- a/libpcsxcore/gte_neon.h +++ b/libpcsxcore/gte_neon.h @@ -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 . + */ + void gteRTPS_neon(void *cp2_regs, int opcode); void gteRTPT_neon(void *cp2_regs, int opcode); -- cgit v1.2.3