From c7d76fb7ab4840c86682dc2376eab06e8f5a0bb8 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Tue, 26 Jul 2016 21:42:07 -0700 Subject: [PATCH] Change copyright year 2013 ==> 2016 in ppc64le files. src/stub/ppc64le-darwin.macho-fold.h src/stub/src/arch/ppc64le/64/bxx.S src/stub/src/arch/ppc64le/64/lzma_d.S src/stub/src/arch/ppc64le/64/macros.S src/stub/src/arch/ppc64le/64/nrv2b_d.S src/stub/src/arch/ppc64le/64/nrv2d_d.S src/stub/src/arch/ppc64le/64/nrv2e_d.S src/stub/src/ppc64le-darwin.dylib-entry.S src/stub/src/ppc64le-darwin.macho-entry.S src/stub/src/ppc64le-darwin.macho-fold.S src/stub/src/ppc64le-darwin.macho-main.c src/stub/src/ppc64le-linux.elf-entry.S src/stub/src/ppc64le-linux.elf-fold.S src/stub/src/ppc64le-linux.elf-fold.lds src/stub/src/ppc64le-linux.elf-main.c src/stub/src/ppc64le-linux.kernel.vmlinux-head.S src/stub/src/ppc64le-linux.kernel.vmlinux.S --- src/stub/ppc64le-darwin.macho-fold.h | 6 +++--- src/stub/src/arch/ppc64le/64/bxx.S | 2 +- src/stub/src/arch/ppc64le/64/lzma_d.S | 2 +- src/stub/src/arch/ppc64le/64/macros.S | 4 ++-- src/stub/src/arch/ppc64le/64/nrv2b_d.S | 6 +++--- src/stub/src/arch/ppc64le/64/nrv2d_d.S | 6 +++--- src/stub/src/arch/ppc64le/64/nrv2e_d.S | 6 +++--- src/stub/src/ppc64le-darwin.dylib-entry.S | 2 +- src/stub/src/ppc64le-darwin.macho-entry.S | 2 +- src/stub/src/ppc64le-darwin.macho-fold.S | 6 +++--- src/stub/src/ppc64le-darwin.macho-main.c | 6 +++--- src/stub/src/ppc64le-linux.elf-entry.S | 6 +++--- src/stub/src/ppc64le-linux.elf-fold.S | 6 +++--- src/stub/src/ppc64le-linux.elf-fold.lds | 2 +- src/stub/src/ppc64le-linux.elf-main.c | 6 +++--- src/stub/src/ppc64le-linux.kernel.vmlinux-head.S | 2 +- src/stub/src/ppc64le-linux.kernel.vmlinux.S | 6 +++--- 17 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/stub/ppc64le-darwin.macho-fold.h b/src/stub/ppc64le-darwin.macho-fold.h index 4a279be4..c001ebd9 100644 --- a/src/stub/ppc64le-darwin.macho-fold.h +++ b/src/stub/ppc64le-darwin.macho-fold.h @@ -3,9 +3,9 @@ This file is part of the UPX executable compressor. - Copyright (C) 1996-2013 Markus Franz Xaver Johannes Oberhumer - Copyright (C) 1996-2013 Laszlo Molnar - Copyright (C) 2000-2013 John F. Reiser + Copyright (C) 1996-2016 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2016 Laszlo Molnar + Copyright (C) 2000-2016 John F. Reiser All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/arch/ppc64le/64/bxx.S b/src/stub/src/arch/ppc64le/64/bxx.S index 4dc3a951..82d9cca6 100644 --- a/src/stub/src/arch/ppc64le/64/bxx.S +++ b/src/stub/src/arch/ppc64le/64/bxx.S @@ -2,7 +2,7 @@ This file is part of the UPX executable compressor. - Copyright (C) 2005-2013 John F. Reiser + Copyright (C) 2005-2016 John F. Reiser All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/arch/ppc64le/64/lzma_d.S b/src/stub/src/arch/ppc64le/64/lzma_d.S index e916983f..8b3ccab4 100644 --- a/src/stub/src/arch/ppc64le/64/lzma_d.S +++ b/src/stub/src/arch/ppc64le/64/lzma_d.S @@ -3,7 +3,7 @@ ; ; This file is part of the UPX executable compressor. ; -; Copyright (C) 2006-2013 Markus Franz Xaver Johannes Oberhumer +; Copyright (C) 2006-2016 Markus Franz Xaver Johannes Oberhumer ; All Rights Reserved. ; ; UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/arch/ppc64le/64/macros.S b/src/stub/src/arch/ppc64le/64/macros.S index 33c59a98..1a592a0c 100644 --- a/src/stub/src/arch/ppc64le/64/macros.S +++ b/src/stub/src/arch/ppc64le/64/macros.S @@ -3,8 +3,8 @@ ; ; This file is part of the UPX executable compressor. ; -; Copyright (C) 1996-2013 Markus Franz Xaver Johannes Oberhumer -; Copyright (C) 1996-2013 Laszlo Molnar +; Copyright (C) 1996-2016 Markus Franz Xaver Johannes Oberhumer +; Copyright (C) 1996-2016 Laszlo Molnar ; All Rights Reserved. ; ; UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/arch/ppc64le/64/nrv2b_d.S b/src/stub/src/arch/ppc64le/64/nrv2b_d.S index f654a9c8..aa1a775a 100644 --- a/src/stub/src/arch/ppc64le/64/nrv2b_d.S +++ b/src/stub/src/arch/ppc64le/64/nrv2b_d.S @@ -2,9 +2,9 @@ This file is part of the UPX executable compressor. - Copyright (C) 1996-2013 Markus Franz Xaver Johannes Oberhumer - Copyright (C) 1996-2013 Laszlo Molnar - Copyright (C) 2000-2013 John F. Reiser + Copyright (C) 1996-2016 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2016 Laszlo Molnar + Copyright (C) 2000-2016 John F. Reiser All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/arch/ppc64le/64/nrv2d_d.S b/src/stub/src/arch/ppc64le/64/nrv2d_d.S index c46bd97e..2c09d6b5 100644 --- a/src/stub/src/arch/ppc64le/64/nrv2d_d.S +++ b/src/stub/src/arch/ppc64le/64/nrv2d_d.S @@ -2,9 +2,9 @@ This file is part of the UPX executable compressor. - Copyright (C) 1996-2013 Markus Franz Xaver Johannes Oberhumer - Copyright (C) 1996-2013 Laszlo Molnar - Copyright (C) 2000-2013 John F. Reiser + Copyright (C) 1996-2016 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2016 Laszlo Molnar + Copyright (C) 2000-2016 John F. Reiser All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/arch/ppc64le/64/nrv2e_d.S b/src/stub/src/arch/ppc64le/64/nrv2e_d.S index fa81d9b5..b52ecb4b 100644 --- a/src/stub/src/arch/ppc64le/64/nrv2e_d.S +++ b/src/stub/src/arch/ppc64le/64/nrv2e_d.S @@ -2,9 +2,9 @@ This file is part of the UPX executable compressor. - Copyright (C) 1996-2013 Markus Franz Xaver Johannes Oberhumer - Copyright (C) 1996-2013 Laszlo Molnar - Copyright (C) 2000-2013 John F. Reiser + Copyright (C) 1996-2016 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2016 Laszlo Molnar + Copyright (C) 2000-2016 John F. Reiser All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/ppc64le-darwin.dylib-entry.S b/src/stub/src/ppc64le-darwin.dylib-entry.S index 96a04af9..dfe472ae 100644 --- a/src/stub/src/ppc64le-darwin.dylib-entry.S +++ b/src/stub/src/ppc64le-darwin.dylib-entry.S @@ -3,7 +3,7 @@ * * This file is part of the UPX executable compressor. * - * Copyright (C) 2005-2013 John F. Reiser + * Copyright (C) 2005-2016 John F. Reiser * All Rights Reserved. * * UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/ppc64le-darwin.macho-entry.S b/src/stub/src/ppc64le-darwin.macho-entry.S index f7c80fbb..27c6627d 100644 --- a/src/stub/src/ppc64le-darwin.macho-entry.S +++ b/src/stub/src/ppc64le-darwin.macho-entry.S @@ -3,7 +3,7 @@ * * This file is part of the UPX executable compressor. * - * Copyright (C) 2005-2013 John F. Reiser + * Copyright (C) 2005-2016 John F. Reiser * All Rights Reserved. * * UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/ppc64le-darwin.macho-fold.S b/src/stub/src/ppc64le-darwin.macho-fold.S index 5455c9da..6c595d9a 100644 --- a/src/stub/src/ppc64le-darwin.macho-fold.S +++ b/src/stub/src/ppc64le-darwin.macho-fold.S @@ -2,9 +2,9 @@ * * This file is part of the UPX executable compressor. * -* Copyright (C) 1996-2013 Markus Franz Xaver Johannes Oberhumer -* Copyright (C) 1996-2013 Laszlo Molnar -* Copyright (C) 2000-2013 John F. Reiser +* Copyright (C) 1996-2016 Markus Franz Xaver Johannes Oberhumer +* Copyright (C) 1996-2016 Laszlo Molnar +* Copyright (C) 2000-2016 John F. Reiser * All Rights Reserved. * * UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/ppc64le-darwin.macho-main.c b/src/stub/src/ppc64le-darwin.macho-main.c index 5bffbb8c..2cdf3236 100644 --- a/src/stub/src/ppc64le-darwin.macho-main.c +++ b/src/stub/src/ppc64le-darwin.macho-main.c @@ -2,9 +2,9 @@ This file is part of the UPX executable compressor. - Copyright (C) 1996-2013 Markus Franz Xaver Johannes Oberhumer - Copyright (C) 1996-2013 Laszlo Molnar - Copyright (C) 2000-2013 John F. Reiser + Copyright (C) 1996-2016 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2016 Laszlo Molnar + Copyright (C) 2000-2016 John F. Reiser All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/ppc64le-linux.elf-entry.S b/src/stub/src/ppc64le-linux.elf-entry.S index bea76576..db706a12 100644 --- a/src/stub/src/ppc64le-linux.elf-entry.S +++ b/src/stub/src/ppc64le-linux.elf-entry.S @@ -2,9 +2,9 @@ * * This file is part of the UPX executable compressor. * -* Copyright (C) 1996-2013 Markus Franz Xaver Johannes Oberhumer -* Copyright (C) 1996-2013 Laszlo Molnar -* Copyright (C) 2000-2013 John F. Reiser +* Copyright (C) 1996-2016 Markus Franz Xaver Johannes Oberhumer +* Copyright (C) 1996-2016 Laszlo Molnar +* Copyright (C) 2000-2016 John F. Reiser * All Rights Reserved. * * UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/ppc64le-linux.elf-fold.S b/src/stub/src/ppc64le-linux.elf-fold.S index 682a4741..b35226b1 100644 --- a/src/stub/src/ppc64le-linux.elf-fold.S +++ b/src/stub/src/ppc64le-linux.elf-fold.S @@ -2,9 +2,9 @@ * * This file is part of the UPX executable compressor. * -* Copyright (C) 1996-2013 Markus Franz Xaver Johannes Oberhumer -* Copyright (C) 1996-2013 Laszlo Molnar -* Copyright (C) 2000-2013 John F. Reiser +* Copyright (C) 1996-2016 Markus Franz Xaver Johannes Oberhumer +* Copyright (C) 1996-2016 Laszlo Molnar +* Copyright (C) 2000-2016 John F. Reiser * All Rights Reserved. * * UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/ppc64le-linux.elf-fold.lds b/src/stub/src/ppc64le-linux.elf-fold.lds index 8fa2f43f..19961a1b 100644 --- a/src/stub/src/ppc64le-linux.elf-fold.lds +++ b/src/stub/src/ppc64le-linux.elf-fold.lds @@ -2,7 +2,7 @@ This file is part of the UPX executable compressor. - Copyright (C) 2000-2013 John F. Reiser + Copyright (C) 2000-2016 John F. Reiser All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/ppc64le-linux.elf-main.c b/src/stub/src/ppc64le-linux.elf-main.c index 4fed316f..f7899aec 100644 --- a/src/stub/src/ppc64le-linux.elf-main.c +++ b/src/stub/src/ppc64le-linux.elf-main.c @@ -2,9 +2,9 @@ This file is part of the UPX executable compressor. - Copyright (C) 1996-2013 Markus Franz Xaver Johannes Oberhumer - Copyright (C) 1996-2013 Laszlo Molnar - Copyright (C) 2000-2013 John F. Reiser + Copyright (C) 1996-2016 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2016 Laszlo Molnar + Copyright (C) 2000-2016 John F. Reiser All Rights Reserved. UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/ppc64le-linux.kernel.vmlinux-head.S b/src/stub/src/ppc64le-linux.kernel.vmlinux-head.S index 074fedfd..6c48ca94 100644 --- a/src/stub/src/ppc64le-linux.kernel.vmlinux-head.S +++ b/src/stub/src/ppc64le-linux.kernel.vmlinux-head.S @@ -3,7 +3,7 @@ ; ; This file is part of the UPX executable compressor. ; -; Copyright (C) 2007-2013 John Reiser +; Copyright (C) 2007-2016 John Reiser ; All Rights Reserved. ; ; UPX and the UCL library are free software; you can redistribute them diff --git a/src/stub/src/ppc64le-linux.kernel.vmlinux.S b/src/stub/src/ppc64le-linux.kernel.vmlinux.S index 5e61c6c9..2e842bcf 100644 --- a/src/stub/src/ppc64le-linux.kernel.vmlinux.S +++ b/src/stub/src/ppc64le-linux.kernel.vmlinux.S @@ -3,9 +3,9 @@ ; ; This file is part of the UPX executable compressor. ; -; Copyright (C) 1996-2013 Markus Franz Xaver Johannes Oberhumer -; Copyright (C) 1996-2013 Laszlo Molnar -; Copyright (C) 2004-2013 John Reiser +; Copyright (C) 1996-2016 Markus Franz Xaver Johannes Oberhumer +; Copyright (C) 1996-2016 Laszlo Molnar +; Copyright (C) 2004-2016 John Reiser ; All Rights Reserved. ; ; UPX and the UCL library are free software; you can redistribute them