diff --git a/ps3/main.c b/ps3/main.c
index a81f3bd04d..e9c75b6a7d 100644
--- a/ps3/main.c
+++ b/ps3/main.c
@@ -1,3 +1,21 @@
+/* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes.
+ * Copyright (C) 2010-2011 - Hans-Kristian Arntzen
+ * Copyright (C) 2011 - Daniel De Matteis
+ *
+ * Some code herein may be based on code found in BSNES.
+ *
+ * SSNES 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 Found-
+ * ation, either version 3 of the License, or (at your option) any later version.
+ *
+ * SSNES 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 SSNES.
+ * If not, see .
+ */
+
#include
#include
#include
diff --git a/ps3/pad_input.c b/ps3/pad_input.c
index ccc5d50be4..23678075b5 100644
--- a/ps3/pad_input.c
+++ b/ps3/pad_input.c
@@ -1,31 +1,20 @@
-/*******************************************************************************
- * -- Cellframework Mk.II - Open framework to abstract the common tasks related to
- * PS3 application development.
+/* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes.
+ * Copyright (C) 2010-2011 - Hans-Kristian Arntzen
+ * Copyright (C) 2011 - Daniel De Matteis
*
- * Copyright (C) 2010-2011
+ * Some code herein may be based on code found in BSNES.
+ *
+ * SSNES 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 Found-
+ * ation, either version 3 of the License, or (at your option) any later version.
*
- * 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.
+ * SSNES 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.
*
- * 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.
- ********************************************************************************/
-
-/*******************************************************************************
- * pad_input.c - Cellframework Mk. II
- *
- * Created on: Jan 30, 2011
- *
- * NOTES AS OF NOW:
- ********************************************************************************/
+ * You should have received a copy of the GNU General Public License along with SSNES.
+ * If not, see .
+ */
#include
#include
diff --git a/ps3/pad_input.h b/ps3/pad_input.h
index 25185b5f42..b9c232ea39 100644
--- a/ps3/pad_input.h
+++ b/ps3/pad_input.h
@@ -1,29 +1,20 @@
-/*************************************************************************************
- * -- Cellframework Mk.II - Open framework to abstract the common tasks related to
- * PS3 application development.
+/* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes.
+ * Copyright (C) 2010-2011 - Hans-Kristian Arntzen
+ * Copyright (C) 2011 - Daniel De Matteis
*
- * Copyright (C) 2010
+ * Some code herein may be based on code found in BSNES.
+ *
+ * SSNES 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 Found-
+ * ation, either version 3 of the License, or (at your option) any later version.
*
- * 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.
+ * SSNES 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.
*
- * 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.
- ********************************************************************************/
-
-/*******************************************************************************
- * pad_input.h - Cellframework Mk. II
- *
- * Created on: Jan 31, 2011
- ********************************************************************************/
+ * You should have received a copy of the GNU General Public License along with SSNES.
+ * If not, see .
+ */
#ifndef __CELL_PAD_INPUT_H
#define __CELL_PAD_INPUT_H
diff --git a/ps3/ps3_audio.c b/ps3/ps3_audio.c
index 604582ba9a..e010b04e6c 100644
--- a/ps3/ps3_audio.c
+++ b/ps3/ps3_audio.c
@@ -1,5 +1,6 @@
/* SSNES - A Super Ninteno Entertainment System (SNES) Emulator frontend for libsnes.
* Copyright (C) 2010 - Hans-Kristian Arntzen
+ * Copyright (C) 2011 - Daniel De Matteis
*
* Some code herein may be based on code found in BSNES.
*
diff --git a/ps3/ps3_input.c b/ps3/ps3_input.c
index af65ec6425..c417b9936f 100644
--- a/ps3/ps3_input.c
+++ b/ps3/ps3_input.c
@@ -1,5 +1,6 @@
/* SSNES - A Super Ninteno Entertainment System (SNES) Emulator frontend for libsnes.
* Copyright (C) 2010 - Hans-Kristian Arntzen
+ * Copyright (C) 2011 - Daniel De Matteis
*
* Some code herein may be based on code found in BSNES.
*
diff --git a/ps3/ps3_video_psgl.c b/ps3/ps3_video_psgl.c
index 13892b7139..0d4f40bd72 100644
--- a/ps3/ps3_video_psgl.c
+++ b/ps3/ps3_video_psgl.c
@@ -1,5 +1,6 @@
/* SSNES - A Super Nintendo Entertainment System (SNES) Emulator frontend for libsnes.
* Copyright (C) 2010-2011 - Hans-Kristian Arntzen
+ * Copyright (C) 2011 - Daniel De Matteis
*
* Some code herein may be based on code found in BSNES.
*
|