Skip to content

Commit 07401e0

Browse files
author
sewardj
committed
Update copyright dates (20XY-2012 ==> 20XY-2013)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13658 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent 8dbaead commit 07401e0

File tree

321 files changed

+370
-370
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

321 files changed

+370
-370
lines changed

auxprogs/change-copyright-year

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Script updates the copyright year in every file in Valgrind that contains
44
# a copyright notice. Assumes they're all in the same format:
55
#
6-
# "Copyright (C) 20xy-2011"
6+
# "Copyright (C) 20xy-2012"
77
#
88
# where x can be 0 or 1 and y can be anything.
99
# To use:
@@ -18,12 +18,12 @@
1818
# change them.
1919
for i in `find . -name '*.[chS]' -type f -not -path '*.svn\/*'` ; do
2020
echo $i
21-
perl -p -e 's/Copyright \(C\) 20([0-1])([0-9])-2011/Copyright (C) 20$1$2-2012/' < $i > tmp.$$
21+
perl -p -e 's/Copyright \(C\) 20([0-1])([0-9])-2012/Copyright (C) 20$1$2-2013/' < $i > tmp.$$
2222
mv tmp.$$ $i
2323

2424
# Copyright IBM Corp. 2010-2011
2525

26-
perl -p -e 's/Copyright IBM Corp. 20([0-1])([0-9])-2011/Copyright IBM Corp. 20$1$2-2012/' < $i > tmp.$$
26+
perl -p -e 's/Copyright IBM Corp. 20([0-1])([0-9])-2012/Copyright IBM Corp. 20$1$2-2013/' < $i > tmp.$$
2727
mv tmp.$$ $i
2828
done
2929

auxprogs/valgrind-listener.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This file is part of Valgrind, a dynamic binary instrumentation
99
framework.
1010
11-
Copyright (C) 2000-2012 Julian Seward
11+
Copyright (C) 2000-2013 Julian Seward
1212
1313
1414
This program is free software; you can redistribute it and/or

cachegrind/cg_arch.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This file is part of Cachegrind, a Valgrind tool for cache
77
profiling programs.
88
9-
Copyright (C) 2011-2012 Nicholas Nethercote
9+
Copyright (C) 2011-2013 Nicholas Nethercote
1010
1111
1212
This program is free software; you can redistribute it and/or

cachegrind/cg_arch.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This file is part of Cachegrind, a Valgrind tool for cache
88
profiling programs.
99
10-
Copyright (C) 2002-2012 Nicholas Nethercote
10+
Copyright (C) 2002-2013 Nicholas Nethercote
1111
1212
1313
This program is free software; you can redistribute it and/or

cachegrind/cg_branchpred.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This file is part of Cachegrind, a Valgrind tool for cache
88
profiling programs.
99
10-
Copyright (C) 2002-2012 Nicholas Nethercote
10+
Copyright (C) 2002-2013 Nicholas Nethercote
1111
1212
1313
This program is free software; you can redistribute it and/or

cachegrind/cg_main.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This file is part of Cachegrind, a Valgrind tool for cache
99
profiling programs.
1010
11-
Copyright (C) 2002-2012 Nicholas Nethercote
11+
Copyright (C) 2002-2013 Nicholas Nethercote
1212
1313
1414
This program is free software; you can redistribute it and/or
@@ -1821,7 +1821,7 @@ static void cg_pre_clo_init(void)
18211821
VG_(details_version) (NULL);
18221822
VG_(details_description) ("a cache and branch-prediction profiler");
18231823
VG_(details_copyright_author)(
1824-
"Copyright (C) 2002-2012, and GNU GPL'd, by Nicholas Nethercote et al.");
1824+
"Copyright (C) 2002-2013, and GNU GPL'd, by Nicholas Nethercote et al.");
18251825
VG_(details_bug_reports_to) (VG_BUGS_TO);
18261826
VG_(details_avg_translation_sizeB) ( 500 );
18271827

cachegrind/cg_merge.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This file is part of Cachegrind, a Valgrind tool for cache
99
profiling programs.
1010
11-
Copyright (C) 2002-2012 Nicholas Nethercote
11+
Copyright (C) 2002-2013 Nicholas Nethercote
1212
1313
1414
AVL tree code derived from

