From 6cf39c1fc614e0232fc1629179cfa4603098ed38 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Tue, 30 May 2017 11:35:08 +0000 Subject: [PATCH] Years update Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4021 --- acinclude.m4 | 2 +- include/bios.h | 2 +- include/bios_disk.h | 2 +- include/callback.h | 2 +- include/control.h | 2 +- include/cpu.h | 2 +- include/cross.h | 2 +- include/debug.h | 2 +- include/dma.h | 2 +- include/dos_inc.h | 2 +- include/dos_system.h | 2 +- include/dosbox.h | 2 +- include/fpu.h | 2 +- include/hardware.h | 2 +- include/inout.h | 2 +- include/ipx.h | 2 +- include/ipxserver.h | 2 +- include/joystick.h | 2 +- include/keyboard.h | 2 +- include/logging.h | 2 +- include/mapper.h | 2 +- include/mem.h | 2 +- include/midi.h | 2 +- include/mixer.h | 2 +- include/mouse.h | 2 +- include/paging.h | 2 +- include/pci_bus.h | 2 +- include/pic.h | 2 +- include/programs.h | 2 +- include/regs.h | 2 +- include/render.h | 2 +- include/serialport.h | 2 +- include/setup.h | 2 +- include/shell.h | 2 +- include/support.h | 2 +- include/timer.h | 2 +- include/vga.h | 2 +- include/video.h | 2 +- scripts/dosbox-installer.nsi | 2 +- src/cpu/callback.cpp | 2 +- src/cpu/core_dyn_x86.cpp | 2 +- src/cpu/core_dyn_x86/cache.h | 2 +- src/cpu/core_dyn_x86/decoder.h | 2 +- src/cpu/core_dyn_x86/dyn_fpu.h | 2 +- src/cpu/core_dyn_x86/dyn_fpu_dh.h | 2 +- src/cpu/core_dyn_x86/helpers.h | 2 +- src/cpu/core_dyn_x86/risc_x86.h | 2 +- src/cpu/core_dyn_x86/string.h | 2 +- src/cpu/core_dynrec.cpp | 2 +- src/cpu/core_dynrec/cache.h | 2 +- src/cpu/core_dynrec/decoder.h | 2 +- src/cpu/core_dynrec/decoder_basic.h | 2 +- src/cpu/core_dynrec/decoder_opcodes.h | 2 +- src/cpu/core_dynrec/dyn_fpu.h | 2 +- src/cpu/core_dynrec/operators.h | 2 +- src/cpu/core_dynrec/risc_armv4le-common.h | 2 +- src/cpu/core_dynrec/risc_armv4le-o3.h | 2 +- src/cpu/core_dynrec/risc_armv4le-thumb-iw.h | 2 +- src/cpu/core_dynrec/risc_armv4le-thumb-niw.h | 2 +- src/cpu/core_dynrec/risc_armv4le-thumb.h | 2 +- src/cpu/core_dynrec/risc_armv4le.h | 2 +- src/cpu/core_dynrec/risc_mipsel32.h | 2 +- src/cpu/core_dynrec/risc_x64.h | 2 +- src/cpu/core_dynrec/risc_x86.h | 2 +- src/cpu/core_full.cpp | 2 +- src/cpu/core_full/ea_lookup.h | 2 +- src/cpu/core_full/load.h | 2 +- src/cpu/core_full/loadwrite.h | 2 +- src/cpu/core_full/op.h | 2 +- src/cpu/core_full/optable.h | 2 +- src/cpu/core_full/save.h | 2 +- src/cpu/core_full/string.h | 2 +- src/cpu/core_full/support.h | 2 +- src/cpu/core_normal.cpp | 2 +- src/cpu/core_normal/helpers.h | 2 +- src/cpu/core_normal/prefix_0f.h | 2 +- src/cpu/core_normal/prefix_66.h | 2 +- src/cpu/core_normal/prefix_66_0f.h | 2 +- src/cpu/core_normal/prefix_none.h | 2 +- src/cpu/core_normal/string.h | 2 +- src/cpu/core_normal/support.h | 2 +- src/cpu/core_normal/table_ea.h | 2 +- src/cpu/core_prefetch.cpp | 2 +- src/cpu/core_simple.cpp | 2 +- src/cpu/cpu.cpp | 2 +- src/cpu/flags.cpp | 2 +- src/cpu/instructions.h | 2 +- src/cpu/lazyflags.h | 2 +- src/cpu/modrm.cpp | 2 +- src/cpu/modrm.h | 2 +- src/cpu/paging.cpp | 2 +- src/debug/debug.cpp | 2 +- src/debug/debug_gui.cpp | 2 +- src/debug/debug_inc.h | 2 +- src/debug/debug_win32.cpp | 2 +- src/debug/disasm_tables.h | 2 +- src/dos/cdrom.cpp | 2 +- src/dos/cdrom.h | 2 +- src/dos/cdrom_aspi_win32.cpp | 2 +- src/dos/cdrom_image.cpp | 2 +- src/dos/cdrom_ioctl_linux.cpp | 2 +- src/dos/cdrom_ioctl_os2.cpp | 2 +- src/dos/cdrom_ioctl_win32.cpp | 2 +- src/dos/dev_con.h | 2 +- src/dos/dos.cpp | 2 +- src/dos/dos_classes.cpp | 2 +- src/dos/dos_devices.cpp | 2 +- src/dos/dos_execute.cpp | 2 +- src/dos/dos_files.cpp | 2 +- src/dos/dos_ioctl.cpp | 2 +- src/dos/dos_keyboard_layout.cpp | 2 +- src/dos/dos_memory.cpp | 2 +- src/dos/dos_misc.cpp | 2 +- src/dos/dos_mscdex.cpp | 2 +- src/dos/dos_programs.cpp | 2 +- src/dos/dos_tables.cpp | 2 +- src/dos/drive_cache.cpp | 2 +- src/dos/drive_fat.cpp | 2 +- src/dos/drive_iso.cpp | 2 +- src/dos/drive_local.cpp | 2 +- src/dos/drive_virtual.cpp | 2 +- src/dos/drives.cpp | 2 +- src/dos/drives.h | 2 +- src/dosbox.cpp | 2 +- src/fpu/fpu.cpp | 2 +- src/fpu/fpu_instructions.h | 2 +- src/fpu/fpu_instructions_x86.h | 2 +- src/gui/dosbox_logo.h | 2 +- src/gui/midi.cpp | 2 +- src/gui/midi_alsa.h | 2 +- src/gui/midi_coreaudio.h | 2 +- src/gui/midi_oss.h | 2 +- src/gui/midi_win32.h | 2 +- src/gui/render.cpp | 2 +- src/gui/render_loops.h | 2 +- src/gui/render_scalers.cpp | 2 +- src/gui/render_scalers.h | 2 +- src/gui/render_simple.h | 2 +- src/gui/render_templates.h | 2 +- src/gui/render_templates_hq.h | 2 +- src/gui/render_templates_hq2x.h | 2 +- src/gui/render_templates_hq3x.h | 2 +- src/gui/render_templates_sai.h | 2 +- src/gui/sdl_gui.cpp | 4 ++-- src/gui/sdl_mapper.cpp | 2 +- src/gui/sdlmain.cpp | 6 +++--- src/hardware/adlib.cpp | 2 +- src/hardware/adlib.h | 2 +- src/hardware/cmos.cpp | 2 +- src/hardware/dbopl.cpp | 2 +- src/hardware/dbopl.h | 2 +- src/hardware/disney.cpp | 2 +- src/hardware/dma.cpp | 2 +- src/hardware/gameblaster.cpp | 2 +- src/hardware/gus.cpp | 2 +- src/hardware/hardware.cpp | 2 +- src/hardware/iohandler.cpp | 2 +- src/hardware/ipx.cpp | 2 +- src/hardware/ipxserver.cpp | 2 +- src/hardware/joystick.cpp | 2 +- src/hardware/keyboard.cpp | 2 +- src/hardware/memory.cpp | 2 +- src/hardware/mixer.cpp | 2 +- src/hardware/mpu401.cpp | 12 ++++++------ src/hardware/opl.cpp | 2 +- src/hardware/opl.h | 2 +- src/hardware/pci_bus.cpp | 2 +- src/hardware/pci_devices.h | 2 +- src/hardware/pcspeaker.cpp | 2 +- src/hardware/pic.cpp | 2 +- src/hardware/sblaster.cpp | 2 +- src/hardware/serialport/directserial.cpp | 2 +- src/hardware/serialport/directserial.h | 2 +- src/hardware/serialport/libserial.cpp | 2 +- src/hardware/serialport/libserial.h | 2 +- src/hardware/serialport/misc_util.cpp | 2 +- src/hardware/serialport/misc_util.h | 2 +- src/hardware/serialport/nullmodem.cpp | 2 +- src/hardware/serialport/nullmodem.h | 2 +- src/hardware/serialport/serialdummy.cpp | 2 +- src/hardware/serialport/serialdummy.h | 2 +- src/hardware/serialport/serialport.cpp | 2 +- src/hardware/serialport/softmodem.cpp | 2 +- src/hardware/serialport/softmodem.h | 2 +- src/hardware/tandy_sound.cpp | 2 +- src/hardware/timer.cpp | 2 +- src/hardware/vga.cpp | 2 +- src/hardware/vga_attr.cpp | 2 +- src/hardware/vga_crtc.cpp | 2 +- src/hardware/vga_dac.cpp | 2 +- src/hardware/vga_draw.cpp | 2 +- src/hardware/vga_gfx.cpp | 2 +- src/hardware/vga_memory.cpp | 2 +- src/hardware/vga_misc.cpp | 2 +- src/hardware/vga_other.cpp | 2 +- src/hardware/vga_paradise.cpp | 2 +- src/hardware/vga_s3.cpp | 2 +- src/hardware/vga_seq.cpp | 2 +- src/hardware/vga_tseng.cpp | 2 +- src/hardware/vga_xga.cpp | 2 +- src/ints/bios.cpp | 2 +- src/ints/bios_disk.cpp | 2 +- src/ints/bios_keyboard.cpp | 2 +- src/ints/ems.cpp | 2 +- src/ints/int10.cpp | 2 +- src/ints/int10.h | 2 +- src/ints/int10_char.cpp | 2 +- src/ints/int10_memory.cpp | 2 +- src/ints/int10_misc.cpp | 2 +- src/ints/int10_modes.cpp | 2 +- src/ints/int10_pal.cpp | 2 +- src/ints/int10_put_pixel.cpp | 2 +- src/ints/int10_vesa.cpp | 2 +- src/ints/int10_video_state.cpp | 2 +- src/ints/int10_vptable.cpp | 2 +- src/ints/mouse.cpp | 2 +- src/ints/xms.cpp | 2 +- src/ints/xms.h | 2 +- src/libs/zmbv/drvproc.cpp | 2 +- src/libs/zmbv/zmbv.cpp | 2 +- src/libs/zmbv/zmbv.h | 2 +- src/libs/zmbv/zmbv_vfw.cpp | 2 +- src/libs/zmbv/zmbv_vfw.rc | 2 +- src/misc/cross.cpp | 2 +- src/misc/messages.cpp | 2 +- src/misc/programs.cpp | 2 +- src/misc/setup.cpp | 2 +- src/misc/support.cpp | 2 +- src/shell/shell.cpp | 2 +- src/shell/shell_batch.cpp | 2 +- src/shell/shell_cmds.cpp | 2 +- src/shell/shell_misc.cpp | 2 +- src/winres.rc | 4 ++-- 233 files changed, 242 insertions(+), 242 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 936496e7..8b910206 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -305,7 +305,7 @@ AC_SUBST(ALSA_LIBS) AH_TOP([ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/bios.h b/include/bios.h index 08c8fc43..5b2de5de 100644 --- a/include/bios.h +++ b/include/bios.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/bios_disk.h b/include/bios_disk.h index 0670ce05..79dd094f 100644 --- a/include/bios_disk.h +++ b/include/bios_disk.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/callback.h b/include/callback.h index f1cfef7c..b09a3822 100644 --- a/include/callback.h +++ b/include/callback.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/control.h b/include/control.h index 4666a277..95a555e9 100644 --- a/include/control.h +++ b/include/control.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/cpu.h b/include/cpu.h index 2f27f2c0..ae26064a 100644 --- a/include/cpu.h +++ b/include/cpu.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/cross.h b/include/cross.h index 93501849..e651bca3 100644 --- a/include/cross.h +++ b/include/cross.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/debug.h b/include/debug.h index 9e214629..e8ab2b98 100644 --- a/include/debug.h +++ b/include/debug.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/dma.h b/include/dma.h index 38531811..075ceab8 100644 --- a/include/dma.h +++ b/include/dma.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/dos_inc.h b/include/dos_inc.h index 3782d34e..277387c9 100644 --- a/include/dos_inc.h +++ b/include/dos_inc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/dos_system.h b/include/dos_system.h index baf7591e..152fee3f 100644 --- a/include/dos_system.h +++ b/include/dos_system.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/dosbox.h b/include/dosbox.h index 6684faff..6447c120 100644 --- a/include/dosbox.h +++ b/include/dosbox.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/fpu.h b/include/fpu.h index 67e10210..53e6b341 100644 --- a/include/fpu.h +++ b/include/fpu.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/hardware.h b/include/hardware.h index 26d3fde8..00c4939d 100644 --- a/include/hardware.h +++ b/include/hardware.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/inout.h b/include/inout.h index dd0dc172..c5215f49 100644 --- a/include/inout.h +++ b/include/inout.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/ipx.h b/include/ipx.h index 6e87b1e9..b3fdba54 100644 --- a/include/ipx.h +++ b/include/ipx.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/ipxserver.h b/include/ipxserver.h index 1c6a294d..39d1935c 100644 --- a/include/ipxserver.h +++ b/include/ipxserver.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/joystick.h b/include/joystick.h index a5139584..a9d53955 100644 --- a/include/joystick.h +++ b/include/joystick.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/keyboard.h b/include/keyboard.h index fcecc308..76e252e4 100644 --- a/include/keyboard.h +++ b/include/keyboard.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/logging.h b/include/logging.h index 049e504b..2d7cb709 100644 --- a/include/logging.h +++ b/include/logging.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/mapper.h b/include/mapper.h index 3ba648c4..17320cb9 100644 --- a/include/mapper.h +++ b/include/mapper.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/mem.h b/include/mem.h index d362cb03..d5d069cb 100644 --- a/include/mem.h +++ b/include/mem.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/midi.h b/include/midi.h index 86431dc8..d12aebe9 100644 --- a/include/midi.h +++ b/include/midi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/mixer.h b/include/mixer.h index 5cea3c83..b9aecd8d 100644 --- a/include/mixer.h +++ b/include/mixer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/mouse.h b/include/mouse.h index 0a1000a6..f727594c 100644 --- a/include/mouse.h +++ b/include/mouse.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/paging.h b/include/paging.h index 712214c6..5ab0fb50 100644 --- a/include/paging.h +++ b/include/paging.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/pci_bus.h b/include/pci_bus.h index f8b729e8..0368e1b2 100644 --- a/include/pci_bus.h +++ b/include/pci_bus.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/pic.h b/include/pic.h index 77691f2a..841fe791 100644 --- a/include/pic.h +++ b/include/pic.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/programs.h b/include/programs.h index 04db83c1..8c5077af 100644 --- a/include/programs.h +++ b/include/programs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/regs.h b/include/regs.h index 259ab695..4a13ae7d 100644 --- a/include/regs.h +++ b/include/regs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/render.h b/include/render.h index f2c53475..ba438225 100644 --- a/include/render.h +++ b/include/render.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/serialport.h b/include/serialport.h index b4641ccc..24b00048 100644 --- a/include/serialport.h +++ b/include/serialport.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/setup.h b/include/setup.h index 7dc9f401..15fc3b8c 100644 --- a/include/setup.h +++ b/include/setup.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/shell.h b/include/shell.h index 74e21059..5e2cab0b 100644 --- a/include/shell.h +++ b/include/shell.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/support.h b/include/support.h index 62330060..f20822be 100644 --- a/include/support.h +++ b/include/support.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/timer.h b/include/timer.h index e8abf323..14c609a7 100644 --- a/include/timer.h +++ b/include/timer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/vga.h b/include/vga.h index aa570ec4..85a9c228 100644 --- a/include/vga.h +++ b/include/vga.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/video.h b/include/video.h index 11539aee..20ad8378 100644 --- a/include/video.h +++ b/include/video.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/scripts/dosbox-installer.nsi b/scripts/dosbox-installer.nsi index 492b2895..1abc0b1c 100644 --- a/scripts/dosbox-installer.nsi +++ b/scripts/dosbox-installer.nsi @@ -2,7 +2,7 @@ !define VER_MINOR 74 !define APP_NAME "DOSBox ${VER_MAYOR}.${VER_MINOR} Installer" !define COMP_NAME "DOSBox Team" -!define COPYRIGHT "Copyright © 2002-2013 DOSBox Team" +!define COPYRIGHT "Copyright © 2002-2017 DOSBox Team" !define DESCRIPTION "DOSBox Installer" VIProductVersion "${VER_MAYOR}.${VER_MINOR}.0.0" diff --git a/src/cpu/callback.cpp b/src/cpu/callback.cpp index e1e3d949..a503e944 100644 --- a/src/cpu/callback.cpp +++ b/src/cpu/callback.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dyn_x86.cpp b/src/cpu/core_dyn_x86.cpp index 0045394a..66b3fb97 100644 --- a/src/cpu/core_dyn_x86.cpp +++ b/src/cpu/core_dyn_x86.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dyn_x86/cache.h b/src/cpu/core_dyn_x86/cache.h index 23b6a53e..dc42ebab 100644 --- a/src/cpu/core_dyn_x86/cache.h +++ b/src/cpu/core_dyn_x86/cache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dyn_x86/decoder.h b/src/cpu/core_dyn_x86/decoder.h index 18bf1e11..dd1dae8c 100644 --- a/src/cpu/core_dyn_x86/decoder.h +++ b/src/cpu/core_dyn_x86/decoder.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dyn_x86/dyn_fpu.h b/src/cpu/core_dyn_x86/dyn_fpu.h index 6534b70b..62f085d4 100644 --- a/src/cpu/core_dyn_x86/dyn_fpu.h +++ b/src/cpu/core_dyn_x86/dyn_fpu.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dyn_x86/dyn_fpu_dh.h b/src/cpu/core_dyn_x86/dyn_fpu_dh.h index 23870452..f633ff5c 100644 --- a/src/cpu/core_dyn_x86/dyn_fpu_dh.h +++ b/src/cpu/core_dyn_x86/dyn_fpu_dh.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dyn_x86/helpers.h b/src/cpu/core_dyn_x86/helpers.h index 022e6780..bb97f080 100644 --- a/src/cpu/core_dyn_x86/helpers.h +++ b/src/cpu/core_dyn_x86/helpers.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dyn_x86/risc_x86.h b/src/cpu/core_dyn_x86/risc_x86.h index 74c85366..b8079143 100644 --- a/src/cpu/core_dyn_x86/risc_x86.h +++ b/src/cpu/core_dyn_x86/risc_x86.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dyn_x86/string.h b/src/cpu/core_dyn_x86/string.h index 93f69e4e..2c87adf3 100644 --- a/src/cpu/core_dyn_x86/string.h +++ b/src/cpu/core_dyn_x86/string.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec.cpp b/src/cpu/core_dynrec.cpp index 1571fb43..ba24b2e4 100644 --- a/src/cpu/core_dynrec.cpp +++ b/src/cpu/core_dynrec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/cache.h b/src/cpu/core_dynrec/cache.h index 7d7a6efd..fbe0a001 100644 --- a/src/cpu/core_dynrec/cache.h +++ b/src/cpu/core_dynrec/cache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/decoder.h b/src/cpu/core_dynrec/decoder.h index 9c1fe499..0460d508 100644 --- a/src/cpu/core_dynrec/decoder.h +++ b/src/cpu/core_dynrec/decoder.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/decoder_basic.h b/src/cpu/core_dynrec/decoder_basic.h index 61edc64b..bcc1b8d1 100644 --- a/src/cpu/core_dynrec/decoder_basic.h +++ b/src/cpu/core_dynrec/decoder_basic.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/decoder_opcodes.h b/src/cpu/core_dynrec/decoder_opcodes.h index d08ae43b..ceecb763 100644 --- a/src/cpu/core_dynrec/decoder_opcodes.h +++ b/src/cpu/core_dynrec/decoder_opcodes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/dyn_fpu.h b/src/cpu/core_dynrec/dyn_fpu.h index c410ebde..eae703e6 100644 --- a/src/cpu/core_dynrec/dyn_fpu.h +++ b/src/cpu/core_dynrec/dyn_fpu.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/operators.h b/src/cpu/core_dynrec/operators.h index 18d17430..9754d5de 100644 --- a/src/cpu/core_dynrec/operators.h +++ b/src/cpu/core_dynrec/operators.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/risc_armv4le-common.h b/src/cpu/core_dynrec/risc_armv4le-common.h index c6ab612f..89832d86 100644 --- a/src/cpu/core_dynrec/risc_armv4le-common.h +++ b/src/cpu/core_dynrec/risc_armv4le-common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/risc_armv4le-o3.h b/src/cpu/core_dynrec/risc_armv4le-o3.h index 3596c48e..974ac3bd 100644 --- a/src/cpu/core_dynrec/risc_armv4le-o3.h +++ b/src/cpu/core_dynrec/risc_armv4le-o3.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/risc_armv4le-thumb-iw.h b/src/cpu/core_dynrec/risc_armv4le-thumb-iw.h index 5d8f8b52..574eb2b8 100644 --- a/src/cpu/core_dynrec/risc_armv4le-thumb-iw.h +++ b/src/cpu/core_dynrec/risc_armv4le-thumb-iw.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/risc_armv4le-thumb-niw.h b/src/cpu/core_dynrec/risc_armv4le-thumb-niw.h index e4890c1b..c1696dd0 100644 --- a/src/cpu/core_dynrec/risc_armv4le-thumb-niw.h +++ b/src/cpu/core_dynrec/risc_armv4le-thumb-niw.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/risc_armv4le-thumb.h b/src/cpu/core_dynrec/risc_armv4le-thumb.h index 126cdd11..f4f36482 100644 --- a/src/cpu/core_dynrec/risc_armv4le-thumb.h +++ b/src/cpu/core_dynrec/risc_armv4le-thumb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/risc_armv4le.h b/src/cpu/core_dynrec/risc_armv4le.h index 8a3b343b..e6ed1c71 100644 --- a/src/cpu/core_dynrec/risc_armv4le.h +++ b/src/cpu/core_dynrec/risc_armv4le.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/risc_mipsel32.h b/src/cpu/core_dynrec/risc_mipsel32.h index 0e7d4745..a9aed644 100644 --- a/src/cpu/core_dynrec/risc_mipsel32.h +++ b/src/cpu/core_dynrec/risc_mipsel32.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/risc_x64.h b/src/cpu/core_dynrec/risc_x64.h index e293e95b..35a3455a 100644 --- a/src/cpu/core_dynrec/risc_x64.h +++ b/src/cpu/core_dynrec/risc_x64.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_dynrec/risc_x86.h b/src/cpu/core_dynrec/risc_x86.h index 81cb03bc..6b275ff8 100644 --- a/src/cpu/core_dynrec/risc_x86.h +++ b/src/cpu/core_dynrec/risc_x86.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_full.cpp b/src/cpu/core_full.cpp index 7fd14695..1d4ab155 100644 --- a/src/cpu/core_full.cpp +++ b/src/cpu/core_full.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_full/ea_lookup.h b/src/cpu/core_full/ea_lookup.h index 6048a430..71e639dd 100644 --- a/src/cpu/core_full/ea_lookup.h +++ b/src/cpu/core_full/ea_lookup.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_full/load.h b/src/cpu/core_full/load.h index 699803ca..7854d837 100644 --- a/src/cpu/core_full/load.h +++ b/src/cpu/core_full/load.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_full/loadwrite.h b/src/cpu/core_full/loadwrite.h index b00ffb6c..86323577 100644 --- a/src/cpu/core_full/loadwrite.h +++ b/src/cpu/core_full/loadwrite.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_full/op.h b/src/cpu/core_full/op.h index 14786b1f..7e1a083a 100644 --- a/src/cpu/core_full/op.h +++ b/src/cpu/core_full/op.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_full/optable.h b/src/cpu/core_full/optable.h index b5680e5d..6494de00 100644 --- a/src/cpu/core_full/optable.h +++ b/src/cpu/core_full/optable.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_full/save.h b/src/cpu/core_full/save.h index 408ed6d8..f587215a 100644 --- a/src/cpu/core_full/save.h +++ b/src/cpu/core_full/save.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_full/string.h b/src/cpu/core_full/string.h index 8cb6ec03..64fc38cf 100644 --- a/src/cpu/core_full/string.h +++ b/src/cpu/core_full/string.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_full/support.h b/src/cpu/core_full/support.h index bdbe452a..cca7f4c5 100644 --- a/src/cpu/core_full/support.h +++ b/src/cpu/core_full/support.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_normal.cpp b/src/cpu/core_normal.cpp index 1c034743..dc659fcd 100644 --- a/src/cpu/core_normal.cpp +++ b/src/cpu/core_normal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_normal/helpers.h b/src/cpu/core_normal/helpers.h index 13526f8b..dd0465f0 100644 --- a/src/cpu/core_normal/helpers.h +++ b/src/cpu/core_normal/helpers.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_normal/prefix_0f.h b/src/cpu/core_normal/prefix_0f.h index 0fcf6b68..dc6ba3e1 100644 --- a/src/cpu/core_normal/prefix_0f.h +++ b/src/cpu/core_normal/prefix_0f.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_normal/prefix_66.h b/src/cpu/core_normal/prefix_66.h index 29f2a188..87527d20 100644 --- a/src/cpu/core_normal/prefix_66.h +++ b/src/cpu/core_normal/prefix_66.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_normal/prefix_66_0f.h b/src/cpu/core_normal/prefix_66_0f.h index 8f41f9a8..b23fb4d5 100644 --- a/src/cpu/core_normal/prefix_66_0f.h +++ b/src/cpu/core_normal/prefix_66_0f.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_normal/prefix_none.h b/src/cpu/core_normal/prefix_none.h index 63f81ff8..deaed2c3 100644 --- a/src/cpu/core_normal/prefix_none.h +++ b/src/cpu/core_normal/prefix_none.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_normal/string.h b/src/cpu/core_normal/string.h index 992ed42c..d1459072 100644 --- a/src/cpu/core_normal/string.h +++ b/src/cpu/core_normal/string.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_normal/support.h b/src/cpu/core_normal/support.h index 6fe9a17c..02286fff 100644 --- a/src/cpu/core_normal/support.h +++ b/src/cpu/core_normal/support.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_normal/table_ea.h b/src/cpu/core_normal/table_ea.h index 920f5ce8..28b73ff1 100644 --- a/src/cpu/core_normal/table_ea.h +++ b/src/cpu/core_normal/table_ea.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_prefetch.cpp b/src/cpu/core_prefetch.cpp index 47db2c11..de518167 100644 --- a/src/cpu/core_prefetch.cpp +++ b/src/cpu/core_prefetch.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/core_simple.cpp b/src/cpu/core_simple.cpp index d8fdb9ea..98c35546 100644 --- a/src/cpu/core_simple.cpp +++ b/src/cpu/core_simple.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp index 29149972..7d28e7eb 100644 --- a/src/cpu/cpu.cpp +++ b/src/cpu/cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/flags.cpp b/src/cpu/flags.cpp index 1559af1e..3ceaa9e8 100644 --- a/src/cpu/flags.cpp +++ b/src/cpu/flags.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/instructions.h b/src/cpu/instructions.h index 28af3314..ed6e46bc 100644 --- a/src/cpu/instructions.h +++ b/src/cpu/instructions.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/lazyflags.h b/src/cpu/lazyflags.h index c5e599f5..6cb688ed 100644 --- a/src/cpu/lazyflags.h +++ b/src/cpu/lazyflags.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/modrm.cpp b/src/cpu/modrm.cpp index 028e4d71..6582c552 100644 --- a/src/cpu/modrm.cpp +++ b/src/cpu/modrm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/modrm.h b/src/cpu/modrm.h index 29656bfc..c854e579 100644 --- a/src/cpu/modrm.h +++ b/src/cpu/modrm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cpu/paging.cpp b/src/cpu/paging.cpp index 7be15e1a..20aa225c 100644 --- a/src/cpu/paging.cpp +++ b/src/cpu/paging.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/debug.cpp b/src/debug/debug.cpp index 73e40ab0..2db3a41b 100644 --- a/src/debug/debug.cpp +++ b/src/debug/debug.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/debug_gui.cpp b/src/debug/debug_gui.cpp index be122582..ae86ac21 100644 --- a/src/debug/debug_gui.cpp +++ b/src/debug/debug_gui.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/debug_inc.h b/src/debug/debug_inc.h index a94d3a8f..7dc736ab 100644 --- a/src/debug/debug_inc.h +++ b/src/debug/debug_inc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/debug_win32.cpp b/src/debug/debug_win32.cpp index 0e0d48b5..38af8a33 100644 --- a/src/debug/debug_win32.cpp +++ b/src/debug/debug_win32.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug/disasm_tables.h b/src/debug/disasm_tables.h index e3d12433..2c738c42 100644 --- a/src/debug/disasm_tables.h +++ b/src/debug/disasm_tables.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/cdrom.cpp b/src/dos/cdrom.cpp index ab98912c..87e8ae43 100644 --- a/src/dos/cdrom.cpp +++ b/src/dos/cdrom.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/cdrom.h b/src/dos/cdrom.h index 79bb1a03..90e1334e 100644 --- a/src/dos/cdrom.h +++ b/src/dos/cdrom.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/cdrom_aspi_win32.cpp b/src/dos/cdrom_aspi_win32.cpp index abc48ed1..5ea97b04 100644 --- a/src/dos/cdrom_aspi_win32.cpp +++ b/src/dos/cdrom_aspi_win32.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/cdrom_image.cpp b/src/dos/cdrom_image.cpp index bd4cb411..a2bcc06a 100644 --- a/src/dos/cdrom_image.cpp +++ b/src/dos/cdrom_image.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/cdrom_ioctl_linux.cpp b/src/dos/cdrom_ioctl_linux.cpp index 8fa0f235..a6f7b7f9 100644 --- a/src/dos/cdrom_ioctl_linux.cpp +++ b/src/dos/cdrom_ioctl_linux.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/cdrom_ioctl_os2.cpp b/src/dos/cdrom_ioctl_os2.cpp index d96b45de..9cf4981a 100644 --- a/src/dos/cdrom_ioctl_os2.cpp +++ b/src/dos/cdrom_ioctl_os2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/cdrom_ioctl_win32.cpp b/src/dos/cdrom_ioctl_win32.cpp index 84e15e97..dd7cc0eb 100644 --- a/src/dos/cdrom_ioctl_win32.cpp +++ b/src/dos/cdrom_ioctl_win32.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/dev_con.h b/src/dos/dev_con.h index 10fb6747..5f762d1c 100644 --- a/src/dos/dev_con.h +++ b/src/dos/dev_con.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/dos.cpp b/src/dos/dos.cpp index c35f6edf..19cf3187 100644 --- a/src/dos/dos.cpp +++ b/src/dos/dos.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/dos_classes.cpp b/src/dos/dos_classes.cpp index 1aec59fb..6c2e36d4 100644 --- a/src/dos/dos_classes.cpp +++ b/src/dos/dos_classes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/dos_devices.cpp b/src/dos/dos_devices.cpp index 03d3f66a..fd3ec476 100644 --- a/src/dos/dos_devices.cpp +++ b/src/dos/dos_devices.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/dos_execute.cpp b/src/dos/dos_execute.cpp index 4b27cab0..2a9608ef 100644 --- a/src/dos/dos_execute.cpp +++ b/src/dos/dos_execute.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/dos_files.cpp b/src/dos/dos_files.cpp index fa053a4f..e3a0cd0f 100644 --- a/src/dos/dos_files.cpp +++ b/src/dos/dos_files.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/dos_ioctl.cpp b/src/dos/dos_ioctl.cpp index 13e436b6..52e5d37d 100644 --- a/src/dos/dos_ioctl.cpp +++ b/src/dos/dos_ioctl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/dos_keyboard_layout.cpp b/src/dos/dos_keyboard_layout.cpp index 056b752c..b22f9b2a 100644 --- a/src/dos/dos_keyboard_layout.cpp +++ b/src/dos/dos_keyboard_layout.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/dos_memory.cpp b/src/dos/dos_memory.cpp index f59870fe..67761a3d 100644 --- a/src/dos/dos_memory.cpp +++ b/src/dos/dos_memory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/dos_misc.cpp b/src/dos/dos_misc.cpp index 2c9b6c46..400405ec 100644 --- a/src/dos/dos_misc.cpp +++ b/src/dos/dos_misc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/dos_mscdex.cpp b/src/dos/dos_mscdex.cpp index c1c96c24..46b8f590 100644 --- a/src/dos/dos_mscdex.cpp +++ b/src/dos/dos_mscdex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/dos_programs.cpp b/src/dos/dos_programs.cpp index 9b1312e5..e905783d 100644 --- a/src/dos/dos_programs.cpp +++ b/src/dos/dos_programs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/dos_tables.cpp b/src/dos/dos_tables.cpp index 1c00171e..5587f252 100644 --- a/src/dos/dos_tables.cpp +++ b/src/dos/dos_tables.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/drive_cache.cpp b/src/dos/drive_cache.cpp index eb4d5f8b..c3418399 100644 --- a/src/dos/drive_cache.cpp +++ b/src/dos/drive_cache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/drive_fat.cpp b/src/dos/drive_fat.cpp index efca156c..07825b2d 100644 --- a/src/dos/drive_fat.cpp +++ b/src/dos/drive_fat.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/drive_iso.cpp b/src/dos/drive_iso.cpp index 6be44bd8..0efa15d5 100644 --- a/src/dos/drive_iso.cpp +++ b/src/dos/drive_iso.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/drive_local.cpp b/src/dos/drive_local.cpp index 94a30a56..396cc098 100644 --- a/src/dos/drive_local.cpp +++ b/src/dos/drive_local.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/drive_virtual.cpp b/src/dos/drive_virtual.cpp index afb55fc1..28678cbf 100644 --- a/src/dos/drive_virtual.cpp +++ b/src/dos/drive_virtual.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/drives.cpp b/src/dos/drives.cpp index 0429d007..92f9d830 100644 --- a/src/dos/drives.cpp +++ b/src/dos/drives.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/drives.h b/src/dos/drives.h index 9d22da8c..6b7ef865 100644 --- a/src/dos/drives.h +++ b/src/dos/drives.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dosbox.cpp b/src/dosbox.cpp index a1e18dc3..2f3b4119 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/fpu/fpu.cpp b/src/fpu/fpu.cpp index 1e561143..25225ee6 100644 --- a/src/fpu/fpu.cpp +++ b/src/fpu/fpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/fpu/fpu_instructions.h b/src/fpu/fpu_instructions.h index 54d0143c..37c08688 100644 --- a/src/fpu/fpu_instructions.h +++ b/src/fpu/fpu_instructions.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/fpu/fpu_instructions_x86.h b/src/fpu/fpu_instructions_x86.h index d837850d..fe49fd1b 100644 --- a/src/fpu/fpu_instructions_x86.h +++ b/src/fpu/fpu_instructions_x86.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/dosbox_logo.h b/src/gui/dosbox_logo.h index 7ba4ce20..f7592387 100644 --- a/src/gui/dosbox_logo.h +++ b/src/gui/dosbox_logo.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/midi.cpp b/src/gui/midi.cpp index d7a0c472..f1d3e2f2 100644 --- a/src/gui/midi.cpp +++ b/src/gui/midi.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/midi_alsa.h b/src/gui/midi_alsa.h index 6cc21d87..7a51e34d 100644 --- a/src/gui/midi_alsa.h +++ b/src/gui/midi_alsa.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/midi_coreaudio.h b/src/gui/midi_coreaudio.h index 05aa3e18..66b4a28f 100644 --- a/src/gui/midi_coreaudio.h +++ b/src/gui/midi_coreaudio.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/midi_oss.h b/src/gui/midi_oss.h index 6f7c4123..4b8ad101 100644 --- a/src/gui/midi_oss.h +++ b/src/gui/midi_oss.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/midi_win32.h b/src/gui/midi_win32.h index b1163838..3bb9a45c 100644 --- a/src/gui/midi_win32.h +++ b/src/gui/midi_win32.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/render.cpp b/src/gui/render.cpp index af3b6b20..89a8334c 100644 --- a/src/gui/render.cpp +++ b/src/gui/render.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/render_loops.h b/src/gui/render_loops.h index 99d44066..0cfe5132 100644 --- a/src/gui/render_loops.h +++ b/src/gui/render_loops.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/render_scalers.cpp b/src/gui/render_scalers.cpp index 2f8d2ed3..eaf6bf34 100644 --- a/src/gui/render_scalers.cpp +++ b/src/gui/render_scalers.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/render_scalers.h b/src/gui/render_scalers.h index 0e5265e3..b302664f 100644 --- a/src/gui/render_scalers.h +++ b/src/gui/render_scalers.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/render_simple.h b/src/gui/render_simple.h index 647bbb99..1b24e931 100644 --- a/src/gui/render_simple.h +++ b/src/gui/render_simple.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/render_templates.h b/src/gui/render_templates.h index dadfe528..ce1ca495 100644 --- a/src/gui/render_templates.h +++ b/src/gui/render_templates.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/render_templates_hq.h b/src/gui/render_templates_hq.h index 3eecb73e..843cdca0 100644 --- a/src/gui/render_templates_hq.h +++ b/src/gui/render_templates_hq.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/render_templates_hq2x.h b/src/gui/render_templates_hq2x.h index eed48357..3b3a40a3 100644 --- a/src/gui/render_templates_hq2x.h +++ b/src/gui/render_templates_hq2x.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/render_templates_hq3x.h b/src/gui/render_templates_hq3x.h index 1788be23..0ec55839 100644 --- a/src/gui/render_templates_hq3x.h +++ b/src/gui/render_templates_hq3x.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/render_templates_sai.h b/src/gui/render_templates_sai.h index 72a28285..484ad9e8 100644 --- a/src/gui/render_templates_sai.h +++ b/src/gui/render_templates_sai.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/sdl_gui.cpp b/src/gui/sdl_gui.cpp index 01fe6b7a..229176ea 100644 --- a/src/gui/sdl_gui.cpp +++ b/src/gui/sdl_gui.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -569,7 +569,7 @@ public: Section_prop *section = static_cast(sec); new SectionEditor(getScreen(), 50, 30, section); } else if (arg == "About") { - new GUI::MessageBox(getScreen(), 200, 150, 280, "About DOSBox", "\nDOSBox 0.74\nAn emulator for old DOS Games\n\nCopyright 2002-2015\nThe DOSBox Team"); + new GUI::MessageBox(getScreen(), 200, 150, 280, "About DOSBox", "\nDOSBox 0.74\nAn emulator for old DOS Games\n\nCopyright 2002-2017\nThe DOSBox Team"); } else if (arg == "Introduction") { new GUI::MessageBox(getScreen(), 20, 50, 600, "Introduction", MSG_Get("PROGRAM_INTRO")); } else if (arg == "Getting Started") { diff --git a/src/gui/sdl_mapper.cpp b/src/gui/sdl_mapper.cpp index aa861cd7..c583cdf8 100644 --- a/src/gui/sdl_mapper.cpp +++ b/src/gui/sdl_mapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index 84b8be4f..c59815dc 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1941,7 +1941,7 @@ int main(int argc, char* argv[]) { #endif //defined(WIN32) && !(C_DEBUG) if (control->cmdline->FindExist("-version") || control->cmdline->FindExist("--version") ) { - printf("\nDOSBox version %s, copyright 2002-2015 DOSBox Team.\n\n",VERSION); + printf("\nDOSBox version %s, copyright 2002-2017 DOSBox Team.\n\n",VERSION); printf("DOSBox is written by the DOSBox Team (See AUTHORS file))\n"); printf("DOSBox comes with ABSOLUTELY NO WARRANTY. This is free software,\n"); printf("and you are welcome to redistribute it under certain conditions;\n"); @@ -1969,7 +1969,7 @@ int main(int argc, char* argv[]) { /* Display Welcometext in the console */ LOG_MSG("DOSBox version %s",VERSION); - LOG_MSG("Copyright 2002-2015 DOSBox Team, published under GNU GPL."); + LOG_MSG("Copyright 2002-2017 DOSBox Team, published under GNU GPL."); LOG_MSG("---"); /* Init SDL */ diff --git a/src/hardware/adlib.cpp b/src/hardware/adlib.cpp index 8168e2cf..836a3e21 100644 --- a/src/hardware/adlib.cpp +++ b/src/hardware/adlib.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/adlib.h b/src/hardware/adlib.h index 26114c2c..eafbaaf0 100644 --- a/src/hardware/adlib.h +++ b/src/hardware/adlib.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/cmos.cpp b/src/hardware/cmos.cpp index 0628a042..68390b34 100644 --- a/src/hardware/cmos.cpp +++ b/src/hardware/cmos.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/dbopl.cpp b/src/hardware/dbopl.cpp index 44b8a34e..c7d61ca3 100644 --- a/src/hardware/dbopl.cpp +++ b/src/hardware/dbopl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/dbopl.h b/src/hardware/dbopl.h index 1a255fd8..c3c4d428 100644 --- a/src/hardware/dbopl.h +++ b/src/hardware/dbopl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/disney.cpp b/src/hardware/disney.cpp index 44fd7e3c..12cc020d 100644 --- a/src/hardware/disney.cpp +++ b/src/hardware/disney.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/dma.cpp b/src/hardware/dma.cpp index 1b738e57..5eb69498 100644 --- a/src/hardware/dma.cpp +++ b/src/hardware/dma.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/gameblaster.cpp b/src/hardware/gameblaster.cpp index dffda0d0..a3906054 100644 --- a/src/hardware/gameblaster.cpp +++ b/src/hardware/gameblaster.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/gus.cpp b/src/hardware/gus.cpp index 7512a48f..2786e442 100644 --- a/src/hardware/gus.cpp +++ b/src/hardware/gus.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/hardware.cpp b/src/hardware/hardware.cpp index baeeb1db..26fdfe85 100644 --- a/src/hardware/hardware.cpp +++ b/src/hardware/hardware.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/iohandler.cpp b/src/hardware/iohandler.cpp index 1fd19ccb..88448fdc 100644 --- a/src/hardware/iohandler.cpp +++ b/src/hardware/iohandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/ipx.cpp b/src/hardware/ipx.cpp index 3369aad7..7d8dd5d3 100644 --- a/src/hardware/ipx.cpp +++ b/src/hardware/ipx.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/ipxserver.cpp b/src/hardware/ipxserver.cpp index a233c484..1f478121 100644 --- a/src/hardware/ipxserver.cpp +++ b/src/hardware/ipxserver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/joystick.cpp b/src/hardware/joystick.cpp index ca6161b6..d30d234c 100644 --- a/src/hardware/joystick.cpp +++ b/src/hardware/joystick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/keyboard.cpp b/src/hardware/keyboard.cpp index f85f5ab4..7872b2ba 100644 --- a/src/hardware/keyboard.cpp +++ b/src/hardware/keyboard.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/memory.cpp b/src/hardware/memory.cpp index 73d5c8e0..972f9dd7 100644 --- a/src/hardware/memory.cpp +++ b/src/hardware/memory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/mixer.cpp b/src/hardware/mixer.cpp index b846e0e4..5673e714 100644 --- a/src/hardware/mixer.cpp +++ b/src/hardware/mixer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/mpu401.cpp b/src/hardware/mpu401.cpp index 8d3cdf4f..1eff7ec3 100644 --- a/src/hardware/mpu401.cpp +++ b/src/hardware/mpu401.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2012 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -200,7 +200,7 @@ static void MPU401_WriteCommand(Bitu port,Bitu val,Bitu iolen) { mpu.clock.timebase=192; break; /* Commands with data byte */ - case 0xe0: case 0xe1: case 0xe2: case 0xe4: case 0xe6: + case 0xe0: case 0xe1: case 0xe2: case 0xe4: case 0xe6: case 0xe7: case 0xec: case 0xed: case 0xee: case 0xef: mpu.state.command_byte=val; break; @@ -451,7 +451,7 @@ static void MPU401_WriteData(Bitu port,Bitu val,Bitu iolen) { mpu.playbuf[mpu.state.channel].type=T_MIDI_NORM; length=mpu.playbuf[mpu.state.channel].length=2; break; - case 0x80: case 0x90: case 0xa0: case 0xb0: case 0xe0: + case 0x80: case 0x90: case 0xa0: case 0xb0: case 0xe0: mpu.playbuf[mpu.state.channel].type=T_MIDI_NORM; length=mpu.playbuf[mpu.state.channel].length=3; break; @@ -523,7 +523,7 @@ static void MPU401_Event(Bitu val) { mpu.playbuf[i].counter--; if (mpu.playbuf[i].counter<=0) UpdateTrack(i); } - } + } if (mpu.state.conductor) { mpu.condbuf.counter--; if (mpu.condbuf.counter<=0) UpdateConductor(); @@ -628,12 +628,12 @@ public: if (!MIDI_Available()) return; /*Enabled and there is a Midi */ installed = true; - + WriteHandler[0].Install(0x330,&MPU401_WriteData,IO_MB); WriteHandler[1].Install(0x331,&MPU401_WriteCommand,IO_MB); ReadHandler[0].Install(0x330,&MPU401_ReadData,IO_MB); ReadHandler[1].Install(0x331,&MPU401_ReadStatus,IO_MB); - + mpu.queue_used=0; mpu.queue_pos=0; mpu.mode=M_UART; diff --git a/src/hardware/opl.cpp b/src/hardware/opl.cpp index deff8dd8..af7afb33 100644 --- a/src/hardware/opl.cpp +++ b/src/hardware/opl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * OPL2/OPL3 emulation library * * This library is free software; you can redistribute it and/or diff --git a/src/hardware/opl.h b/src/hardware/opl.h index 41132c3a..497b97ef 100644 --- a/src/hardware/opl.h +++ b/src/hardware/opl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * OPL2/OPL3 emulation library * * This library is free software; you can redistribute it and/or diff --git a/src/hardware/pci_bus.cpp b/src/hardware/pci_bus.cpp index de3bd677..1a9f962b 100644 --- a/src/hardware/pci_bus.cpp +++ b/src/hardware/pci_bus.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/pci_devices.h b/src/hardware/pci_devices.h index 29d4d362..a61c7634 100644 --- a/src/hardware/pci_devices.h +++ b/src/hardware/pci_devices.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/pcspeaker.cpp b/src/hardware/pcspeaker.cpp index 3e166fc6..5a0069ec 100644 --- a/src/hardware/pcspeaker.cpp +++ b/src/hardware/pcspeaker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/pic.cpp b/src/hardware/pic.cpp index ce2c7df4..4f37a09d 100644 --- a/src/hardware/pic.cpp +++ b/src/hardware/pic.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/sblaster.cpp b/src/hardware/sblaster.cpp index 80376a67..15f87e7b 100644 --- a/src/hardware/sblaster.cpp +++ b/src/hardware/sblaster.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/serialport/directserial.cpp b/src/hardware/serialport/directserial.cpp index 00f2340f..88c2bc99 100644 --- a/src/hardware/serialport/directserial.cpp +++ b/src/hardware/serialport/directserial.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/serialport/directserial.h b/src/hardware/serialport/directserial.h index 429e6f83..e60a88f2 100644 --- a/src/hardware/serialport/directserial.h +++ b/src/hardware/serialport/directserial.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/serialport/libserial.cpp b/src/hardware/serialport/libserial.cpp index aa65571a..aa5e9168 100644 --- a/src/hardware/serialport/libserial.cpp +++ b/src/hardware/serialport/libserial.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/serialport/libserial.h b/src/hardware/serialport/libserial.h index a0143b90..f951e4dc 100644 --- a/src/hardware/serialport/libserial.h +++ b/src/hardware/serialport/libserial.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/serialport/misc_util.cpp b/src/hardware/serialport/misc_util.cpp index 147ef2fe..8d1ae2e6 100644 --- a/src/hardware/serialport/misc_util.cpp +++ b/src/hardware/serialport/misc_util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/serialport/misc_util.h b/src/hardware/serialport/misc_util.h index 31cd1d2f..989c6dd3 100644 --- a/src/hardware/serialport/misc_util.h +++ b/src/hardware/serialport/misc_util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/serialport/nullmodem.cpp b/src/hardware/serialport/nullmodem.cpp index 2865073a..69182db7 100644 --- a/src/hardware/serialport/nullmodem.cpp +++ b/src/hardware/serialport/nullmodem.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/serialport/nullmodem.h b/src/hardware/serialport/nullmodem.h index b70d2940..d1aff414 100644 --- a/src/hardware/serialport/nullmodem.h +++ b/src/hardware/serialport/nullmodem.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/serialport/serialdummy.cpp b/src/hardware/serialport/serialdummy.cpp index b2019cde..790237d5 100644 --- a/src/hardware/serialport/serialdummy.cpp +++ b/src/hardware/serialport/serialdummy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/serialport/serialdummy.h b/src/hardware/serialport/serialdummy.h index 88e44b3b..bb4b5fb2 100644 --- a/src/hardware/serialport/serialdummy.h +++ b/src/hardware/serialport/serialdummy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/serialport/serialport.cpp b/src/hardware/serialport/serialport.cpp index f640866c..6ce00c19 100644 --- a/src/hardware/serialport/serialport.cpp +++ b/src/hardware/serialport/serialport.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/serialport/softmodem.cpp b/src/hardware/serialport/softmodem.cpp index d135b8f4..0cd87105 100644 --- a/src/hardware/serialport/softmodem.cpp +++ b/src/hardware/serialport/softmodem.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/serialport/softmodem.h b/src/hardware/serialport/softmodem.h index 72b80f44..c50f8d48 100644 --- a/src/hardware/serialport/softmodem.h +++ b/src/hardware/serialport/softmodem.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/tandy_sound.cpp b/src/hardware/tandy_sound.cpp index 9e2dfb84..5d3ef2ea 100644 --- a/src/hardware/tandy_sound.cpp +++ b/src/hardware/tandy_sound.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/timer.cpp b/src/hardware/timer.cpp index 454324ad..da562b48 100644 --- a/src/hardware/timer.cpp +++ b/src/hardware/timer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/vga.cpp b/src/hardware/vga.cpp index 9be527ff..dd25069e 100644 --- a/src/hardware/vga.cpp +++ b/src/hardware/vga.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/vga_attr.cpp b/src/hardware/vga_attr.cpp index ba5ed16c..dd914db7 100644 --- a/src/hardware/vga_attr.cpp +++ b/src/hardware/vga_attr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/vga_crtc.cpp b/src/hardware/vga_crtc.cpp index dbaf26b3..baceb8f9 100644 --- a/src/hardware/vga_crtc.cpp +++ b/src/hardware/vga_crtc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/vga_dac.cpp b/src/hardware/vga_dac.cpp index fb3bce3b..96833d20 100644 --- a/src/hardware/vga_dac.cpp +++ b/src/hardware/vga_dac.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/vga_draw.cpp b/src/hardware/vga_draw.cpp index 470f5e61..0ec12738 100644 --- a/src/hardware/vga_draw.cpp +++ b/src/hardware/vga_draw.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/vga_gfx.cpp b/src/hardware/vga_gfx.cpp index 1281aadb..76247fd6 100644 --- a/src/hardware/vga_gfx.cpp +++ b/src/hardware/vga_gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/vga_memory.cpp b/src/hardware/vga_memory.cpp index 619f81b3..d354f472 100644 --- a/src/hardware/vga_memory.cpp +++ b/src/hardware/vga_memory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/vga_misc.cpp b/src/hardware/vga_misc.cpp index 0271f265..122c1455 100644 --- a/src/hardware/vga_misc.cpp +++ b/src/hardware/vga_misc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/vga_other.cpp b/src/hardware/vga_other.cpp index b91fe562..e8115eed 100644 --- a/src/hardware/vga_other.cpp +++ b/src/hardware/vga_other.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/vga_paradise.cpp b/src/hardware/vga_paradise.cpp index d0929a5e..345054a8 100644 --- a/src/hardware/vga_paradise.cpp +++ b/src/hardware/vga_paradise.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/vga_s3.cpp b/src/hardware/vga_s3.cpp index abdab61f..a0e7204a 100644 --- a/src/hardware/vga_s3.cpp +++ b/src/hardware/vga_s3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/vga_seq.cpp b/src/hardware/vga_seq.cpp index f7b96b0e..74f3c425 100644 --- a/src/hardware/vga_seq.cpp +++ b/src/hardware/vga_seq.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/vga_tseng.cpp b/src/hardware/vga_tseng.cpp index 4fae1771..cf8482fd 100644 --- a/src/hardware/vga_tseng.cpp +++ b/src/hardware/vga_tseng.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hardware/vga_xga.cpp b/src/hardware/vga_xga.cpp index 2cd85059..a5398a52 100644 --- a/src/hardware/vga_xga.cpp +++ b/src/hardware/vga_xga.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/bios.cpp b/src/ints/bios.cpp index 2cf70a54..bcfbfb10 100644 --- a/src/ints/bios.cpp +++ b/src/ints/bios.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/bios_disk.cpp b/src/ints/bios_disk.cpp index 32d93e7c..67694677 100644 --- a/src/ints/bios_disk.cpp +++ b/src/ints/bios_disk.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/bios_keyboard.cpp b/src/ints/bios_keyboard.cpp index 7628a22a..ca0c75af 100644 --- a/src/ints/bios_keyboard.cpp +++ b/src/ints/bios_keyboard.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/ems.cpp b/src/ints/ems.cpp index 2b70e828..b3dd104b 100644 --- a/src/ints/ems.cpp +++ b/src/ints/ems.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/int10.cpp b/src/ints/int10.cpp index 1ca92ea9..1a8d614d 100644 --- a/src/ints/int10.cpp +++ b/src/ints/int10.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/int10.h b/src/ints/int10.h index d53065da..93f985b9 100644 --- a/src/ints/int10.h +++ b/src/ints/int10.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/int10_char.cpp b/src/ints/int10_char.cpp index 259d8a56..45dfee71 100644 --- a/src/ints/int10_char.cpp +++ b/src/ints/int10_char.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/int10_memory.cpp b/src/ints/int10_memory.cpp index 5c2f9528..383f972b 100644 --- a/src/ints/int10_memory.cpp +++ b/src/ints/int10_memory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/int10_misc.cpp b/src/ints/int10_misc.cpp index 31462394..23c91639 100644 --- a/src/ints/int10_misc.cpp +++ b/src/ints/int10_misc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/int10_modes.cpp b/src/ints/int10_modes.cpp index d47c0b23..333f0bcb 100644 --- a/src/ints/int10_modes.cpp +++ b/src/ints/int10_modes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/int10_pal.cpp b/src/ints/int10_pal.cpp index 4633ffaa..77696267 100644 --- a/src/ints/int10_pal.cpp +++ b/src/ints/int10_pal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/int10_put_pixel.cpp b/src/ints/int10_put_pixel.cpp index 145288cc..f89dd0d8 100644 --- a/src/ints/int10_put_pixel.cpp +++ b/src/ints/int10_put_pixel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/int10_vesa.cpp b/src/ints/int10_vesa.cpp index 3f3c59ec..32559e23 100644 --- a/src/ints/int10_vesa.cpp +++ b/src/ints/int10_vesa.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/int10_video_state.cpp b/src/ints/int10_video_state.cpp index 4a8e6cdf..2a6c2613 100644 --- a/src/ints/int10_video_state.cpp +++ b/src/ints/int10_video_state.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/int10_vptable.cpp b/src/ints/int10_vptable.cpp index 41693182..165ac320 100644 --- a/src/ints/int10_vptable.cpp +++ b/src/ints/int10_vptable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/mouse.cpp b/src/ints/mouse.cpp index 3b337e50..4eee708e 100644 --- a/src/ints/mouse.cpp +++ b/src/ints/mouse.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/xms.cpp b/src/ints/xms.cpp index da5725ac..05286028 100644 --- a/src/ints/xms.cpp +++ b/src/ints/xms.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/xms.h b/src/ints/xms.h index 409bbac8..81eb8d36 100644 --- a/src/ints/xms.h +++ b/src/ints/xms.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/libs/zmbv/drvproc.cpp b/src/libs/zmbv/drvproc.cpp index 6ceeece3..7007c8d3 100644 --- a/src/libs/zmbv/drvproc.cpp +++ b/src/libs/zmbv/drvproc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/libs/zmbv/zmbv.cpp b/src/libs/zmbv/zmbv.cpp index af554530..0318a777 100644 --- a/src/libs/zmbv/zmbv.cpp +++ b/src/libs/zmbv/zmbv.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/libs/zmbv/zmbv.h b/src/libs/zmbv/zmbv.h index 558ef9ea..1826e56e 100644 --- a/src/libs/zmbv/zmbv.h +++ b/src/libs/zmbv/zmbv.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/libs/zmbv/zmbv_vfw.cpp b/src/libs/zmbv/zmbv_vfw.cpp index 1964546b..a5cbc4e8 100644 --- a/src/libs/zmbv/zmbv_vfw.cpp +++ b/src/libs/zmbv/zmbv_vfw.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/libs/zmbv/zmbv_vfw.rc b/src/libs/zmbv/zmbv_vfw.rc index 3f29bfe2..8929ab1b 100644 --- a/src/libs/zmbv/zmbv_vfw.rc +++ b/src/libs/zmbv/zmbv_vfw.rc @@ -59,7 +59,7 @@ CAPTION "DOSBox Video Codec v0.1" FONT 8, "MS Sans Serif", 0, 0, 0x0 BEGIN DEFPUSHBUTTON "OK",IDOK,131,34,29,14 - CTEXT "Zipped Motion Block Video v 0.1\nCopyright 2009-2015 DOSBox Team", + CTEXT "Zipped Motion Block Video v 0.1\nCopyright 2009-2017 DOSBox Team", IDC_STATIC,7,7,153,25,SS_NOPREFIX PUSHBUTTON "Email author",IDC_EMAIL,7,34,50,14 PUSHBUTTON "Visit home page",IDC_HOMEPAGE,59,34,58,14 diff --git a/src/misc/cross.cpp b/src/misc/cross.cpp index 60a13b21..09290c56 100644 --- a/src/misc/cross.cpp +++ b/src/misc/cross.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/misc/messages.cpp b/src/misc/messages.cpp index 313129d3..6f4c7586 100644 --- a/src/misc/messages.cpp +++ b/src/misc/messages.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/misc/programs.cpp b/src/misc/programs.cpp index 15449644..2f8e6c7f 100644 --- a/src/misc/programs.cpp +++ b/src/misc/programs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/misc/setup.cpp b/src/misc/setup.cpp index 9ea232ba..c79ae665 100644 --- a/src/misc/setup.cpp +++ b/src/misc/setup.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/misc/support.cpp b/src/misc/support.cpp index b84c4b84..67bbe11d 100644 --- a/src/misc/support.cpp +++ b/src/misc/support.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shell/shell.cpp b/src/shell/shell.cpp index a8dde5fb..01f8a41f 100644 --- a/src/shell/shell.cpp +++ b/src/shell/shell.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shell/shell_batch.cpp b/src/shell/shell_batch.cpp index 3df12ef2..e76866fc 100644 --- a/src/shell/shell_batch.cpp +++ b/src/shell/shell_batch.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shell/shell_cmds.cpp b/src/shell/shell_cmds.cpp index 3cfb13c6..09654ec7 100644 --- a/src/shell/shell_cmds.cpp +++ b/src/shell/shell_cmds.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shell/shell_misc.cpp b/src/shell/shell_misc.cpp index d131e7a8..1fdb5d7e 100644 --- a/src/shell/shell_misc.cpp +++ b/src/shell/shell_misc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2015 The DOSBox Team + * Copyright (C) 2002-2017 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/winres.rc b/src/winres.rc index 67309841..0ab415f5 100644 --- a/src/winres.rc +++ b/src/winres.rc @@ -19,12 +19,12 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "© 2002-2015 DOSBox Team, published under GNU GPL" + VALUE "Comments", "© 2002-2017 DOSBox Team, published under GNU GPL" VALUE "CompanyName", "DOSBox Team" VALUE "FileDescription", "DOSBox DOS Emulator" VALUE "FileVersion", "0, 74, 0, 0" VALUE "InternalName", "DOSBox" - VALUE "LegalCopyright", "Copyright © 2002-2015 DOSBox Team" + VALUE "LegalCopyright", "Copyright © 2002-2017 DOSBox Team" VALUE "OriginalFilename", "dosbox.exe" VALUE "ProductName", "DOSBox DOS Emulator" VALUE "ProductVersion", "0, 74, 0, 0"