diff --git a/common.h b/common.h index 78fc1a2..1618839 100644 --- a/common.h +++ b/common.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace. * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich. * diff --git a/debug.c b/debug.c index d3639aa..873844e 100644 --- a/debug.c +++ b/debug.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace. * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich. * diff --git a/debug.h b/debug.h index d98d802..08cb08e 100644 --- a/debug.h +++ b/debug.h @@ -1,6 +1,7 @@ /* * This file is part of mtrace. * Copyright (C) 2015 Stefani Seibold + * This file is based on the ltrace source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich. * diff --git a/event.h b/event.h index b818665..0c5b6e7 100644 --- a/event.h +++ b/event.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace. * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich. * diff --git a/main.c b/main.c index 6875369..4e25ec5 100644 --- a/main.c +++ b/main.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace. * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich. * diff --git a/sysdeps/linux-gnu/arm/arch.c b/sysdeps/linux-gnu/arm/arch.c index a343aa1..ed10a05 100644 --- a/sysdeps/linux-gnu/arm/arch.c +++ b/sysdeps/linux-gnu/arm/arch.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace. * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich. * diff --git a/sysdeps/linux-gnu/arm/regs.c b/sysdeps/linux-gnu/arm/regs.c index 24d55a6..8dff191 100644 --- a/sysdeps/linux-gnu/arm/regs.c +++ b/sysdeps/linux-gnu/arm/regs.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace. * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich. * diff --git a/sysdeps/linux-gnu/backtrace.c b/sysdeps/linux-gnu/backtrace.c index 5959386..d017a0c 100644 --- a/sysdeps/linux-gnu/backtrace.c +++ b/sysdeps/linux-gnu/backtrace.c @@ -2,6 +2,8 @@ * This file is part of mtrace. * Copyright (C) 2015 Stefani Seibold * + * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich. + * * 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 the Free Software Foundation; either version 2 of the diff --git a/sysdeps/linux-gnu/ppc/arch.c b/sysdeps/linux-gnu/ppc/arch.c index 052b7a1..61e97a9 100644 --- a/sysdeps/linux-gnu/ppc/arch.c +++ b/sysdeps/linux-gnu/ppc/arch.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace. * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich. * diff --git a/sysdeps/linux-gnu/ppc/regs.c b/sysdeps/linux-gnu/ppc/regs.c index 703b0af..83ae609 100644 --- a/sysdeps/linux-gnu/ppc/regs.c +++ b/sysdeps/linux-gnu/ppc/regs.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace. * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich. * diff --git a/sysdeps/linux-gnu/trace.c b/sysdeps/linux-gnu/trace.c index 9f24bb3..b91117c 100644 --- a/sysdeps/linux-gnu/trace.c +++ b/sysdeps/linux-gnu/trace.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace. * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich. * diff --git a/sysdeps/sysdep.h b/sysdeps/sysdep.h index 3f5b84b..b07e8a6 100644 --- a/sysdeps/sysdep.h +++ b/sysdeps/sysdep.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace. * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich. * diff --git a/task.h b/task.h index b1777d0..54e1dd5 100644 --- a/task.h +++ b/task.h @@ -1,7 +1,6 @@ /* * This file is part of mtrace. * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich. * diff --git a/trace.c b/trace.c index 61d3e86..8f8887b 100644 --- a/trace.c +++ b/trace.c @@ -1,7 +1,6 @@ /* * This file is part of mtrace. * Copyright (C) 2015 Stefani Seibold - * This file is based on the ltrace source * * This work was sponsored by Rohde & Schwarz GmbH & Co. KG, Munich. *