Update copyright year
authorMilian Wolff <mail@milianw.de>
Wed, 11 Jan 2017 15:06:38 +0000 (16:06 +0100)
committerMilian Wolff <mail@milianw.de>
Wed, 11 Jan 2017 15:06:38 +0000 (16:06 +0100)
54 files changed:
src/analyze/accumulatedtracedata.cpp
src/analyze/accumulatedtracedata.h
src/analyze/allocationdata.h
src/analyze/gui/callercalleemodel.cpp
src/analyze/gui/callercalleemodel.h
src/analyze/gui/chartmodel.cpp
src/analyze/gui/chartmodel.h
src/analyze/gui/chartproxy.cpp
src/analyze/gui/chartproxy.h
src/analyze/gui/chartwidget.cpp
src/analyze/gui/chartwidget.h
src/analyze/gui/costdelegate.cpp
src/analyze/gui/costdelegate.h
src/analyze/gui/flamegraph.cpp
src/analyze/gui/flamegraph.h
src/analyze/gui/gui.cpp
src/analyze/gui/histogrammodel.cpp
src/analyze/gui/histogrammodel.h
src/analyze/gui/histogramwidget.cpp
src/analyze/gui/histogramwidget.h
src/analyze/gui/locationdata.h
src/analyze/gui/mainwindow.cpp
src/analyze/gui/mainwindow.h
src/analyze/gui/parser.cpp
src/analyze/gui/parser.h
src/analyze/gui/stacksmodel.cpp
src/analyze/gui/stacksmodel.h
src/analyze/gui/summarydata.h
src/analyze/gui/topproxy.cpp
src/analyze/gui/topproxy.h
src/analyze/gui/treemodel.cpp
src/analyze/gui/treemodel.h
src/analyze/gui/treeproxy.cpp
src/analyze/gui/treeproxy.h
src/interpret/heaptrack_interpret.cpp
src/track/heaptrack_api.h
src/track/heaptrack_inject.cpp
src/track/heaptrack_preload.cpp
src/track/libheaptrack.cpp
src/track/libheaptrack.h
src/track/trace.h
src/track/tracetree.h
src/util/indices.h
src/util/linereader.h
src/util/pointermap.h
tests/auto/tst_trace.cpp
tests/benchmarks/bench_pointerhash.cpp
tests/benchmarks/bench_pointermap.cpp
tests/benchmarks/bench_pointers.h
tests/benchmarks/bench_pointersparsehash.cpp
tests/benchmarks/measure_malloc_overhead.cpp
tests/manual/lib.cpp
tests/manual/lib.h
tests/manual/test_lib.cpp

index c58148b..32a269b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index e8748b1..9804cf9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 5e42a87..3c0e7ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Milian Wolff <mail@milianw.de>
+ * Copyright 2016-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index fb82115..61d7267 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Milian Wolff <mail@milianw.de>
+ * Copyright 2016-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 993327a..bbd5d2b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Milian Wolff <mail@milianw.de>
+ * Copyright 2016-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 5e4e222..80b9af8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index e8a5e42..55a3b81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 70b8e79..ee2c27b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 8b97601..2c8fd4e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 4d7bfcc..de87edb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 0abb65f..c85deb4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index ebe4668..16acb18 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Milian Wolff <mail@milianw.de>
+ * Copyright 2016-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index b305ebb..a2d4c40 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Milian Wolff <mail@milianw.de>
+ * Copyright 2016-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index c510b76..8e4e325 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 355b070..a4969cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 17771f2..8976147 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 15b5eed..64ef6c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index dc324fd..6a273c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 64cfc8f..5a0a3ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 28571bf..905932d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 385e416..797c2c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Milian Wolff <mail@milianw.de>
+ * Copyright 2016-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 7afe319..2990ec3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index faec3d3..9f27280 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 2d0c8ff..19bc0b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 4041731..7eb0e38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 3d165e3..b979670 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 8d0d9b8..2f9cb2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 1f0745b..66455e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Milian Wolff <mail@milianw.de>
+ * Copyright 2016-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 40a2398..222929e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Milian Wolff <mail@milianw.de>
+ * Copyright 2016-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 083a5b1..8cfad73 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Milian Wolff <mail@milianw.de>
+ * Copyright 2016-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 38ceee9..8746b73 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 667c1b4..1428d05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index bc5baeb..e336935 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 7154c90..74576a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 418d27e..e2100a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Milian Wolff <mail@milianw.de>
+ * Copyright 2014-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index b59b9a0..3eb0406 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Milian Wolff <mail@milianw.de>
+ * Copyright 2016-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 137a2c3..2ff8e23 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Milian Wolff <mail@milianw.de>
+ * Copyright 2014-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 142f84f..8af5140 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Milian Wolff <mail@milianw.de>
+ * Copyright 2014-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 17c104b..9a76dc7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Milian Wolff <mail@milianw.de>
+ * Copyright 2014-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index ab44159..411af0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Milian Wolff <mail@milianw.de>
+ * Copyright 2014-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 3fa04c9..17f9ad2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Milian Wolff <mail@milianw.de>
+ * Copyright 2014-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index d139bc5..9f1b412 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Milian Wolff <mail@milianw.de>
+ * Copyright 2014-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 22749b1..5557e4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 3bbd0ad..79f6bc0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Milian Wolff <mail@milianw.de>
+ * Copyright 2014-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 30eb395..f90b472 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 3e825a5..d78b50c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Milian Wolff <mail@milianw.de>
+ * Copyright 2014-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 1d8c58b..8ddd770 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index e8239a3..18a7443 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 6a0fd68..3f7c568 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index d78095d..cf42d46 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Milian Wolff <mail@milianw.de>
+ * Copyright 2015-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 9d811de..0b522f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Milian Wolff <mail@milianw.de>
+ * Copyright 2016-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index b34b2b4..a62b0fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Milian Wolff <mail@milianw.de>
+ * Copyright 2014-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index 374215d..82b6c86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Milian Wolff <mail@milianw.de>
+ * Copyright 2014-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as
index e0ff82b..af45ac4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Milian Wolff <mail@milianw.de>
+ * Copyright 2014-2017 Milian Wolff <mail@milianw.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Library General Public License as