cachegrind/cg_sim.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This file is part of Cachegrind, a Valgrind tool for cache
88
profiling programs.
99
10-
Copyright (C) 2002-2012 Nicholas Nethercote
10+
Copyright (C) 2002-2013 Nicholas Nethercote
1111
1212
1313
This program is free software; you can redistribute it and/or

callgrind/bb.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*
77
This file is part of Callgrind, a Valgrind tool for call tracing.
88
9-
Copyright (C) 2002-2012, Josef Weidendorfer ([email protected])
9+
Copyright (C) 2002-2013, Josef Weidendorfer ([email protected])
1010
1111
This program is free software; you can redistribute it and/or
1212
modify it under the terms of the GNU General Public License as

callgrind/bbcc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*
77
This file is part of Callgrind, a Valgrind tool for call tracing.
88
9-
Copyright (C) 2002-2012, Josef Weidendorfer ([email protected])
9+
Copyright (C) 2002-2013, Josef Weidendorfer ([email protected])
1010
1111
This program is free software; you can redistribute it and/or
1212
modify it under the terms of the GNU General Public License as

callgrind/callgrind.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
This file is part of callgrind, a valgrind tool for cache simulation
1414
and call tree tracing.
1515
16-
Copyright (C) 2003-2012 Josef Weidendorfer. All rights reserved.
16+
Copyright (C) 2003-2013 Josef Weidendorfer. All rights reserved.
1717
1818
Redistribution and use in source and binary forms, with or without
1919
modification, are permitted provided that the following conditions

callgrind/callstack.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*
77
This file is part of Callgrind, a Valgrind tool for call tracing.
88
9-
Copyright (C) 2002-2012, Josef Weidendorfer ([email protected])
9+
Copyright (C) 2002-2013, Josef Weidendorfer ([email protected])
1010
1111
This program is free software; you can redistribute it and/or
1212
modify it under the terms of the GNU General Public License as

callgrind/clo.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
This file is part of Callgrind, a Valgrind tool for call graph
33
profiling programs.
44
5-
Copyright (C) 2002-2012, Josef Weidendorfer ([email protected])
5+
Copyright (C) 2002-2013, Josef Weidendorfer ([email protected])
66
77
This tool is derived from and contains lot of code from Cachegrind
8-
Copyright (C) 2002-2012 Nicholas Nethercote ([email protected])
8+
Copyright (C) 2002-2013 Nicholas Nethercote ([email protected])
99
1010
This program is free software; you can redistribute it and/or
1111
modify it under the terms of the GNU General Public License as

callgrind/context.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*
77
This file is part of Callgrind, a Valgrind tool for call tracing.
88
9-
Copyright (C) 2002-2012, Josef Weidendorfer ([email protected])
9+
Copyright (C) 2002-2013, Josef Weidendorfer ([email protected])
1010
1111
This program is free software; you can redistribute it and/or
1212
modify it under the terms of the GNU General Public License as

callgrind/costs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*
77
This file is part of Callgrind, a Valgrind tool for call tracing.
88
9-
Copyright (C) 2002-2012, Josef Weidendorfer ([email protected])
9+
Copyright (C) 2002-2013, Josef Weidendorfer ([email protected])
1010
1111
This program is free software; you can redistribute it and/or
1212
modify it under the terms of the GNU General Public License as

callgrind/debug.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
This file is part of Callgrind, a Valgrind tool for call graph
33
profiling programs.
44
5-
Copyright (C) 2002-2012, Josef Weidendorfer ([email protected])
5+
Copyright (C) 2002-2013, Josef Weidendorfer ([email protected])
66
77
This tool is derived from and contains lot of code from Cachegrind
8-
Copyright (C) 2002-2012 Nicholas Nethercote ([email protected])
8+
Copyright (C) 2002-2013 Nicholas Nethercote ([email protected])
99
1010
This program is free software; you can redistribute it and/or
1111
modify it under the terms of the GNU General Public License as

callgrind/dump.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*
77
This file is part of Callgrind, a Valgrind tool for call tracing.
88
9-
Copyright (C) 2002-2012, Josef Weidendorfer ([email protected])
9+
Copyright (C) 2002-2013, Josef Weidendorfer ([email protected])
1010
1111
This program is free software; you can redistribute it and/or
1212
modify it under the terms of the GNU General Public License as

