From 8b7ebcf040e94db20d8822d77c42a49278aefccb Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sun, 12 Feb 2006 21:14:43 +0000 Subject: [PATCH] Enter 2006. committer: mfx 1139778883 +0000 --- BUGS | 2 +- PROJECTS | 2 +- THANKS | 2 +- src/main.cpp | 4 ++-- src/p_lx_elf.cpp | 6 +++--- src/p_lx_exc.cpp | 6 +++--- src/p_lx_interp.cpp | 6 +++--- src/p_lx_sep.cpp | 6 +++--- src/p_lx_sh.cpp | 6 +++--- src/p_ps1.cpp | 6 +++--- src/p_w32pe.h | 4 ++-- src/stub/ident.ash | 4 ++-- src/stub/ident_n.ash | 6 +++--- src/stub/ident_s.ash | 6 +++--- src/stub/l_t_n2b.h | 6 +++--- src/stub/l_t_n2bs.h | 6 +++--- src/stub/l_t_n2d.h | 6 +++--- src/stub/l_t_n2ds.h | 6 +++--- src/stub/l_t_n2e.h | 6 +++--- src/stub/l_t_n2es.h | 6 +++--- src/stub/scripts/app_i386.pl | 4 ++-- src/stub/scripts/app_m68k.pl | 4 ++-- src/stub/scripts/app_mr3k.pl | 4 ++-- src/stub/scripts/asl_m68k.sh | 6 +++--- src/stub/scripts/brandelf.pl | 4 ++-- src/stub/scripts/o2bin.pl | 4 ++-- src/stub/scripts/setfold.pl | 2 +- src/stub/scripts/setfold.sh | 4 ++-- src/stub/scripts/stripelf.pl | 4 ++-- src/stub/scripts/version.pl | 4 ++-- 30 files changed, 71 insertions(+), 71 deletions(-) diff --git a/BUGS b/BUGS index bd96e143..13a00289 100644 --- a/BUGS +++ b/BUGS @@ -8,7 +8,7 @@ The Ultimate Packer for eXecutables - Copyright (c) 1996-2005 Markus Oberhumer & Laszlo Molnar + Copyright (c) 1996-2006 Markus Oberhumer & Laszlo Molnar http://upx.sourceforge.net diff --git a/PROJECTS b/PROJECTS index 5f31fe22..1a90115c 100644 --- a/PROJECTS +++ b/PROJECTS @@ -8,7 +8,7 @@ The Ultimate Packer for eXecutables - Copyright (c) 1996-2005 Markus Oberhumer & Laszlo Molnar + Copyright (c) 1996-2006 Markus Oberhumer & Laszlo Molnar http://upx.sourceforge.net diff --git a/THANKS b/THANKS index 7e98f6ac..2cb5d371 100644 --- a/THANKS +++ b/THANKS @@ -8,7 +8,7 @@ The Ultimate Packer for eXecutables - Copyright (c) 1996-2005 Markus Oberhumer & Laszlo Molnar + Copyright (c) 1996-2006 Markus Oberhumer & Laszlo Molnar http://upx.sourceforge.net diff --git a/src/main.cpp b/src/main.cpp index 53a9e84e..1afc871c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,8 +2,8 @@ This file is part of the UPX executable compressor. - Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer - Copyright (C) 1996-2004 Laszlo Molnar + Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2006 Laszlo Molnar All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/p_lx_elf.cpp b/src/p_lx_elf.cpp index 49dee2cc..6f4407ab 100644 --- a/src/p_lx_elf.cpp +++ b/src/p_lx_elf.cpp @@ -2,9 +2,9 @@ This file is part of the UPX executable compressor. - Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer - Copyright (C) 1996-2004 Laszlo Molnar - Copyright (C) 2000-2004 John F. Reiser + Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2006 Laszlo Molnar + Copyright (C) 2000-2006 John F. Reiser All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/p_lx_exc.cpp b/src/p_lx_exc.cpp index 8aeb8e25..4a918b3c 100644 --- a/src/p_lx_exc.cpp +++ b/src/p_lx_exc.cpp @@ -2,9 +2,9 @@ This file is part of the UPX executable compressor. - Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer - Copyright (C) 1996-2004 Laszlo Molnar - Copyright (C) 2001-2004 John F. Reiser + Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2006 Laszlo Molnar + Copyright (C) 2001-2006 John F. Reiser All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/p_lx_interp.cpp b/src/p_lx_interp.cpp index ae5006eb..e683164f 100644 --- a/src/p_lx_interp.cpp +++ b/src/p_lx_interp.cpp @@ -2,9 +2,9 @@ This file is part of the UPX executable compressor. - Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer - Copyright (C) 1996-2004 Laszlo Molnar - Copyright (C) 2000-2004 John F. Reiser + Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2006 Laszlo Molnar + Copyright (C) 2000-2006 John F. Reiser All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/p_lx_sep.cpp b/src/p_lx_sep.cpp index a186f0bc..f812ece6 100644 --- a/src/p_lx_sep.cpp +++ b/src/p_lx_sep.cpp @@ -2,9 +2,9 @@ This file is part of the UPX executable compressor. - Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer - Copyright (C) 1996-2004 Laszlo Molnar - Copyright (C) 2000-2004 John F. Reiser + Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2006 Laszlo Molnar + Copyright (C) 2000-2006 John F. Reiser All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/p_lx_sh.cpp b/src/p_lx_sh.cpp index 25a521e3..cd4455b7 100644 --- a/src/p_lx_sh.cpp +++ b/src/p_lx_sh.cpp @@ -2,9 +2,9 @@ This file is part of the UPX executable compressor. - Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer - Copyright (C) 1996-2004 Laszlo Molnar - Copyright (C) 2000-2004 John F. Reiser + Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2006 Laszlo Molnar + Copyright (C) 2000-2006 John F. Reiser All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/p_ps1.cpp b/src/p_ps1.cpp index a94cb045..89e5e11f 100644 --- a/src/p_ps1.cpp +++ b/src/p_ps1.cpp @@ -2,9 +2,9 @@ This file is part of the UPX executable compressor. - Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer - Copyright (C) 1996-2004 Laszlo Molnar - Copyright (C) 2002-2004 Jens Medoch + Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2006 Laszlo Molnar + Copyright (C) 2002-2006 Jens Medoch All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/p_w32pe.h b/src/p_w32pe.h index a647fed8..389bf14c 100644 --- a/src/p_w32pe.h +++ b/src/p_w32pe.h @@ -2,8 +2,8 @@ This file is part of the UPX executable compressor. - Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer - Copyright (C) 1996-2004 Laszlo Molnar + Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2006 Laszlo Molnar All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/ident.ash b/src/stub/ident.ash index 1bf04096..393087e9 100644 --- a/src/stub/ident.ash +++ b/src/stub/ident.ash @@ -2,8 +2,8 @@ ; ; This file is part of the UPX executable compressor. ; -; Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer -; Copyright (C) 1996-2005 Laszlo Molnar +; Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer +; Copyright (C) 1996-2006 Laszlo Molnar ; All Rights Reserved. ; ; UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/ident_n.ash b/src/stub/ident_n.ash index d080446e..90484342 100644 --- a/src/stub/ident_n.ash +++ b/src/stub/ident_n.ash @@ -2,8 +2,8 @@ ; ; This file is part of the UPX executable compressor. ; -; Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer -; Copyright (C) 1996-2005 Laszlo Molnar +; Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer +; Copyright (C) 1996-2006 Laszlo Molnar ; All Rights Reserved. ; ; UPX and the UCL library are free software; you can redistribute them @@ -33,6 +33,6 @@ db 10,0 db '$Id: UPX ' db 'UPXV' - db ' Copyright (C) 1996-2005 the UPX Team. All Rights Reserved. $' + db ' Copyright (C) 1996-2006 the UPX Team. All Rights Reserved. $' db 10,0 diff --git a/src/stub/ident_s.ash b/src/stub/ident_s.ash index e257a799..8f9d6eab 100644 --- a/src/stub/ident_s.ash +++ b/src/stub/ident_s.ash @@ -2,8 +2,8 @@ ; ; This file is part of the UPX executable compressor. ; -; Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer -; Copyright (C) 1996-2005 Laszlo Molnar +; Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer +; Copyright (C) 1996-2006 Laszlo Molnar ; All Rights Reserved. ; ; UPX and the UCL library are free software; you can redistribute them @@ -29,6 +29,6 @@ ; ------------- COPYRIGHT ------------- db 10 - db '$Id: UPX (C) 1996-2005 the UPX Team. All Rights Reserved. http://upx.sf.net $' + db '$Id$' db 10,0 diff --git a/src/stub/l_t_n2b.h b/src/stub/l_t_n2b.h index 029b7057..adcdb72d 100644 --- a/src/stub/l_t_n2b.h +++ b/src/stub/l_t_n2b.h @@ -28,8 +28,8 @@ #define NRV2B_LOADER_SIZE 668 -#define NRV2B_LOADER_ADLER32 0xb05aee80 -#define NRV2B_LOADER_CRC32 0x148f8dcd +#define NRV2B_LOADER_ADLER32 0xb149ee81 +#define NRV2B_LOADER_CRC32 0x8c9f9acd unsigned char nrv2b_loader[668] = { 32, 8,103, 6, 46,104, 0, 4, 96, 4, 32, 47, 0, 4, 72,231, /* 0x 0 */ @@ -58,7 +58,7 @@ unsigned char nrv2b_loader[668] = { 107,101,114, 32,104,116,116,112, 58, 47, 47,117,112,120, 46,115, /* 0x 170 */ 102, 46,110,101,116, 32, 36, 10, 0, 36, 73,100, 58, 32, 85, 80, /* 0x 180 */ 88, 32, 85, 80, 88, 86, 32, 67,111,112,121,114,105,103,104,116, /* 0x 190 */ - 32, 40, 67, 41, 32, 49, 57, 57, 54, 45, 50, 48, 48, 53, 32,116, /* 0x 1a0 */ + 32, 40, 67, 41, 32, 49, 57, 57, 54, 45, 50, 48, 48, 54, 32,116, /* 0x 1a0 */ 104,101, 32, 85, 80, 88, 32, 84,101, 97,109, 46, 32, 65,108,108, /* 0x 1b0 */ 32, 82,105,103,104,116,115, 32, 82,101,115,101,114,118,101,100, /* 0x 1c0 */ 46, 32, 36, 10, 0, 0, 0, 0, 85, 80, 88, 33,161,216,208,213, /* 0x 1d0 */ diff --git a/src/stub/l_t_n2bs.h b/src/stub/l_t_n2bs.h index aa9fa773..7108859f 100644 --- a/src/stub/l_t_n2bs.h +++ b/src/stub/l_t_n2bs.h @@ -28,8 +28,8 @@ #define NRV2B_LOADER_SMALL_SIZE 530 -#define NRV2B_LOADER_SMALL_ADLER32 0xdbbdb30f -#define NRV2B_LOADER_SMALL_CRC32 0xa0c13a80 +#define NRV2B_LOADER_SMALL_ADLER32 0xdcb7b310 +#define NRV2B_LOADER_SMALL_CRC32 0x35164d24 unsigned char nrv2b_loader_small[530] = { 32, 8,103, 6, 46,104, 0, 4, 96, 4, 32, 47, 0, 4, 72,231, /* 0x 0 */ @@ -49,7 +49,7 @@ unsigned char nrv2b_loader_small[530] = { 33,223, 0,244, 33,223, 0, 44, 33,223, 0, 16, 78,113, 78,117, /* 0x e0 */ 78,117, 79,239, 0,146, 76,223,127,254, 32, 8,103, 2,159,207, /* 0x f0 */ 78,249, 10, 36, 73,100, 58, 32, 85, 80, 88, 32, 40, 67, 41, 32, /* 0x 100 */ - 49, 57, 57, 54, 45, 50, 48, 48, 53, 32,116,104,101, 32, 85, 80, /* 0x 110 */ + 49, 57, 57, 54, 45, 50, 48, 48, 54, 32,116,104,101, 32, 85, 80, /* 0x 110 */ 88, 32, 84,101, 97,109, 46, 32, 65,108,108, 32, 82,105,103,104, /* 0x 120 */ 116,115, 32, 82,101,115,101,114,118,101,100, 46, 32,104,116,116, /* 0x 130 */ 112, 58, 47, 47,117,112,120, 46,115,102, 46,110,101,116, 32, 36, /* 0x 140 */ diff --git a/src/stub/l_t_n2d.h b/src/stub/l_t_n2d.h index ad89a932..e9671c34 100644 --- a/src/stub/l_t_n2d.h +++ b/src/stub/l_t_n2d.h @@ -28,8 +28,8 @@ #define NRV2D_LOADER_SIZE 688 -#define NRV2D_LOADER_ADLER32 0x85f8f45e -#define NRV2D_LOADER_CRC32 0x55102734 +#define NRV2D_LOADER_ADLER32 0x86fbf45f +#define NRV2D_LOADER_CRC32 0x6902d666 unsigned char nrv2d_loader[688] = { 32, 8,103, 6, 46,104, 0, 4, 96, 4, 32, 47, 0, 4, 72,231, /* 0x 0 */ @@ -58,7 +58,7 @@ unsigned char nrv2d_loader[688] = { 107,101,114, 32,104,116,116,112, 58, 47, 47,117,112,120, 46,115, /* 0x 170 */ 102, 46,110,101,116, 32, 36, 10, 0, 36, 73,100, 58, 32, 85, 80, /* 0x 180 */ 88, 32, 85, 80, 88, 86, 32, 67,111,112,121,114,105,103,104,116, /* 0x 190 */ - 32, 40, 67, 41, 32, 49, 57, 57, 54, 45, 50, 48, 48, 53, 32,116, /* 0x 1a0 */ + 32, 40, 67, 41, 32, 49, 57, 57, 54, 45, 50, 48, 48, 54, 32,116, /* 0x 1a0 */ 104,101, 32, 85, 80, 88, 32, 84,101, 97,109, 46, 32, 65,108,108, /* 0x 1b0 */ 32, 82,105,103,104,116,115, 32, 82,101,115,101,114,118,101,100, /* 0x 1c0 */ 46, 32, 36, 10, 0, 0, 0, 0, 85, 80, 88, 33,161,216,208,213, /* 0x 1d0 */ diff --git a/src/stub/l_t_n2ds.h b/src/stub/l_t_n2ds.h index d6d7a456..fca8d102 100644 --- a/src/stub/l_t_n2ds.h +++ b/src/stub/l_t_n2ds.h @@ -28,8 +28,8 @@ #define NRV2D_LOADER_SMALL_SIZE 550 -#define NRV2D_LOADER_SMALL_ADLER32 0x9ea3b9c7 -#define NRV2D_LOADER_SMALL_CRC32 0x4f615580 +#define NRV2D_LOADER_SMALL_ADLER32 0x9fb1b9c8 +#define NRV2D_LOADER_SMALL_CRC32 0xc069fa07 unsigned char nrv2d_loader_small[550] = { 32, 8,103, 6, 46,104, 0, 4, 96, 4, 32, 47, 0, 4, 72,231, /* 0x 0 */ @@ -49,7 +49,7 @@ unsigned char nrv2d_loader_small[550] = { 33,223, 0,244, 33,223, 0, 44, 33,223, 0, 16, 78,113, 78,117, /* 0x e0 */ 78,117, 79,239, 0,146, 76,223,127,254, 32, 8,103, 2,159,207, /* 0x f0 */ 78,249, 10, 36, 73,100, 58, 32, 85, 80, 88, 32, 40, 67, 41, 32, /* 0x 100 */ - 49, 57, 57, 54, 45, 50, 48, 48, 53, 32,116,104,101, 32, 85, 80, /* 0x 110 */ + 49, 57, 57, 54, 45, 50, 48, 48, 54, 32,116,104,101, 32, 85, 80, /* 0x 110 */ 88, 32, 84,101, 97,109, 46, 32, 65,108,108, 32, 82,105,103,104, /* 0x 120 */ 116,115, 32, 82,101,115,101,114,118,101,100, 46, 32,104,116,116, /* 0x 130 */ 112, 58, 47, 47,117,112,120, 46,115,102, 46,110,101,116, 32, 36, /* 0x 140 */ diff --git a/src/stub/l_t_n2e.h b/src/stub/l_t_n2e.h index 3929263e..04fc76c7 100644 --- a/src/stub/l_t_n2e.h +++ b/src/stub/l_t_n2e.h @@ -28,8 +28,8 @@ #define NRV2E_LOADER_SIZE 696 -#define NRV2E_LOADER_ADLER32 0x0af0f672 -#define NRV2E_LOADER_CRC32 0xc1bcd981 +#define NRV2E_LOADER_ADLER32 0x0bfbf673 +#define NRV2E_LOADER_CRC32 0x3e79ea40 unsigned char nrv2e_loader[696] = { 32, 8,103, 6, 46,104, 0, 4, 96, 4, 32, 47, 0, 4, 72,231, /* 0x 0 */ @@ -58,7 +58,7 @@ unsigned char nrv2e_loader[696] = { 107,101,114, 32,104,116,116,112, 58, 47, 47,117,112,120, 46,115, /* 0x 170 */ 102, 46,110,101,116, 32, 36, 10, 0, 36, 73,100, 58, 32, 85, 80, /* 0x 180 */ 88, 32, 85, 80, 88, 86, 32, 67,111,112,121,114,105,103,104,116, /* 0x 190 */ - 32, 40, 67, 41, 32, 49, 57, 57, 54, 45, 50, 48, 48, 53, 32,116, /* 0x 1a0 */ + 32, 40, 67, 41, 32, 49, 57, 57, 54, 45, 50, 48, 48, 54, 32,116, /* 0x 1a0 */ 104,101, 32, 85, 80, 88, 32, 84,101, 97,109, 46, 32, 65,108,108, /* 0x 1b0 */ 32, 82,105,103,104,116,115, 32, 82,101,115,101,114,118,101,100, /* 0x 1c0 */ 46, 32, 36, 10, 0, 0, 0, 0, 85, 80, 88, 33,161,216,208,213, /* 0x 1d0 */ diff --git a/src/stub/l_t_n2es.h b/src/stub/l_t_n2es.h index 2eda4e8b..eb843de4 100644 --- a/src/stub/l_t_n2es.h +++ b/src/stub/l_t_n2es.h @@ -28,8 +28,8 @@ #define NRV2E_LOADER_SMALL_SIZE 558 -#define NRV2E_LOADER_SMALL_ADLER32 0xb081bbdb -#define NRV2E_LOADER_SMALL_CRC32 0x777a6111 +#define NRV2E_LOADER_SMALL_ADLER32 0xb197bbdc +#define NRV2E_LOADER_SMALL_CRC32 0x4082eb7b unsigned char nrv2e_loader_small[558] = { 32, 8,103, 6, 46,104, 0, 4, 96, 4, 32, 47, 0, 4, 72,231, /* 0x 0 */ @@ -49,7 +49,7 @@ unsigned char nrv2e_loader_small[558] = { 33,223, 0,244, 33,223, 0, 44, 33,223, 0, 16, 78,113, 78,117, /* 0x e0 */ 78,117, 79,239, 0,146, 76,223,127,254, 32, 8,103, 2,159,207, /* 0x f0 */ 78,249, 10, 36, 73,100, 58, 32, 85, 80, 88, 32, 40, 67, 41, 32, /* 0x 100 */ - 49, 57, 57, 54, 45, 50, 48, 48, 53, 32,116,104,101, 32, 85, 80, /* 0x 110 */ + 49, 57, 57, 54, 45, 50, 48, 48, 54, 32,116,104,101, 32, 85, 80, /* 0x 110 */ 88, 32, 84,101, 97,109, 46, 32, 65,108,108, 32, 82,105,103,104, /* 0x 120 */ 116,115, 32, 82,101,115,101,114,118,101,100, 46, 32,104,116,116, /* 0x 130 */ 112, 58, 47, 47,117,112,120, 46,115,102, 46,110,101,116, 32, 36, /* 0x 140 */ diff --git a/src/stub/scripts/app_i386.pl b/src/stub/scripts/app_i386.pl index 93c93d7a..10901872 100644 --- a/src/stub/scripts/app_i386.pl +++ b/src/stub/scripts/app_i386.pl @@ -4,8 +4,8 @@ # # This file is part of the UPX executable compressor. # -# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer -# Copyright (C) 1996-2005 Laszlo Molnar +# Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer +# Copyright (C) 1996-2006 Laszlo Molnar # All Rights Reserved. # # UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/scripts/app_m68k.pl b/src/stub/scripts/app_m68k.pl index a2d5484c..161e1a8c 100644 --- a/src/stub/scripts/app_m68k.pl +++ b/src/stub/scripts/app_m68k.pl @@ -4,8 +4,8 @@ # # This file is part of the UPX executable compressor. # -# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer -# Copyright (C) 1996-2005 Laszlo Molnar +# Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer +# Copyright (C) 1996-2006 Laszlo Molnar # All Rights Reserved. # # UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/scripts/app_mr3k.pl b/src/stub/scripts/app_mr3k.pl index 9e22dc05..dd263926 100644 --- a/src/stub/scripts/app_mr3k.pl +++ b/src/stub/scripts/app_mr3k.pl @@ -4,8 +4,8 @@ # # This file is part of the UPX executable compressor. # -# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer -# Copyright (C) 1996-2005 Laszlo Molnar +# Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer +# Copyright (C) 1996-2006 Laszlo Molnar # All Rights Reserved. # # UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/scripts/asl_m68k.sh b/src/stub/scripts/asl_m68k.sh index 8dfc912b..22e722ce 100644 --- a/src/stub/scripts/asl_m68k.sh +++ b/src/stub/scripts/asl_m68k.sh @@ -4,8 +4,8 @@ # # This file is part of the UPX executable compressor. # -# Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer -# Copyright (C) 1996-2004 Laszlo Molnar +# Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer +# Copyright (C) 1996-2006 Laszlo Molnar # All Rights Reserved. # # UPX and the UCL library are free software; you can redistribute them @@ -29,7 +29,7 @@ set -e -# wrapper for the ASL cross-assembler (version 1.42bld9) +# wrapper for the ASL cross-assembler (version 1.42bld43) # http://john.ccac.rwth-aachen.de:8000/as/ # http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/ diff --git a/src/stub/scripts/brandelf.pl b/src/stub/scripts/brandelf.pl index 9f5df1ca..55df1d61 100644 --- a/src/stub/scripts/brandelf.pl +++ b/src/stub/scripts/brandelf.pl @@ -4,8 +4,8 @@ # # This file is part of the UPX executable compressor. # -# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer -# Copyright (C) 1996-2005 Laszlo Molnar +# Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer +# Copyright (C) 1996-2006 Laszlo Molnar # All Rights Reserved. # # UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/scripts/o2bin.pl b/src/stub/scripts/o2bin.pl index f57c86ce..af4f719d 100644 --- a/src/stub/scripts/o2bin.pl +++ b/src/stub/scripts/o2bin.pl @@ -4,8 +4,8 @@ # # This file is part of the UPX executable compressor. # -# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer -# Copyright (C) 1996-2005 Laszlo Molnar +# Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer +# Copyright (C) 1996-2006 Laszlo Molnar # All Rights Reserved. # # UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/scripts/setfold.pl b/src/stub/scripts/setfold.pl index 8ad20323..d145d645 100644 --- a/src/stub/scripts/setfold.pl +++ b/src/stub/scripts/setfold.pl @@ -4,7 +4,7 @@ # # This file is part of the UPX executable compressor. # -# Copyright (C) 2000-2005 John F. Reiser +# Copyright (C) 2000-2006 John F. Reiser # All Rights Reserved. # # UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/scripts/setfold.sh b/src/stub/scripts/setfold.sh index 84408f71..8ca0f727 100644 --- a/src/stub/scripts/setfold.sh +++ b/src/stub/scripts/setfold.sh @@ -4,8 +4,8 @@ # # This file is part of the UPX executable compressor. # -# Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer -# Copyright (C) 1996-2004 Laszlo Molnar +# Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer +# Copyright (C) 1996-2006 Laszlo Molnar # All Rights Reserved. # # UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/scripts/stripelf.pl b/src/stub/scripts/stripelf.pl index 01295e7b..1c360afe 100644 --- a/src/stub/scripts/stripelf.pl +++ b/src/stub/scripts/stripelf.pl @@ -4,8 +4,8 @@ # # This file is part of the UPX executable compressor. # -# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer -# Copyright (C) 1996-2005 Laszlo Molnar +# Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer +# Copyright (C) 1996-2006 Laszlo Molnar # All Rights Reserved. # # UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/scripts/version.pl b/src/stub/scripts/version.pl index f17bdc74..878f3f50 100644 --- a/src/stub/scripts/version.pl +++ b/src/stub/scripts/version.pl @@ -4,8 +4,8 @@ # # This file is part of the UPX executable compressor. # -# Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer -# Copyright (C) 1996-2005 Laszlo Molnar +# Copyright (C) 1996-2006 Markus Franz Xaver Johannes Oberhumer +# Copyright (C) 1996-2006 Laszlo Molnar # All Rights Reserved. # # UPX and the UCL library are free software; you can redistribute them