|
1 | | -/* Pcsx2 - Pc Ps2 Emulator |
2 | | - * Copyright (C) 2002-2009 Pcsx2 Team |
| 1 | +/* PCSX2 - PS2 Emulator for PCs |
| 2 | + * Copyright (C) 2002-2009 PCSX2 Dev Team |
| 3 | + * |
| 4 | + * PCSX2 is free software: you can redistribute it and/or modify it under the terms |
| 5 | + * of the GNU Lesser General Public License as published by the Free Software Found- |
| 6 | + * ation, either version 3 of the License, or (at your option) any later version. |
3 | 7 | * |
4 | | - * This program is free software; you can redistribute it and/or modify |
5 | | - * it under the terms of the GNU General Public License as published by |
6 | | - * the Free Software Foundation; either version 2 of the License, or |
7 | | - * (at your option) any later version. |
| 8 | + * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
| 9 | + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
| 10 | + * PURPOSE. See the GNU General Public License for more details. |
8 | 11 | * |
9 | | - * This program is distributed in the hope that it will be useful, |
10 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | | - * GNU General Public License for more details. |
13 | | - * |
14 | | - * You should have received a copy of the GNU General Public License |
15 | | - * along with this program; if not, write to the Free Software |
16 | | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA |
| 12 | + * You should have received a copy of the GNU General Public License along with PCSX2. |
| 13 | + * If not, see <http://www.gnu.org/licenses/>. |
17 | 14 | */ |
18 | | - |
| 15 | + |
19 | 16 |
|
20 | 17 | #ifndef __PLUGINCALLBACKS_H__ |
21 | 18 | #define __PLUGINCALLBACKS_H__ |
|
0 commit comments