diff --git a/auxprogs/change-copyright-year b/auxprogs/change-copyright-year index e6b98028a..bd8fdc594 100755 --- a/auxprogs/change-copyright-year +++ b/auxprogs/change-copyright-year @@ -19,11 +19,11 @@ for i in `find . -name '*.[chS]' -o -name '*.in' -type f -not -path '*.svn\/*'` ; do echo $i if [ -L $i ]; then continue; fi # skip symbolic links - perl -p -e 's/Copyright \(C\) 20([0-1])([0-9])-2013/Copyright (C) 20$1$2-2014/' < $i > tmp.$$ + perl -p -e 's/Copyright \(C\) 20([0-1])([0-9])-2013/Copyright (C) 20$1$2-2015/' < $i > tmp.$$ mv tmp.$$ $i # Copyright IBM Corp. 2010-2011 - perl -p -e 's/Copyright IBM Corp. 20([0-1])([0-9])-2013/Copyright IBM Corp. 20$1$2-2014/' < $i > tmp.$$ + perl -p -e 's/Copyright IBM Corp. 20([0-1])([0-9])-2013/Copyright IBM Corp. 20$1$2-2015/' < $i > tmp.$$ mv tmp.$$ $i done diff --git a/auxprogs/getoff.c b/auxprogs/getoff.c index fa95515fe..6e94b9afa 100644 --- a/auxprogs/getoff.c +++ b/auxprogs/getoff.c @@ -2,7 +2,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 Philippe Waroquiers + Copyright (C) 2014-2015 Philippe Waroquiers This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/auxprogs/valgrind-di-server.c b/auxprogs/valgrind-di-server.c index 5d4e15777..1715a55a6 100644 --- a/auxprogs/valgrind-di-server.c +++ b/auxprogs/valgrind-di-server.c @@ -17,7 +17,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2013 Mozilla Foundation + Copyright (C) 2013-2015 Mozilla Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/auxprogs/valgrind-listener.c b/auxprogs/valgrind-listener.c index 8da7a288b..d56c74edf 100644 --- a/auxprogs/valgrind-listener.c +++ b/auxprogs/valgrind-listener.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg_annotate.in b/cachegrind/cg_annotate.in index 9fbea2046..69365e864 100644 --- a/cachegrind/cg_annotate.in +++ b/cachegrind/cg_annotate.in @@ -7,7 +7,7 @@ # This file is part of Cachegrind, a Valgrind tool for cache # profiling programs. # -# Copyright (C) 2002-2013 Nicholas Nethercote +# Copyright (C) 2002-2015 Nicholas Nethercote # njn@valgrind.org # # This program is free software; you can redistribute it and/or @@ -158,7 +158,7 @@ usage: cg_annotate [options] cachegrind-out-file [source-files...] -I --include= add to list of directories to search for source files - cg_annotate is Copyright (C) 2002-2013 Nicholas Nethercote. + cg_annotate is Copyright (C) 2002-2015 Nicholas Nethercote. and licensed under the GNU General Public License, version 2. Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org. diff --git a/cachegrind/cg_arch.c b/cachegrind/cg_arch.c index 39f77cd74..08558be8c 100644 --- a/cachegrind/cg_arch.c +++ b/cachegrind/cg_arch.c @@ -6,7 +6,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2011-2013 Nicholas Nethercote + Copyright (C) 2011-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg_arch.h b/cachegrind/cg_arch.h index 7f9430bb9..910a9b16d 100644 --- a/cachegrind/cg_arch.h +++ b/cachegrind/cg_arch.h @@ -7,7 +7,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2002-2013 Nicholas Nethercote + Copyright (C) 2002-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg_branchpred.c b/cachegrind/cg_branchpred.c index 396bde167..a347345d0 100644 --- a/cachegrind/cg_branchpred.c +++ b/cachegrind/cg_branchpred.c @@ -7,7 +7,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2002-2013 Nicholas Nethercote + Copyright (C) 2002-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg_diff.in b/cachegrind/cg_diff.in index 96f4b1543..395460bf7 100755 --- a/cachegrind/cg_diff.in +++ b/cachegrind/cg_diff.in @@ -7,7 +7,7 @@ # This file is part of Cachegrind, a Valgrind tool for cache # profiling programs. # -# Copyright (C) 2002-2013 Nicholas Nethercote +# Copyright (C) 2002-2015 Nicholas Nethercote # njn@valgrind.org # # This program is free software; you can redistribute it and/or @@ -52,7 +52,7 @@ usage: cg_diff [options] to filenames, eg. --mod-filename='s/prog[0-9]/projN/' --mod-funcname= like --mod-filename, but applied to function names - cg_diff is Copyright (C) 2002-2013 Nicholas Nethercote. + cg_diff is Copyright (C) 2002-2015 Nicholas Nethercote. and licensed under the GNU General Public License, version 2. Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org. diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c index 1b6cb7472..de0c2a98a 100644 --- a/cachegrind/cg_main.c +++ b/cachegrind/cg_main.c @@ -8,7 +8,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2002-2013 Nicholas Nethercote + Copyright (C) 2002-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -1783,7 +1783,7 @@ static void cg_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a cache and branch-prediction profiler"); VG_(details_copyright_author)( - "Copyright (C) 2002-2013, and GNU GPL'd, by Nicholas Nethercote et al."); + "Copyright (C) 2002-2015, and GNU GPL'd, by Nicholas Nethercote et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 500 ); diff --git a/cachegrind/cg_merge.c b/cachegrind/cg_merge.c index 6cb7f5ee9..b17b1ea8a 100644 --- a/cachegrind/cg_merge.c +++ b/cachegrind/cg_merge.c @@ -8,7 +8,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2002-2013 Nicholas Nethercote + Copyright (C) 2002-2015 Nicholas Nethercote njn@valgrind.org AVL tree code derived from diff --git a/cachegrind/cg_sim.c b/cachegrind/cg_sim.c index 12d643293..7edd18e6c 100644 --- a/cachegrind/cg_sim.c +++ b/cachegrind/cg_sim.c @@ -7,7 +7,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2002-2013 Nicholas Nethercote + Copyright (C) 2002-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/callgrind/bb.c b/callgrind/bb.c index 686f97c2c..ceea5b969 100644 --- a/callgrind/bb.c +++ b/callgrind/bb.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/bbcc.c b/callgrind/bbcc.c index 9bf9c5cef..e9426e5d8 100644 --- a/callgrind/bbcc.c +++ b/callgrind/bbcc.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/callgrind.h b/callgrind/callgrind.h index 1079090c1..33b0e29d0 100644 --- a/callgrind/callgrind.h +++ b/callgrind/callgrind.h @@ -13,7 +13,7 @@ This file is part of callgrind, a valgrind tool for cache simulation and call tree tracing. - Copyright (C) 2003-2013 Josef Weidendorfer. All rights reserved. + Copyright (C) 2003-2015 Josef Weidendorfer. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/callgrind/callgrind_annotate.in b/callgrind/callgrind_annotate.in index 75b1a079e..82f6f052d 100644 --- a/callgrind/callgrind_annotate.in +++ b/callgrind/callgrind_annotate.in @@ -8,11 +8,11 @@ # This file is part of Callgrind, a cache-simulator and call graph # tracer built on Valgrind. # -# Copyright (C) 2003-2013 Josef Weidendorfer +# Copyright (C) 2003-2015 Josef Weidendorfer # Josef.Weidendorfer@gmx.de # # This file is based heavily on cg_annotate, part of Valgrind. -# Copyright (C) 2002-2013 Nicholas Nethercote +# Copyright (C) 2002-2015 Nicholas Nethercote # njn@valgrind.org # # This program is free software; you can redistribute it and/or diff --git a/callgrind/callgrind_control.in b/callgrind/callgrind_control.in index a38ee16f6..76602599f 100644 --- a/callgrind/callgrind_control.in +++ b/callgrind/callgrind_control.in @@ -7,7 +7,7 @@ # This file is part of Callgrind, a cache-simulator and call graph # tracer built on Valgrind. # -# Copyright (C) 2003-2013 Josef Weidendorfer +# Copyright (C) 2003-2015 Josef Weidendorfer # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/callgrind/callstack.c b/callgrind/callstack.c index 645378ee6..abe51268b 100644 --- a/callgrind/callstack.c +++ b/callgrind/callstack.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/clo.c b/callgrind/clo.c index 5ee62e6ce..fa76f1e6a 100644 --- a/callgrind/clo.c +++ b/callgrind/clo.c @@ -2,10 +2,10 @@ This file is part of Callgrind, a Valgrind tool for call graph profiling programs. - Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains lot of code from Cachegrind - Copyright (C) 2002-2013 Nicholas Nethercote (njn@valgrind.org) + Copyright (C) 2002-2015 Nicholas Nethercote (njn@valgrind.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/context.c b/callgrind/context.c index 73d1122fa..33f738627 100644 --- a/callgrind/context.c +++ b/callgrind/context.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/costs.c b/callgrind/costs.c index 63256c71c..507117002 100644 --- a/callgrind/costs.c +++ b/callgrind/costs.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/costs.h b/callgrind/costs.h index 8335f0da2..25ad7c3f6 100644 --- a/callgrind/costs.h +++ b/callgrind/costs.h @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2014 Josef Weidendorfer + Copyright (C) 2004-2015 Josef Weidendorfer josef.weidendorfer@gmx.de This program is free software; you can redistribute it and/or diff --git a/callgrind/debug.c b/callgrind/debug.c index e4195cc0d..6e8215cea 100644 --- a/callgrind/debug.c +++ b/callgrind/debug.c @@ -2,10 +2,10 @@ This file is part of Callgrind, a Valgrind tool for call graph profiling programs. - Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains lot of code from Cachegrind - Copyright (C) 2002-2013 Nicholas Nethercote (njn@valgrind.org) + Copyright (C) 2002-2015 Nicholas Nethercote (njn@valgrind.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/dump.c b/callgrind/dump.c index d332890b7..8907995e5 100644 --- a/callgrind/dump.c +++ b/callgrind/dump.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/events.c b/callgrind/events.c index 95babcab3..e7ca68e45 100644 --- a/callgrind/events.c +++ b/callgrind/events.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/events.h b/callgrind/events.h index 0293043c0..b38b3c313 100644 --- a/callgrind/events.h +++ b/callgrind/events.h @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/fn.c b/callgrind/fn.c index d2df95751..243494146 100644 --- a/callgrind/fn.c +++ b/callgrind/fn.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/global.h b/callgrind/global.h index 6f33050b4..bf511f74e 100644 --- a/callgrind/global.h +++ b/callgrind/global.h @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2014 Josef Weidendorfer + Copyright (C) 2004-2015 Josef Weidendorfer josef.weidendorfer@gmx.de This program is free software; you can redistribute it and/or diff --git a/callgrind/jumps.c b/callgrind/jumps.c index c7cfd307a..dbd453353 100644 --- a/callgrind/jumps.c +++ b/callgrind/jumps.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/main.c b/callgrind/main.c index c9d5db24c..2a9d44ef1 100644 --- a/callgrind/main.c +++ b/callgrind/main.c @@ -8,10 +8,10 @@ This file is part of Callgrind, a Valgrind tool for call graph profiling programs. - Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains code from Cachegrind - Copyright (C) 2002-2013 Nicholas Nethercote (njn@valgrind.org) + Copyright (C) 2002-2015 Nicholas Nethercote (njn@valgrind.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -2038,7 +2038,7 @@ void CLG_(pre_clo_init)(void) VG_(details_name) ("Callgrind"); VG_(details_version) (NULL); VG_(details_description) ("a call-graph generating cache profiler"); - VG_(details_copyright_author)("Copyright (C) 2002-2013, and GNU GPL'd, " + VG_(details_copyright_author)("Copyright (C) 2002-2015, and GNU GPL'd, " "by Josef Weidendorfer et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 500 ); diff --git a/callgrind/sim.c b/callgrind/sim.c index 99d58259a..8fedbeac3 100644 --- a/callgrind/sim.c +++ b/callgrind/sim.c @@ -7,10 +7,10 @@ This file is part of Callgrind, a Valgrind tool for call graph profiling programs. - Copyright (C) 2003-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2003-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains code from Cachegrind - Copyright (C) 2002-2013 Nicholas Nethercote (njn@valgrind.org) + Copyright (C) 2002-2015 Nicholas Nethercote (njn@valgrind.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/threads.c b/callgrind/threads.c index 55895a866..2a38fc129 100644 --- a/callgrind/threads.c +++ b/callgrind/threads.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/launcher-darwin.c b/coregrind/launcher-darwin.c index 2b14697b1..8d429e118 100644 --- a/coregrind/launcher-darwin.c +++ b/coregrind/launcher-darwin.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/launcher-linux.c b/coregrind/launcher-linux.c index ceeb729de..4d018f209 100644 --- a/coregrind/launcher-linux.c +++ b/coregrind/launcher-linux.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_addrinfo.c b/coregrind/m_addrinfo.c index fd27d6015..8c39b47b5 100644 --- a/coregrind/m_addrinfo.c +++ b/coregrind/m_addrinfo.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_aspacehl.c b/coregrind/m_aspacehl.c index 17eccce2a..ea68bdfe8 100644 --- a/coregrind/m_aspacehl.c +++ b/coregrind/m_aspacehl.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2013 Julian Seward + Copyright (C) 2006-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_aspacemgr/aspacemgr-common.c b/coregrind/m_aspacemgr/aspacemgr-common.c index 987f97ad3..205e052ca 100644 --- a/coregrind/m_aspacemgr/aspacemgr-common.c +++ b/coregrind/m_aspacemgr/aspacemgr-common.c @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2013 OpenWorks LLP + Copyright (C) 2006-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_aspacemgr/aspacemgr-linux.c b/coregrind/m_aspacemgr/aspacemgr-linux.c index 9da5aaf2c..51c9bc5bb 100644 --- a/coregrind/m_aspacemgr/aspacemgr-linux.c +++ b/coregrind/m_aspacemgr/aspacemgr-linux.c @@ -11,7 +11,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_aspacemgr/priv_aspacemgr.h b/coregrind/m_aspacemgr/priv_aspacemgr.h index 13d3dfff8..b5fd957df 100644 --- a/coregrind/m_aspacemgr/priv_aspacemgr.h +++ b/coregrind/m_aspacemgr/priv_aspacemgr.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2013 OpenWorks LLP + Copyright (C) 2006-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_cache.c b/coregrind/m_cache.c index 811eb9192..63a515f29 100644 --- a/coregrind/m_cache.c +++ b/coregrind/m_cache.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2002-2013 Nicholas Nethercote + Copyright (C) 2002-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_clientstate.c b/coregrind/m_clientstate.c index 35aee3534..7cbc7c741 100644 --- a/coregrind/m_clientstate.c +++ b/coregrind/m_clientstate.c @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_commandline.c b/coregrind/m_commandline.c index 7ac496901..67b9277a6 100644 --- a/coregrind/m_commandline.c +++ b/coregrind/m_commandline.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_compiler.c b/coregrind/m_compiler.c index f39a90f36..a6f5a3262 100644 --- a/coregrind/m_compiler.c +++ b/coregrind/m_compiler.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 Florian Krohm + Copyright (C) 2014-2015 Florian Krohm florian@eich-krohm.de This program is free software; you can redistribute it and/or diff --git a/coregrind/m_coredump/coredump-elf.c b/coregrind/m_coredump/coredump-elf.c index 8b7871ee5..b4e498da7 100644 --- a/coregrind/m_coredump/coredump-elf.c +++ b/coregrind/m_coredump/coredump-elf.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_coredump/coredump-solaris.c b/coregrind/m_coredump/coredump-solaris.c index 9b6473cc0..3a12b78e6 100644 --- a/coregrind/m_coredump/coredump-solaris.c +++ b/coregrind/m_coredump/coredump-solaris.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2014 Ivo Raisr + Copyright (C) 2013-2015 Ivo Raisr ivosh@ivosh.net This program is free software; you can redistribute it and/or diff --git a/coregrind/m_cpuid.S b/coregrind/m_cpuid.S index 1473cadb7..48d6cf491 100644 --- a/coregrind/m_cpuid.S +++ b/coregrind/m_cpuid.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/d3basics.c b/coregrind/m_debuginfo/d3basics.c index f26d1c5c9..190ada1fe 100644 --- a/coregrind/m_debuginfo/d3basics.c +++ b/coregrind/m_debuginfo/d3basics.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks LLP + Copyright (C) 2008-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/debuginfo.c b/coregrind/m_debuginfo/debuginfo.c index 8d345e61f..6f11cd230 100644 --- a/coregrind/m_debuginfo/debuginfo.c +++ b/coregrind/m_debuginfo/debuginfo.c @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/image.c b/coregrind/m_debuginfo/image.c index d974c16a1..1735ce6a3 100644 --- a/coregrind/m_debuginfo/image.c +++ b/coregrind/m_debuginfo/image.c @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2013 Mozilla Foundation + Copyright (C) 2013-2015 Mozilla Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_debuginfo/misc.c b/coregrind/m_debuginfo/misc.c index 14d3949c4..03cbf0377 100644 --- a/coregrind/m_debuginfo/misc.c +++ b/coregrind/m_debuginfo/misc.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks LLP + Copyright (C) 2008-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_d3basics.h b/coregrind/m_debuginfo/priv_d3basics.h index 4c0696663..b7eec6f74 100644 --- a/coregrind/m_debuginfo/priv_d3basics.h +++ b/coregrind/m_debuginfo/priv_d3basics.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks LLP and others; see below + Copyright (C) 2008-2015 OpenWorks LLP and others; see below info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_image.h b/coregrind/m_debuginfo/priv_image.h index 083ed784d..9523f48b6 100644 --- a/coregrind/m_debuginfo/priv_image.h +++ b/coregrind/m_debuginfo/priv_image.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2013 Mozilla Foundation + Copyright (C) 2013-2015 Mozilla Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_debuginfo/priv_misc.h b/coregrind/m_debuginfo/priv_misc.h index 40a0e483d..d3adb7d89 100644 --- a/coregrind/m_debuginfo/priv_misc.h +++ b/coregrind/m_debuginfo/priv_misc.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks LLP + Copyright (C) 2008-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_readdwarf.h b/coregrind/m_debuginfo/priv_readdwarf.h index fb2e19392..6cdf26e49 100644 --- a/coregrind/m_debuginfo/priv_readdwarf.h +++ b/coregrind/m_debuginfo/priv_readdwarf.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_readdwarf3.h b/coregrind/m_debuginfo/priv_readdwarf3.h index 636153180..3cccc68e8 100644 --- a/coregrind/m_debuginfo/priv_readdwarf3.h +++ b/coregrind/m_debuginfo/priv_readdwarf3.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks LLP + Copyright (C) 2008-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_readelf.h b/coregrind/m_debuginfo/priv_readelf.h index 22c58e9ae..17d3761f5 100644 --- a/coregrind/m_debuginfo/priv_readelf.h +++ b/coregrind/m_debuginfo/priv_readelf.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_readexidx.h b/coregrind/m_debuginfo/priv_readexidx.h index 8b21ffb14..49c1d1a1e 100644 --- a/coregrind/m_debuginfo/priv_readexidx.h +++ b/coregrind/m_debuginfo/priv_readexidx.h @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 Mozilla Foundation + Copyright (C) 2014-2015 Mozilla Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_debuginfo/priv_readpdb.h b/coregrind/m_debuginfo/priv_readpdb.h index 50da29b7d..a423799cc 100644 --- a/coregrind/m_debuginfo/priv_readpdb.h +++ b/coregrind/m_debuginfo/priv_readpdb.h @@ -11,7 +11,7 @@ derived from readelf.c and valgrind-20031012-wine/vg_symtab2.c derived from wine-1.0/tools/winedump/pdb.c and msc.c - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_storage.h b/coregrind/m_debuginfo/priv_storage.h index c7278e2ea..aa1d9f9fb 100644 --- a/coregrind/m_debuginfo/priv_storage.h +++ b/coregrind/m_debuginfo/priv_storage.h @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_tytypes.h b/coregrind/m_debuginfo/priv_tytypes.h index 82fd90558..eae3701bb 100644 --- a/coregrind/m_debuginfo/priv_tytypes.h +++ b/coregrind/m_debuginfo/priv_tytypes.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks LLP + Copyright (C) 2008-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/readdwarf.c b/coregrind/m_debuginfo/readdwarf.c index dc43c8c3f..88d49e97f 100644 --- a/coregrind/m_debuginfo/readdwarf.c +++ b/coregrind/m_debuginfo/readdwarf.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/readdwarf3.c b/coregrind/m_debuginfo/readdwarf3.c index 2fe45baeb..0e04bbeab 100644 --- a/coregrind/m_debuginfo/readdwarf3.c +++ b/coregrind/m_debuginfo/readdwarf3.c @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks LLP + Copyright (C) 2008-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/readelf.c b/coregrind/m_debuginfo/readelf.c index 574aad737..9e239b0f2 100644 --- a/coregrind/m_debuginfo/readelf.c +++ b/coregrind/m_debuginfo/readelf.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/readexidx.c b/coregrind/m_debuginfo/readexidx.c index 7d7ea0846..2dd89cfd9 100644 --- a/coregrind/m_debuginfo/readexidx.c +++ b/coregrind/m_debuginfo/readexidx.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 Mozilla Foundation + Copyright (C) 2014-2015 Mozilla Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_debuginfo/readmacho.c b/coregrind/m_debuginfo/readmacho.c index f359d575b..a471ebb4c 100644 --- a/coregrind/m_debuginfo/readmacho.c +++ b/coregrind/m_debuginfo/readmacho.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Apple Inc. + Copyright (C) 2005-2015 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/readpdb.c b/coregrind/m_debuginfo/readpdb.c index 664b5aa9d..08a9f5681 100644 --- a/coregrind/m_debuginfo/readpdb.c +++ b/coregrind/m_debuginfo/readpdb.c @@ -11,7 +11,7 @@ derived from readelf.c and valgrind-20031012-wine/vg_symtab2.c derived from wine-1.0/tools/winedump/pdb.c and msc.c - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org Copyright 2006 Eric Pouech (winedump/pdb.c and msc.c) GNU Lesser General Public License version 2.1 or later applies. diff --git a/coregrind/m_debuginfo/storage.c b/coregrind/m_debuginfo/storage.c index 3884d5292..45bc13522 100644 --- a/coregrind/m_debuginfo/storage.c +++ b/coregrind/m_debuginfo/storage.c @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/tytypes.c b/coregrind/m_debuginfo/tytypes.c index c6186d5dd..839e54621 100644 --- a/coregrind/m_debuginfo/tytypes.c +++ b/coregrind/m_debuginfo/tytypes.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks LLP + Copyright (C) 2008-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuglog.c b/coregrind/m_debuglog.c index 66f567cbf..dc6e26d2e 100644 --- a/coregrind/m_debuglog.c +++ b/coregrind/m_debuglog.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_deduppoolalloc.c b/coregrind/m_deduppoolalloc.c index d562cc728..92016d88c 100644 --- a/coregrind/m_deduppoolalloc.c +++ b/coregrind/m_deduppoolalloc.c @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 Philippe Waroquiers philippe.waroquiers@skynet.be + Copyright (C) 2014-2015 Philippe Waroquiers philippe.waroquiers@skynet.be This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_demangle/demangle.c b/coregrind/m_demangle/demangle.c index 883e16455..78db073be 100644 --- a/coregrind/m_demangle/demangle.c +++ b/coregrind/m_demangle/demangle.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_demangle/vg_libciface.h b/coregrind/m_demangle/vg_libciface.h index 5241cbe65..883250000 100644 --- a/coregrind/m_demangle/vg_libciface.h +++ b/coregrind/m_demangle/vg_libciface.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-amd64-darwin.S b/coregrind/m_dispatch/dispatch-amd64-darwin.S index 02a860019..ee97ce33d 100644 --- a/coregrind/m_dispatch/dispatch-amd64-darwin.S +++ b/coregrind/m_dispatch/dispatch-amd64-darwin.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-amd64-linux.S b/coregrind/m_dispatch/dispatch-amd64-linux.S index 245f693cd..9d5d99321 100644 --- a/coregrind/m_dispatch/dispatch-amd64-linux.S +++ b/coregrind/m_dispatch/dispatch-amd64-linux.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-amd64-solaris.S b/coregrind/m_dispatch/dispatch-amd64-solaris.S index 740505d59..5a3dd81f9 100644 --- a/coregrind/m_dispatch/dispatch-amd64-solaris.S +++ b/coregrind/m_dispatch/dispatch-amd64-solaris.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-arm-linux.S b/coregrind/m_dispatch/dispatch-arm-linux.S index 9d5b1fcf7..6c5a5fe7b 100644 --- a/coregrind/m_dispatch/dispatch-arm-linux.S +++ b/coregrind/m_dispatch/dispatch-arm-linux.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 Evan Geller + Copyright (C) 2008-2015 Evan Geller gaze@bea.ms This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-arm64-linux.S b/coregrind/m_dispatch/dispatch-arm64-linux.S index 9531275e2..a5443fb86 100644 --- a/coregrind/m_dispatch/dispatch-arm64-linux.S +++ b/coregrind/m_dispatch/dispatch-arm64-linux.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2013 OpenWorks + Copyright (C) 2013-2015 OpenWorks info@open-works.net This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-mips32-linux.S b/coregrind/m_dispatch/dispatch-mips32-linux.S index a3a158cd2..26b067d33 100644 --- a/coregrind/m_dispatch/dispatch-mips32-linux.S +++ b/coregrind/m_dispatch/dispatch-mips32-linux.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 RT-RK + Copyright (C) 2000-2015 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-mips64-linux.S b/coregrind/m_dispatch/dispatch-mips64-linux.S index c2fc69da8..8af39898f 100644 --- a/coregrind/m_dispatch/dispatch-mips64-linux.S +++ b/coregrind/m_dispatch/dispatch-mips64-linux.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 RT-RK + Copyright (C) 2000-2015 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-ppc32-linux.S b/coregrind/m_dispatch/dispatch-ppc32-linux.S index 770a05882..7dbdfb136 100644 --- a/coregrind/m_dispatch/dispatch-ppc32-linux.S +++ b/coregrind/m_dispatch/dispatch-ppc32-linux.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Cerion Armour-Brown + Copyright (C) 2005-2015 Cerion Armour-Brown This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_dispatch/dispatch-ppc64be-linux.S b/coregrind/m_dispatch/dispatch-ppc64be-linux.S index 945fa29d4..46dce2d74 100644 --- a/coregrind/m_dispatch/dispatch-ppc64be-linux.S +++ b/coregrind/m_dispatch/dispatch-ppc64be-linux.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Cerion Armour-Brown + Copyright (C) 2005-2015 Cerion Armour-Brown This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_dispatch/dispatch-ppc64le-linux.S b/coregrind/m_dispatch/dispatch-ppc64le-linux.S index 7e5bc0dc7..5da71a6ae 100644 --- a/coregrind/m_dispatch/dispatch-ppc64le-linux.S +++ b/coregrind/m_dispatch/dispatch-ppc64le-linux.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Cerion Armour-Brown + Copyright (C) 2005-2015 Cerion Armour-Brown This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_dispatch/dispatch-s390x-linux.S b/coregrind/m_dispatch/dispatch-s390x-linux.S index d7d05ab4e..30b2d13f5 100644 --- a/coregrind/m_dispatch/dispatch-s390x-linux.S +++ b/coregrind/m_dispatch/dispatch-s390x-linux.S @@ -8,8 +8,8 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2013 - Copyright (C) 2011-2013, Florian Krohm (britzel@acm.org) + Copyright IBM Corp. 2010-2015 + Copyright (C) 2011-2015, Florian Krohm (britzel@acm.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_dispatch/dispatch-tilegx-linux.S b/coregrind/m_dispatch/dispatch-tilegx-linux.S index 3451fe5d2..8afa2b4d7 100644 --- a/coregrind/m_dispatch/dispatch-tilegx-linux.S +++ b/coregrind/m_dispatch/dispatch-tilegx-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 Tilera Corp. + Copyright (C) 2010-2015 Tilera Corp. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_dispatch/dispatch-x86-darwin.S b/coregrind/m_dispatch/dispatch-x86-darwin.S index b6647cee6..e636baefd 100644 --- a/coregrind/m_dispatch/dispatch-x86-darwin.S +++ b/coregrind/m_dispatch/dispatch-x86-darwin.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-x86-linux.S b/coregrind/m_dispatch/dispatch-x86-linux.S index 20517da3f..9b9326196 100644 --- a/coregrind/m_dispatch/dispatch-x86-linux.S +++ b/coregrind/m_dispatch/dispatch-x86-linux.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_errormgr.c b/coregrind/m_errormgr.c index ec469a0ae..a46c6c36c 100644 --- a/coregrind/m_errormgr.c +++ b/coregrind/m_errormgr.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_execontext.c b/coregrind/m_execontext.c index f738279d4..c074f618e 100644 --- a/coregrind/m_execontext.c +++ b/coregrind/m_execontext.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_gdbserver/m_gdbserver.c b/coregrind/m_gdbserver/m_gdbserver.c index 15de26b65..a5e8083b0 100644 --- a/coregrind/m_gdbserver/m_gdbserver.c +++ b/coregrind/m_gdbserver/m_gdbserver.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2013 Philippe Waroquiers + Copyright (C) 2011-2015 Philippe Waroquiers This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_hashtable.c b/coregrind/m_hashtable.c index dee89631f..fd6bb4230 100644 --- a/coregrind/m_hashtable.c +++ b/coregrind/m_hashtable.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_initimg/initimg-darwin.c b/coregrind/m_initimg/initimg-darwin.c index cd6e2ffe1..5bec6dbab 100644 --- a/coregrind/m_initimg/initimg-darwin.c +++ b/coregrind/m_initimg/initimg-darwin.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_initimg/initimg-linux.c b/coregrind/m_initimg/initimg-linux.c index d84191cf5..c8b7080f5 100644 --- a/coregrind/m_initimg/initimg-linux.c +++ b/coregrind/m_initimg/initimg-linux.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_initimg/initimg-pathscan.c b/coregrind/m_initimg/initimg-pathscan.c index 17da98c0b..5b218fb9b 100644 --- a/coregrind/m_initimg/initimg-pathscan.c +++ b/coregrind/m_initimg/initimg-pathscan.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_initimg/initimg-solaris.c b/coregrind/m_initimg/initimg-solaris.c index d71b0e896..20b02d18a 100644 --- a/coregrind/m_initimg/initimg-solaris.c +++ b/coregrind/m_initimg/initimg-solaris.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2014 Petr Pavlu + Copyright (C) 2011-2015 Petr Pavlu setup@dagobah.cz This program is free software; you can redistribute it and/or diff --git a/coregrind/m_initimg/priv_initimg_pathscan.h b/coregrind/m_initimg/priv_initimg_pathscan.h index 9b4d2b90f..e74383636 100644 --- a/coregrind/m_initimg/priv_initimg_pathscan.h +++ b/coregrind/m_initimg/priv_initimg_pathscan.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2013 OpenWorks LLP + Copyright (C) 2006-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_libcassert.c b/coregrind/m_libcassert.c index 2d45838a9..9dcc18e70 100644 --- a/coregrind/m_libcassert.c +++ b/coregrind/m_libcassert.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_libcbase.c b/coregrind/m_libcbase.c index 0f55b0800..0d715fa6d 100644 --- a/coregrind/m_libcbase.c +++ b/coregrind/m_libcbase.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_libcfile.c b/coregrind/m_libcfile.c index 8eb9f2c60..68fc43438 100644 --- a/coregrind/m_libcfile.c +++ b/coregrind/m_libcfile.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_libcprint.c b/coregrind/m_libcprint.c index 0ebc00c65..1283de59d 100644 --- a/coregrind/m_libcprint.c +++ b/coregrind/m_libcprint.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_libcproc.c b/coregrind/m_libcproc.c index 6e6f99b81..e573af591 100644 --- a/coregrind/m_libcproc.c +++ b/coregrind/m_libcproc.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_libcsetjmp.c b/coregrind/m_libcsetjmp.c index df56e3b09..81a1a538a 100644 --- a/coregrind/m_libcsetjmp.c +++ b/coregrind/m_libcsetjmp.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 Mozilla Inc + Copyright (C) 2010-2015 Mozilla Inc This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_libcsignal.c b/coregrind/m_libcsignal.c index 8c5b7f6b6..2cab44900 100644 --- a/coregrind/m_libcsignal.c +++ b/coregrind/m_libcsignal.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_mach/mach_basics.c b/coregrind/m_mach/mach_basics.c index 33fab901a..034511caf 100644 --- a/coregrind/m_mach/mach_basics.c +++ b/coregrind/m_mach/mach_basics.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Apple Inc. + Copyright (C) 2005-2015 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_mach/mach_traps-amd64-darwin.S b/coregrind/m_mach/mach_traps-amd64-darwin.S index be189a0c9..692fb5228 100644 --- a/coregrind/m_mach/mach_traps-amd64-darwin.S +++ b/coregrind/m_mach/mach_traps-amd64-darwin.S @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2013 Apple Inc. + Copyright (C) 2007-2015 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_mach/mach_traps-x86-darwin.S b/coregrind/m_mach/mach_traps-x86-darwin.S index b9bf99b06..0a23b9af9 100644 --- a/coregrind/m_mach/mach_traps-x86-darwin.S +++ b/coregrind/m_mach/mach_traps-x86-darwin.S @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2013 Apple Inc. + Copyright (C) 2006-2015 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_machine.c b/coregrind/m_machine.c index 2e6d74574..6110c930f 100644 --- a/coregrind/m_machine.c +++ b/coregrind/m_machine.c @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_main.c b/coregrind/m_main.c index f745600bc..a95ff9fef 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or @@ -292,8 +292,8 @@ static void usage_NORETURN ( Bool debug_help ) " Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc\n" "\n" " %s is %s\n" -" Valgrind is Copyright (C) 2000-2013, and GNU GPL'd, by Julian Seward et al.\n" -" LibVEX is Copyright (C) 2004-2013, and GNU GPL'd, by OpenWorks LLP et al.\n" +" Valgrind is Copyright (C) 2000-2015, and GNU GPL'd, by Julian Seward et al.\n" +" LibVEX is Copyright (C) 2004-2015, and GNU GPL'd, by OpenWorks LLP et al.\n" "\n" " Bug reports, feedback, admiration, abuse, etc, to: %s.\n" "\n"; diff --git a/coregrind/m_mallocfree.c b/coregrind/m_mallocfree.c index b8e994cab..e52275447 100644 --- a/coregrind/m_mallocfree.c +++ b/coregrind/m_mallocfree.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_options.c b/coregrind/m_options.c index 86beb774e..4248e9b99 100644 --- a/coregrind/m_options.c +++ b/coregrind/m_options.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Nicholas Nethercote + Copyright (C) 2000-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_oset.c b/coregrind/m_oset.c index 358392ebc..68446f8e9 100644 --- a/coregrind/m_oset.c +++ b/coregrind/m_oset.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_poolalloc.c b/coregrind/m_poolalloc.c index ef2f214a5..ed203ceee 100644 --- a/coregrind/m_poolalloc.c +++ b/coregrind/m_poolalloc.c @@ -5,7 +5,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2013 OpenWorks LLP info@open-works.co.uk, + Copyright (C) 2011-2015 OpenWorks LLP info@open-works.co.uk, Philippe Waroquiers philippe.waroquiers@skynet.be This program is free software; you can redistribute it and/or diff --git a/coregrind/m_rangemap.c b/coregrind/m_rangemap.c index 0703c4190..b085d2968 100644 --- a/coregrind/m_rangemap.c +++ b/coregrind/m_rangemap.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 Mozilla Foundation + Copyright (C) 2014-2015 Mozilla Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_redir.c b/coregrind/m_redir.c index eaad1f856..7e4df8da6 100644 --- a/coregrind/m_redir.c +++ b/coregrind/m_redir.c @@ -7,9 +7,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org - Copyright (C) 2003-2013 Jeremy Fitzhardinge + Copyright (C) 2003-2015 Jeremy Fitzhardinge jeremy@goop.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_replacemalloc/replacemalloc_core.c b/coregrind/m_replacemalloc/replacemalloc_core.c index 9bf40dbe4..c31add04c 100644 --- a/coregrind/m_replacemalloc/replacemalloc_core.c +++ b/coregrind/m_replacemalloc/replacemalloc_core.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_replacemalloc/vg_replace_malloc.c b/coregrind/m_replacemalloc/vg_replace_malloc.c index 604e05a61..1483e8281 100644 --- a/coregrind/m_replacemalloc/vg_replace_malloc.c +++ b/coregrind/m_replacemalloc/vg_replace_malloc.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sbprofile.c b/coregrind/m_sbprofile.c index 0b8022ba1..25683f6b3 100644 --- a/coregrind/m_sbprofile.c +++ b/coregrind/m_sbprofile.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2012-2013 Mozilla Foundation + Copyright (C) 2012-2015 Mozilla Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_scheduler/priv_sched-lock-impl.h b/coregrind/m_scheduler/priv_sched-lock-impl.h index 58e2ea326..ae291b1d0 100644 --- a/coregrind/m_scheduler/priv_sched-lock-impl.h +++ b/coregrind/m_scheduler/priv_sched-lock-impl.h @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2013 Bart Van Assche . + Copyright (C) 2011-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_scheduler/priv_sched-lock.h b/coregrind/m_scheduler/priv_sched-lock.h index 9a951ca30..aa2b78cbb 100644 --- a/coregrind/m_scheduler/priv_sched-lock.h +++ b/coregrind/m_scheduler/priv_sched-lock.h @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2013 Bart Van Assche . + Copyright (C) 2011-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_scheduler/priv_sema.h b/coregrind/m_scheduler/priv_sema.h index bef7b4fe1..49ea81377 100644 --- a/coregrind/m_scheduler/priv_sema.h +++ b/coregrind/m_scheduler/priv_sema.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_scheduler/sched-lock-generic.c b/coregrind/m_scheduler/sched-lock-generic.c index 939bc4fe4..e9de6f9cf 100644 --- a/coregrind/m_scheduler/sched-lock-generic.c +++ b/coregrind/m_scheduler/sched-lock-generic.c @@ -11,7 +11,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2013 Bart Van Assche . + Copyright (C) 2011-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_scheduler/sched-lock.c b/coregrind/m_scheduler/sched-lock.c index dd2532194..0afdae027 100644 --- a/coregrind/m_scheduler/sched-lock.c +++ b/coregrind/m_scheduler/sched-lock.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2013 Bart Van Assche . + Copyright (C) 2011-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_scheduler/scheduler.c b/coregrind/m_scheduler/scheduler.c index e41079171..1234d5605 100644 --- a/coregrind/m_scheduler/scheduler.c +++ b/coregrind/m_scheduler/scheduler.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_scheduler/sema.c b/coregrind/m_scheduler/sema.c index 44f27f242..b5637686a 100644 --- a/coregrind/m_scheduler/sema.c +++ b/coregrind/m_scheduler/sema.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_scheduler/ticket-lock-linux.c b/coregrind/m_scheduler/ticket-lock-linux.c index 92a41a780..45904813d 100644 --- a/coregrind/m_scheduler/ticket-lock-linux.c +++ b/coregrind/m_scheduler/ticket-lock-linux.c @@ -14,7 +14,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2013 Bart Van Assche . + Copyright (C) 2011-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_seqmatch.c b/coregrind/m_seqmatch.c index 57ca3b0cc..668e99905 100644 --- a/coregrind/m_seqmatch.c +++ b/coregrind/m_seqmatch.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-amd64-darwin.c b/coregrind/m_sigframe/sigframe-amd64-darwin.c index f42641086..281d7199f 100644 --- a/coregrind/m_sigframe/sigframe-amd64-darwin.c +++ b/coregrind/m_sigframe/sigframe-amd64-darwin.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2013 OpenWorks Ltd + Copyright (C) 2006-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-amd64-linux.c b/coregrind/m_sigframe/sigframe-amd64-linux.c index adb86bca3..fa34624d4 100644 --- a/coregrind/m_sigframe/sigframe-amd64-linux.c +++ b/coregrind/m_sigframe/sigframe-amd64-linux.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Nicholas Nethercote + Copyright (C) 2000-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-arm-linux.c b/coregrind/m_sigframe/sigframe-arm-linux.c index 0e3951a8b..2f7781aef 100644 --- a/coregrind/m_sigframe/sigframe-arm-linux.c +++ b/coregrind/m_sigframe/sigframe-arm-linux.c @@ -8,11 +8,11 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Nicholas Nethercote + Copyright (C) 2000-2015 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2004-2013 Paul Mackerras + Copyright (C) 2004-2015 Paul Mackerras paulus@samba.org - Copyright (C) 2008-2013 Evan Geller + Copyright (C) 2008-2015 Evan Geller gaze@bea.ms This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-arm64-linux.c b/coregrind/m_sigframe/sigframe-arm64-linux.c index 0d0cc2a7e..a0134e4c3 100644 --- a/coregrind/m_sigframe/sigframe-arm64-linux.c +++ b/coregrind/m_sigframe/sigframe-arm64-linux.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2013 OpenWorks + Copyright (C) 2013-2015 OpenWorks info@open-works.net This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-common.c b/coregrind/m_sigframe/sigframe-common.c index 5e5eaf69d..8c513fff0 100644 --- a/coregrind/m_sigframe/sigframe-common.c +++ b/coregrind/m_sigframe/sigframe-common.c @@ -10,9 +10,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Nicholas Nethercote + Copyright (C) 2000-2015 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2013 OpenWorks Ltd + Copyright (C) 2006-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-mips32-linux.c b/coregrind/m_sigframe/sigframe-mips32-linux.c index d6e76b1d6..a95a661e3 100644 --- a/coregrind/m_sigframe/sigframe-mips32-linux.c +++ b/coregrind/m_sigframe/sigframe-mips32-linux.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 RT-RK + Copyright (C) 2010-2015 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-mips64-linux.c b/coregrind/m_sigframe/sigframe-mips64-linux.c index 04e073380..f21e2c7e5 100644 --- a/coregrind/m_sigframe/sigframe-mips64-linux.c +++ b/coregrind/m_sigframe/sigframe-mips64-linux.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 RT-RK + Copyright (C) 2010-2015 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-ppc32-linux.c b/coregrind/m_sigframe/sigframe-ppc32-linux.c index 881234ab8..2a496febd 100644 --- a/coregrind/m_sigframe/sigframe-ppc32-linux.c +++ b/coregrind/m_sigframe/sigframe-ppc32-linux.c @@ -8,9 +8,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Nicholas Nethercote + Copyright (C) 2000-2015 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2004-2013 Paul Mackerras + Copyright (C) 2004-2015 Paul Mackerras paulus@samba.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-ppc64-linux.c b/coregrind/m_sigframe/sigframe-ppc64-linux.c index a58c2d4ee..c5f530110 100644 --- a/coregrind/m_sigframe/sigframe-ppc64-linux.c +++ b/coregrind/m_sigframe/sigframe-ppc64-linux.c @@ -8,9 +8,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Nicholas Nethercote + Copyright (C) 2000-2015 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2004-2013 Paul Mackerras + Copyright (C) 2004-2015 Paul Mackerras paulus@samba.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-s390x-linux.c b/coregrind/m_sigframe/sigframe-s390x-linux.c index e0cd41991..3f106f901 100644 --- a/coregrind/m_sigframe/sigframe-s390x-linux.c +++ b/coregrind/m_sigframe/sigframe-s390x-linux.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2013 + Copyright IBM Corp. 2010-2015 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_sigframe/sigframe-solaris.c b/coregrind/m_sigframe/sigframe-solaris.c index 5f3b65620..c19fb1fd7 100644 --- a/coregrind/m_sigframe/sigframe-solaris.c +++ b/coregrind/m_sigframe/sigframe-solaris.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2014 Petr Pavlu + Copyright (C) 2011-2015 Petr Pavlu setup@dagobah.cz This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-tilegx-linux.c b/coregrind/m_sigframe/sigframe-tilegx-linux.c index f57dd077a..52cbf4b34 100644 --- a/coregrind/m_sigframe/sigframe-tilegx-linux.c +++ b/coregrind/m_sigframe/sigframe-tilegx-linux.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 Tilera Corp. + Copyright (C) 2010-2015 Tilera Corp. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_sigframe/sigframe-x86-darwin.c b/coregrind/m_sigframe/sigframe-x86-darwin.c index 789e7f17f..2e6492f33 100644 --- a/coregrind/m_sigframe/sigframe-x86-darwin.c +++ b/coregrind/m_sigframe/sigframe-x86-darwin.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2013 OpenWorks Ltd + Copyright (C) 2006-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-x86-linux.c b/coregrind/m_sigframe/sigframe-x86-linux.c index 43111116d..3a46bfd32 100644 --- a/coregrind/m_sigframe/sigframe-x86-linux.c +++ b/coregrind/m_sigframe/sigframe-x86-linux.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Nicholas Nethercote + Copyright (C) 2000-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_signals.c b/coregrind/m_signals.c index f59bff7d2..e105afa96 100644 --- a/coregrind/m_signals.c +++ b/coregrind/m_signals.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sparsewa.c b/coregrind/m_sparsewa.c index 3f111c411..a8a845d52 100644 --- a/coregrind/m_sparsewa.c +++ b/coregrind/m_sparsewa.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_stacks.c b/coregrind/m_stacks.c index 1a56f4144..aac5ebf7f 100644 --- a/coregrind/m_stacks.c +++ b/coregrind/m_stacks.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_stacktrace.c b/coregrind/m_stacktrace.c index 726ac61ed..f0ddd4426 100644 --- a/coregrind/m_stacktrace.c +++ b/coregrind/m_stacktrace.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syscall.c b/coregrind/m_syscall.c index 8cc0564ab..308fcfef7 100644 --- a/coregrind/m_syscall.c +++ b/coregrind/m_syscall.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_syswrap-darwin.h b/coregrind/m_syswrap/priv_syswrap-darwin.h index bae30d315..62784e9a9 100644 --- a/coregrind/m_syswrap/priv_syswrap-darwin.h +++ b/coregrind/m_syswrap/priv_syswrap-darwin.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Apple Inc. + Copyright (C) 2005-2015 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_syswrap-generic.h b/coregrind/m_syswrap/priv_syswrap-generic.h index 6dbcf1212..029260f5d 100644 --- a/coregrind/m_syswrap/priv_syswrap-generic.h +++ b/coregrind/m_syswrap/priv_syswrap-generic.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_syswrap-linux-variants.h b/coregrind/m_syswrap/priv_syswrap-linux-variants.h index 07b745f46..66cdaa6d2 100644 --- a/coregrind/m_syswrap/priv_syswrap-linux-variants.h +++ b/coregrind/m_syswrap/priv_syswrap-linux-variants.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_syswrap-linux.h b/coregrind/m_syswrap/priv_syswrap-linux.h index 6552dca82..03fcd118a 100644 --- a/coregrind/m_syswrap/priv_syswrap-linux.h +++ b/coregrind/m_syswrap/priv_syswrap-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Nicholas Nethercote + Copyright (C) 2000-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_syswrap-main.h b/coregrind/m_syswrap/priv_syswrap-main.h index 4105f9666..cabad7ccc 100644 --- a/coregrind/m_syswrap/priv_syswrap-main.h +++ b/coregrind/m_syswrap/priv_syswrap-main.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Nicholas Nethercote + Copyright (C) 2000-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_syswrap-solaris.h b/coregrind/m_syswrap/priv_syswrap-solaris.h index 1ea0aa877..3c30e49bb 100644 --- a/coregrind/m_syswrap/priv_syswrap-solaris.h +++ b/coregrind/m_syswrap/priv_syswrap-solaris.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2014 Petr Pavlu + Copyright (C) 2011-2015 Petr Pavlu setup@dagobah.cz This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_types_n_macros.h b/coregrind/m_syswrap/priv_types_n_macros.h index 8ec0e281d..0eacfc758 100644 --- a/coregrind/m_syswrap/priv_types_n_macros.h +++ b/coregrind/m_syswrap/priv_types_n_macros.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-amd64-darwin.S b/coregrind/m_syswrap/syscall-amd64-darwin.S index c5937302c..d82ea164f 100644 --- a/coregrind/m_syswrap/syscall-amd64-darwin.S +++ b/coregrind/m_syswrap/syscall-amd64-darwin.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-amd64-linux.S b/coregrind/m_syswrap/syscall-amd64-linux.S index a6d74690e..e2c61b4e5 100644 --- a/coregrind/m_syswrap/syscall-amd64-linux.S +++ b/coregrind/m_syswrap/syscall-amd64-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-amd64-solaris.S b/coregrind/m_syswrap/syscall-amd64-solaris.S index f2052237b..a34cf9c58 100644 --- a/coregrind/m_syswrap/syscall-amd64-solaris.S +++ b/coregrind/m_syswrap/syscall-amd64-solaris.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 Petr Pavlu + Copyright (C) 2014-2015 Petr Pavlu setup@dagobah.cz This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-arm-linux.S b/coregrind/m_syswrap/syscall-arm-linux.S index 383929982..e2517db20 100644 --- a/coregrind/m_syswrap/syscall-arm-linux.S +++ b/coregrind/m_syswrap/syscall-arm-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 Evan Geller (gaze@bea.ms) + Copyright (C) 2008-2015 Evan Geller (gaze@bea.ms) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syscall-arm64-linux.S b/coregrind/m_syswrap/syscall-arm64-linux.S index 8b0e4b39c..80839962a 100644 --- a/coregrind/m_syswrap/syscall-arm64-linux.S +++ b/coregrind/m_syswrap/syscall-arm64-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2013 OpenWorks + Copyright (C) 2013-2015 OpenWorks info@open-works.net This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-mips32-linux.S b/coregrind/m_syswrap/syscall-mips32-linux.S index 4a764a281..9b14daa02 100644 --- a/coregrind/m_syswrap/syscall-mips32-linux.S +++ b/coregrind/m_syswrap/syscall-mips32-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 RT-RK + Copyright (C) 2010-2015 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-mips64-linux.S b/coregrind/m_syswrap/syscall-mips64-linux.S index 330ab1d17..32ccfede8 100644 --- a/coregrind/m_syswrap/syscall-mips64-linux.S +++ b/coregrind/m_syswrap/syscall-mips64-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 RT-RK + Copyright (C) 2010-2015 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-ppc32-linux.S b/coregrind/m_syswrap/syscall-ppc32-linux.S index 9cd2aaa90..86946b46e 100644 --- a/coregrind/m_syswrap/syscall-ppc32-linux.S +++ b/coregrind/m_syswrap/syscall-ppc32-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Paul Mackerras (paulus@samba.org) + Copyright (C) 2005-2015 Paul Mackerras (paulus@samba.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syscall-ppc64be-linux.S b/coregrind/m_syswrap/syscall-ppc64be-linux.S index a301612e4..0634abc55 100644 --- a/coregrind/m_syswrap/syscall-ppc64be-linux.S +++ b/coregrind/m_syswrap/syscall-ppc64be-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Paul Mackerras + Copyright (C) 2005-2015 Paul Mackerras This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syscall-ppc64le-linux.S b/coregrind/m_syswrap/syscall-ppc64le-linux.S index 4ea1f8fce..8b6150917 100644 --- a/coregrind/m_syswrap/syscall-ppc64le-linux.S +++ b/coregrind/m_syswrap/syscall-ppc64le-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Paul Mackerras + Copyright (C) 2005-2015 Paul Mackerras This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syscall-s390x-linux.S b/coregrind/m_syswrap/syscall-s390x-linux.S index 6b21eac62..72231f2c8 100644 --- a/coregrind/m_syswrap/syscall-s390x-linux.S +++ b/coregrind/m_syswrap/syscall-s390x-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2013 + Copyright IBM Corp. 2010-2015 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syscall-x86-darwin.S b/coregrind/m_syswrap/syscall-x86-darwin.S index 73d1b2d8c..4f7bac7f0 100644 --- a/coregrind/m_syswrap/syscall-x86-darwin.S +++ b/coregrind/m_syswrap/syscall-x86-darwin.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-x86-linux.S b/coregrind/m_syswrap/syscall-x86-linux.S index d32d537bd..30cb23e45 100644 --- a/coregrind/m_syswrap/syscall-x86-linux.S +++ b/coregrind/m_syswrap/syscall-x86-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-x86-solaris.S b/coregrind/m_syswrap/syscall-x86-solaris.S index cb4346fa7..654aa8434 100644 --- a/coregrind/m_syswrap/syscall-x86-solaris.S +++ b/coregrind/m_syswrap/syscall-x86-solaris.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2014 Petr Pavlu + Copyright (C) 2011-2015 Petr Pavlu setup@dagobah.cz This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-amd64-darwin.c b/coregrind/m_syswrap/syswrap-amd64-darwin.c index b1e62881f..8f13e71f8 100644 --- a/coregrind/m_syswrap/syswrap-amd64-darwin.c +++ b/coregrind/m_syswrap/syswrap-amd64-darwin.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Apple Inc. + Copyright (C) 2005-2015 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-amd64-linux.c b/coregrind/m_syswrap/syswrap-amd64-linux.c index a61589b99..7c88bc225 100644 --- a/coregrind/m_syswrap/syswrap-amd64-linux.c +++ b/coregrind/m_syswrap/syswrap-amd64-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Nicholas Nethercote + Copyright (C) 2000-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-amd64-solaris.c b/coregrind/m_syswrap/syswrap-amd64-solaris.c index 9fa0e99de..4fd78ec36 100644 --- a/coregrind/m_syswrap/syswrap-amd64-solaris.c +++ b/coregrind/m_syswrap/syswrap-amd64-solaris.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 Petr Pavlu + Copyright (C) 2014-2015 Petr Pavlu setup@dagobah.cz This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-arm-linux.c b/coregrind/m_syswrap/syswrap-arm-linux.c index e0faf17fd..3ccad12c2 100644 --- a/coregrind/m_syswrap/syswrap-arm-linux.c +++ b/coregrind/m_syswrap/syswrap-arm-linux.c @@ -7,9 +7,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Nicholas Nethercote + Copyright (C) 2000-2015 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2008-2013 Evan Geller + Copyright (C) 2008-2015 Evan Geller gaze@bea.ms This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-arm64-linux.c b/coregrind/m_syswrap/syswrap-arm64-linux.c index 30e523f67..6661d1ddc 100644 --- a/coregrind/m_syswrap/syswrap-arm64-linux.c +++ b/coregrind/m_syswrap/syswrap-arm64-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2013 OpenWorks + Copyright (C) 2013-2015 OpenWorks info@open-works.net This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-darwin.c b/coregrind/m_syswrap/syswrap-darwin.c index 2ee9c4d30..1c1cb0e43 100644 --- a/coregrind/m_syswrap/syswrap-darwin.c +++ b/coregrind/m_syswrap/syswrap-darwin.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Apple Inc. + Copyright (C) 2005-2015 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-generic.c b/coregrind/m_syswrap/syswrap-generic.c index b89746064..aa60d6752 100644 --- a/coregrind/m_syswrap/syswrap-generic.c +++ b/coregrind/m_syswrap/syswrap-generic.c @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-linux-variants.c b/coregrind/m_syswrap/syswrap-linux-variants.c index fe780282e..cd27091bd 100644 --- a/coregrind/m_syswrap/syswrap-linux-variants.c +++ b/coregrind/m_syswrap/syswrap-linux-variants.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-linux.c b/coregrind/m_syswrap/syswrap-linux.c index c69ab9de8..980f881b1 100644 --- a/coregrind/m_syswrap/syswrap-linux.c +++ b/coregrind/m_syswrap/syswrap-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Nicholas Nethercote + Copyright (C) 2000-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-main.c b/coregrind/m_syswrap/syswrap-main.c index 8fb8ce65f..4f37c32d0 100644 --- a/coregrind/m_syswrap/syswrap-main.c +++ b/coregrind/m_syswrap/syswrap-main.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-mips32-linux.c b/coregrind/m_syswrap/syswrap-mips32-linux.c index 2c61e7cc0..7a4a857e2 100644 --- a/coregrind/m_syswrap/syswrap-mips32-linux.c +++ b/coregrind/m_syswrap/syswrap-mips32-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 RT-RK + Copyright (C) 2010-2015 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-mips64-linux.c b/coregrind/m_syswrap/syswrap-mips64-linux.c index 73cffa707..12d147dfd 100644 --- a/coregrind/m_syswrap/syswrap-mips64-linux.c +++ b/coregrind/m_syswrap/syswrap-mips64-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 RT-RK + Copyright (C) 2010-2015 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c index 293e101ac..9ceaa1514 100644 --- a/coregrind/m_syswrap/syswrap-ppc32-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc32-linux.c @@ -7,8 +7,8 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Nicholas Nethercote - Copyright (C) 2005-2013 Cerion Armour-Brown + Copyright (C) 2005-2015 Nicholas Nethercote + Copyright (C) 2005-2015 Cerion Armour-Brown This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c index 09ec2839f..15b8979eb 100644 --- a/coregrind/m_syswrap/syswrap-ppc64-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc64-linux.c @@ -7,8 +7,8 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Nicholas Nethercote - Copyright (C) 2005-2013 Cerion Armour-Brown + Copyright (C) 2005-2015 Nicholas Nethercote + Copyright (C) 2005-2015 Cerion Armour-Brown This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syswrap-s390x-linux.c b/coregrind/m_syswrap/syswrap-s390x-linux.c index b4258716d..e919b8f31 100644 --- a/coregrind/m_syswrap/syswrap-s390x-linux.c +++ b/coregrind/m_syswrap/syswrap-s390x-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2013 + Copyright IBM Corp. 2010-2015 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syswrap-tilegx-linux.c b/coregrind/m_syswrap/syswrap-tilegx-linux.c index 88d38c71f..aceceb465 100644 --- a/coregrind/m_syswrap/syswrap-tilegx-linux.c +++ b/coregrind/m_syswrap/syswrap-tilegx-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 Tilera Corp. + Copyright (C) 2010-2015 Tilera Corp. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syswrap-x86-darwin.c b/coregrind/m_syswrap/syswrap-x86-darwin.c index b1b3aebe1..a9282ee1f 100644 --- a/coregrind/m_syswrap/syswrap-x86-darwin.c +++ b/coregrind/m_syswrap/syswrap-x86-darwin.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Apple Inc. + Copyright (C) 2005-2015 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-x86-linux.c b/coregrind/m_syswrap/syswrap-x86-linux.c index eb2fa30d1..24d7dc18a 100644 --- a/coregrind/m_syswrap/syswrap-x86-linux.c +++ b/coregrind/m_syswrap/syswrap-x86-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Nicholas Nethercote + Copyright (C) 2000-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-x86-solaris.c b/coregrind/m_syswrap/syswrap-x86-solaris.c index 76c69e313..ed577294a 100644 --- a/coregrind/m_syswrap/syswrap-x86-solaris.c +++ b/coregrind/m_syswrap/syswrap-x86-solaris.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2014 Petr Pavlu + Copyright (C) 2011-2015 Petr Pavlu setup@dagobah.cz This program is free software; you can redistribute it and/or diff --git a/coregrind/m_threadstate.c b/coregrind/m_threadstate.c index e6b7b7ba9..c4cf55b77 100644 --- a/coregrind/m_threadstate.c +++ b/coregrind/m_threadstate.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_tooliface.c b/coregrind/m_tooliface.c index 293284942..6971a47cc 100644 --- a/coregrind/m_tooliface.c +++ b/coregrind/m_tooliface.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Nicholas Nethercote + Copyright (C) 2000-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_trampoline.S b/coregrind/m_trampoline.S index 189479c03..5d46b1567 100644 --- a/coregrind/m_trampoline.S +++ b/coregrind/m_trampoline.S @@ -7,9 +7,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org - Copyright (C) 2006-2013 OpenWorks LLP + Copyright (C) 2006-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_translate.c b/coregrind/m_translate.c index ce93b33d1..62680cb9b 100644 --- a/coregrind/m_translate.c +++ b/coregrind/m_translate.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_transtab.c b/coregrind/m_transtab.c index 85f9eaaf3..b9cce9920 100644 --- a/coregrind/m_transtab.c +++ b/coregrind/m_transtab.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_ume/elf.c b/coregrind/m_ume/elf.c index af84fae1b..78a22f2b9 100644 --- a/coregrind/m_ume/elf.c +++ b/coregrind/m_ume/elf.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_ume/macho.c b/coregrind/m_ume/macho.c index eac91e81b..efe0f59fe 100644 --- a/coregrind/m_ume/macho.c +++ b/coregrind/m_ume/macho.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Apple Inc. + Copyright (C) 2005-2015 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_ume/main.c b/coregrind/m_ume/main.c index 40dd4605e..a319f4acc 100644 --- a/coregrind/m_ume/main.c +++ b/coregrind/m_ume/main.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_ume/priv_ume.h b/coregrind/m_ume/priv_ume.h index 30e397583..7b3ccfd50 100644 --- a/coregrind/m_ume/priv_ume.h +++ b/coregrind/m_ume/priv_ume.h @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_ume/script.c b/coregrind/m_ume/script.c index 6751f19a6..7f6b5b652 100644 --- a/coregrind/m_ume/script.c +++ b/coregrind/m_ume/script.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_vki.c b/coregrind/m_vki.c index 8a83b05d5..11b115c72 100644 --- a/coregrind/m_vki.c +++ b/coregrind/m_vki.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2013 OpenWorks LLP + Copyright (C) 2006-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_vkiscnums.c b/coregrind/m_vkiscnums.c index e805248cd..9807a8240 100644 --- a/coregrind/m_vkiscnums.c +++ b/coregrind/m_vkiscnums.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2013 OpenWorks LLP + Copyright (C) 2006-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_wordfm.c b/coregrind/m_wordfm.c index 30cd6ad6f..9717020c2 100644 --- a/coregrind/m_wordfm.c +++ b/coregrind/m_wordfm.c @@ -9,13 +9,13 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2013 Julian Seward + Copyright (C) 2007-2015 Julian Seward jseward@acm.org This code is based on previous work by Nicholas Nethercote (coregrind/m_oset.c) which is - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org which in turn was derived partially from: diff --git a/coregrind/m_xarray.c b/coregrind/m_xarray.c index 3922e5276..07f161fee 100644 --- a/coregrind/m_xarray.c +++ b/coregrind/m_xarray.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2013 OpenWorks LLP + Copyright (C) 2007-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_addrinfo.h b/coregrind/pub_core_addrinfo.h index 577c10421..d5ee2dba1 100644 --- a/coregrind/pub_core_addrinfo.h +++ b/coregrind/pub_core_addrinfo.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 Philippe Waroquiers + Copyright (C) 2014-2015 Philippe Waroquiers This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/pub_core_aspacehl.h b/coregrind/pub_core_aspacehl.h index 7ff0d98c7..66bca0cda 100644 --- a/coregrind/pub_core_aspacehl.h +++ b/coregrind/pub_core_aspacehl.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2009-2013 Julian Seward + Copyright (C) 2009-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_aspacemgr.h b/coregrind/pub_core_aspacemgr.h index 3f58d8138..5aeb8cc0d 100644 --- a/coregrind/pub_core_aspacemgr.h +++ b/coregrind/pub_core_aspacemgr.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_basics.h b/coregrind/pub_core_basics.h index 9d7e6b451..278e3dc00 100644 --- a/coregrind/pub_core_basics.h +++ b/coregrind/pub_core_basics.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_basics_asm.h b/coregrind/pub_core_basics_asm.h index ada20cb1d..0dccce8e3 100644 --- a/coregrind/pub_core_basics_asm.h +++ b/coregrind/pub_core_basics_asm.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_clientstate.h b/coregrind/pub_core_clientstate.h index 7087fbe88..215dfb20e 100644 --- a/coregrind/pub_core_clientstate.h +++ b/coregrind/pub_core_clientstate.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_clreq.h b/coregrind/pub_core_clreq.h index b6d3a096c..45c48c31a 100644 --- a/coregrind/pub_core_clreq.h +++ b/coregrind/pub_core_clreq.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_commandline.h b/coregrind/pub_core_commandline.h index 0cf003631..bac902e15 100644 --- a/coregrind/pub_core_commandline.h +++ b/coregrind/pub_core_commandline.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_coredump.h b/coregrind/pub_core_coredump.h index 08e41079c..851b3ff3f 100644 --- a/coregrind/pub_core_coredump.h +++ b/coregrind/pub_core_coredump.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_cpuid.h b/coregrind/pub_core_cpuid.h index eebe3713e..f34e56efd 100644 --- a/coregrind/pub_core_cpuid.h +++ b/coregrind/pub_core_cpuid.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_debuginfo.h b/coregrind/pub_core_debuginfo.h index 5a99d1551..b698f2c9d 100644 --- a/coregrind/pub_core_debuginfo.h +++ b/coregrind/pub_core_debuginfo.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_debuglog.h b/coregrind/pub_core_debuglog.h index 812ce8ab3..c5006caf1 100644 --- a/coregrind/pub_core_debuglog.h +++ b/coregrind/pub_core_debuglog.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_deduppoolalloc.h b/coregrind/pub_core_deduppoolalloc.h index 0803485fa..956fe17be 100644 --- a/coregrind/pub_core_deduppoolalloc.h +++ b/coregrind/pub_core_deduppoolalloc.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 Philippe Waroquiers philippe.waroquiers@skynet.be + Copyright (C) 2014-2015 Philippe Waroquiers philippe.waroquiers@skynet.be This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/pub_core_demangle.h b/coregrind/pub_core_demangle.h index b7e1a8fec..57b2f7b0a 100644 --- a/coregrind/pub_core_demangle.h +++ b/coregrind/pub_core_demangle.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_dispatch.h b/coregrind/pub_core_dispatch.h index 9e08e9d46..222879b10 100644 --- a/coregrind/pub_core_dispatch.h +++ b/coregrind/pub_core_dispatch.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_dispatch_asm.h b/coregrind/pub_core_dispatch_asm.h index 97fa50087..297efa31a 100644 --- a/coregrind/pub_core_dispatch_asm.h +++ b/coregrind/pub_core_dispatch_asm.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_errormgr.h b/coregrind/pub_core_errormgr.h index 545488201..5dc01b702 100644 --- a/coregrind/pub_core_errormgr.h +++ b/coregrind/pub_core_errormgr.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_execontext.h b/coregrind/pub_core_execontext.h index abab88895..b553cc03d 100644 --- a/coregrind/pub_core_execontext.h +++ b/coregrind/pub_core_execontext.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_gdbserver.h b/coregrind/pub_core_gdbserver.h index 4f3210c77..fa6986366 100644 --- a/coregrind/pub_core_gdbserver.h +++ b/coregrind/pub_core_gdbserver.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2013 Philippe Waroquiers + Copyright (C) 2011-2015 Philippe Waroquiers This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/pub_core_guest.h b/coregrind/pub_core_guest.h index 46a7d059c..d7025c64e 100644 --- a/coregrind/pub_core_guest.h +++ b/coregrind/pub_core_guest.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 OpenWorks LLP + Copyright (C) 2014-2015 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_hashtable.h b/coregrind/pub_core_hashtable.h index ca6ba57fb..e5eb46f97 100644 --- a/coregrind/pub_core_hashtable.h +++ b/coregrind/pub_core_hashtable.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_initimg.h b/coregrind/pub_core_initimg.h index 7a20c03eb..2943321b6 100644 --- a/coregrind/pub_core_initimg.h +++ b/coregrind/pub_core_initimg.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2013 OpenWorks LLP + Copyright (C) 2006-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_inner.h b/coregrind/pub_core_inner.h index 9ee26227a..0e59844e4 100644 --- a/coregrind/pub_core_inner.h +++ b/coregrind/pub_core_inner.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2012-2013 Philippe Waroquiers + Copyright (C) 2012-2015 Philippe Waroquiers philippe.waroquiers@skynet.be This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_libcassert.h b/coregrind/pub_core_libcassert.h index 5a7931a30..931335008 100644 --- a/coregrind/pub_core_libcassert.h +++ b/coregrind/pub_core_libcassert.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_libcbase.h b/coregrind/pub_core_libcbase.h index e0b5bbfc6..cdb4c49b5 100644 --- a/coregrind/pub_core_libcbase.h +++ b/coregrind/pub_core_libcbase.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_libcfile.h b/coregrind/pub_core_libcfile.h index 560e10ce5..caf7ce18a 100644 --- a/coregrind/pub_core_libcfile.h +++ b/coregrind/pub_core_libcfile.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_libcprint.h b/coregrind/pub_core_libcprint.h index aedd915bb..7b2d4a813 100644 --- a/coregrind/pub_core_libcprint.h +++ b/coregrind/pub_core_libcprint.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_libcproc.h b/coregrind/pub_core_libcproc.h index 8c16b672b..1bb27baab 100644 --- a/coregrind/pub_core_libcproc.h +++ b/coregrind/pub_core_libcproc.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_libcsetjmp.h b/coregrind/pub_core_libcsetjmp.h index 1f71acf29..105c304bf 100644 --- a/coregrind/pub_core_libcsetjmp.h +++ b/coregrind/pub_core_libcsetjmp.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 Mozilla Inc + Copyright (C) 2010-2015 Mozilla Inc This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/pub_core_libcsignal.h b/coregrind/pub_core_libcsignal.h index 46fa22ca6..8da6fed76 100644 --- a/coregrind/pub_core_libcsignal.h +++ b/coregrind/pub_core_libcsignal.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_mach.h b/coregrind/pub_core_mach.h index 038747c2d..3dd882c4f 100644 --- a/coregrind/pub_core_mach.h +++ b/coregrind/pub_core_mach.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Apple Inc. + Copyright (C) 2005-2015 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_machine.h b/coregrind/pub_core_machine.h index a20681f25..a72381b03 100644 --- a/coregrind/pub_core_machine.h +++ b/coregrind/pub_core_machine.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_mallocfree.h b/coregrind/pub_core_mallocfree.h index e3f0820ec..87fe7d95a 100644 --- a/coregrind/pub_core_mallocfree.h +++ b/coregrind/pub_core_mallocfree.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_options.h b/coregrind/pub_core_options.h index b9d0d4da1..2a45c6b39 100644 --- a/coregrind/pub_core_options.h +++ b/coregrind/pub_core_options.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_oset.h b/coregrind/pub_core_oset.h index 51a6921dc..67a1e9108 100644 --- a/coregrind/pub_core_oset.h +++ b/coregrind/pub_core_oset.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_poolalloc.h b/coregrind/pub_core_poolalloc.h index c8127e6a7..7744e8cd5 100644 --- a/coregrind/pub_core_poolalloc.h +++ b/coregrind/pub_core_poolalloc.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2013 Florian Krohm florian@eich-krohm.de + Copyright (C) 2013-2015 Florian Krohm florian@eich-krohm.de This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/pub_core_rangemap.h b/coregrind/pub_core_rangemap.h index d181e1fca..39d24a4e5 100644 --- a/coregrind/pub_core_rangemap.h +++ b/coregrind/pub_core_rangemap.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 Mozilla Foundation + Copyright (C) 2014-2015 Mozilla Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/pub_core_redir.h b/coregrind/pub_core_redir.h index 3f2541b3d..5d4042995 100644 --- a/coregrind/pub_core_redir.h +++ b/coregrind/pub_core_redir.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_replacemalloc.h b/coregrind/pub_core_replacemalloc.h index bbcbf8d7f..4cb3e6f22 100644 --- a/coregrind/pub_core_replacemalloc.h +++ b/coregrind/pub_core_replacemalloc.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_sbprofile.h b/coregrind/pub_core_sbprofile.h index 69f484733..c17366d5a 100644 --- a/coregrind/pub_core_sbprofile.h +++ b/coregrind/pub_core_sbprofile.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2012-2013 Mozilla Foundation + Copyright (C) 2012-2015 Mozilla Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/pub_core_scheduler.h b/coregrind/pub_core_scheduler.h index aa9cf041e..085195095 100644 --- a/coregrind/pub_core_scheduler.h +++ b/coregrind/pub_core_scheduler.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_seqmatch.h b/coregrind/pub_core_seqmatch.h index 6ac52c10f..3e30e4dbf 100644 --- a/coregrind/pub_core_seqmatch.h +++ b/coregrind/pub_core_seqmatch.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_sigframe.h b/coregrind/pub_core_sigframe.h index 74f0d1b26..3e6b68295 100644 --- a/coregrind/pub_core_sigframe.h +++ b/coregrind/pub_core_sigframe.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_signals.h b/coregrind/pub_core_signals.h index 1b1c33772..88d7d6217 100644 --- a/coregrind/pub_core_signals.h +++ b/coregrind/pub_core_signals.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_sparsewa.h b/coregrind/pub_core_sparsewa.h index 68c32b0d2..b1a210b1c 100644 --- a/coregrind/pub_core_sparsewa.h +++ b/coregrind/pub_core_sparsewa.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_stacks.h b/coregrind/pub_core_stacks.h index 31f5f7297..3d83f4e09 100644 --- a/coregrind/pub_core_stacks.h +++ b/coregrind/pub_core_stacks.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_stacktrace.h b/coregrind/pub_core_stacktrace.h index 5ec37aadf..e8aee0446 100644 --- a/coregrind/pub_core_stacktrace.h +++ b/coregrind/pub_core_stacktrace.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_syscall.h b/coregrind/pub_core_syscall.h index b7ff14670..d8fe50e8b 100644 --- a/coregrind/pub_core_syscall.h +++ b/coregrind/pub_core_syscall.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_syswrap.h b/coregrind/pub_core_syswrap.h index 3c8047c1e..2508b28c0 100644 --- a/coregrind/pub_core_syswrap.h +++ b/coregrind/pub_core_syswrap.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_threadstate.h b/coregrind/pub_core_threadstate.h index 935ab3e89..d2aa2514c 100644 --- a/coregrind/pub_core_threadstate.h +++ b/coregrind/pub_core_threadstate.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_tooliface.h b/coregrind/pub_core_tooliface.h index a2f193970..41da98693 100644 --- a/coregrind/pub_core_tooliface.h +++ b/coregrind/pub_core_tooliface.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_trampoline.h b/coregrind/pub_core_trampoline.h index ff9613749..eda5ec65e 100644 --- a/coregrind/pub_core_trampoline.h +++ b/coregrind/pub_core_trampoline.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_translate.h b/coregrind/pub_core_translate.h index 486662986..4c0b06823 100644 --- a/coregrind/pub_core_translate.h +++ b/coregrind/pub_core_translate.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_transtab.h b/coregrind/pub_core_transtab.h index 291f9dfb8..e9f3bc26e 100644 --- a/coregrind/pub_core_transtab.h +++ b/coregrind/pub_core_transtab.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_transtab_asm.h b/coregrind/pub_core_transtab_asm.h index 224a9cc7b..a54b39311 100644 --- a/coregrind/pub_core_transtab_asm.h +++ b/coregrind/pub_core_transtab_asm.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_ume.h b/coregrind/pub_core_ume.h index 2fe97aa63..856069e92 100644 --- a/coregrind/pub_core_ume.h +++ b/coregrind/pub_core_ume.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_vki.h b/coregrind/pub_core_vki.h index 0b10ea414..8e8860074 100644 --- a/coregrind/pub_core_vki.h +++ b/coregrind/pub_core_vki.h @@ -8,11 +8,11 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2013 OpenWorks LLP + Copyright (C) 2006-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_vkiscnums.h b/coregrind/pub_core_vkiscnums.h index 4ceb625c8..dcdfc893d 100644 --- a/coregrind/pub_core_vkiscnums.h +++ b/coregrind/pub_core_vkiscnums.h @@ -7,11 +7,11 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2013 OpenWorks LLP + Copyright (C) 2006-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_vkiscnums_asm.h b/coregrind/pub_core_vkiscnums_asm.h index 284c05035..b472edb4d 100644 --- a/coregrind/pub_core_vkiscnums_asm.h +++ b/coregrind/pub_core_vkiscnums_asm.h @@ -7,11 +7,11 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2013 OpenWorks LLP + Copyright (C) 2006-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_wordfm.h b/coregrind/pub_core_wordfm.h index c720216a7..11dc8303e 100644 --- a/coregrind/pub_core_wordfm.h +++ b/coregrind/pub_core_wordfm.h @@ -9,13 +9,13 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2013 Julian Seward + Copyright (C) 2007-2015 Julian Seward jseward@acm.org This code is based on previous work by Nicholas Nethercote (coregrind/m_oset.c) which is - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org which in turn was derived partially from: diff --git a/coregrind/pub_core_xarray.h b/coregrind/pub_core_xarray.h index a7fab9711..bbe5f94e6 100644 --- a/coregrind/pub_core_xarray.h +++ b/coregrind/pub_core_xarray.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2013 OpenWorks LLP + Copyright (C) 2007-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/vg_preloaded.c b/coregrind/vg_preloaded.c index 576e70feb..2ea7a7a9b 100644 --- a/coregrind/vg_preloaded.c +++ b/coregrind/vg_preloaded.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/vgdb-invoker-none.c b/coregrind/vgdb-invoker-none.c index 9b6b90c1a..4b1fe2dc3 100644 --- a/coregrind/vgdb-invoker-none.c +++ b/coregrind/vgdb-invoker-none.c @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2013 Philippe Waroquiers + Copyright (C) 2011-2015 Philippe Waroquiers This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/vgdb-invoker-ptrace.c b/coregrind/vgdb-invoker-ptrace.c index ca882c35f..d65f59aa4 100644 --- a/coregrind/vgdb-invoker-ptrace.c +++ b/coregrind/vgdb-invoker-ptrace.c @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2013 Philippe Waroquiers + Copyright (C) 2011-2015 Philippe Waroquiers This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/vgdb.c b/coregrind/vgdb.c index a85f26b96..cc528eccb 100644 --- a/coregrind/vgdb.c +++ b/coregrind/vgdb.c @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2013 Philippe Waroquiers + Copyright (C) 2011-2015 Philippe Waroquiers This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/vgdb.h b/coregrind/vgdb.h index 4f901b95c..6d4c0814c 100644 --- a/coregrind/vgdb.h +++ b/coregrind/vgdb.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2013 Philippe Waroquiers + Copyright (C) 2011-2015 Philippe Waroquiers This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd.h b/drd/drd.h index 1e9685713..4615e5b4c 100644 --- a/drd/drd.h +++ b/drd/drd.h @@ -12,7 +12,7 @@ This file is part of DRD, a Valgrind tool for verification of multithreaded programs. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/drd/drd_barrier.c b/drd/drd_barrier.c index 12cb7e9e1..e1ab131ce 100644 --- a/drd/drd_barrier.c +++ b/drd/drd_barrier.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_barrier.h b/drd/drd_barrier.h index 57a48c760..c57180765 100644 --- a/drd/drd_barrier.h +++ b/drd/drd_barrier.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_basics.h b/drd/drd_basics.h index 7ad313920..57b2df0c7 100644 --- a/drd/drd_basics.h +++ b/drd/drd_basics.h @@ -1,7 +1,7 @@ /* This file is part of DRD, a thread error detector. - Copyright (C) 2009-2013 Bart Van Assche . + Copyright (C) 2009-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_bitmap.c b/drd/drd_bitmap.c index 0b2b099a8..df7691ab4 100644 --- a/drd/drd_bitmap.c +++ b/drd/drd_bitmap.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_bitmap.h b/drd/drd_bitmap.h index 0b4715753..94b52855d 100644 --- a/drd/drd_bitmap.h +++ b/drd/drd_bitmap.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientobj.c b/drd/drd_clientobj.c index 66c1f1086..7bc10183a 100644 --- a/drd/drd_clientobj.c +++ b/drd/drd_clientobj.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientobj.h b/drd/drd_clientobj.h index b3190ab70..16fe562da 100644 --- a/drd/drd_clientobj.h +++ b/drd/drd_clientobj.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientreq.c b/drd/drd_clientreq.c index ed8ba7d0a..47405d3aa 100644 --- a/drd/drd_clientreq.c +++ b/drd/drd_clientreq.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientreq.h b/drd/drd_clientreq.h index 3e34fc8ba..5d9b9b32a 100644 --- a/drd/drd_clientreq.h +++ b/drd/drd_clientreq.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_cond.c b/drd/drd_cond.c index ccab0814d..efc8e2340 100644 --- a/drd/drd_cond.c +++ b/drd/drd_cond.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_cond.h b/drd/drd_cond.h index 7cfa48cc1..3f5857d12 100644 --- a/drd/drd_cond.h +++ b/drd/drd_cond.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_darwin_intercepts.c b/drd/drd_darwin_intercepts.c index 08cd467d6..25ce9fb11 100644 --- a/drd/drd_darwin_intercepts.c +++ b/drd/drd_darwin_intercepts.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_error.c b/drd/drd_error.c index fd963df88..fb116f6b2 100644 --- a/drd/drd_error.c +++ b/drd/drd_error.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_error.h b/drd/drd_error.h index 0825eff52..7f80d44e1 100644 --- a/drd/drd_error.h +++ b/drd/drd_error.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_hb.c b/drd/drd_hb.c index d4ea6d36e..5688feb13 100644 --- a/drd/drd_hb.c +++ b/drd/drd_hb.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_hb.h b/drd/drd_hb.h index 7616b0abc..86432fc7a 100644 --- a/drd/drd_hb.h +++ b/drd/drd_hb.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_libstdcxx_intercepts.c b/drd/drd_libstdcxx_intercepts.c index 99cbd3f5c..82a583d18 100644 --- a/drd/drd_libstdcxx_intercepts.c +++ b/drd/drd_libstdcxx_intercepts.c @@ -5,7 +5,7 @@ /* This file is part of DRD, a thread error detector. - Copyright (C) 2014 Bart Van Assche . + Copyright (C) 2014-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_load_store.c b/drd/drd_load_store.c index 99be669b1..f968bcc1d 100644 --- a/drd/drd_load_store.c +++ b/drd/drd_load_store.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_load_store.h b/drd/drd_load_store.h index ec8b4a5d1..9e649e8ae 100644 --- a/drd/drd_load_store.h +++ b/drd/drd_load_store.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_main.c b/drd/drd_main.c index d96256f27..69b7f4561 100644 --- a/drd/drd_main.c +++ b/drd/drd_main.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -829,7 +829,7 @@ void drd_pre_clo_init(void) VG_(details_name) ("drd"); VG_(details_version) (NULL); VG_(details_description) ("a thread error detector"); - VG_(details_copyright_author)("Copyright (C) 2006-2013, and GNU GPL'd," + VG_(details_copyright_author)("Copyright (C) 2006-2015, and GNU GPL'd," " by Bart Van Assche."); VG_(details_bug_reports_to) (VG_BUGS_TO); diff --git a/drd/drd_malloc_wrappers.c b/drd/drd_malloc_wrappers.c index 369936de5..e742ed788 100644 --- a/drd/drd_malloc_wrappers.c +++ b/drd/drd_malloc_wrappers.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_malloc_wrappers.h b/drd/drd_malloc_wrappers.h index 6a9b6fd16..79bb67d1f 100644 --- a/drd/drd_malloc_wrappers.h +++ b/drd/drd_malloc_wrappers.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_mutex.c b/drd/drd_mutex.c index c7f536498..4fe30e5b4 100644 --- a/drd/drd_mutex.c +++ b/drd/drd_mutex.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_mutex.h b/drd/drd_mutex.h index 953045af8..e2bbc1be1 100644 --- a/drd/drd_mutex.h +++ b/drd/drd_mutex.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_pthread_intercepts.c b/drd/drd_pthread_intercepts.c index ea14fa45c..85932106a 100644 --- a/drd/drd_pthread_intercepts.c +++ b/drd/drd_pthread_intercepts.c @@ -5,7 +5,7 @@ /* This file is part of DRD, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_qtcore_intercepts.c b/drd/drd_qtcore_intercepts.c index 85c5a53a1..9a6b8e916 100644 --- a/drd/drd_qtcore_intercepts.c +++ b/drd/drd_qtcore_intercepts.c @@ -5,7 +5,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_rwlock.c b/drd/drd_rwlock.c index 04bae0595..30c0f20da 100644 --- a/drd/drd_rwlock.c +++ b/drd/drd_rwlock.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_rwlock.h b/drd/drd_rwlock.h index dc10da043..8728c9caa 100644 --- a/drd/drd_rwlock.h +++ b/drd/drd_rwlock.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_segment.c b/drd/drd_segment.c index 8b4aa4c73..a6c0bbc23 100644 --- a/drd/drd_segment.c +++ b/drd/drd_segment.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_segment.h b/drd/drd_segment.h index 121010a92..de265db54 100644 --- a/drd/drd_segment.h +++ b/drd/drd_segment.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_semaphore.c b/drd/drd_semaphore.c index ef729ccbc..f5bad6cb0 100644 --- a/drd/drd_semaphore.c +++ b/drd/drd_semaphore.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_semaphore.h b/drd/drd_semaphore.h index 3172cec3d..aa6b6f3e4 100644 --- a/drd/drd_semaphore.h +++ b/drd/drd_semaphore.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_strmem_intercepts.c b/drd/drd_strmem_intercepts.c index 139117ca3..a538134c0 100644 --- a/drd/drd_strmem_intercepts.c +++ b/drd/drd_strmem_intercepts.c @@ -9,7 +9,7 @@ from memchec/mc_replace_strmem.c, which has the following copyright notice: - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/drd/drd_suppression.c b/drd/drd_suppression.c index ef6d18628..c87907857 100644 --- a/drd/drd_suppression.c +++ b/drd/drd_suppression.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_thread.c b/drd/drd_thread.c index f1e8b2790..9bb320091 100644 --- a/drd/drd_thread.c +++ b/drd/drd_thread.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_thread.h b/drd/drd_thread.h index 8e209615a..eece0a4cc 100644 --- a/drd/drd_thread.h +++ b/drd/drd_thread.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_thread_bitmap.h b/drd/drd_thread_bitmap.h index 7687c02a6..dce884e13 100644 --- a/drd/drd_thread_bitmap.h +++ b/drd/drd_thread_bitmap.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_vc.c b/drd/drd_vc.c index edde02306..49e8aa3b2 100644 --- a/drd/drd_vc.c +++ b/drd/drd_vc.c @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_vc.h b/drd/drd_vc.h index 91671fbb6..fe3cf0b63 100644 --- a/drd/drd_vc.h +++ b/drd/drd_vc.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/pub_drd_bitmap.h b/drd/pub_drd_bitmap.h index 7765dff5d..ac5918bb6 100644 --- a/drd/pub_drd_bitmap.h +++ b/drd/pub_drd_bitmap.h @@ -1,7 +1,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2013 Bart Van Assche . + Copyright (C) 2006-2015 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/exp-bbv/bbv_main.c b/exp-bbv/bbv_main.c index c199cc0bb..5a55593ce 100644 --- a/exp-bbv/bbv_main.c +++ b/exp-bbv/bbv_main.c @@ -8,10 +8,10 @@ This file is part of BBV, a Valgrind tool for generating SimPoint basic block vectors. - Copyright (C) 2006-2013 Vince Weaver + Copyright (C) 2006-2015 Vince Weaver vince _at_ csl.cornell.edu - pcfile code is Copyright (C) 2006-2013 Oriol Prat + pcfile code is Copyright (C) 2006-2015 Oriol Prat oriol.prat _at _ bsc.es This program is free software; you can redistribute it and/or @@ -597,7 +597,7 @@ static void bbv_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a SimPoint basic block vector generator"); VG_(details_copyright_author)( - "Copyright (C) 2006-2013 Vince Weaver"); + "Copyright (C) 2006-2015 Vince Weaver"); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(basic_tool_funcs) (bbv_post_clo_init, diff --git a/exp-dhat/dh_main.c b/exp-dhat/dh_main.c index b9dfff080..e636ccb4a 100644 --- a/exp-dhat/dh_main.c +++ b/exp-dhat/dh_main.c @@ -7,7 +7,7 @@ This file is part of DHAT, a Valgrind tool for profiling the heap usage of programs. - Copyright (C) 2010-2013 Mozilla Inc + Copyright (C) 2010-2015 Mozilla Inc This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -1348,7 +1348,7 @@ static void dh_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a dynamic heap analysis tool"); VG_(details_copyright_author)( - "Copyright (C) 2010-2013, and GNU GPL'd, by Mozilla Inc"); + "Copyright (C) 2010-2015, and GNU GPL'd, by Mozilla Inc"); VG_(details_bug_reports_to) (VG_BUGS_TO); // Basic functions. diff --git a/exp-sgcheck/h_intercepts.c b/exp-sgcheck/h_intercepts.c index 8555e1711..2ec1836f3 100644 --- a/exp-sgcheck/h_intercepts.c +++ b/exp-sgcheck/h_intercepts.c @@ -7,7 +7,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2003-2013 Nicholas Nethercote + Copyright (C) 2003-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/exp-sgcheck/h_main.c b/exp-sgcheck/h_main.c index fc2650d2b..84a3cfcee 100644 --- a/exp-sgcheck/h_main.c +++ b/exp-sgcheck/h_main.c @@ -11,12 +11,12 @@ Initial version (Annelid): - Copyright (C) 2003-2013 Nicholas Nethercote + Copyright (C) 2003-2015 Nicholas Nethercote njn@valgrind.org Valgrind-3.X port: - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-sgcheck/h_main.h b/exp-sgcheck/h_main.h index b52af8c70..ddba8a547 100644 --- a/exp-sgcheck/h_main.h +++ b/exp-sgcheck/h_main.h @@ -9,9 +9,9 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2003-2013 Nicholas Nethercote + Copyright (C) 2003-2015 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-sgcheck/pc_common.c b/exp-sgcheck/pc_common.c index 57be8bda0..d891d444a 100644 --- a/exp-sgcheck/pc_common.c +++ b/exp-sgcheck/pc_common.c @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-sgcheck/pc_common.h b/exp-sgcheck/pc_common.h index 932e850dc..22e87b4e9 100644 --- a/exp-sgcheck/pc_common.h +++ b/exp-sgcheck/pc_common.h @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-sgcheck/pc_main.c b/exp-sgcheck/pc_main.c index 19d78d49e..f3f59071f 100644 --- a/exp-sgcheck/pc_main.c +++ b/exp-sgcheck/pc_main.c @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or @@ -89,7 +89,7 @@ static void pc_pre_clo_init(void) VG_(details_description) ("a stack and global array " "overrun detector"); VG_(details_copyright_author)( - "Copyright (C) 2003-2013, and GNU GPL'd, by OpenWorks Ltd et al."); + "Copyright (C) 2003-2015, and GNU GPL'd, by OpenWorks Ltd et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 496 ); diff --git a/exp-sgcheck/sg_main.c b/exp-sgcheck/sg_main.c index 1910ae686..d961abf6b 100644 --- a/exp-sgcheck/sg_main.c +++ b/exp-sgcheck/sg_main.c @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-sgcheck/sg_main.h b/exp-sgcheck/sg_main.h index 007c63b64..2d3d84601 100644 --- a/exp-sgcheck/sg_main.h +++ b/exp-sgcheck/sg_main.h @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/helgrind.h b/helgrind/helgrind.h index acfd97a49..d194c4473 100644 --- a/helgrind/helgrind.h +++ b/helgrind/helgrind.h @@ -11,7 +11,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2013 OpenWorks LLP + Copyright (C) 2007-2015 OpenWorks LLP info@open-works.co.uk Redistribution and use in source and binary forms, with or without diff --git a/helgrind/hg_addrdescr.c b/helgrind/hg_addrdescr.c index abf5aa5c4..53f98fcba 100644 --- a/helgrind/hg_addrdescr.c +++ b/helgrind/hg_addrdescr.c @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2012 OpenWorks Ltd + Copyright (C) 2007-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_addrdescr.h b/helgrind/hg_addrdescr.h index 32d7842b9..14f712a37 100644 --- a/helgrind/hg_addrdescr.h +++ b/helgrind/hg_addrdescr.h @@ -9,7 +9,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2012 OpenWorks Ltd + Copyright (C) 2007-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_basics.c b/helgrind/hg_basics.c index b2a22adbd..67946833b 100644 --- a/helgrind/hg_basics.c +++ b/helgrind/hg_basics.c @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2013 OpenWorks Ltd + Copyright (C) 2007-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_basics.h b/helgrind/hg_basics.h index 37f29067c..040765d25 100644 --- a/helgrind/hg_basics.h +++ b/helgrind/hg_basics.h @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2013 OpenWorks Ltd + Copyright (C) 2007-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_errors.c b/helgrind/hg_errors.c index e694fb73f..dcb502a64 100644 --- a/helgrind/hg_errors.c +++ b/helgrind/hg_errors.c @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2013 OpenWorks Ltd + Copyright (C) 2007-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_errors.h b/helgrind/hg_errors.h index 3c4dd3bed..e8b0e573f 100644 --- a/helgrind/hg_errors.h +++ b/helgrind/hg_errors.h @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2013 OpenWorks Ltd + Copyright (C) 2007-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_intercepts.c b/helgrind/hg_intercepts.c index 9bd840f75..fd53208e5 100644 --- a/helgrind/hg_intercepts.c +++ b/helgrind/hg_intercepts.c @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2013 OpenWorks LLP + Copyright (C) 2007-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_lock_n_thread.c b/helgrind/hg_lock_n_thread.c index c2a26efe0..a452753e9 100644 --- a/helgrind/hg_lock_n_thread.c +++ b/helgrind/hg_lock_n_thread.c @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2013 OpenWorks Ltd + Copyright (C) 2007-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_lock_n_thread.h b/helgrind/hg_lock_n_thread.h index ff07d05d7..9fb4c8a22 100644 --- a/helgrind/hg_lock_n_thread.h +++ b/helgrind/hg_lock_n_thread.h @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2013 OpenWorks Ltd + Copyright (C) 2007-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_main.c b/helgrind/hg_main.c index 10a0e4b5d..bafa78f7a 100644 --- a/helgrind/hg_main.c +++ b/helgrind/hg_main.c @@ -8,10 +8,10 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2013 OpenWorks LLP + Copyright (C) 2007-2015 OpenWorks LLP info@open-works.co.uk - Copyright (C) 2007-2013 Apple, Inc. + Copyright (C) 2007-2015 Apple, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -5764,7 +5764,7 @@ static void hg_pre_clo_init ( void ) VG_(details_version) (NULL); VG_(details_description) ("a thread error detector"); VG_(details_copyright_author)( - "Copyright (C) 2007-2013, and GNU GPL'd, by OpenWorks LLP et al."); + "Copyright (C) 2007-2015, and GNU GPL'd, by OpenWorks LLP et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 320 ); diff --git a/helgrind/hg_wordset.c b/helgrind/hg_wordset.c index 63066f1a1..e0f684513 100644 --- a/helgrind/hg_wordset.c +++ b/helgrind/hg_wordset.c @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2013 OpenWorks LLP + Copyright (C) 2007-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_wordset.h b/helgrind/hg_wordset.h index e7a3b5e44..b431a0580 100644 --- a/helgrind/hg_wordset.h +++ b/helgrind/hg_wordset.h @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2013 OpenWorks LLP + Copyright (C) 2007-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/libhb.h b/helgrind/libhb.h index 68754e6e2..963c490ff 100644 --- a/helgrind/libhb.h +++ b/helgrind/libhb.h @@ -9,7 +9,7 @@ This file is part of LibHB, a library for implementing and checking the happens-before relationship in concurrent programs. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/libhb_core.c b/helgrind/libhb_core.c index f493f67c7..15a57dd43 100644 --- a/helgrind/libhb_core.c +++ b/helgrind/libhb_core.c @@ -9,7 +9,7 @@ This file is part of LibHB, a library for implementing and checking the happens-before relationship in concurrent programs. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_addrinfo.h b/include/pub_tool_addrinfo.h index d62bc3438..5dc66cd6d 100644 --- a/include/pub_tool_addrinfo.h +++ b/include/pub_tool_addrinfo.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_aspacehl.h b/include/pub_tool_aspacehl.h index acc05a701..421036789 100644 --- a/include/pub_tool_aspacehl.h +++ b/include/pub_tool_aspacehl.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2009-2013 Julian Seward + Copyright (C) 2009-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_aspacemgr.h b/include/pub_tool_aspacemgr.h index 1de80c90c..4a83e357d 100644 --- a/include/pub_tool_aspacemgr.h +++ b/include/pub_tool_aspacemgr.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_basics.h b/include/pub_tool_basics.h index 763f685e7..413e22ac2 100644 --- a/include/pub_tool_basics.h +++ b/include/pub_tool_basics.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_basics_asm.h b/include/pub_tool_basics_asm.h index 2d63c475f..becf91844 100644 --- a/include/pub_tool_basics_asm.h +++ b/include/pub_tool_basics_asm.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_clientstate.h b/include/pub_tool_clientstate.h index c5f5b84b8..af0fbbf4b 100644 --- a/include/pub_tool_clientstate.h +++ b/include/pub_tool_clientstate.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_clreq.h b/include/pub_tool_clreq.h index 94005ca15..b3798e0ac 100644 --- a/include/pub_tool_clreq.h +++ b/include/pub_tool_clreq.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_debuginfo.h b/include/pub_tool_debuginfo.h index f6c48ce16..49ceffbdf 100644 --- a/include/pub_tool_debuginfo.h +++ b/include/pub_tool_debuginfo.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_deduppoolalloc.h b/include/pub_tool_deduppoolalloc.h index e8f8e559b..a4c1a098c 100644 --- a/include/pub_tool_deduppoolalloc.h +++ b/include/pub_tool_deduppoolalloc.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 Philippe Waroquiers philippe.waroquiers@skynet.be + Copyright (C) 2014-2015 Philippe Waroquiers philippe.waroquiers@skynet.be This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/pub_tool_errormgr.h b/include/pub_tool_errormgr.h index ad1f6b06b..1b9fdfe28 100644 --- a/include/pub_tool_errormgr.h +++ b/include/pub_tool_errormgr.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_execontext.h b/include/pub_tool_execontext.h index 39f4a5673..9ce3a2440 100644 --- a/include/pub_tool_execontext.h +++ b/include/pub_tool_execontext.h @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_gdbserver.h b/include/pub_tool_gdbserver.h index 69e510818..d4c826ba3 100644 --- a/include/pub_tool_gdbserver.h +++ b/include/pub_tool_gdbserver.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2013 Philippe Waroquiers + Copyright (C) 2011-2015 Philippe Waroquiers This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/pub_tool_guest.h b/include/pub_tool_guest.h index 8b38283ea..2178aca33 100644 --- a/include/pub_tool_guest.h +++ b/include/pub_tool_guest.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 OpenWorks LLP + Copyright (C) 2014-2015 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_hashtable.h b/include/pub_tool_hashtable.h index 17060ecfd..e5c41cc1d 100644 --- a/include/pub_tool_hashtable.h +++ b/include/pub_tool_hashtable.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_libcassert.h b/include/pub_tool_libcassert.h index 413d6ba17..b606d00bb 100644 --- a/include/pub_tool_libcassert.h +++ b/include/pub_tool_libcassert.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_libcbase.h b/include/pub_tool_libcbase.h index 93a19c874..c22bd77e6 100644 --- a/include/pub_tool_libcbase.h +++ b/include/pub_tool_libcbase.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_libcfile.h b/include/pub_tool_libcfile.h index 7ebdaf60a..4a7346e76 100644 --- a/include/pub_tool_libcfile.h +++ b/include/pub_tool_libcfile.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_libcprint.h b/include/pub_tool_libcprint.h index 5d3812740..bda41c247 100644 --- a/include/pub_tool_libcprint.h +++ b/include/pub_tool_libcprint.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_libcproc.h b/include/pub_tool_libcproc.h index f11cc74b0..cc1f9a87c 100644 --- a/include/pub_tool_libcproc.h +++ b/include/pub_tool_libcproc.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_libcsetjmp.h b/include/pub_tool_libcsetjmp.h index ff01058bf..bb94a59ab 100644 --- a/include/pub_tool_libcsetjmp.h +++ b/include/pub_tool_libcsetjmp.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 Mozilla Inc + Copyright (C) 2010-2015 Mozilla Inc This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/pub_tool_libcsignal.h b/include/pub_tool_libcsignal.h index 8ca9420f2..5985af6b0 100644 --- a/include/pub_tool_libcsignal.h +++ b/include/pub_tool_libcsignal.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_machine.h b/include/pub_tool_machine.h index 899b3e912..4ec31abdc 100644 --- a/include/pub_tool_machine.h +++ b/include/pub_tool_machine.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_mallocfree.h b/include/pub_tool_mallocfree.h index ca69666fe..0217f6757 100644 --- a/include/pub_tool_mallocfree.h +++ b/include/pub_tool_mallocfree.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_options.h b/include/pub_tool_options.h index e6dee2370..94ed5442f 100644 --- a/include/pub_tool_options.h +++ b/include/pub_tool_options.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_oset.h b/include/pub_tool_oset.h index a250c1f44..0c9799720 100644 --- a/include/pub_tool_oset.h +++ b/include/pub_tool_oset.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_poolalloc.h b/include/pub_tool_poolalloc.h index 67c1801de..549569fef 100644 --- a/include/pub_tool_poolalloc.h +++ b/include/pub_tool_poolalloc.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2011-2013 OpenWorks LLP info@open-works.co.uk, + Copyright (C) 2011-2015 OpenWorks LLP info@open-works.co.uk, Philippe Waroquiers philippe.waroquiers@skynet.be This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_rangemap.h b/include/pub_tool_rangemap.h index 152e9c91f..208b9dc73 100644 --- a/include/pub_tool_rangemap.h +++ b/include/pub_tool_rangemap.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 Mozilla Foundation + Copyright (C) 2014-2015 Mozilla Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/pub_tool_redir.h b/include/pub_tool_redir.h index 2afca4773..bac00d7c1 100644 --- a/include/pub_tool_redir.h +++ b/include/pub_tool_redir.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_replacemalloc.h b/include/pub_tool_replacemalloc.h index bc019f5ea..2ce7ba596 100644 --- a/include/pub_tool_replacemalloc.h +++ b/include/pub_tool_replacemalloc.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_seqmatch.h b/include/pub_tool_seqmatch.h index 61f05cb91..3b0b210f0 100644 --- a/include/pub_tool_seqmatch.h +++ b/include/pub_tool_seqmatch.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_signals.h b/include/pub_tool_signals.h index ad79ec0ed..c346504b0 100644 --- a/include/pub_tool_signals.h +++ b/include/pub_tool_signals.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_sparsewa.h b/include/pub_tool_sparsewa.h index 8e1644dd9..982bfaccf 100644 --- a/include/pub_tool_sparsewa.h +++ b/include/pub_tool_sparsewa.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_stacktrace.h b/include/pub_tool_stacktrace.h index a5df2ce52..57dfbce89 100644 --- a/include/pub_tool_stacktrace.h +++ b/include/pub_tool_stacktrace.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_threadstate.h b/include/pub_tool_threadstate.h index ccd5d97dd..7ad176c07 100644 --- a/include/pub_tool_threadstate.h +++ b/include/pub_tool_threadstate.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_tooliface.h b/include/pub_tool_tooliface.h index c9419c4d6..8df00b5f3 100644 --- a/include/pub_tool_tooliface.h +++ b/include/pub_tool_tooliface.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_transtab.h b/include/pub_tool_transtab.h index 16908b380..fcfc1e0b9 100644 --- a/include/pub_tool_transtab.h +++ b/include/pub_tool_transtab.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2014-2014 Florian Krohm (florian@eich-krohm.de) + Copyright (C) 2014-2015 Florian Krohm (florian@eich-krohm.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/pub_tool_vki.h b/include/pub_tool_vki.h index 9c309546a..db7b84f32 100644 --- a/include/pub_tool_vki.h +++ b/include/pub_tool_vki.h @@ -8,11 +8,11 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2013 OpenWorks LLP + Copyright (C) 2006-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_vkiscnums.h b/include/pub_tool_vkiscnums.h index 25dc31cb8..ff5df5829 100644 --- a/include/pub_tool_vkiscnums.h +++ b/include/pub_tool_vkiscnums.h @@ -7,9 +7,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2013 OpenWorks LLP + Copyright (C) 2006-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_vkiscnums_asm.h b/include/pub_tool_vkiscnums_asm.h index d7bf49b1a..d6ea52a14 100644 --- a/include/pub_tool_vkiscnums_asm.h +++ b/include/pub_tool_vkiscnums_asm.h @@ -7,9 +7,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2013 OpenWorks LLP + Copyright (C) 2006-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_wordfm.h b/include/pub_tool_wordfm.h index 1f1c97933..239ae941c 100644 --- a/include/pub_tool_wordfm.h +++ b/include/pub_tool_wordfm.h @@ -9,13 +9,13 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2013 Julian Seward + Copyright (C) 2007-2015 Julian Seward jseward@acm.org This code is based on previous work by Nicholas Nethercote (coregrind/m_oset.c) which is - Copyright (C) 2005-2013 Nicholas Nethercote + Copyright (C) 2005-2015 Nicholas Nethercote njn@valgrind.org which in turn was derived partially from: diff --git a/include/pub_tool_xarray.h b/include/pub_tool_xarray.h index e3bc84e9c..2b0fe9930 100644 --- a/include/pub_tool_xarray.h +++ b/include/pub_tool_xarray.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2013 OpenWorks LLP + Copyright (C) 2007-2015 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/valgrind.h b/include/valgrind.h index b55924a28..4f170bc62 100644 --- a/include/valgrind.h +++ b/include/valgrind.h @@ -12,7 +12,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward. All rights reserved. + Copyright (C) 2000-2015 Julian Seward. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/include/vki/vki-amd64-linux.h b/include/vki/vki-amd64-linux.h index 863b31c88..db85b92d5 100644 --- a/include/vki/vki-amd64-linux.h +++ b/include/vki/vki-amd64-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-arm-linux.h b/include/vki/vki-arm-linux.h index 26ffc8b59..fe7a17109 100644 --- a/include/vki/vki-arm-linux.h +++ b/include/vki/vki-arm-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-arm64-linux.h b/include/vki/vki-arm64-linux.h index 7851cf7aa..df34dd6c0 100644 --- a/include/vki/vki-arm64-linux.h +++ b/include/vki/vki-arm64-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2013 OpenWorks + Copyright (C) 2013-2015 OpenWorks info@open-works.net This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-darwin.h b/include/vki/vki-darwin.h index e831b1bf0..50847ddf3 100644 --- a/include/vki/vki-darwin.h +++ b/include/vki/vki-darwin.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2013 Apple Inc. + Copyright (C) 2007-2015 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-linux.h b/include/vki/vki-linux.h index b332894e9..3962629cb 100644 --- a/include/vki/vki-linux.h +++ b/include/vki/vki-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-mips32-linux.h b/include/vki/vki-mips32-linux.h index d694f1de0..5f8857f78 100644 --- a/include/vki/vki-mips32-linux.h +++ b/include/vki/vki-mips32-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 RT-RK + Copyright (C) 2010-2015 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-mips64-linux.h b/include/vki/vki-mips64-linux.h index c95146e93..03b1836c2 100644 --- a/include/vki/vki-mips64-linux.h +++ b/include/vki/vki-mips64-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 RT-RK + Copyright (C) 2010-2015 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-posixtypes-amd64-linux.h b/include/vki/vki-posixtypes-amd64-linux.h index e0573e01f..e68e214d9 100644 --- a/include/vki/vki-posixtypes-amd64-linux.h +++ b/include/vki/vki-posixtypes-amd64-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-posixtypes-arm-linux.h b/include/vki/vki-posixtypes-arm-linux.h index 7f1642095..59943a8da 100644 --- a/include/vki/vki-posixtypes-arm-linux.h +++ b/include/vki/vki-posixtypes-arm-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-posixtypes-arm64-linux.h b/include/vki/vki-posixtypes-arm64-linux.h index da33bca54..7df53456c 100644 --- a/include/vki/vki-posixtypes-arm64-linux.h +++ b/include/vki/vki-posixtypes-arm64-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2013 OpenWorks + Copyright (C) 2013-2015 OpenWorks info@open-works.net This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-posixtypes-mips32-linux.h b/include/vki/vki-posixtypes-mips32-linux.h index d90d99488..4abe38af7 100644 --- a/include/vki/vki-posixtypes-mips32-linux.h +++ b/include/vki/vki-posixtypes-mips32-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 RT-RK + Copyright (C) 2010-2015 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-posixtypes-mips64-linux.h b/include/vki/vki-posixtypes-mips64-linux.h index 9f446fcc4..4ebd59748 100644 --- a/include/vki/vki-posixtypes-mips64-linux.h +++ b/include/vki/vki-posixtypes-mips64-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 RT-RK + Copyright (C) 2010-2015 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-posixtypes-ppc32-linux.h b/include/vki/vki-posixtypes-ppc32-linux.h index 29b0018e5..246195b6a 100644 --- a/include/vki/vki-posixtypes-ppc32-linux.h +++ b/include/vki/vki-posixtypes-ppc32-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Julian Seward + Copyright (C) 2005-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-posixtypes-ppc64-linux.h b/include/vki/vki-posixtypes-ppc64-linux.h index c3d17f2f9..afd0a50e8 100644 --- a/include/vki/vki-posixtypes-ppc64-linux.h +++ b/include/vki/vki-posixtypes-ppc64-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Julian Seward + Copyright (C) 2005-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-posixtypes-s390x-linux.h b/include/vki/vki-posixtypes-s390x-linux.h index b5ea23889..6de95fc01 100644 --- a/include/vki/vki-posixtypes-s390x-linux.h +++ b/include/vki/vki-posixtypes-s390x-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2013 + Copyright IBM Corp. 2010-2015 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/vki/vki-posixtypes-tilegx-linux.h b/include/vki/vki-posixtypes-tilegx-linux.h index c95e76845..49996bc06 100644 --- a/include/vki/vki-posixtypes-tilegx-linux.h +++ b/include/vki/vki-posixtypes-tilegx-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 Tilera Corp. + Copyright (C) 2010-2015 Tilera Corp. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/vki/vki-posixtypes-x86-linux.h b/include/vki/vki-posixtypes-x86-linux.h index 16e74a73d..dedaa67b0 100644 --- a/include/vki/vki-posixtypes-x86-linux.h +++ b/include/vki/vki-posixtypes-x86-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-ppc32-linux.h b/include/vki/vki-ppc32-linux.h index f92220876..70c2835ee 100644 --- a/include/vki/vki-ppc32-linux.h +++ b/include/vki/vki-ppc32-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Julian Seward + Copyright (C) 2005-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-ppc64-linux.h b/include/vki/vki-ppc64-linux.h index fdcb93e8e..b4106637b 100644 --- a/include/vki/vki-ppc64-linux.h +++ b/include/vki/vki-ppc64-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Julian Seward + Copyright (C) 2005-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-s390x-linux.h b/include/vki/vki-s390x-linux.h index 914cd8012..d8eebedfd 100644 --- a/include/vki/vki-s390x-linux.h +++ b/include/vki/vki-s390x-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2013 + Copyright IBM Corp. 2010-2015 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/vki/vki-scnums-amd64-linux.h b/include/vki/vki-scnums-amd64-linux.h index c21121930..820cd021d 100644 --- a/include/vki/vki-scnums-amd64-linux.h +++ b/include/vki/vki-scnums-amd64-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-arm-linux.h b/include/vki/vki-scnums-arm-linux.h index e186a6201..df3572965 100644 --- a/include/vki/vki-scnums-arm-linux.h +++ b/include/vki/vki-scnums-arm-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2013 Evan Geller + Copyright (C) 2008-2015 Evan Geller gaze@bea.ms This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-arm64-linux.h b/include/vki/vki-scnums-arm64-linux.h index f8f08f736..f70a2edb8 100644 --- a/include/vki/vki-scnums-arm64-linux.h +++ b/include/vki/vki-scnums-arm64-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2013 OpenWorks + Copyright (C) 2013-2015 OpenWorks info@open-works.net This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-darwin.h b/include/vki/vki-scnums-darwin.h index 11b6ff16e..161790f75 100644 --- a/include/vki/vki-scnums-darwin.h +++ b/include/vki/vki-scnums-darwin.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2013 Apple Inc. + Copyright (C) 2007-2015 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-mips32-linux.h b/include/vki/vki-scnums-mips32-linux.h index a382a5561..5103b43a0 100644 --- a/include/vki/vki-scnums-mips32-linux.h +++ b/include/vki/vki-scnums-mips32-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 RT-RK + Copyright (C) 2010-2015 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-mips64-linux.h b/include/vki/vki-scnums-mips64-linux.h index 2a8081e80..79cc5537a 100644 --- a/include/vki/vki-scnums-mips64-linux.h +++ b/include/vki/vki-scnums-mips64-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 RT-RK + Copyright (C) 2010-2015 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-ppc32-linux.h b/include/vki/vki-scnums-ppc32-linux.h index 006f48e64..644ac8a32 100644 --- a/include/vki/vki-scnums-ppc32-linux.h +++ b/include/vki/vki-scnums-ppc32-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Julian Seward + Copyright (C) 2005-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-ppc64-linux.h b/include/vki/vki-scnums-ppc64-linux.h index cfc2cc6b0..2a2016104 100644 --- a/include/vki/vki-scnums-ppc64-linux.h +++ b/include/vki/vki-scnums-ppc64-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2013 Julian Seward + Copyright (C) 2005-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-s390x-linux.h b/include/vki/vki-scnums-s390x-linux.h index d0a62c62a..2a4a8f1fe 100644 --- a/include/vki/vki-scnums-s390x-linux.h +++ b/include/vki/vki-scnums-s390x-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2014 + Copyright IBM Corp. 2010-2015 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/vki/vki-scnums-solaris.h b/include/vki/vki-scnums-solaris.h index e1f5b9cbf..0b85548aa 100644 --- a/include/vki/vki-scnums-solaris.h +++ b/include/vki/vki-scnums-solaris.h @@ -28,7 +28,7 @@ The GNU General Public License is contained in the file COPYING. */ -/* Copyright 2013-2014, Ivo Raisr . */ +/* Copyright 2013-2015, Ivo Raisr . */ /* Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved. */ diff --git a/include/vki/vki-scnums-tilegx-linux.h b/include/vki/vki-scnums-tilegx-linux.h index 3a780301a..cc248b2ef 100644 --- a/include/vki/vki-scnums-tilegx-linux.h +++ b/include/vki/vki-scnums-tilegx-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 Tilera Corp. + Copyright (C) 2010-2015 Tilera Corp. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/vki/vki-scnums-x86-linux.h b/include/vki/vki-scnums-x86-linux.h index eee596488..5479b3e24 100644 --- a/include/vki/vki-scnums-x86-linux.h +++ b/include/vki/vki-scnums-x86-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-tilegx-linux.h b/include/vki/vki-tilegx-linux.h index 9b0b99b9c..d243a8541 100644 --- a/include/vki/vki-tilegx-linux.h +++ b/include/vki/vki-tilegx-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2013 Tilera Corp. + Copyright (C) 2010-2015 Tilera Corp. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/vki/vki-x86-linux.h b/include/vki/vki-x86-linux.h index f6b1dc546..345b8a4a4 100644 --- a/include/vki/vki-x86-linux.h +++ b/include/vki/vki-x86-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/lackey/lk_main.c b/lackey/lk_main.c index bbd4983f9..bc0f63a58 100644 --- a/lackey/lk_main.c +++ b/lackey/lk_main.c @@ -7,7 +7,7 @@ This file is part of Lackey, an example Valgrind tool that does some simple program measurement and tracing. - Copyright (C) 2002-2013 Nicholas Nethercote + Copyright (C) 2002-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -1050,7 +1050,7 @@ static void lk_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("an example Valgrind tool"); VG_(details_copyright_author)( - "Copyright (C) 2002-2013, and GNU GPL'd, by Nicholas Nethercote."); + "Copyright (C) 2002-2015, and GNU GPL'd, by Nicholas Nethercote."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 200 ); diff --git a/massif/ms_main.c b/massif/ms_main.c index 1ca0cd1db..e55a774b7 100644 --- a/massif/ms_main.c +++ b/massif/ms_main.c @@ -6,7 +6,7 @@ This file is part of Massif, a Valgrind tool for profiling memory usage of programs. - Copyright (C) 2003-2013 Nicholas Nethercote + Copyright (C) 2003-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -2550,7 +2550,7 @@ static void ms_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a heap profiler"); VG_(details_copyright_author)( - "Copyright (C) 2003-2013, and GNU GPL'd, by Nicholas Nethercote"); + "Copyright (C) 2003-2015, and GNU GPL'd, by Nicholas Nethercote"); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 330 ); diff --git a/massif/ms_print.in b/massif/ms_print.in index 6fa366986..e6fae89e7 100755 --- a/massif/ms_print.in +++ b/massif/ms_print.in @@ -7,7 +7,7 @@ # This file is part of Massif, a Valgrind tool for profiling memory # usage of programs. # -# Copyright (C) 2007-2013 Nicholas Nethercote +# Copyright (C) 2007-2015 Nicholas Nethercote # njn@valgrind.org # # This program is free software; you can redistribute it and/or @@ -76,7 +76,7 @@ usage: ms_print [options] massif-out-file --x=<4..1000> graph width, in columns [72] --y=<4..1000> graph height, in rows [20] - ms_print is Copyright (C) 2007-2013 Nicholas Nethercote. + ms_print is Copyright (C) 2007-2015 Nicholas Nethercote. and licensed under the GNU General Public License, version 2. Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org. diff --git a/memcheck/mc_errors.c b/memcheck/mc_errors.c index 174b4a765..6b763f124 100644 --- a/memcheck/mc_errors.c +++ b/memcheck/mc_errors.c @@ -8,7 +8,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/memcheck/mc_include.h b/memcheck/mc_include.h index 991c5b94c..1d62bf604 100644 --- a/memcheck/mc_include.h +++ b/memcheck/mc_include.h @@ -8,7 +8,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/memcheck/mc_leakcheck.c b/memcheck/mc_leakcheck.c index db317f75f..ba48b4c27 100644 --- a/memcheck/mc_leakcheck.c +++ b/memcheck/mc_leakcheck.c @@ -7,7 +7,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/memcheck/mc_machine.c b/memcheck/mc_machine.c index 60d5079d5..91fab009c 100644 --- a/memcheck/mc_machine.c +++ b/memcheck/mc_machine.c @@ -9,7 +9,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2008-2013 OpenWorks Ltd + Copyright (C) 2008-2015 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/memcheck/mc_main.c b/memcheck/mc_main.c index c0d3417e3..580c051c5 100644 --- a/memcheck/mc_main.c +++ b/memcheck/mc_main.c @@ -10,7 +10,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or @@ -7635,7 +7635,7 @@ static void mc_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a memory error detector"); VG_(details_copyright_author)( - "Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al."); + "Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 640 ); diff --git a/memcheck/mc_malloc_wrappers.c b/memcheck/mc_malloc_wrappers.c index 778f07d26..08fcc2d59 100644 --- a/memcheck/mc_malloc_wrappers.c +++ b/memcheck/mc_malloc_wrappers.c @@ -8,7 +8,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/memcheck/mc_replace_strmem.c b/memcheck/mc_replace_strmem.c index df0b22c12..2fddc90a4 100644 --- a/memcheck/mc_replace_strmem.c +++ b/memcheck/mc_replace_strmem.c @@ -9,7 +9,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/memcheck/mc_translate.c b/memcheck/mc_translate.c index 696307861..a6697cc82 100644 --- a/memcheck/mc_translate.c +++ b/memcheck/mc_translate.c @@ -8,7 +8,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/memcheck/memcheck.h b/memcheck/memcheck.h index 2740578f1..811930e3b 100644 --- a/memcheck/memcheck.h +++ b/memcheck/memcheck.h @@ -13,7 +13,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2013 Julian Seward. All rights reserved. + Copyright (C) 2000-2015 Julian Seward. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/mpi/libmpiwrap.c b/mpi/libmpiwrap.c index a5349e066..06e089086 100644 --- a/mpi/libmpiwrap.c +++ b/mpi/libmpiwrap.c @@ -18,7 +18,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2013 OpenWorks LLP. All rights reserved. + Copyright (C) 2006-2015 OpenWorks LLP. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/none/nl_main.c b/none/nl_main.c index 574486a0e..ffe19e128 100644 --- a/none/nl_main.c +++ b/none/nl_main.c @@ -7,7 +7,7 @@ This file is part of Nulgrind, the minimal Valgrind tool, which does no instrumentation or analysis. - Copyright (C) 2002-2013 Nicholas Nethercote + Copyright (C) 2002-2015 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -56,7 +56,7 @@ static void nl_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("the minimal Valgrind tool"); VG_(details_copyright_author)( - "Copyright (C) 2002-2013, and GNU GPL'd, by Nicholas Nethercote."); + "Copyright (C) 2002-2015, and GNU GPL'd, by Nicholas Nethercote."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 275 ); diff --git a/perf/tinycc.c b/perf/tinycc.c index 50479230d..99b6403ab 100644 --- a/perf/tinycc.c +++ b/perf/tinycc.c @@ -21285,7 +21285,7 @@ static int64_t getclock_us(void) void help(void) { - printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2013 Fabrice Bellard\n" + printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2015 Fabrice Bellard\n" "usage: tcc [-v] [-c] [-o outfile] [-Bdir] [-bench] [-Idir] [-Dsym[=val]] [-Usym]\n" " [-Wwarn] [-g] [-b] [-bt N] [-Ldir] [-llib] [-shared] [-static]\n" " [infile1 infile2...] [-run infile args...]\n" diff --git a/perf/vg_perf.in b/perf/vg_perf.in index 5c482efe2..7a80cb0af 100644 --- a/perf/vg_perf.in +++ b/perf/vg_perf.in @@ -6,7 +6,7 @@ # This file is part of Valgrind, a dynamic binary instrumentation # framework. # -# Copyright (C) 2005-2013 Nicholas Nethercote +# Copyright (C) 2005-2015 Nicholas Nethercote # njn@valgrind.org # # This program is free software; you can redistribute it and/or diff --git a/shared/vg_replace_strmem.c b/shared/vg_replace_strmem.c index 0f2cb7d5b..cf29cdd2e 100644 --- a/shared/vg_replace_strmem.c +++ b/shared/vg_replace_strmem.c @@ -8,7 +8,7 @@ /* This file is part of Valgrind. - Copyright (C) 2000-2013 Julian Seward + Copyright (C) 2000-2015 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/tests/vg_regtest.in b/tests/vg_regtest.in index 26d06c72d..16f49862b 100755 --- a/tests/vg_regtest.in +++ b/tests/vg_regtest.in @@ -6,7 +6,7 @@ # This file is part of Valgrind, a dynamic binary instrumentation # framework. # -# Copyright (C) 2003-2013 Nicholas Nethercote +# Copyright (C) 2003-2015 Nicholas Nethercote # njn@valgrind.org # # This program is free software; you can redistribute it and/or