callgrind/events.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*
77
This file is part of Callgrind, a Valgrind tool for call tracing.
88
9-
Copyright (C) 2002-2012, Josef Weidendorfer ([email protected])
9+
Copyright (C) 2002-2013, Josef Weidendorfer ([email protected])
1010
1111
This program is free software; you can redistribute it and/or
1212
modify it under the terms of the GNU General Public License as

callgrind/events.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*
77
This file is part of Callgrind, a Valgrind tool for call tracing.
88
9-
Copyright (C) 2002-2012, Josef Weidendorfer ([email protected])
9+
Copyright (C) 2002-2013, Josef Weidendorfer ([email protected])
1010
1111
This program is free software; you can redistribute it and/or
1212
modify it under the terms of the GNU General Public License as

callgrind/fn.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*
77
This file is part of Callgrind, a Valgrind tool for call tracing.
88
9-
Copyright (C) 2002-2012, Josef Weidendorfer ([email protected])
9+
Copyright (C) 2002-2013, Josef Weidendorfer ([email protected])
1010
1111
This program is free software; you can redistribute it and/or
1212
modify it under the terms of the GNU General Public License as

callgrind/jumps.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*
77
This file is part of Callgrind, a Valgrind tool for call tracing.
88
9-
Copyright (C) 2002-2012, Josef Weidendorfer ([email protected])
9+
Copyright (C) 2002-2013, Josef Weidendorfer ([email protected])
1010
1111
This program is free software; you can redistribute it and/or
1212
modify it under the terms of the GNU General Public License as

