From b58a41680a6e83e8350eaa264be595f49e5f6100 Mon Sep 17 00:00:00 2001 From: Stefani Seibold Date: Thu, 12 Apr 2018 11:11:58 +0200 Subject: [PATCH] fix copyright --- backend.h | 3 +-- backtrace.h | 2 +- breakpoint.c | 3 +-- breakpoint.h | 3 +-- client/bfdinc.h | 2 +- client/binfile.c | 2 +- client/binfile.h | 2 +- client/client.c | 2 +- client/client.h | 2 +- client/dump.c | 2 +- client/dump.h | 2 +- client/job.c | 2 +- client/job.h | 2 +- client/process.c | 2 +- client/process.h | 2 +- client/readline.c | 2 +- client/readline.h | 2 +- common.c | 2 +- common.h | 2 +- debug.c | 2 +- debug.h | 3 +-- dict.c | 3 +-- dict.h | 3 +-- dwarf.c | 2 +- dwarf.h | 2 +- event.c | 3 +-- event.h | 2 +- forward.h | 2 +- library.c | 3 +-- library.h | 3 +-- list.h | 2 +- main.c | 2 +- main.h | 2 +- memtrace.h | 2 +- mtelf.c | 3 +-- mtelf.h | 3 +-- mtrace.h | 3 +-- options.c | 5 ++--- options.h | 3 +-- rbtree.c | 1 - rbtree.h | 1 - report.c | 2 +- report.h | 2 +- server.c | 2 +- server.h | 2 +- sysdeps/linux-gnu/arm/arch.c | 2 +- sysdeps/linux-gnu/arm/arch.h | 3 +-- sysdeps/linux-gnu/arm/dwarf-arm.c | 3 +-- sysdeps/linux-gnu/arm/regs.c | 2 +- sysdeps/linux-gnu/ioevent.c | 2 +- sysdeps/linux-gnu/ioevent.h | 2 +- sysdeps/linux-gnu/os.c | 2 +- sysdeps/linux-gnu/os.h | 3 +-- sysdeps/linux-gnu/ppc/arch.c | 2 +- sysdeps/linux-gnu/ppc/arch.h | 3 +-- sysdeps/linux-gnu/ppc/dwarf-ppc.c | 3 +-- sysdeps/linux-gnu/ppc/regs.c | 2 +- sysdeps/linux-gnu/proc.c | 3 +-- sysdeps/linux-gnu/socket.c | 2 +- sysdeps/linux-gnu/socket.h | 2 +- sysdeps/linux-gnu/thread.c | 2 +- sysdeps/linux-gnu/trace.c | 2 +- sysdeps/linux-gnu/x86/arch.c | 2 +- sysdeps/linux-gnu/x86/arch.h | 3 +-- sysdeps/linux-gnu/x86/dwarf-x86.c | 3 +-- sysdeps/linux-gnu/x86/regs.c | 2 +- sysdeps/sysdep.h | 2 +- task.c | 3 +-- task.h | 2 +- thread.h | 2 +- timer.h | 2 +- trace.c | 2 +- trace.h | 2 +- 73 files changed, 72 insertions(+), 97 deletions(-) diff --git a/backend.h b/backend.h index b33cde0..46a58ac 100644 --- a/backend.h +++ b/backend.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/backtrace.h b/backtrace.h index 26fa2f0..0f16dcf 100644 --- a/backtrace.h +++ b/backtrace.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/breakpoint.c b/breakpoint.c index 545695d..916319f 100644 --- a/breakpoint.c +++ b/breakpoint.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/breakpoint.h b/breakpoint.h index 311b7e4..e66637e 100644 --- a/breakpoint.h +++ b/breakpoint.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/client/bfdinc.h b/client/bfdinc.h index 24078bd..81949aa 100644 --- a/client/bfdinc.h +++ b/client/bfdinc.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/client/binfile.c b/client/binfile.c index 8a8b780..3c56d2c 100644 --- a/client/binfile.c +++ b/client/binfile.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/client/binfile.h b/client/binfile.h index 0d06cec..6a3995b 100644 --- a/client/binfile.h +++ b/client/binfile.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/client/client.c b/client/client.c index e39313e..58c66b2 100644 --- a/client/client.c +++ b/client/client.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/client/client.h b/client/client.h index c116eb6..45c9a40 100644 --- a/client/client.h +++ b/client/client.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/client/dump.c b/client/dump.c index 9076cf4..3d9ceaa 100644 --- a/client/dump.c +++ b/client/dump.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/client/dump.h b/client/dump.h index 59dac51..2f9ba8c 100644 --- a/client/dump.h +++ b/client/dump.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/client/job.c b/client/job.c index cc73075..1789623 100644 --- a/client/job.c +++ b/client/job.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/client/job.h b/client/job.h index 4e62127..0ef54e8 100644 --- a/client/job.h +++ b/client/job.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/client/process.c b/client/process.c index bc969d8..1730be8 100644 --- a/client/process.c +++ b/client/process.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/client/process.h b/client/process.h index 0bafae9..daf5a53 100644 --- a/client/process.h +++ b/client/process.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/client/readline.c b/client/readline.c index 86a9ebf..2d54844 100644 --- a/client/readline.c +++ b/client/readline.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/client/readline.h b/client/readline.h index 1e6c648..adcab88 100644 --- a/client/readline.h +++ b/client/readline.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/common.c b/common.c index 37d1c49..6ab70ca 100644 --- a/common.c +++ b/common.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/common.h b/common.h index ab1bd9c..257b20c 100644 --- a/common.h +++ b/common.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/debug.c b/debug.c index b8c34db..cc7fce5 100644 --- a/debug.c +++ b/debug.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/debug.h b/debug.h index 6b95556..8cce8ce 100644 --- a/debug.h +++ b/debug.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/dict.c b/dict.c index 3246fd1..2cdfcf1 100644 --- a/dict.c +++ b/dict.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/dict.h b/dict.h index 3ecad6d..16f0158 100644 --- a/dict.h +++ b/dict.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/dwarf.c b/dwarf.c index 91401e1..688ae16 100644 --- a/dwarf.c +++ b/dwarf.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * This file is based on the libunwind source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. diff --git a/dwarf.h b/dwarf.h index 80a83a4..17971c2 100644 --- a/dwarf.h +++ b/dwarf.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * This file is based on the libunwind source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. diff --git a/event.c b/event.c index d47ffd2..fddeb6a 100644 --- a/event.c +++ b/event.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/event.h b/event.h index 51230ab..e511e73 100644 --- a/event.h +++ b/event.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/forward.h b/forward.h index 067031b..e803fab 100644 --- a/forward.h +++ b/forward.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/library.c b/library.c index 9b30cb8..80a9fdc 100644 --- a/library.c +++ b/library.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/library.h b/library.h index d3b8e50..7eb8208 100644 --- a/library.h +++ b/library.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/list.h b/list.h index fd55551..313151d 100644 --- a/list.h +++ b/list.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * This file is based on linux kernel list.h * * This program is free software; you can redistribute it and/or diff --git a/main.c b/main.c index 8d82abe..005e9f0 100644 --- a/main.c +++ b/main.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/main.h b/main.h index 1e04304..a272330 100644 --- a/main.h +++ b/main.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/memtrace.h b/memtrace.h index e7b3949..9b8c154 100644 --- a/memtrace.h +++ b/memtrace.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/mtelf.c b/mtelf.c index 190d9dd..419b818 100644 --- a/mtelf.c +++ b/mtelf.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/mtelf.h b/mtelf.h index 7d34a8f..0949c7d 100644 --- a/mtelf.h +++ b/mtelf.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/mtrace.h b/mtrace.h index b71c37d..3445c31 100644 --- a/mtrace.h +++ b/mtrace.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/options.c b/options.c index 97cde33..a9cf5ee 100644 --- a/options.c +++ b/options.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * @@ -544,7 +543,7 @@ char **process_options(int argc, char **argv) break; case 'V': printf("mtrace-ng version " PACKAGE_VERSION ".\n" - "Copyright (C) 2015 Stefani Seibold .\n" + "Copyright (C) 2018 Stefani Seibold .\n" "\n" "This software was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany.\n" "\n" diff --git a/options.h b/options.h index d8a2e11..b363208 100644 --- a/options.h +++ b/options.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/rbtree.c b/rbtree.c index 1abac89..d226aed 100644 --- a/rbtree.c +++ b/rbtree.c @@ -1,7 +1,6 @@ /* * Red Black Trees * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold * This file is based on the linux kernel source * Copyright (C) 1999 Andrea Arcangeli * Copyright (C) 2002 David Woodhouse diff --git a/rbtree.h b/rbtree.h index d171036..051ff74 100644 --- a/rbtree.h +++ b/rbtree.h @@ -1,7 +1,6 @@ /* * Red Black Trees * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold * This file is based on the linux kernel source * Copyright (C) 1999 Andrea Arcangeli * diff --git a/report.c b/report.c index 9533cb0..59a822a 100644 --- a/report.c +++ b/report.c @@ -2,7 +2,7 @@ * report events to client * * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/report.h b/report.h index f4ee764..32f8c83 100644 --- a/report.h +++ b/report.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/server.c b/server.c index a1387f8..98d78e5 100644 --- a/server.c +++ b/server.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/server.h b/server.h index 30d5ba3..37d84ec 100644 --- a/server.h +++ b/server.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/arm/arch.c b/sysdeps/linux-gnu/arm/arch.c index 9504f4a..169ee63 100644 --- a/sysdeps/linux-gnu/arm/arch.c +++ b/sysdeps/linux-gnu/arm/arch.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/arm/arch.h b/sysdeps/linux-gnu/arm/arch.h index ed9ddd6..7ecc22d 100644 --- a/sysdeps/linux-gnu/arm/arch.h +++ b/sysdeps/linux-gnu/arm/arch.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/arm/dwarf-arm.c b/sysdeps/linux-gnu/arm/dwarf-arm.c index 6ddbf86..9bbaeb1 100644 --- a/sysdeps/linux-gnu/arm/dwarf-arm.c +++ b/sysdeps/linux-gnu/arm/dwarf-arm.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/arm/regs.c b/sysdeps/linux-gnu/arm/regs.c index 47ad44f..b2104ca 100644 --- a/sysdeps/linux-gnu/arm/regs.c +++ b/sysdeps/linux-gnu/arm/regs.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/ioevent.c b/sysdeps/linux-gnu/ioevent.c index daed0bc..de979f1 100644 --- a/sysdeps/linux-gnu/ioevent.c +++ b/sysdeps/linux-gnu/ioevent.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/ioevent.h b/sysdeps/linux-gnu/ioevent.h index fa5e66d..1851d85 100644 --- a/sysdeps/linux-gnu/ioevent.h +++ b/sysdeps/linux-gnu/ioevent.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/os.c b/sysdeps/linux-gnu/os.c index 729eb39..f6059a8 100644 --- a/sysdeps/linux-gnu/os.c +++ b/sysdeps/linux-gnu/os.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/os.h b/sysdeps/linux-gnu/os.h index 5843c76..be9b9c1 100644 --- a/sysdeps/linux-gnu/os.h +++ b/sysdeps/linux-gnu/os.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/ppc/arch.c b/sysdeps/linux-gnu/ppc/arch.c index d578b77..72329dc 100644 --- a/sysdeps/linux-gnu/ppc/arch.c +++ b/sysdeps/linux-gnu/ppc/arch.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/ppc/arch.h b/sysdeps/linux-gnu/ppc/arch.h index 7f540c6..1da925a 100644 --- a/sysdeps/linux-gnu/ppc/arch.h +++ b/sysdeps/linux-gnu/ppc/arch.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/ppc/dwarf-ppc.c b/sysdeps/linux-gnu/ppc/dwarf-ppc.c index eb2889d..10a21ac 100644 --- a/sysdeps/linux-gnu/ppc/dwarf-ppc.c +++ b/sysdeps/linux-gnu/ppc/dwarf-ppc.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/ppc/regs.c b/sysdeps/linux-gnu/ppc/regs.c index adecbf0..a64b05d 100644 --- a/sysdeps/linux-gnu/ppc/regs.c +++ b/sysdeps/linux-gnu/ppc/regs.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/proc.c b/sysdeps/linux-gnu/proc.c index 10e9ea6..aaebd16 100644 --- a/sysdeps/linux-gnu/proc.c +++ b/sysdeps/linux-gnu/proc.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/socket.c b/sysdeps/linux-gnu/socket.c index de932c2..e9c550c 100644 --- a/sysdeps/linux-gnu/socket.c +++ b/sysdeps/linux-gnu/socket.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/socket.h b/sysdeps/linux-gnu/socket.h index 526b66f..07840d6 100644 --- a/sysdeps/linux-gnu/socket.h +++ b/sysdeps/linux-gnu/socket.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/thread.c b/sysdeps/linux-gnu/thread.c index 9376389..d87374f 100644 --- a/sysdeps/linux-gnu/thread.c +++ b/sysdeps/linux-gnu/thread.c @@ -2,7 +2,7 @@ * phtread thread wrapper * * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/trace.c b/sysdeps/linux-gnu/trace.c index a78abfa..68490f4 100644 --- a/sysdeps/linux-gnu/trace.c +++ b/sysdeps/linux-gnu/trace.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/x86/arch.c b/sysdeps/linux-gnu/x86/arch.c index b3dbc5d..92e6809 100644 --- a/sysdeps/linux-gnu/x86/arch.c +++ b/sysdeps/linux-gnu/x86/arch.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/x86/arch.h b/sysdeps/linux-gnu/x86/arch.h index 7ea8bf8..31d5689 100644 --- a/sysdeps/linux-gnu/x86/arch.h +++ b/sysdeps/linux-gnu/x86/arch.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/x86/dwarf-x86.c b/sysdeps/linux-gnu/x86/dwarf-x86.c index 8b50833..132abe9 100644 --- a/sysdeps/linux-gnu/x86/dwarf-x86.c +++ b/sysdeps/linux-gnu/x86/dwarf-x86.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/linux-gnu/x86/regs.c b/sysdeps/linux-gnu/x86/regs.c index 8388c7d..6d14b85 100644 --- a/sysdeps/linux-gnu/x86/regs.c +++ b/sysdeps/linux-gnu/x86/regs.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/sysdeps/sysdep.h b/sysdeps/sysdep.h index 275683e..d105640 100644 --- a/sysdeps/sysdep.h +++ b/sysdeps/sysdep.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/task.c b/task.c index 4df2c6e..bbd33bc 100644 --- a/task.c +++ b/task.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/task.h b/task.h index 311ac18..24857d1 100644 --- a/task.h +++ b/task.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/thread.h b/thread.h index 01a03a6..10b619e 100644 --- a/thread.h +++ b/thread.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/timer.h b/timer.h index 28c4b26..8bf9d85 100644 --- a/timer.h +++ b/timer.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/trace.c b/trace.c index 04c6557..bf0a365 100644 --- a/trace.c +++ b/trace.c @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. * diff --git a/trace.h b/trace.h index 168855c..1aa2414 100644 --- a/trace.h +++ b/trace.h @@ -1,6 +1,6 @@ /* * This file is part of mtrace-ng. - * Copyright (C) 2015 Stefani Seibold + * Copyright (C) 2018 Stefani Seibold * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich/Germany. *