Commit fad6cb1a565bb73f83fc0e2654489457b489e436
1 parent
80e1b265
Update FSF address in GPL/LGPL boilerplate
The attached patch updates the FSF address in the GPL/LGPL boilerplate in most GPL/LGPLed files, and also in COPYING.LIB. Signed-off-by: Stuart Brady <stuart.brady@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6162 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
100 changed files
with
182 additions
and
238 deletions
Too many changes to show.
To preserve performance only 100 of 123 files are displayed.
COPYING.LIB
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | Version 2.1, February 1999 | 2 | Version 2.1, February 1999 |
| 3 | 3 | ||
| 4 | Copyright (C) 1991, 1999 Free Software Foundation, Inc. | 4 | Copyright (C) 1991, 1999 Free Software Foundation, Inc. |
| 5 | - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 5 | + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 6 | Everyone is permitted to copy and distribute verbatim copies | 6 | Everyone is permitted to copy and distribute verbatim copies |
| 7 | of this license document, but changing it is not allowed. | 7 | of this license document, but changing it is not allowed. |
| 8 | 8 | ||
| @@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the | @@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the | ||
| 485 | 485 | ||
| 486 | You should have received a copy of the GNU Lesser General Public | 486 | You should have received a copy of the GNU Lesser General Public |
| 487 | License along with this library; if not, write to the Free Software | 487 | License along with this library; if not, write to the Free Software |
| 488 | - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 488 | + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 489 | 489 | ||
| 490 | Also add information on how to contact you by electronic and paper mail. | 490 | Also add information on how to contact you by electronic and paper mail. |
| 491 | 491 |
alpha-dis.c
| @@ -17,8 +17,8 @@ the GNU General Public License for more details. | @@ -17,8 +17,8 @@ the GNU General Public License for more details. | ||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with this file; see the file COPYING. If not, write to the Free | 19 | along with this file; see the file COPYING. If not, write to the Free |
| 20 | -Software Foundation, 59 Temple Place - Suite 330, Boston, MA | ||
| 21 | -02111-1307, USA. */ | 20 | +Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA |
| 21 | +02110-1301, USA. */ | ||
| 22 | 22 | ||
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
| 24 | #include "dis-asm.h" | 24 | #include "dis-asm.h" |
bt-host.c
| @@ -13,10 +13,9 @@ | @@ -13,10 +13,9 @@ | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
| 15 | * | 15 | * |
| 16 | - * You should have received a copy of the GNU General Public License | ||
| 17 | - * along with this program; if not, write to the Free Software | ||
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 19 | - * MA 02111-1307 USA | 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 20 | */ | 19 | */ |
| 21 | 20 | ||
| 22 | #include "qemu-common.h" | 21 | #include "qemu-common.h" |
bt-vhci.c
| @@ -13,10 +13,9 @@ | @@ -13,10 +13,9 @@ | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
| 15 | * | 15 | * |
| 16 | - * You should have received a copy of the GNU General Public License | ||
| 17 | - * along with this program; if not, write to the Free Software | ||
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 19 | - * MA 02111-1307 USA | 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 20 | */ | 19 | */ |
| 21 | 20 | ||
| 22 | #include "qemu-common.h" | 21 | #include "qemu-common.h" |
cpu-all.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #ifndef CPU_ALL_H | 20 | #ifndef CPU_ALL_H |
| 21 | #define CPU_ALL_H | 21 | #define CPU_ALL_H |
cpu-defs.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #ifndef CPU_DEFS_H | 20 | #ifndef CPU_DEFS_H |
| 21 | #define CPU_DEFS_H | 21 | #define CPU_DEFS_H |
cpu-exec.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #include "config.h" | 20 | #include "config.h" |
| 21 | #define CPU_NO_GLOBAL_REGS | 21 | #define CPU_NO_GLOBAL_REGS |
darwin-user/machload.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #include <stdio.h> | 20 | #include <stdio.h> |
| 21 | #include <sys/types.h> | 21 | #include <sys/types.h> |
dyngen-exec.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #if !defined(__DYNGEN_EXEC_H__) | 20 | #if !defined(__DYNGEN_EXEC_H__) |
| 21 | #define __DYNGEN_EXEC_H__ | 21 | #define __DYNGEN_EXEC_H__ |
exec-all.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #ifndef _EXEC_ALL_H_ | 21 | #ifndef _EXEC_ALL_H_ |
exec.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #include "config.h" | 20 | #include "config.h" |
| 21 | #ifdef _WIN32 | 21 | #ifdef _WIN32 |
gdbstub.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #include "config.h" | 20 | #include "config.h" |
| 21 | #include "qemu-common.h" | 21 | #include "qemu-common.h" |
hostregs_helper.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | /* The GCC global register variable extension is used to reserve some | 21 | /* The GCC global register variable extension is used to reserve some |
hw/acpi.c
| @@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
| 14 | * | 14 | * |
| 15 | * You should have received a copy of the GNU Lesser General Public | 15 | * You should have received a copy of the GNU Lesser General Public |
| 16 | * License along with this library; if not, write to the Free Software | 16 | * License along with this library; if not, write to the Free Software |
| 17 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 17 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 18 | */ | 18 | */ |
| 19 | #include "hw.h" | 19 | #include "hw.h" |
| 20 | #include "pc.h" | 20 | #include "pc.h" |
hw/alpha_palcode.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #include <stdint.h> | 21 | #include <stdint.h> |
hw/apic.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #include "hw.h" | 20 | #include "hw.h" |
| 21 | #include "pc.h" | 21 | #include "pc.h" |
hw/blizzard.c
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | 21 | ||
| 23 | #include "qemu-common.h" | 22 | #include "qemu-common.h" |
hw/blizzard_template.h
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | 21 | ||
| 23 | #define SKIP_PIXEL(to) to += deststep | 22 | #define SKIP_PIXEL(to) to += deststep |
hw/bt-hci-csr.c
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | 21 | ||
| 23 | #include "qemu-common.h" | 22 | #include "qemu-common.h" |
hw/bt-hid.c
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | 21 | ||
| 23 | #include "qemu-common.h" | 22 | #include "qemu-common.h" |
hw/bt-sdp.c
| @@ -13,10 +13,9 @@ | @@ -13,10 +13,9 @@ | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
| 15 | * | 15 | * |
| 16 | - * You should have received a copy of the GNU General Public License | ||
| 17 | - * along with this program; if not, write to the Free Software | ||
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 19 | - * MA 02111-1307 USA | 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 20 | */ | 19 | */ |
| 21 | 20 | ||
| 22 | #include "qemu-common.h" | 21 | #include "qemu-common.h" |
hw/bt.c
| @@ -13,10 +13,9 @@ | @@ -13,10 +13,9 @@ | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
| 15 | * | 15 | * |
| 16 | - * You should have received a copy of the GNU General Public License | ||
| 17 | - * along with this program; if not, write to the Free Software | ||
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 19 | - * MA 02111-1307 USA | 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 20 | */ | 19 | */ |
| 21 | 20 | ||
| 22 | #include "qemu-common.h" | 21 | #include "qemu-common.h" |
hw/cbus.c
| @@ -16,10 +16,9 @@ | @@ -16,10 +16,9 @@ | ||
| 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | * GNU General Public License for more details. | 17 | * GNU General Public License for more details. |
| 18 | * | 18 | * |
| 19 | - * You should have received a copy of the GNU General Public License | ||
| 20 | - * along with this program; if not, write to the Free Software | ||
| 21 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 22 | - * MA 02111-1307 USA | 19 | + * You should have received a copy of the GNU General Public License along |
| 20 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 21 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 23 | */ | 22 | */ |
| 24 | 23 | ||
| 25 | #include "qemu-common.h" | 24 | #include "qemu-common.h" |
hw/e1000.c
| @@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
| 19 | * | 19 | * |
| 20 | * You should have received a copy of the GNU Lesser General Public | 20 | * You should have received a copy of the GNU Lesser General Public |
| 21 | * License along with this library; if not, write to the Free Software | 21 | * License along with this library; if not, write to the Free Software |
| 22 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 22 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 23 | */ | 23 | */ |
| 24 | 24 | ||
| 25 | 25 |
hw/fmopl.c
| @@ -28,7 +28,7 @@ | @@ -28,7 +28,7 @@ | ||
| 28 | * | 28 | * |
| 29 | * You should have received a copy of the GNU Lesser General Public | 29 | * You should have received a copy of the GNU Lesser General Public |
| 30 | * License along with this library; if not, write to the Free Software | 30 | * License along with this library; if not, write to the Free Software |
| 31 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 31 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 32 | */ | 32 | */ |
| 33 | 33 | ||
| 34 | #define INLINE __inline | 34 | #define INLINE __inline |
hw/g364fb.c
| @@ -13,10 +13,9 @@ | @@ -13,10 +13,9 @@ | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
| 15 | * | 15 | * |
| 16 | - * You should have received a copy of the GNU General Public License | ||
| 17 | - * along with this program; if not, write to the Free Software | ||
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 19 | - * MA 02111-1307 USA | 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 20 | */ | 19 | */ |
| 21 | 20 | ||
| 22 | #include "hw.h" | 21 | #include "hw.h" |
hw/g364fb_template.h
| @@ -13,10 +13,9 @@ | @@ -13,10 +13,9 @@ | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
| 15 | * | 15 | * |
| 16 | - * You should have received a copy of the GNU General Public License | ||
| 17 | - * along with this program; if not, write to the Free Software | ||
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 19 | - * MA 02111-1307 USA | 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 20 | */ | 19 | */ |
| 21 | 20 | ||
| 22 | static void glue(g364fb_draw_graphic, BPP)(G364State *s, int full_update) | 21 | static void glue(g364fb_draw_graphic, BPP)(G364State *s, int full_update) |
hw/hpet.c
| @@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
| 18 | * | 18 | * |
| 19 | * You should have received a copy of the GNU Lesser General Public | 19 | * You should have received a copy of the GNU Lesser General Public |
| 20 | * License along with this library; if not, write to the Free Software | 20 | * License along with this library; if not, write to the Free Software |
| 21 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 21 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 22 | * | 22 | * |
| 23 | * ***************************************************************** | 23 | * ***************************************************************** |
| 24 | * | 24 | * |
hw/lm832x.c
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | 21 | ||
| 23 | #include "hw.h" | 22 | #include "hw.h" |
hw/nseries.c
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | 21 | ||
| 23 | #include "qemu-common.h" | 22 | #include "qemu-common.h" |
hw/omap.h
| @@ -13,10 +13,9 @@ | @@ -13,10 +13,9 @@ | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
| 15 | * | 15 | * |
| 16 | - * You should have received a copy of the GNU General Public License | ||
| 17 | - * along with this program; if not, write to the Free Software | ||
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 19 | - * MA 02111-1307 USA | 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 20 | */ | 19 | */ |
| 21 | #ifndef hw_omap_h | 20 | #ifndef hw_omap_h |
| 22 | # define hw_omap_h "omap.h" | 21 | # define hw_omap_h "omap.h" |
hw/omap1.c
| @@ -13,10 +13,9 @@ | @@ -13,10 +13,9 @@ | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
| 15 | * | 15 | * |
| 16 | - * You should have received a copy of the GNU General Public License | ||
| 17 | - * along with this program; if not, write to the Free Software | ||
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 19 | - * MA 02111-1307 USA | 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 20 | */ | 19 | */ |
| 21 | #include "hw.h" | 20 | #include "hw.h" |
| 22 | #include "arm-misc.h" | 21 | #include "arm-misc.h" |
hw/omap2.c
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | #include "hw.h" | 21 | #include "hw.h" |
| 23 | #include "arm-misc.h" | 22 | #include "arm-misc.h" |
hw/omap_clk.c
| @@ -15,10 +15,9 @@ | @@ -15,10 +15,9 @@ | ||
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | * GNU General Public License for more details. | 16 | * GNU General Public License for more details. |
| 17 | * | 17 | * |
| 18 | - * You should have received a copy of the GNU General Public License | ||
| 19 | - * along with this program; if not, write to the Free Software | ||
| 20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 21 | - * MA 02111-1307 USA | 18 | + * You should have received a copy of the GNU General Public License along |
| 19 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 22 | */ | 21 | */ |
| 23 | #include "hw.h" | 22 | #include "hw.h" |
| 24 | #include "omap.h" | 23 | #include "omap.h" |
hw/omap_dma.c
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | #include "qemu-common.h" | 21 | #include "qemu-common.h" |
| 23 | #include "qemu-timer.h" | 22 | #include "qemu-timer.h" |
hw/omap_dss.c
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | #include "hw.h" | 21 | #include "hw.h" |
| 23 | #include "console.h" | 22 | #include "console.h" |
hw/omap_i2c.c
| @@ -13,10 +13,9 @@ | @@ -13,10 +13,9 @@ | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
| 15 | * | 15 | * |
| 16 | - * You should have received a copy of the GNU General Public License | ||
| 17 | - * along with this program; if not, write to the Free Software | ||
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 19 | - * MA 02111-1307 USA | 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 20 | */ | 19 | */ |
| 21 | #include "hw.h" | 20 | #include "hw.h" |
| 22 | #include "i2c.h" | 21 | #include "i2c.h" |
hw/omap_lcdc.c
| @@ -13,10 +13,9 @@ | @@ -13,10 +13,9 @@ | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
| 15 | * | 15 | * |
| 16 | - * You should have received a copy of the GNU General Public License | ||
| 17 | - * along with this program; if not, write to the Free Software | ||
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 19 | - * MA 02111-1307 USA | 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 20 | */ | 19 | */ |
| 21 | #include "hw.h" | 20 | #include "hw.h" |
| 22 | #include "console.h" | 21 | #include "console.h" |
hw/omap_mmc.c
| @@ -13,10 +13,9 @@ | @@ -13,10 +13,9 @@ | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
| 15 | * | 15 | * |
| 16 | - * You should have received a copy of the GNU General Public License | ||
| 17 | - * along with this program; if not, write to the Free Software | ||
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 19 | - * MA 02111-1307 USA | 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 20 | */ | 19 | */ |
| 21 | #include "hw.h" | 20 | #include "hw.h" |
| 22 | #include "omap.h" | 21 | #include "omap.h" |
hw/omap_sx1.c
| @@ -22,10 +22,9 @@ | @@ -22,10 +22,9 @@ | ||
| 22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 23 | * GNU General Public License for more details. | 23 | * GNU General Public License for more details. |
| 24 | * | 24 | * |
| 25 | - * You should have received a copy of the GNU General Public License | ||
| 26 | - * along with this program; if not, write to the Free Software | ||
| 27 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 28 | - * MA 02111-1307 USA | 25 | + * You should have received a copy of the GNU General Public License along |
| 26 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 27 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 29 | */ | 28 | */ |
| 30 | #include "hw.h" | 29 | #include "hw.h" |
| 31 | #include "sysemu.h" | 30 | #include "sysemu.h" |
hw/onenand.c
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | 21 | ||
| 23 | #include "qemu-common.h" | 22 | #include "qemu-common.h" |
hw/palm.c
| @@ -13,10 +13,9 @@ | @@ -13,10 +13,9 @@ | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
| 15 | * | 15 | * |
| 16 | - * You should have received a copy of the GNU General Public License | ||
| 17 | - * along with this program; if not, write to the Free Software | ||
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 19 | - * MA 02111-1307 USA | 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 20 | */ | 19 | */ |
| 21 | #include "hw.h" | 20 | #include "hw.h" |
| 22 | #include "audio/audio.h" | 21 | #include "audio/audio.h" |
hw/pflash_cfi01.c
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | * | 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | /* | 22 | /* |
hw/pflash_cfi02.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | /* | 21 | /* |
hw/soc_dma.c
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | #include "qemu-common.h" | 21 | #include "qemu-common.h" |
| 23 | #include "qemu-timer.h" | 22 | #include "qemu-timer.h" |
hw/soc_dma.h
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | 21 | ||
| 23 | struct soc_dma_s; | 22 | struct soc_dma_s; |
hw/tc6393xb_template.h
| @@ -17,10 +17,9 @@ | @@ -17,10 +17,9 @@ | ||
| 17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 18 | * GNU General Public License for more details. | 18 | * GNU General Public License for more details. |
| 19 | * | 19 | * |
| 20 | - * You should have received a copy of the GNU General Public License | ||
| 21 | - * along with this program; if not, write to the Free Software | ||
| 22 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 23 | - * MA 02111-1307 USA | 20 | + * You should have received a copy of the GNU General Public License along |
| 21 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 22 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 24 | */ | 23 | */ |
| 25 | 24 | ||
| 26 | #if BITS == 8 | 25 | #if BITS == 8 |
hw/tmp105.c
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | 21 | ||
| 23 | #include "hw.h" | 22 | #include "hw.h" |
hw/tsc2005.c
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | 21 | ||
| 23 | #include "hw.h" | 22 | #include "hw.h" |
hw/tsc210x.c
| @@ -15,10 +15,9 @@ | @@ -15,10 +15,9 @@ | ||
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | * GNU General Public License for more details. | 16 | * GNU General Public License for more details. |
| 17 | * | 17 | * |
| 18 | - * You should have received a copy of the GNU General Public License | ||
| 19 | - * along with this program; if not, write to the Free Software | ||
| 20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 21 | - * MA 02111-1307 USA | 18 | + * You should have received a copy of the GNU General Public License along |
| 19 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 22 | */ | 21 | */ |
| 23 | 22 | ||
| 24 | #include "hw.h" | 23 | #include "hw.h" |
hw/tusb6010.c
| @@ -15,10 +15,9 @@ | @@ -15,10 +15,9 @@ | ||
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | * GNU General Public License for more details. | 16 | * GNU General Public License for more details. |
| 17 | * | 17 | * |
| 18 | - * You should have received a copy of the GNU General Public License | ||
| 19 | - * along with this program; if not, write to the Free Software | ||
| 20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 21 | - * MA 02111-1307 USA | 18 | + * You should have received a copy of the GNU General Public License along |
| 19 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 22 | */ | 21 | */ |
| 23 | #include "qemu-common.h" | 22 | #include "qemu-common.h" |
| 24 | #include "qemu-timer.h" | 23 | #include "qemu-timer.h" |
hw/twl92230.c
| @@ -15,10 +15,9 @@ | @@ -15,10 +15,9 @@ | ||
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | * GNU General Public License for more details. | 16 | * GNU General Public License for more details. |
| 17 | * | 17 | * |
| 18 | - * You should have received a copy of the GNU General Public License | ||
| 19 | - * along with this program; if not, write to the Free Software | ||
| 20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 21 | - * MA 02111-1307 USA | 18 | + * You should have received a copy of the GNU General Public License along |
| 19 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 22 | */ | 21 | */ |
| 23 | 22 | ||
| 24 | #include "hw.h" | 23 | #include "hw.h" |
hw/usb-bt.c
| @@ -14,10 +14,9 @@ | @@ -14,10 +14,9 @@ | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. | 15 | * GNU General Public License for more details. |
| 16 | * | 16 | * |
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 20 | - * MA 02111-1307 USA | 17 | + * You should have received a copy of the GNU General Public License along |
| 18 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 19 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 21 | */ | 20 | */ |
| 22 | 21 | ||
| 23 | #include "qemu-common.h" | 22 | #include "qemu-common.h" |
hw/usb-musb.c
| @@ -15,10 +15,9 @@ | @@ -15,10 +15,9 @@ | ||
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | * GNU General Public License for more details. | 16 | * GNU General Public License for more details. |
| 17 | * | 17 | * |
| 18 | - * You should have received a copy of the GNU General Public License | ||
| 19 | - * along with this program; if not, write to the Free Software | ||
| 20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 21 | - * MA 02111-1307 USA | 18 | + * You should have received a copy of the GNU General Public License along |
| 19 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 22 | * | 21 | * |
| 23 | * Only host-mode and non-DMA accesses are currently supported. | 22 | * Only host-mode and non-DMA accesses are currently supported. |
| 24 | */ | 23 | */ |
hw/usb-ohci.c
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | * | 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 20 | * | 20 | * |
| 21 | * TODO: | 21 | * TODO: |
| 22 | * o Isochronous transfers | 22 | * o Isochronous transfers |
hw/zaurus.c
| @@ -12,10 +12,9 @@ | @@ -12,10 +12,9 @@ | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | * GNU General Public License for more details. | 13 | * GNU General Public License for more details. |
| 14 | * | 14 | * |
| 15 | - * You should have received a copy of the GNU General Public License | ||
| 16 | - * along with this program; if not, write to the Free Software | ||
| 17 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 18 | - * MA 02111-1307 USA | 15 | + * You should have received a copy of the GNU General Public License along |
| 16 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 17 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 19 | */ | 18 | */ |
| 20 | #include "hw.h" | 19 | #include "hw.h" |
| 21 | #include "pxa.h" | 20 | #include "pxa.h" |
i386-dis.c
| @@ -17,7 +17,7 @@ GNU General Public License for more details. | @@ -17,7 +17,7 @@ GNU General Public License for more details. | ||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with this program; if not, write to the Free Software | 19 | along with this program; if not, write to the Free Software |
| 20 | -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 20 | +Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | /* | 22 | /* |
| 23 | * 80386 instruction printer by Pace Willisson (pace@prep.ai.mit.edu) | 23 | * 80386 instruction printer by Pace Willisson (pace@prep.ai.mit.edu) |
kqemu.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #include "config.h" | 20 | #include "config.h" |
| 21 | #ifdef _WIN32 | 21 | #ifdef _WIN32 |
linux-user/ppc/syscall.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | /* XXX: ABSOLUTELY BUGGY: | 21 | /* XXX: ABSOLUTELY BUGGY: |
loader.c
| @@ -38,10 +38,9 @@ | @@ -38,10 +38,9 @@ | ||
| 38 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 38 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 39 | * GNU General Public License for more details. | 39 | * GNU General Public License for more details. |
| 40 | * | 40 | * |
| 41 | - * You should have received a copy of the GNU General Public License | ||
| 42 | - * along with this program; if not, write to the Free Software | ||
| 43 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
| 44 | - * MA 02111-1307 USA | 41 | + * You should have received a copy of the GNU General Public License along |
| 42 | + * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 43 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 45 | */ | 44 | */ |
| 46 | 45 | ||
| 47 | #include "qemu-common.h" | 46 | #include "qemu-common.h" |
mips-dis.c
| @@ -18,7 +18,8 @@ GNU General Public License for more details. | @@ -18,7 +18,8 @@ GNU General Public License for more details. | ||
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 20 | along with this program; if not, write to the Free Software | 20 | along with this program; if not, write to the Free Software |
| 21 | -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 21 | +Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, |
| 22 | +MA 02110-1301, USA. */ | ||
| 22 | 23 | ||
| 23 | #include "dis-asm.h" | 24 | #include "dis-asm.h" |
| 24 | 25 | ||
| @@ -42,29 +43,7 @@ the GNU General Public License for more details. | @@ -42,29 +43,7 @@ the GNU General Public License for more details. | ||
| 42 | 43 | ||
| 43 | You should have received a copy of the GNU General Public License | 44 | You should have received a copy of the GNU General Public License |
| 44 | along with this file; see the file COPYING. If not, write to the Free | 45 | along with this file; see the file COPYING. If not, write to the Free |
| 45 | -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | ||
| 46 | - | ||
| 47 | -/* mips.h. Mips opcode list for GDB, the GNU debugger. | ||
| 48 | - Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | ||
| 49 | - Free Software Foundation, Inc. | ||
| 50 | - Contributed by Ralph Campbell and OSF | ||
| 51 | - Commented and modified by Ian Lance Taylor, Cygnus Support | ||
| 52 | - | ||
| 53 | -This file is part of GDB, GAS, and the GNU binutils. | ||
| 54 | - | ||
| 55 | -GDB, GAS, and the GNU binutils are free software; you can redistribute | ||
| 56 | -them and/or modify them under the terms of the GNU General Public | ||
| 57 | -License as published by the Free Software Foundation; either version | ||
| 58 | -1, or (at your option) any later version. | ||
| 59 | - | ||
| 60 | -GDB, GAS, and the GNU binutils are distributed in the hope that they | ||
| 61 | -will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
| 62 | -warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See | ||
| 63 | -the GNU General Public License for more details. | ||
| 64 | - | ||
| 65 | -You should have received a copy of the GNU General Public License | ||
| 66 | -along with this file; see the file COPYING. If not, write to the Free | ||
| 67 | -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 46 | +Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ |
| 68 | 47 | ||
| 69 | /* These are bit masks and shift counts to use to access the various | 48 | /* These are bit masks and shift counts to use to access the various |
| 70 | fields of an instruction. To retrieve the X field of an | 49 | fields of an instruction. To retrieve the X field of an |
nbd.c
| @@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
| 14 | * | 14 | * |
| 15 | * You should have received a copy of the GNU General Public License | 15 | * You should have received a copy of the GNU General Public License |
| 16 | * along with this program; if not, write to the Free Software | 16 | * along with this program; if not, write to the Free Software |
| 17 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 17 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 18 | */ | 18 | */ |
| 19 | 19 | ||
| 20 | #include "nbd.h" | 20 | #include "nbd.h" |
nbd.h
| @@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
| 14 | * | 14 | * |
| 15 | * You should have received a copy of the GNU General Public License | 15 | * You should have received a copy of the GNU General Public License |
| 16 | * along with this program; if not, write to the Free Software | 16 | * along with this program; if not, write to the Free Software |
| 17 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 17 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 18 | */ | 18 | */ |
| 19 | 19 | ||
| 20 | #ifndef NBD_H | 20 | #ifndef NBD_H |
net-checksum.c
| @@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
| 13 | * | 13 | * |
| 14 | * You should have received a copy of the GNU General Public License | 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 | 15 | * along with this program; if not, write to the Free Software |
| 16 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 16 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 17 | */ | 17 | */ |
| 18 | 18 | ||
| 19 | #include "hw/hw.h" | 19 | #include "hw/hw.h" |
ppc-dis.c
| @@ -16,7 +16,7 @@ the GNU General Public License for more details. | @@ -16,7 +16,7 @@ the GNU General Public License for more details. | ||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with this file; see the file COPYING. If not, write to the Free | 18 | along with this file; see the file COPYING. If not, write to the Free |
| 19 | -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 19 | +Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ |
| 20 | #include "dis-asm.h" | 20 | #include "dis-asm.h" |
| 21 | 21 | ||
| 22 | /* ppc.h -- Header file for PowerPC opcode table | 22 | /* ppc.h -- Header file for PowerPC opcode table |
| @@ -37,7 +37,7 @@ the GNU General Public License for more details. | @@ -37,7 +37,7 @@ the GNU General Public License for more details. | ||
| 37 | 37 | ||
| 38 | You should have received a copy of the GNU General Public License | 38 | You should have received a copy of the GNU General Public License |
| 39 | along with this file; see the file COPYING. If not, write to the Free | 39 | along with this file; see the file COPYING. If not, write to the Free |
| 40 | -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 40 | +Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ |
| 41 | 41 | ||
| 42 | /* The opcode table is an array of struct powerpc_opcode. */ | 42 | /* The opcode table is an array of struct powerpc_opcode. */ |
| 43 | 43 | ||
| @@ -273,7 +273,8 @@ the GNU General Public License for more details. | @@ -273,7 +273,8 @@ the GNU General Public License for more details. | ||
| 273 | 273 | ||
| 274 | You should have received a copy of the GNU General Public License | 274 | You should have received a copy of the GNU General Public License |
| 275 | along with this file; see the file COPYING. If not, write to the Free | 275 | along with this file; see the file COPYING. If not, write to the Free |
| 276 | -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 276 | +Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA |
| 277 | +02110-1301, USA. */ | ||
| 277 | 278 | ||
| 278 | /* This file holds the PowerPC opcode table. The opcode table | 279 | /* This file holds the PowerPC opcode table. The opcode table |
| 279 | includes almost all of the extended instruction mnemonics. This | 280 | includes almost all of the extended instruction mnemonics. This |
qemu-lock.h
| @@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
| 13 | * | 13 | * |
| 14 | * You should have received a copy of the GNU Lesser General Public | 14 | * You should have received a copy of the GNU Lesser General Public |
| 15 | * License along with this library; if not, write to the Free Software | 15 | * License along with this library; if not, write to the Free Software |
| 16 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 16 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 17 | */ | 17 | */ |
| 18 | 18 | ||
| 19 | /* Locking primitives. Most of this code should be redundant - | 19 | /* Locking primitives. Most of this code should be redundant - |
qemu-nbd.c
| @@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
| 14 | * | 14 | * |
| 15 | * You should have received a copy of the GNU General Public License | 15 | * You should have received a copy of the GNU General Public License |
| 16 | * along with this program; if not, write to the Free Software | 16 | * along with this program; if not, write to the Free Software |
| 17 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 17 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 18 | */ | 18 | */ |
| 19 | 19 | ||
| 20 | #include <qemu-common.h> | 20 | #include <qemu-common.h> |
sh4-dis.c
| @@ -14,7 +14,8 @@ | @@ -14,7 +14,8 @@ | ||
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, write to the Free Software | 16 | along with this program; if not, write to the Free Software |
| 17 | - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 17 | + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, |
| 18 | + MA 02110-1301, USA. */ | ||
| 18 | 19 | ||
| 19 | #include <stdio.h> | 20 | #include <stdio.h> |
| 20 | #include "dis-asm.h" | 21 | #include "dis-asm.h" |
softmmu_header.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #if DATA_SIZE == 8 | 20 | #if DATA_SIZE == 8 |
| 21 | #define SUFFIX q | 21 | #define SUFFIX q |
softmmu_template.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #define DATA_SIZE (1 << SHIFT) | 20 | #define DATA_SIZE (1 << SHIFT) |
| 21 | 21 |
tap-win32.c
| @@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
| 24 | * You should have received a copy of the GNU General Public License | 24 | * You should have received a copy of the GNU General Public License |
| 25 | * along with this program (see the file COPYING included with this | 25 | * along with this program (see the file COPYING included with this |
| 26 | * distribution); if not, write to the Free Software Foundation, Inc., | 26 | * distribution); if not, write to the Free Software Foundation, Inc., |
| 27 | - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 27 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 28 | */ | 28 | */ |
| 29 | #include "qemu-common.h" | 29 | #include "qemu-common.h" |
| 30 | #include "net.h" | 30 | #include "net.h" |
target-alpha/cpu.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #if !defined (__CPU_ALPHA_H__) | 21 | #if !defined (__CPU_ALPHA_H__) |
target-alpha/exec.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #if !defined (__ALPHA_EXEC_H__) | 21 | #if !defined (__ALPHA_EXEC_H__) |
target-alpha/helper.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #include <stdint.h> | 21 | #include <stdint.h> |
target-alpha/op_helper.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #include "exec.h" | 21 | #include "exec.h" |
target-alpha/translate.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #include <stdint.h> | 21 | #include <stdint.h> |
target-arm/cpu.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #ifndef CPU_ARM_H | 20 | #ifndef CPU_ARM_H |
| 21 | #define CPU_ARM_H | 21 | #define CPU_ARM_H |
target-arm/exec.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #include "config.h" | 20 | #include "config.h" |
| 21 | #include "dyngen-exec.h" | 21 | #include "dyngen-exec.h" |
target-arm/iwmmxt_helper.c
| @@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
| 17 | * | 17 | * |
| 18 | * You should have received a copy of the GNU Lesser General Public | 18 | * You should have received a copy of the GNU Lesser General Public |
| 19 | * License along with this library; if not, write to the Free Software | 19 | * License along with this library; if not, write to the Free Software |
| 20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 20 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #include <stdlib.h> | 23 | #include <stdlib.h> |
target-arm/op_helper.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #include "exec.h" | 20 | #include "exec.h" |
| 21 | #include "helpers.h" | 21 | #include "helpers.h" |
target-arm/translate.c
| @@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
| 17 | * | 17 | * |
| 18 | * You should have received a copy of the GNU Lesser General Public | 18 | * You should have received a copy of the GNU Lesser General Public |
| 19 | * License along with this library; if not, write to the Free Software | 19 | * License along with this library; if not, write to the Free Software |
| 20 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 20 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | #include <stdarg.h> | 22 | #include <stdarg.h> |
| 23 | #include <stdlib.h> | 23 | #include <stdlib.h> |
target-cris/cpu.h
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | * | 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | #ifndef CPU_CRIS_H | 21 | #ifndef CPU_CRIS_H |
| 22 | #define CPU_CRIS_H | 22 | #define CPU_CRIS_H |
target-cris/crisv32-decode.h
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | * | 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | /* Convenient binary macros. */ | 22 | /* Convenient binary macros. */ |
target-cris/exec.h
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | * | 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | #include "dyngen-exec.h" | 21 | #include "dyngen-exec.h" |
| 22 | 22 |
target-cris/helper.c
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | * | 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
target-cris/mmu.c
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | * | 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifndef CONFIG_USER_ONLY | 22 | #ifndef CONFIG_USER_ONLY |
target-cris/op_helper.c
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | * | 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #include <assert.h> | 22 | #include <assert.h> |
target-cris/translate.c
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | * | 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | /* | 22 | /* |
target-i386/cpu.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #ifndef CPU_I386_H | 20 | #ifndef CPU_I386_H |
| 21 | #define CPU_I386_H | 21 | #define CPU_I386_H |
target-i386/exec.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #include "config.h" | 20 | #include "config.h" |
| 21 | #include "dyngen-exec.h" | 21 | #include "dyngen-exec.h" |
target-i386/helper.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #include <stdarg.h> | 20 | #include <stdarg.h> |
| 21 | #include <stdlib.h> | 21 | #include <stdlib.h> |
target-i386/helper_template.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #define DATA_BITS (1 << (3 + SHIFT)) | 20 | #define DATA_BITS (1 << (3 + SHIFT)) |
| 21 | #define SHIFT_MASK (DATA_BITS - 1) | 21 | #define SHIFT_MASK (DATA_BITS - 1) |
target-i386/op_helper.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #define CPU_NO_GLOBAL_REGS | 20 | #define CPU_NO_GLOBAL_REGS |
| 21 | #include "exec.h" | 21 | #include "exec.h" |
target-i386/ops_sse.h
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | * | 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | #if SHIFT == 0 | 21 | #if SHIFT == 0 |
| 22 | #define Reg MMXReg | 22 | #define Reg MMXReg |
target-i386/ops_sse_header.h
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #if SHIFT == 0 | 20 | #if SHIFT == 0 |
| 21 | #define Reg MMXReg | 21 | #define Reg MMXReg |
target-i386/translate.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #include <stdarg.h> | 20 | #include <stdarg.h> |
| 21 | #include <stdlib.h> | 21 | #include <stdlib.h> |
target-m68k/cpu.h
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | * | 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | #ifndef CPU_M68K_H | 21 | #ifndef CPU_M68K_H |
| 22 | #define CPU_M68K_H | 22 | #define CPU_M68K_H |
target-m68k/exec.h
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | * | 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | #include "dyngen-exec.h" | 21 | #include "dyngen-exec.h" |
| 22 | 22 |
target-m68k/helper.c
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | * | 16 | * |
| 17 | * You should have received a copy of the GNU Lesser General Public | 17 | * You should have received a copy of the GNU Lesser General Public |
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
target-m68k/op_helper.c
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | * | 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public | 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
| 18 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | #include "exec.h" | 20 | #include "exec.h" |
| 21 | #include "helpers.h" | 21 | #include "helpers.h" |