# Script updates the copyright year in every file in Valgrind that contains
# a copyright notice. Assumes they're all in the same format:
#
-# "Copyright (C) 20xy-2012"
+# "Copyright (C) 20xy-2017"
#
# where x can be 0 or 1 and y can be anything.
# To use:
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-2015/' < $i > tmp.$$
+ perl -p -e 's/Copyright \(C\) 20([0-1])([0-9])-2015/Copyright (C) 20$1$2-2017/' < $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-2015/' < $i > tmp.$$
+ perl -p -e 's/Copyright IBM Corp. 20([0-1])([0-9])-2015/Copyright IBM Corp. 20$1$2-2017/' < $i > tmp.$$
mv tmp.$$ $i
done
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Philippe Waroquiers
+ Copyright (C) 2014-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2013-2015 Mozilla Foundation
+ Copyright (C) 2013-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
# This file is part of Cachegrind, a Valgrind tool for cache
# profiling programs.
#
-# Copyright (C) 2002-2015 Nicholas Nethercote
+# Copyright (C) 2002-2017 Nicholas Nethercote
# njn@valgrind.org
#
# This program is free software; you can redistribute it and/or
-I<d> --include=<d> add <d> to list of directories to search for
source files
- cg_annotate is Copyright (C) 2002-2015 Nicholas Nethercote.
+ cg_annotate is Copyright (C) 2002-2017 Nicholas Nethercote.
and licensed under the GNU General Public License, version 2.
Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org.
This file is part of Cachegrind, a Valgrind tool for cache
profiling programs.
- Copyright (C) 2011-2015 Nicholas Nethercote
+ Copyright (C) 2011-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Cachegrind, a Valgrind tool for cache
profiling programs.
- Copyright (C) 2002-2015 Nicholas Nethercote
+ Copyright (C) 2002-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Cachegrind, a Valgrind tool for cache
profiling programs.
- Copyright (C) 2002-2015 Nicholas Nethercote
+ Copyright (C) 2002-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
# This file is part of Cachegrind, a Valgrind tool for cache
# profiling programs.
#
-# Copyright (C) 2002-2015 Nicholas Nethercote
+# Copyright (C) 2002-2017 Nicholas Nethercote
# njn@valgrind.org
#
# This program is free software; you can redistribute it and/or
to filenames, eg. --mod-filename='s/prog[0-9]/projN/'
--mod-funcname=<expr> like --mod-filename, but applied to function names
- cg_diff is Copyright (C) 2002-2015 Nicholas Nethercote.
+ cg_diff is Copyright (C) 2002-2017 Nicholas Nethercote.
and licensed under the GNU General Public License, version 2.
Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org.
This file is part of Cachegrind, a Valgrind tool for cache
profiling programs.
- Copyright (C) 2002-2015 Nicholas Nethercote
+ Copyright (C) 2002-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
VG_(details_version) (NULL);
VG_(details_description) ("a cache and branch-prediction profiler");
VG_(details_copyright_author)(
- "Copyright (C) 2002-2015, and GNU GPL'd, by Nicholas Nethercote et al.");
+ "Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(details_avg_translation_sizeB) ( 500 );
This file is part of Cachegrind, a Valgrind tool for cache
profiling programs.
- Copyright (C) 2002-2015 Nicholas Nethercote
+ Copyright (C) 2002-2017 Nicholas Nethercote
njn@valgrind.org
AVL tree code derived from
This file is part of Cachegrind, a Valgrind tool for cache
profiling programs.
- Copyright (C) 2002-2015 Nicholas Nethercote
+ Copyright (C) 2002-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
/*
This file is part of Callgrind, a Valgrind tool for call tracing.
- Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2002-2017, 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
/*
This file is part of Callgrind, a Valgrind tool for call tracing.
- Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2002-2017, 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
This file is part of callgrind, a valgrind tool for cache simulation
and call tree tracing.
- Copyright (C) 2003-2015 Josef Weidendorfer. All rights reserved.
+ Copyright (C) 2003-2017 Josef Weidendorfer. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
# This file is part of Callgrind, a cache-simulator and call graph
# tracer built on Valgrind.
#
-# Copyright (C) 2003-2015 Josef Weidendorfer
+# Copyright (C) 2003-2017 Josef Weidendorfer
# Josef.Weidendorfer@gmx.de
#
# This file is based heavily on cg_annotate, part of Valgrind.
-# Copyright (C) 2002-2015 Nicholas Nethercote
+# Copyright (C) 2002-2017 Nicholas Nethercote
# njn@valgrind.org
#
# This program is free software; you can redistribute it and/or
# This file is part of Callgrind, a cache-simulator and call graph
# tracer built on Valgrind.
#
-# Copyright (C) 2003-2015 Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
+# Copyright (C) 2003-2017 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
/*
This file is part of Callgrind, a Valgrind tool for call tracing.
- Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2002-2017, 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
This file is part of Callgrind, a Valgrind tool for call graph
profiling programs.
- Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2002-2017, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
This tool is derived from and contains lot of code from Cachegrind
- Copyright (C) 2002-2015 Nicholas Nethercote (njn@valgrind.org)
+ Copyright (C) 2002-2017 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
/*
This file is part of Callgrind, a Valgrind tool for call tracing.
- Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2002-2017, 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
/*
This file is part of Callgrind, a Valgrind tool for call tracing.
- Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2002-2017, 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2015 Josef Weidendorfer
+ Copyright (C) 2004-2017 Josef Weidendorfer
josef.weidendorfer@gmx.de
This program is free software; you can redistribute it and/or
This file is part of Callgrind, a Valgrind tool for call graph
profiling programs.
- Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2002-2017, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
This tool is derived from and contains lot of code from Cachegrind
- Copyright (C) 2002-2015 Nicholas Nethercote (njn@valgrind.org)
+ Copyright (C) 2002-2017 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
/*
This file is part of Callgrind, a Valgrind tool for call tracing.
- Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2002-2017, 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
/*
This file is part of Callgrind, a Valgrind tool for call tracing.
- Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2002-2017, 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
/*
This file is part of Callgrind, a Valgrind tool for call tracing.
- Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2002-2017, 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
/*
This file is part of Callgrind, a Valgrind tool for call tracing.
- Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2002-2017, 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2015 Josef Weidendorfer
+ Copyright (C) 2004-2017 Josef Weidendorfer
josef.weidendorfer@gmx.de
This program is free software; you can redistribute it and/or
/*
This file is part of Callgrind, a Valgrind tool for call tracing.
- Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2002-2017, 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
This file is part of Callgrind, a Valgrind tool for call graph
profiling programs.
- Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2002-2017, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
This tool is derived from and contains code from Cachegrind
- Copyright (C) 2002-2015 Nicholas Nethercote (njn@valgrind.org)
+ Copyright (C) 2002-2017 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
VG_(details_name) ("Callgrind");
VG_(details_version) (NULL);
VG_(details_description) ("a call-graph generating cache profiler");
- VG_(details_copyright_author)("Copyright (C) 2002-2015, and GNU GPL'd, "
+ VG_(details_copyright_author)("Copyright (C) 2002-2017, and GNU GPL'd, "
"by Josef Weidendorfer et al.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(details_avg_translation_sizeB) ( 500 );
This file is part of Callgrind, a Valgrind tool for call graph
profiling programs.
- Copyright (C) 2003-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2003-2017, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
This tool is derived from and contains code from Cachegrind
- Copyright (C) 2002-2015 Nicholas Nethercote (njn@valgrind.org)
+ Copyright (C) 2002-2017 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
/*
This file is part of Callgrind, a Valgrind tool for call tracing.
- Copyright (C) 2002-2015, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+ Copyright (C) 2002-2017, 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2006-2015 Julian Seward
+ Copyright (C) 2006-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2006-2015 OpenWorks LLP
+ Copyright (C) 2006-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2015-2015 Florian Krohm
+ Copyright (C) 2015-2017 Florian Krohm
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2006-2015 OpenWorks LLP
+ Copyright (C) 2006-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2002-2015 Nicholas Nethercote
+ Copyright (C) 2002-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Florian Krohm
+ Copyright (C) 2014-2017 Florian Krohm
florian@eich-krohm.de
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2013-2015 Ivo Raisr
+ Copyright (C) 2013-2017 Ivo Raisr
ivosh@ivosh.net
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks LLP
+ Copyright (C) 2008-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2013-2015 Mozilla Foundation
+ Copyright (C) 2013-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks LLP
+ Copyright (C) 2008-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks LLP and others; see below
+ Copyright (C) 2008-2017 OpenWorks LLP and others; see below
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2013-2015 Mozilla Foundation
+ Copyright (C) 2013-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks LLP
+ Copyright (C) 2008-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks LLP
+ Copyright (C) 2008-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Mozilla Foundation
+ Copyright (C) 2014-2017 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
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-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks LLP
+ Copyright (C) 2008-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks LLP
+ Copyright (C) 2008-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Mozilla Foundation
+ Copyright (C) 2014-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Apple Inc.
+ Copyright (C) 2005-2017 Apple Inc.
Greg Parker gparker@apple.com
This program is free software; you can redistribute it and/or
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-2015 Julian Seward
+ Copyright (C) 2000-2017 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.
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks LLP
+ Copyright (C) 2008-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Philippe Waroquiers philippe.waroquiers@skynet.be
+ Copyright (C) 2014-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
Rust demangler components are
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 Evan Geller
+ Copyright (C) 2008-2017 Evan Geller
gaze@bea.ms
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2013-2015 OpenWorks
+ Copyright (C) 2013-2017 OpenWorks
info@open-works.net
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 RT-RK
+ Copyright (C) 2000-2017 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 RT-RK
+ Copyright (C) 2000-2017 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Cerion Armour-Brown <cerion@open-works.co.uk>
+ Copyright (C) 2005-2017 Cerion Armour-Brown <cerion@open-works.co.uk>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Cerion Armour-Brown <cerion@open-works.co.uk>
+ Copyright (C) 2005-2017 Cerion Armour-Brown <cerion@open-works.co.uk>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Cerion Armour-Brown <cerion@open-works.co.uk>
+ Copyright (C) 2005-2017 Cerion Armour-Brown <cerion@open-works.co.uk>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright IBM Corp. 2010-2015
- Copyright (C) 2011-2015, Florian Krohm (britzel@acm.org)
+ Copyright IBM Corp. 2010-2017
+ Copyright (C) 2011-2017, 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 Tilera Corp.
+ Copyright (C) 2010-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2012 Julian Seward
- jseward@acm.org
+ Copyright (C) 2012-2017 Petr Pavlu
+ setup@dagobah.cz
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Philippe Waroquiers
+ Copyright (C) 2011-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Petr Pavlu
+ Copyright (C) 2011-2017 Petr Pavlu
setup@dagobah.cz
This program is free software; you can redistribute it and/or
The GNU General Public License is contained in the file COPYING.
*/
-/* Copyright 2013-2015, Ivo Raisr <ivosh@ivosh.net>. */
+/* Copyright 2013-2017, Ivo Raisr <ivosh@ivosh.net>. */
#if defined(VGO_solaris)
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2006-2015 OpenWorks LLP
+ Copyright (C) 2006-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 Mozilla Inc
+ Copyright (C) 2010-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Apple Inc.
+ Copyright (C) 2005-2017 Apple Inc.
Greg Parker gparker@apple.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2007-2015 Apple Inc.
+ Copyright (C) 2007-2017 Apple Inc.
Greg Parker gparker@apple.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2006-2015 Apple Inc.
+ Copyright (C) 2006-2017 Apple Inc.
Greg Parker gparker@apple.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
" Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc\n"
"\n"
" %s is %s\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"
+" Valgrind is Copyright (C) 2000-2017, and GNU GPL'd, by Julian Seward et al.\n"
+" LibVEX is Copyright (C) 2004-2017, and GNU GPL'd, by OpenWorks LLP et al.\n"
"\n"
" Bug reports, feedback, admiration, abuse, etc, to: %s.\n"
"\n";
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Nicholas Nethercote
+ Copyright (C) 2000-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 OpenWorks LLP info@open-works.co.uk,
+ Copyright (C) 2011-2017 OpenWorks LLP info@open-works.co.uk,
Philippe Waroquiers philippe.waroquiers@skynet.be
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Mozilla Foundation
+ Copyright (C) 2014-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
- Copyright (C) 2003-2015 Jeremy Fitzhardinge
+ Copyright (C) 2003-2017 Jeremy Fitzhardinge
jeremy@goop.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Mozilla Foundation
+ Copyright (C) 2012-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2011-2017 Bart Van Assche <bvanassche@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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2011-2017 Bart Van Assche <bvanassche@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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2011-2017 Bart Van Assche <bvanassche@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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2011-2017 Bart Van Assche <bvanassche@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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2011-2017 Bart Van Assche <bvanassche@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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2015-2015 Florian Krohm
+ Copyright (C) 2015-2017 Florian Krohm
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2006-2015 OpenWorks Ltd
+ Copyright (C) 2006-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Nicholas Nethercote
+ Copyright (C) 2000-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Nicholas Nethercote
+ Copyright (C) 2000-2017 Nicholas Nethercote
njn@valgrind.org
- Copyright (C) 2004-2015 Paul Mackerras
+ Copyright (C) 2004-2017 Paul Mackerras
paulus@samba.org
- Copyright (C) 2008-2015 Evan Geller
+ Copyright (C) 2008-2017 Evan Geller
gaze@bea.ms
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2013-2015 OpenWorks
+ Copyright (C) 2013-2017 OpenWorks
info@open-works.net
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Nicholas Nethercote
+ Copyright (C) 2000-2017 Nicholas Nethercote
njn@valgrind.org
- Copyright (C) 2006-2015 OpenWorks Ltd
+ Copyright (C) 2006-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 RT-RK
+ Copyright (C) 2010-2017 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 RT-RK
+ Copyright (C) 2010-2017 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Nicholas Nethercote
+ Copyright (C) 2000-2017 Nicholas Nethercote
njn@valgrind.org
- Copyright (C) 2004-2015 Paul Mackerras
+ Copyright (C) 2004-2017 Paul Mackerras
paulus@samba.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Nicholas Nethercote
+ Copyright (C) 2000-2017 Nicholas Nethercote
njn@valgrind.org
- Copyright (C) 2004-2015 Paul Mackerras
+ Copyright (C) 2004-2017 Paul Mackerras
paulus@samba.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright IBM Corp. 2010-2015
+ Copyright IBM Corp. 2010-2017
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Petr Pavlu
+ Copyright (C) 2011-2017 Petr Pavlu
setup@dagobah.cz
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 Tilera Corp.
+ Copyright (C) 2010-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2006-2015 OpenWorks Ltd
+ Copyright (C) 2006-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Nicholas Nethercote
+ Copyright (C) 2000-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Apple Inc.
+ Copyright (C) 2005-2017 Apple Inc.
Greg Parker gparker@apple.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Nicholas Nethercote
+ Copyright (C) 2000-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Nicholas Nethercote
+ Copyright (C) 2000-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Petr Pavlu
+ Copyright (C) 2011-2017 Petr Pavlu
setup@dagobah.cz
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Citrix Systems
+ Copyright (C) 2012-2017 Citrix Systems
ian.campbell@citrix.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Petr Pavlu
+ Copyright (C) 2014-2017 Petr Pavlu
setup@dagobah.cz
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 Evan Geller (gaze@bea.ms)
+ Copyright (C) 2008-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2013-2015 OpenWorks
+ Copyright (C) 2013-2017 OpenWorks
info@open-works.net
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 RT-RK
+ Copyright (C) 2010-2017 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 RT-RK
+ Copyright (C) 2010-2017 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Paul Mackerras (paulus@samba.org)
+ Copyright (C) 2005-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Paul Mackerras <paulus@samba.org>
+ Copyright (C) 2005-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Paul Mackerras <paulus@samba.org>
+ Copyright (C) 2005-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright IBM Corp. 2010-2015
+ Copyright IBM Corp. 2010-2017
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Petr Pavlu
+ Copyright (C) 2011-2017 Petr Pavlu
setup@dagobah.cz
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Apple Inc.
+ Copyright (C) 2005-2017 Apple Inc.
Greg Parker gparker@apple.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Nicholas Nethercote
+ Copyright (C) 2000-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Petr Pavlu
+ Copyright (C) 2014-2017 Petr Pavlu
setup@dagobah.cz
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Nicholas Nethercote
+ Copyright (C) 2000-2017 Nicholas Nethercote
njn@valgrind.org
- Copyright (C) 2008-2015 Evan Geller
+ Copyright (C) 2008-2017 Evan Geller
gaze@bea.ms
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2013-2015 OpenWorks
+ Copyright (C) 2013-2017 OpenWorks
info@open-works.net
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Apple Inc.
+ Copyright (C) 2005-2017 Apple Inc.
Greg Parker gparker@apple.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Nicholas Nethercote
+ Copyright (C) 2000-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 RT-RK
+ Copyright (C) 2010-2017 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 RT-RK
+ Copyright (C) 2010-2017 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Nicholas Nethercote <njn@valgrind.org>
- Copyright (C) 2005-2015 Cerion Armour-Brown <cerion@open-works.co.uk>
+ Copyright (C) 2005-2017 Nicholas Nethercote <njn@valgrind.org>
+ Copyright (C) 2005-2017 Cerion Armour-Brown <cerion@open-works.co.uk>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Nicholas Nethercote <njn@valgrind.org>
- Copyright (C) 2005-2015 Cerion Armour-Brown <cerion@open-works.co.uk>
+ Copyright (C) 2005-2017 Nicholas Nethercote <njn@valgrind.org>
+ Copyright (C) 2005-2017 Cerion Armour-Brown <cerion@open-works.co.uk>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright IBM Corp. 2010-2015
+ Copyright IBM Corp. 2010-2017
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Petr Pavlu
+ Copyright (C) 2011-2017 Petr Pavlu
setup@dagobah.cz
This program is free software; you can redistribute it and/or
/* Copyright 2013-2017, Ivo Raisr <ivosh@ivosh.net>. */
-/* Copyright 2015-2015, Tomas Jedlicka <jedlickat@gmail.com>. */
+/* Copyright 2015-2017, Tomas Jedlicka <jedlickat@gmail.com>. */
/* Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved. */
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 Tilera Corp.
+ Copyright (C) 2010-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Apple Inc.
+ Copyright (C) 2005-2017 Apple Inc.
Greg Parker gparker@apple.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Nicholas Nethercote
+ Copyright (C) 2000-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Petr Pavlu
+ Copyright (C) 2011-2017 Petr Pavlu
setup@dagobah.cz
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Nicholas Nethercote
+ Copyright (C) 2000-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
- Copyright (C) 2006-2015 OpenWorks LLP
+ Copyright (C) 2006-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Apple Inc.
+ Copyright (C) 2005-2017 Apple Inc.
Greg Parker gparker@apple.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2006-2015 OpenWorks LLP
+ Copyright (C) 2006-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2006-2015 OpenWorks LLP
+ Copyright (C) 2006-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2007-2015 Julian Seward
+ Copyright (C) 2007-2017 Julian Seward
jseward@acm.org
This code is based on previous work by Nicholas Nethercote
(coregrind/m_oset.c) which is
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
which in turn was derived partially from:
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2007-2015 OpenWorks LLP
+ Copyright (C) 2007-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2016-2016 Philippe Waroquiers
+ Copyright (C) 2016-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2016-2016 Philippe Waroquiers
+ Copyright (C) 2016-2017 Philippe Waroquiers
This code generalises the XTree idea that was implemented in
the massif tool in Valgrind versions <= 3.12, which is
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
The XTree implementation in this file is however implemented completely
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Philippe Waroquiers
+ Copyright (C) 2014-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2009-2015 Julian Seward
+ Copyright (C) 2009-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Philippe Waroquiers philippe.waroquiers@skynet.be
+ Copyright (C) 2014-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Philippe Waroquiers
+ Copyright (C) 2011-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 OpenWorks LLP
+ Copyright (C) 2014-2017 OpenWorks LLP
info@open-works.net
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2006-2015 OpenWorks LLP
+ Copyright (C) 2006-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Philippe Waroquiers
+ Copyright (C) 2012-2017 Philippe Waroquiers
philippe.waroquiers@skynet.be
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 Mozilla Inc
+ Copyright (C) 2010-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Apple Inc.
+ Copyright (C) 2005-2017 Apple Inc.
Greg Parker gparker@apple.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2013-2015 Florian Krohm florian@eich-krohm.de
+ Copyright (C) 2013-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Mozilla Foundation
+ Copyright (C) 2014-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Mozilla Foundation
+ Copyright (C) 2012-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
- Copyright (C) 2006-2015 OpenWorks LLP
+ Copyright (C) 2006-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
- Copyright (C) 2006-2015 OpenWorks LLP
+ Copyright (C) 2006-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
- Copyright (C) 2006-2015 OpenWorks LLP
+ Copyright (C) 2006-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2007-2015 Julian Seward
+ Copyright (C) 2007-2017 Julian Seward
jseward@acm.org
This code is based on previous work by Nicholas Nethercote
(coregrind/m_oset.c) which is
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
which in turn was derived partially from:
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2007-2015 OpenWorks LLP
+ Copyright (C) 2007-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2016-2016 Philippe Waroquiers
+ Copyright (C) 2016-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2015-2015 Philippe Waroquiers
+ Copyright (C) 2015-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Philippe Waroquiers
+ Copyright (C) 2011-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Philippe Waroquiers
+ Copyright (C) 2011-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Ivo Raisr <ivosh@ivosh.net>
+ Copyright (C) 2014-2017 Ivo Raisr <ivosh@ivosh.net>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Philippe Waroquiers
+ Copyright (C) 2011-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Philippe Waroquiers
+ Copyright (C) 2011-2017 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
<programlisting><![CDATA[
==2418== Memcheck, a memory error detector
-==2418== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
-==2418== Using Valgrind-3.7.0.SVN and LibVEX; rerun with -h for copyright info
+==2418== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==2418== Using Valgrind-3.13.0.SVN and LibVEX; rerun with -h for copyright info
==2418== Command: ./prog
==2418==
==2418== (action at startup) vgdb me ...
The output should be something like this:</para>
<programlisting><![CDATA[
==738== foobar-0.0.1, a foobarring tool.
- ==738== Copyright (C) 2002-2009, and GNU GPL'd, by J. Programmer.
- ==738== Using Valgrind-3.5.0.SVN and LibVEX; rerun with -h for copyright info
+ ==738== Copyright (C) 2002-2017, and GNU GPL'd, by J. Programmer.
+ ==738== Using Valgrind-3.13.0.SVN and LibVEX; rerun with -h for copyright info
==738== Command: date
==738==
Tue Nov 27 12:40:49 EST 2007
This file is part of DRD, a Valgrind tool for verification of
multithreaded programs.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@acm.org>.
All rights reserved.
Redistribution and use in source and binary forms, with or without
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of DRD, a thread error detector.
- Copyright (C) 2009-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2009-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of DRD, a thread error detector.
- Copyright (C) 2014-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2014-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
VG_(details_name) ("drd");
VG_(details_version) (NULL);
VG_(details_description) ("a thread error detector");
- VG_(details_copyright_author)("Copyright (C) 2006-2015, and GNU GPL'd,"
+ VG_(details_copyright_author)("Copyright (C) 2006-2017, and GNU GPL'd,"
" by Bart Van Assche.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of DRD, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
from memchec/mc_replace_strmem.c, which has the following copyright
notice:
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2015 Bart Van Assche <bvanassche@acm.org>.
+ Copyright (C) 2006-2017 Bart Van Assche <bvanassche@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
This file is part of DRD, a heavyweight Valgrind tool for detecting
errors in multithreaded programs.
- Copyright (C) 2008-2009 Bart Van Assche. All rights reserved.
+ Copyright (C) 2008-2017 Bart Van Assche. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
This file is part of BBV, a Valgrind tool for generating SimPoint
basic block vectors.
- Copyright (C) 2006-2015 Vince Weaver
+ Copyright (C) 2006-2017 Vince Weaver
vince _at_ csl.cornell.edu
- pcfile code is Copyright (C) 2006-2015 Oriol Prat
+ pcfile code is Copyright (C) 2006-2017 Oriol Prat
oriol.prat _at _ bsc.es
This program is free software; you can redistribute it and/or
VG_(details_version) (NULL);
VG_(details_description) ("a SimPoint basic block vector generator");
VG_(details_copyright_author)(
- "Copyright (C) 2006-2015 Vince Weaver");
+ "Copyright (C) 2006-2017 Vince Weaver");
VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(basic_tool_funcs) (bbv_post_clo_init,
This file is part of DHAT, a Valgrind tool for profiling the
heap usage of programs.
- Copyright (C) 2010-2015 Mozilla Inc
+ Copyright (C) 2010-2017 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
VG_(details_version) (NULL);
VG_(details_description) ("a dynamic heap analysis tool");
VG_(details_copyright_author)(
- "Copyright (C) 2010-2015, and GNU GPL'd, by Mozilla Inc");
+ "Copyright (C) 2010-2017, and GNU GPL'd, by Mozilla Inc");
VG_(details_bug_reports_to) (VG_BUGS_TO);
// Basic functions.
This file is part of Ptrcheck, a Valgrind tool for checking pointer
use in programs.
- Copyright (C) 2003-2015 Nicholas Nethercote
+ Copyright (C) 2003-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
Initial version (Annelid):
- Copyright (C) 2003-2015 Nicholas Nethercote
+ Copyright (C) 2003-2017 Nicholas Nethercote
njn@valgrind.org
Valgrind-3.X port:
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Ptrcheck, a Valgrind tool for checking pointer
use in programs.
- Copyright (C) 2003-2015 Nicholas Nethercote
+ Copyright (C) 2003-2017 Nicholas Nethercote
njn@valgrind.org
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Ptrcheck, a Valgrind tool for checking pointer
use in programs.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Ptrcheck, a Valgrind tool for checking pointer
use in programs.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Ptrcheck, a Valgrind tool for checking pointer
use in programs.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
VG_(details_description) ("a stack and global array "
"overrun detector");
VG_(details_copyright_author)(
- "Copyright (C) 2003-2015, and GNU GPL'd, by OpenWorks Ltd et al.");
+ "Copyright (C) 2003-2017, and GNU GPL'd, by OpenWorks Ltd et al.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(details_avg_translation_sizeB) ( 496 );
This file is part of Ptrcheck, a Valgrind tool for checking pointer
use in programs.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Ptrcheck, a Valgrind tool for checking pointer
use in programs.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Helgrind, a Valgrind tool for detecting errors
in threaded programs.
- Copyright (C) 2007-2015 OpenWorks LLP
+ Copyright (C) 2007-2017 OpenWorks LLP
info@open-works.co.uk
Redistribution and use in source and binary forms, with or without
This file is part of Helgrind, a Valgrind tool for detecting errors
in threaded programs.
- Copyright (C) 2007-2015 OpenWorks Ltd
+ Copyright (C) 2007-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Helgrind, a Valgrind tool for detecting errors
in threaded programs.
- Copyright (C) 2007-2015 OpenWorks Ltd
+ Copyright (C) 2007-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Helgrind, a Valgrind tool for detecting errors
in threaded programs.
- Copyright (C) 2007-2015 OpenWorks Ltd
+ Copyright (C) 2007-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Helgrind, a Valgrind tool for detecting errors
in threaded programs.
- Copyright (C) 2007-2015 OpenWorks Ltd
+ Copyright (C) 2007-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Helgrind, a Valgrind tool for detecting errors
in threaded programs.
- Copyright (C) 2007-2015 OpenWorks Ltd
+ Copyright (C) 2007-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Helgrind, a Valgrind tool for detecting errors
in threaded programs.
- Copyright (C) 2007-2015 OpenWorks Ltd
+ Copyright (C) 2007-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Helgrind, a Valgrind tool for detecting errors
in threaded programs.
- Copyright (C) 2007-2015 OpenWorks LLP
+ Copyright (C) 2007-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Helgrind, a Valgrind tool for detecting errors
in threaded programs.
- Copyright (C) 2007-2015 OpenWorks Ltd
+ Copyright (C) 2007-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Helgrind, a Valgrind tool for detecting errors
in threaded programs.
- Copyright (C) 2007-2015 OpenWorks Ltd
+ Copyright (C) 2007-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Helgrind, a Valgrind tool for detecting errors
in threaded programs.
- Copyright (C) 2007-2015 OpenWorks LLP
+ Copyright (C) 2007-2017 OpenWorks LLP
info@open-works.co.uk
- Copyright (C) 2007-2015 Apple, Inc.
+ Copyright (C) 2007-2017 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
VG_(details_version) (NULL);
VG_(details_description) ("a thread error detector");
VG_(details_copyright_author)(
- "Copyright (C) 2007-2015, and GNU GPL'd, by OpenWorks LLP et al.");
+ "Copyright (C) 2007-2017, and GNU GPL'd, by OpenWorks LLP et al.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(details_avg_translation_sizeB) ( 320 );
This file is part of Helgrind, a Valgrind tool for detecting errors
in threaded programs.
- Copyright (C) 2007-2015 OpenWorks LLP
+ Copyright (C) 2007-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Helgrind, a Valgrind tool for detecting errors
in threaded programs.
- Copyright (C) 2007-2015 OpenWorks LLP
+ Copyright (C) 2007-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of LibHB, a library for implementing and checking
the happens-before relationship in concurrent programs.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of LibHB, a library for implementing and checking
the happens-before relationship in concurrent programs.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2009-2015 Julian Seward
+ Copyright (C) 2009-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Philippe Waroquiers philippe.waroquiers@skynet.be
+ Copyright (C) 2014-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Philippe Waroquiers
+ Copyright (C) 2011-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 OpenWorks LLP
+ Copyright (C) 2014-2017 OpenWorks LLP
info@open-works.net
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 Mozilla Inc
+ Copyright (C) 2010-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 OpenWorks LLP info@open-works.co.uk,
+ Copyright (C) 2011-2017 OpenWorks LLP info@open-works.co.uk,
Philippe Waroquiers philippe.waroquiers@skynet.be
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Mozilla Foundation
+ Copyright (C) 2014-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2014-2015 Florian Krohm (florian@eich-krohm.de)
+ Copyright (C) 2014-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
- Copyright (C) 2006-2015 OpenWorks LLP
+ Copyright (C) 2006-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
- Copyright (C) 2006-2015 OpenWorks LLP
+ Copyright (C) 2006-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
- Copyright (C) 2006-2015 OpenWorks LLP
+ Copyright (C) 2006-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2007-2015 Julian Seward
+ Copyright (C) 2007-2017 Julian Seward
jseward@acm.org
This code is based on previous work by Nicholas Nethercote
(coregrind/m_oset.c) which is
- Copyright (C) 2005-2015 Nicholas Nethercote
+ Copyright (C) 2005-2017 Nicholas Nethercote
njn@valgrind.org
which in turn was derived partially from:
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2007-2015 OpenWorks LLP
+ Copyright (C) 2007-2017 OpenWorks LLP
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2016-2016 Philippe Waroquiers
+ Copyright (C) 2016-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2015-2016 Philippe Waroquiers
+ Copyright (C) 2015-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward. All rights reserved.
+ Copyright (C) 2000-2017 Julian Seward. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2013-2015 OpenWorks
+ Copyright (C) 2013-2017 OpenWorks
info@open-works.net
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2007-2015 Apple Inc.
+ Copyright (C) 2007-2017 Apple Inc.
Greg Parker gparker@apple.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 RT-RK
+ Copyright (C) 2010-2017 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 RT-RK
+ Copyright (C) 2010-2017 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2013-2015 OpenWorks
+ Copyright (C) 2013-2017 OpenWorks
info@open-works.net
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 RT-RK
+ Copyright (C) 2010-2017 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 RT-RK
+ Copyright (C) 2010-2017 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Julian Seward
+ Copyright (C) 2005-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Julian Seward
+ Copyright (C) 2005-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright IBM Corp. 2010-2015
+ Copyright IBM Corp. 2010-2017
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 Tilera Corp.
+ Copyright (C) 2010-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Julian Seward
+ Copyright (C) 2005-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Julian Seward
+ Copyright (C) 2005-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright IBM Corp. 2010-2015
+ Copyright IBM Corp. 2010-2017
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2008-2015 Evan Geller
+ Copyright (C) 2008-2017 Evan Geller
gaze@bea.ms
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2013-2015 OpenWorks
+ Copyright (C) 2013-2017 OpenWorks
info@open-works.net
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2007-2015 Apple Inc.
+ Copyright (C) 2007-2017 Apple Inc.
Greg Parker gparker@apple.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 RT-RK
+ Copyright (C) 2010-2017 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 RT-RK
+ Copyright (C) 2010-2017 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Julian Seward
+ Copyright (C) 2005-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2015 Julian Seward
+ Copyright (C) 2005-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright IBM Corp. 2010-2015
+ Copyright IBM Corp. 2010-2017
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Petr Pavlu
+ Copyright (C) 2011-2017 Petr Pavlu
setup@dagobah.cz
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 Tilera Corp.
+ Copyright (C) 2010-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2015-2016 Ivo Raisr
+ Copyright (C) 2015-2017 Ivo Raisr
ivosh@ivosh.net
This program is free software; you can redistribute it and/or
The GNU General Public License is contained in the file COPYING.
*/
-/* Copyright 2015-2015, Tomas Jedlicka <jedlickat@gmail.com>. */
+/* Copyright 2015-2017, Tomas Jedlicka <jedlickat@gmail.com>. */
#ifndef __VKI_SOLARIS_REPCACHE_H
#define __VKI_SOLARIS_REPCACHE_H
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2011-2015 Petr Pavlu
+ Copyright (C) 2011-2017 Petr Pavlu
setup@dagobah.cz
This program is free software; you can redistribute it and/or
The GNU General Public License is contained in the file COPYING.
*/
-/* Copyright 2013-2016, Ivo Raisr <ivosh@ivosh.net> */
+/* Copyright 2013-2017, Ivo Raisr <ivosh@ivosh.net> */
/* Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved. */
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2015 Tilera Corp.
+ Copyright (C) 2010-2017 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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Citrix
+ Copyright (C) 2012-2017 Citrix
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Citrix
+ Copyright (C) 2012-2017 Citrix
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Citrix
+ Copyright (C) 2012-2017 Citrix
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Citrix
+ Copyright (C) 2012-2017 Citrix
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Citrix
+ Copyright (C) 2012-2017 Citrix
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Citrix
+ Copyright (C) 2012-2017 Citrix
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Citrix
+ Copyright (C) 2012-2017 Citrix
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Citrix
+ Copyright (C) 2012-2017 Citrix
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Citrix
+ Copyright (C) 2012-2017 Citrix
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Citrix
+ Copyright (C) 2012-2017 Citrix
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Citrix
+ Copyright (C) 2012-2017 Citrix
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Citrix
+ Copyright (C) 2012-2017 Citrix
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2012-2015 Citrix
+ Copyright (C) 2012-2017 Citrix
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Lackey, an example Valgrind tool that does
some simple program measurement and tracing.
- Copyright (C) 2002-2015 Nicholas Nethercote
+ Copyright (C) 2002-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
VG_(details_version) (NULL);
VG_(details_description) ("an example Valgrind tool");
VG_(details_copyright_author)(
- "Copyright (C) 2002-2015, and GNU GPL'd, by Nicholas Nethercote.");
+ "Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(details_avg_translation_sizeB) ( 200 );
This file is part of Massif, a Valgrind tool for profiling memory
usage of programs.
- Copyright (C) 2003-2015 Nicholas Nethercote
+ Copyright (C) 2003-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
VG_(details_version) (NULL);
VG_(details_description) ("a heap profiler");
VG_(details_copyright_author)(
- "Copyright (C) 2003-2015, and GNU GPL'd, by Nicholas Nethercote");
+ "Copyright (C) 2003-2017, and GNU GPL'd, by Nicholas Nethercote");
VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(details_avg_translation_sizeB) ( 330 );
# This file is part of Massif, a Valgrind tool for profiling memory
# usage of programs.
#
-# Copyright (C) 2007-2015 Nicholas Nethercote
+# Copyright (C) 2007-2017 Nicholas Nethercote
# njn@valgrind.org
#
# This program is free software; you can redistribute it and/or
--x=<4..1000> graph width, in columns [72]
--y=<4..1000> graph height, in rows [20]
- ms_print is Copyright (C) 2007-2015 Nicholas Nethercote.
+ ms_print is Copyright (C) 2007-2017 Nicholas Nethercote.
and licensed under the GNU General Public License, version 2.
Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org.
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2008-2015 OpenWorks Ltd
+ Copyright (C) 2008-2017 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
VG_(details_version) (NULL);
VG_(details_description) ("a memory error detector");
VG_(details_copyright_author)(
- "Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.");
+ "Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(details_avg_translation_sizeB) ( 640 );
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2000-2015 Julian Seward. All rights reserved.
+ Copyright (C) 2000-2017 Julian Seward. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2012-2015 Florian Krohm
+ Copyright (C) 2012-2017 Florian Krohm
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2012-2015 Florian Krohm
+ Copyright (C) 2012-2017 Florian Krohm
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2012-2015 Florian Krohm
+ Copyright (C) 2012-2017 Florian Krohm
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2012-2015 Florian Krohm
+ Copyright (C) 2012-2017 Florian Krohm
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2012-2015 Florian Krohm
+ Copyright (C) 2012-2017 Florian Krohm
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2012-2015 Florian Krohm
+ Copyright (C) 2012-2017 Florian Krohm
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2012-2015 Florian Krohm
+ Copyright (C) 2012-2017 Florian Krohm
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2012-2015 Florian Krohm
+ Copyright (C) 2012-2017 Florian Krohm
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2012-2015 Florian Krohm
+ Copyright (C) 2012-2017 Florian Krohm
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2012-2015 Florian Krohm
+ Copyright (C) 2012-2017 Florian Krohm
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2012-2015 Florian Krohm
+ Copyright (C) 2012-2017 Florian Krohm
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2006-2015 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2006-2017 OpenWorks LLP. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
This file is part of Nulgrind, the minimal Valgrind tool,
which does no instrumentation or analysis.
- Copyright (C) 2002-2015 Nicholas Nethercote
+ Copyright (C) 2002-2017 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
VG_(details_version) (NULL);
VG_(details_description) ("the minimal Valgrind tool");
VG_(details_copyright_author)(
- "Copyright (C) 2002-2015, and GNU GPL'd, by Nicholas Nethercote.");
+ "Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(details_avg_translation_sizeB) ( 275 );
Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc
- Nulgrind is Copyright (C) 2002-2015, and GNU GPL'd, by Nicholas Nethercote.
- Valgrind is Copyright (C) 2000-2015, and GNU GPL'd, by Julian Seward et al.
- LibVEX is Copyright (C) 2004-2015, and GNU GPL'd, by OpenWorks LLP et al.
+ Nulgrind is Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote.
+ Valgrind is Copyright (C) 2000-2017, and GNU GPL'd, by Julian Seward et al.
+ LibVEX is Copyright (C) 2004-2017, and GNU GPL'd, by OpenWorks LLP et al.
Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org.
Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc
- Nulgrind is Copyright (C) 2002-2015, and GNU GPL'd, by Nicholas Nethercote.
- Valgrind is Copyright (C) 2000-2015, and GNU GPL'd, by Julian Seward et al.
- LibVEX is Copyright (C) 2004-2015, and GNU GPL'd, by OpenWorks LLP et al.
+ Nulgrind is Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote.
+ Valgrind is Copyright (C) 2000-2017, and GNU GPL'd, by Julian Seward et al.
+ LibVEX is Copyright (C) 2004-2017, and GNU GPL'd, by OpenWorks LLP et al.
Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org.
/*
* ppc64_helpers.h
- * Copyright (c) 2016 Will Schmidt <will_schmidt@vnet.ibm.com>
+ * Copyright (C) 2016-2017 Will Schmidt <will_schmidt@vnet.ibm.com>
*
* This file contains helper functions for the ISA 3.0 test suite.
*/
/*
* test_isa_3_0.c:
- * Copyright (c) 2016 Carl Love <cel@us.ibm.com>
- * Copyright (c) 2016 Will Schmidt <will_schmidt@vnet.ibm.com>
+ * Copyright (C) 2016-2017 Carl Love <cel@us.ibm.com>
+ * Copyright (C) 2016-2017 Will Schmidt <will_schmidt@vnet.ibm.com>
*
* This testfile contains tests for the ISA 3.0 instructions.
* The framework of this test file was based on the framework
void help(void)
{
- printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2015 Fabrice Bellard\n"
+ printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2017 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"
# This file is part of Valgrind, a dynamic binary instrumentation
# framework.
#
-# Copyright (C) 2005-2015 Nicholas Nethercote
+# Copyright (C) 2005-2017 Nicholas Nethercote
# njn@valgrind.org
#
# This program is free software; you can redistribute it and/or
/*
This file is part of Valgrind.
- Copyright (C) 2000-2015 Julian Seward
+ Copyright (C) 2000-2017 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
# This file is part of Valgrind, a dynamic binary instrumentation
# framework.
#
-# Copyright (C) 2003-2015 Nicholas Nethercote
+# Copyright (C) 2003-2017 Nicholas Nethercote
# njn@valgrind.org
#
# This program is free software; you can redistribute it and/or