callgrind/main.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
This file is part of Callgrind, a Valgrind tool for call graph
99
profiling programs.
1010
11-
Copyright (C) 2002-2012, Josef Weidendorfer ([email protected])
11+
Copyright (C) 2002-2013, Josef Weidendorfer ([email protected])
1212
1313
This tool is derived from and contains code from Cachegrind
14-
Copyright (C) 2002-2012 Nicholas Nethercote ([email protected])
14+
Copyright (C) 2002-2013 Nicholas Nethercote ([email protected])
1515
1616
This program is free software; you can redistribute it and/or
1717
modify it under the terms of the GNU General Public License as
@@ -2026,7 +2026,7 @@ void CLG_(pre_clo_init)(void)
20262026
VG_(details_name) ("Callgrind");
20272027
VG_(details_version) (NULL);
20282028
VG_(details_description) ("a call-graph generating cache profiler");
2029-
VG_(details_copyright_author)("Copyright (C) 2002-2012, and GNU GPL'd, "
2029+
VG_(details_copyright_author)("Copyright (C) 2002-2013, and GNU GPL'd, "
20302030
"by Josef Weidendorfer et al.");
20312031
VG_(details_bug_reports_to) (VG_BUGS_TO);
20322032
VG_(details_avg_translation_sizeB) ( 500 );

callgrind/sim.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
This file is part of Callgrind, a Valgrind tool for call graph
88
profiling programs.
99
10-
Copyright (C) 2003-2012, Josef Weidendorfer ([email protected])
10+
Copyright (C) 2003-2013, Josef Weidendorfer ([email protected])
1111
1212
This tool is derived from and contains code from Cachegrind
13-
Copyright (C) 2002-2012 Nicholas Nethercote ([email protected])
13+
Copyright (C) 2002-2013 Nicholas Nethercote ([email protected])
1414
1515
This program is free software; you can redistribute it and/or
1616
modify it under the terms of the GNU General Public License as

callgrind/threads.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*
77
This file is part of Callgrind, a Valgrind tool for call tracing.
88
9-
Copyright (C) 2002-2012, Josef Weidendorfer ([email protected])
9+
Copyright (C) 2002-2013, Josef Weidendorfer ([email protected])
1010
1111
This program is free software; you can redistribute it and/or
1212
modify it under the terms of the GNU General Public License as

coregrind/launcher-darwin.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This file is part of Valgrind, a dynamic binary instrumentation
88
framework.
99
10-
Copyright (C) 2000-2012 Julian Seward
10+
Copyright (C) 2000-2013 Julian Seward
1111
1212
1313
This program is free software; you can redistribute it and/or

coregrind/launcher-linux.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This file is part of Valgrind, a dynamic binary instrumentation
88
framework.
99
10-
Copyright (C) 2000-2012 Julian Seward
10+
Copyright (C) 2000-2013 Julian Seward
1111
1212
1313
This program is free software; you can redistribute it and/or

coregrind/m_aspacehl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This file is part of Valgrind, a dynamic binary instrumentation
88
framework.
99
10-
Copyright (C) 2006-2012 Julian Seward
10+
Copyright (C) 2006-2013 Julian Seward
1111
1212
1313
This program is free software; you can redistribute it and/or

coregrind/m_aspacemgr/aspacemgr-common.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
This file is part of Valgrind, a dynamic binary instrumentation
1010
framework.
1111
12-
Copyright (C) 2006-2012 OpenWorks LLP
12+
Copyright (C) 2006-2013 OpenWorks LLP
1313
1414
1515
This program is free software; you can redistribute it and/or

coregrind/m_aspacemgr/aspacemgr-linux.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
This file is part of Valgrind, a dynamic binary instrumentation
1111
framework.
1212
13-
Copyright (C) 2000-2012 Julian Seward
13+
Copyright (C) 2000-2013 Julian Seward
1414
1515
1616
This program is free software; you can redistribute it and/or

coregrind/m_aspacemgr/priv_aspacemgr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This file is part of Valgrind, a dynamic binary instrumentation
99
framework.
1010
11-
Copyright (C) 2006-2012 OpenWorks LLP
11+
Copyright (C) 2006-2013 OpenWorks LLP
1212
1313
1414
This program is free software; you can redistribute it and/or

coregrind/m_cache.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This file is part of Valgrind, a dynamic binary instrumentation
99
framework.
1010
11-
Copyright (C) 2002-2012 Nicholas Nethercote
11+
Copyright (C) 2002-2013 Nicholas Nethercote
1212
1313
1414
This program is free software; you can redistribute it and/or

coregrind/m_clientstate.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
This file is part of Valgrind, a dynamic binary instrumentation
1010
framework.
1111
12-
Copyright (C) 2000-2012 Julian Seward
12+
Copyright (C) 2000-2013 Julian Seward
1313
1414
1515
This program is free software; you can redistribute it and/or

coregrind/m_commandline.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This file is part of Valgrind, a dynamic binary instrumentation
88
framework.
99
10-
Copyright (C) 2000-2012 Julian Seward
10+
Copyright (C) 2000-2013 Julian Seward
1111
1212
1313
This program is free software; you can redistribute it and/or

coregrind/m_coredump/coredump-elf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This file is part of Valgrind, a dynamic binary instrumentation
88
framework.
99
10-
Copyright (C) 2000-2012 Julian Seward
10+
Copyright (C) 2000-2013 Julian Seward
1111
1212
1313
This program is free software; you can redistribute it and/or

coregrind/m_cpuid.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This file is part of Valgrind, a dynamic binary instrumentation
88
framework.
99
10-
Copyright (C) 2000-2012 Julian Seward
10+
Copyright (C) 2000-2013 Julian Seward
1111
1212
1313
This program is free software; you can redistribute it and/or

coregrind/m_debugger.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This file is part of Valgrind, a dynamic binary instrumentation
88
framework.
99
10-
Copyright (C) 2000-2012 Julian Seward
10+
Copyright (C) 2000-2013 Julian Seward
1111
1212
1313
This program is free software; you can redistribute it and/or

coregrind/m_debuginfo/d3basics.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This file is part of Valgrind, a dynamic binary instrumentation
99
framework.
1010
11-
Copyright (C) 2008-2012 OpenWorks LLP
11+
Copyright (C) 2008-2013 OpenWorks LLP
1212
1313
1414
This program is free software; you can redistribute it and/or

coregrind/m_debuginfo/debuginfo.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This file is part of Valgrind, a dynamic binary instrumentation
99
framework.
1010
11-
Copyright (C) 2000-2012 Julian Seward
11+
Copyright (C) 2000-2013 Julian Seward
1212
1313
1414
This program is free software; you can redistribute it and/or

coregrind/m_debuginfo/misc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This file is part of Valgrind, a dynamic binary instrumentation
88
framework.
99
10-
Copyright (C) 2008-2012 OpenWorks LLP
10+
Copyright (C) 2008-2013 OpenWorks LLP
1111
1212
1313
This program is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)