From ef36f781a74605e18d3b2f7c28edd0968ac511f7 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 29 Apr 2014 11:42:41 -0400 Subject: [PATCH] update copyrights Update the Red Hat copyrights using: scripts/update-copyright "Red Hat" redhat.com --- cmdline.cxx | 2 +- cmdline.h | 2 +- dwarf_wrappers.cxx | 2 +- dwarf_wrappers.h | 2 +- dwflpp.cxx | 2 +- dwflpp.h | 2 +- elaborate.cxx | 2 +- loc2c.c | 2 +- man/warning::debuginfo.7stap | 2 +- parse.cxx | 2 +- parse.h | 2 +- rpm_finder.cxx | 2 +- runtime/dyninst/runtime_context.h | 2 +- runtime/linux/copy.c | 2 +- runtime/linux/debug.h | 2 +- runtime/linux/perf.c | 2 +- runtime/linux/perf.h | 2 +- runtime/linux/runtime_context.h | 2 +- runtime/linux/uprobes-common.c | 2 +- runtime/stack.c | 2 +- runtime/stp_utrace.c | 2 +- runtime/sym.h | 2 +- runtime/transport/relay_v2.c | 2 +- runtime/unwind.c | 2 +- runtime/unwind/i386.h | 2 +- runtime/unwind/x86_64.h | 2 +- runtime/vma.c | 2 +- setupdwfl.cxx | 2 +- setupdwfl.h | 2 +- stapdyn/dynprobe.cxx | 2 +- stapdyn/dynutil.cxx | 2 +- stapdyn/mutatee.cxx | 2 +- stapdyn/mutatee.h | 2 +- stapdyn/mutator.cxx | 2 +- staprun/staprun.c | 2 +- staptree.h | 2 +- tapset-mark.cxx | 2 +- tapset-method.cxx | 2 +- tapset-perfmon.cxx | 2 +- tapset-procfs.cxx | 2 +- tapset-utrace.cxx | 2 +- tapset/linux/context.stp | 2 +- tapset/linux/ioblock.stp | 2 +- tapset/linux/ip.stp | 2 +- tapset/linux/memory.stp | 2 +- tapset/linux/nfsd.stp | 2 +- tapset/linux/rpc.stp | 2 +- tapset/linux/scsi.stp | 2 +- tapset/linux/signal.stp | 2 +- tapset/linux/task.stp | 2 +- tapset/linux/task_time.stp | 2 +- tapset/pn.stp | 2 +- tapset/uconversions.stp | 2 +- tapsets.cxx | 2 +- translator-output.h | 2 +- util.cxx | 2 +- 56 files changed, 56 insertions(+), 56 deletions(-) diff --git a/cmdline.cxx b/cmdline.cxx index a1883a7be..090659dc3 100644 --- a/cmdline.cxx +++ b/cmdline.cxx @@ -1,5 +1,5 @@ // Shared data for parsing the stap command line -// Copyright (C) 2012 Red Hat Inc. +// Copyright (C) 2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/cmdline.h b/cmdline.h index 7c86e1a96..84def5d45 100644 --- a/cmdline.h +++ b/cmdline.h @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2012 Red Hat Inc. +// Copyright (C) 2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/dwarf_wrappers.cxx b/dwarf_wrappers.cxx index e2191f601..b572f222f 100644 --- a/dwarf_wrappers.cxx +++ b/dwarf_wrappers.cxx @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2008-2011 Red Hat Inc. +// Copyright (C) 2008-2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/dwarf_wrappers.h b/dwarf_wrappers.h index 10d1ad1f4..f0f0077cb 100644 --- a/dwarf_wrappers.h +++ b/dwarf_wrappers.h @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2008-2011 Red Hat Inc. +// Copyright (C) 2008-2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/dwflpp.cxx b/dwflpp.cxx index c1da772a9..0fffd477d 100644 --- a/dwflpp.cxx +++ b/dwflpp.cxx @@ -1,5 +1,5 @@ // C++ interface to dwfl -// Copyright (C) 2005-2013 Red Hat Inc. +// Copyright (C) 2005-2014 Red Hat Inc. // Copyright (C) 2005-2007 Intel Corporation. // Copyright (C) 2008 James.Bottomley@HansenPartnership.com // diff --git a/dwflpp.h b/dwflpp.h index fe867a213..3c6b71658 100644 --- a/dwflpp.h +++ b/dwflpp.h @@ -1,5 +1,5 @@ // C++ interface to dwfl -// Copyright (C) 2005-2013 Red Hat Inc. +// Copyright (C) 2005-2014 Red Hat Inc. // Copyright (C) 2005-2007 Intel Corporation. // Copyright (C) 2008 James.Bottomley@HansenPartnership.com // diff --git a/elaborate.cxx b/elaborate.cxx index 054f6da38..d8801129b 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -1,5 +1,5 @@ // elaboration functions -// Copyright (C) 2005-2013 Red Hat Inc. +// Copyright (C) 2005-2014 Red Hat Inc. // Copyright (C) 2008 Intel Corporation // // This file is part of systemtap, and is free software. You can diff --git a/loc2c.c b/loc2c.c index 25febe634..9caa92602 100644 --- a/loc2c.c +++ b/loc2c.c @@ -1,5 +1,5 @@ // dwarf location-list-to-c translator -// Copyright (C) 2005-2013 Red Hat Inc. +// Copyright (C) 2005-2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/man/warning::debuginfo.7stap b/man/warning::debuginfo.7stap index 891010b53..3a9e3943f 100644 --- a/man/warning::debuginfo.7stap +++ b/man/warning::debuginfo.7stap @@ -42,7 +42,7 @@ output: .SAMPLE % stap -V Systemtap translator/driver (version 2.3/0.156, rpm 2.3-1.fc19) -Copyright (C) 2005-2013 Red Hat, Inc. and others +Copyright (C) 2005-2014 Red Hat, Inc. and others [...] .ESAMPLE This indicates systemtap version 2.3 with elfutils version 0.156. diff --git a/parse.cxx b/parse.cxx index a8065b774..a9f185ccf 100644 --- a/parse.cxx +++ b/parse.cxx @@ -1,5 +1,5 @@ // recursive descent parser for systemtap scripts -// Copyright (C) 2005-2013 Red Hat Inc. +// Copyright (C) 2005-2014 Red Hat Inc. // Copyright (C) 2006 Intel Corporation. // Copyright (C) 2007 Bull S.A.S // Copyright (C) 2014 Peter Kjellstrom diff --git a/parse.h b/parse.h index cc46fa119..5140c7740 100644 --- a/parse.h +++ b/parse.h @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2005-2010 Red Hat Inc. +// Copyright (C) 2005-2014 Red Hat Inc. // Copyright (C) 2007 Bull S.A.S // // This file is part of systemtap, and is free software. You can diff --git a/rpm_finder.cxx b/rpm_finder.cxx index e87efe3d3..f09cebf5c 100644 --- a/rpm_finder.cxx +++ b/rpm_finder.cxx @@ -1,5 +1,5 @@ // systemtap debuginfo rpm finder -// Copyright (C) 2009-2011 Red Hat Inc. +// Copyright (C) 2009-2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/runtime/dyninst/runtime_context.h b/runtime/dyninst/runtime_context.h index 24034c745..b1142c885 100644 --- a/runtime/dyninst/runtime_context.h +++ b/runtime/dyninst/runtime_context.h @@ -1,6 +1,6 @@ /* -*- linux-c -*- * Context Runtime Functions - * Copyright (C) 2012 Red Hat Inc. + * Copyright (C) 2014 Red Hat Inc. * * This file is part of systemtap, and is free software. You can * redistribute it and/or modify it under the terms of the GNU General diff --git a/runtime/linux/copy.c b/runtime/linux/copy.c index e793de3cc..4e802b6d0 100644 --- a/runtime/linux/copy.c +++ b/runtime/linux/copy.c @@ -1,6 +1,6 @@ /* -*- linux-c -*- * Copy from user space functions - * Copyright (C) 2005-2012 Red Hat Inc. + * Copyright (C) 2005-2014 Red Hat Inc. * Copyright (C) 2005 Intel Corporation. * * This file is part of systemtap, and is free software. You can diff --git a/runtime/linux/debug.h b/runtime/linux/debug.h index 86f7a3caa..fc4e717e3 100644 --- a/runtime/linux/debug.h +++ b/runtime/linux/debug.h @@ -1,5 +1,5 @@ /* Systemtap Debug Macros - * Copyright (C) 2008 Red Hat Inc. + * Copyright (C) 2014 Red Hat Inc. * * This file is part of systemtap, and is free software. You can * redistribute it and/or modify it under the terms of the GNU General diff --git a/runtime/linux/perf.c b/runtime/linux/perf.c index 6f8d713d9..efc016f0c 100644 --- a/runtime/linux/perf.c +++ b/runtime/linux/perf.c @@ -1,6 +1,6 @@ /* -*- linux-c -*- * Perf Functions - * Copyright (C) 2006-2012 Red Hat Inc. + * Copyright (C) 2006-2014 Red Hat Inc. * * This file is part of systemtap, and is free software. You can * redistribute it and/or modify it under the terms of the GNU General diff --git a/runtime/linux/perf.h b/runtime/linux/perf.h index 3c2f38a0a..af212ce37 100644 --- a/runtime/linux/perf.h +++ b/runtime/linux/perf.h @@ -1,6 +1,6 @@ /* -*- linux-c -*- * Perf Header File - * Copyright (C) 2006-2012 Red Hat Inc. + * Copyright (C) 2006-2014 Red Hat Inc. * * This file is part of systemtap, and is free software. You can * redistribute it and/or modify it under the terms of the GNU General diff --git a/runtime/linux/runtime_context.h b/runtime/linux/runtime_context.h index 6b3c47e9e..4789bfbde 100644 --- a/runtime/linux/runtime_context.h +++ b/runtime/linux/runtime_context.h @@ -1,6 +1,6 @@ /* -*- linux-c -*- * Context Runtime Functions - * Copyright (C) 2012 Red Hat Inc. + * Copyright (C) 2014 Red Hat Inc. * * This file is part of systemtap, and is free software. You can * redistribute it and/or modify it under the terms of the GNU General diff --git a/runtime/linux/uprobes-common.c b/runtime/linux/uprobes-common.c index 315ed8af0..db20ab519 100644 --- a/runtime/linux/uprobes-common.c +++ b/runtime/linux/uprobes-common.c @@ -1,6 +1,6 @@ /* -*- linux-c -*- * uprobe Functions - * Copyright (C) 2010 Red Hat Inc. + * Copyright (C) 2014 Red Hat Inc. * * This file is part of systemtap, and is free software. You can * redistribute it and/or modify it under the terms of the GNU General diff --git a/runtime/stack.c b/runtime/stack.c index 6214e943b..2e591f0e0 100644 --- a/runtime/stack.c +++ b/runtime/stack.c @@ -1,6 +1,6 @@ /* -*- linux-c -*- * Stack tracing functions - * Copyright (C) 2005-2009, 2011 Red Hat Inc. + * Copyright (C) 2005-2009, 2014 Red Hat Inc. * Copyright (C) 2005 Intel Corporation. * * This file is part of systemtap, and is free software. You can diff --git a/runtime/stp_utrace.c b/runtime/stp_utrace.c index 276d50999..0c9d0eba3 100644 --- a/runtime/stp_utrace.c +++ b/runtime/stp_utrace.c @@ -1,7 +1,7 @@ /* * utrace infrastructure interface for debugging user processes * - * Copyright (C) 2006-2012 Red Hat, Inc. All rights reserved. + * Copyright (C) 2006-2014 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions diff --git a/runtime/sym.h b/runtime/sym.h index 4298e6c11..7c6d017e2 100644 --- a/runtime/sym.h +++ b/runtime/sym.h @@ -1,5 +1,5 @@ /* -*- linux-c -*- - * Copyright (C) 2005-2008 Red Hat Inc. + * Copyright (C) 2005-2014 Red Hat Inc. * * This file is part of systemtap, and is free software. You can * redistribute it and/or modify it under the terms of the GNU General diff --git a/runtime/transport/relay_v2.c b/runtime/transport/relay_v2.c index 97e02f978..18fca8bd3 100644 --- a/runtime/transport/relay_v2.c +++ b/runtime/transport/relay_v2.c @@ -4,7 +4,7 @@ * code started as a proposed relayfs interface called 'utt'. It has * been modified and simplified for systemtap. * - * Changes Copyright (C) 2009-2010 Red Hat Inc. + * Changes Copyright (C) 2009-2014 Red Hat Inc. * * Original utt code by: * Copyright (C) 2006 Jens Axboe diff --git a/runtime/unwind.c b/runtime/unwind.c index 526ffd298..d0c280a2b 100644 --- a/runtime/unwind.c +++ b/runtime/unwind.c @@ -1,6 +1,6 @@ /* -*- linux-c -*- * kernel stack unwinding - * Copyright (C) 2008-2011, 2013 Red Hat Inc. + * Copyright (C) 2008-2011, 2014 Red Hat Inc. * * Based on old kernel code that is * Copyright (C) 2002-2006 Novell, Inc. diff --git a/runtime/unwind/i386.h b/runtime/unwind/i386.h index 8d2a8e1a8..855f17f0e 100644 --- a/runtime/unwind/i386.h +++ b/runtime/unwind/i386.h @@ -1,7 +1,7 @@ /* -*- linux-c -*- * * 32-bit x86 dwarf unwinder header file - * Copyright (C) 2008, 2010, 2011 Red Hat Inc. + * Copyright (C) 2008, 2010, 2014 Red Hat Inc. * Copyright (C) 2002-2006 Novell, Inc. * * This file is part of systemtap, and is free software. You can diff --git a/runtime/unwind/x86_64.h b/runtime/unwind/x86_64.h index c5a561880..4ca4d265f 100644 --- a/runtime/unwind/x86_64.h +++ b/runtime/unwind/x86_64.h @@ -1,7 +1,7 @@ /* -*- linux-c -*- * * x86_64 dwarf unwinder header file - * Copyright (C) 2008, 2010, 2011, 2013 Red Hat Inc. + * Copyright (C) 2008, 2010, 2011, 2014 Red Hat Inc. * Copyright (C) 2002-2006 Novell, Inc. * * This file is part of systemtap, and is free software. You can diff --git a/runtime/vma.c b/runtime/vma.c index 0a0f5f62d..a42d1cfe1 100644 --- a/runtime/vma.c +++ b/runtime/vma.c @@ -1,7 +1,7 @@ /* -*- linux-c -*- * VMA tracking and lookup functions. * - * Copyright (C) 2005-2013 Red Hat Inc. + * Copyright (C) 2005-2014 Red Hat Inc. * Copyright (C) 2006 Intel Corporation. * * This file is part of systemtap, and is free software. You can diff --git a/setupdwfl.cxx b/setupdwfl.cxx index be0ac595a..c92d31c42 100644 --- a/setupdwfl.cxx +++ b/setupdwfl.cxx @@ -1,5 +1,5 @@ // Setup routines for creating fully populated DWFLs. Used in pass 2 and 3. -// Copyright (C) 2009-2013 Red Hat, Inc. +// Copyright (C) 2009-2014 Red Hat, Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/setupdwfl.h b/setupdwfl.h index e0d03e622..2aaf5f07c 100644 --- a/setupdwfl.h +++ b/setupdwfl.h @@ -1,5 +1,5 @@ // Setup routines for creating fully populated DWFLs. Used in pass 2 and 3. -// Copyright (C) 2009-2011 Red Hat, Inc. +// Copyright (C) 2009-2014 Red Hat, Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/stapdyn/dynprobe.cxx b/stapdyn/dynprobe.cxx index e94271e01..d52ebbd09 100644 --- a/stapdyn/dynprobe.cxx +++ b/stapdyn/dynprobe.cxx @@ -1,5 +1,5 @@ // stapdyn probe functions -// Copyright (C) 2012-2013 Red Hat Inc. +// Copyright (C) 2012-2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/stapdyn/dynutil.cxx b/stapdyn/dynutil.cxx index 98bdc0feb..cd2ae11b7 100644 --- a/stapdyn/dynutil.cxx +++ b/stapdyn/dynutil.cxx @@ -1,5 +1,5 @@ // stapdyn utility functions -// Copyright (C) 2012 Red Hat Inc. +// Copyright (C) 2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/stapdyn/mutatee.cxx b/stapdyn/mutatee.cxx index 139d85b1e..76920c439 100644 --- a/stapdyn/mutatee.cxx +++ b/stapdyn/mutatee.cxx @@ -1,5 +1,5 @@ // stapdyn mutatee functions -// Copyright (C) 2012-2013 Red Hat Inc. +// Copyright (C) 2012-2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/stapdyn/mutatee.h b/stapdyn/mutatee.h index 432774a40..2e0ef5fd8 100644 --- a/stapdyn/mutatee.h +++ b/stapdyn/mutatee.h @@ -1,5 +1,5 @@ // stapdyn mutatee declarations -// Copyright (C) 2012-2013 Red Hat Inc. +// Copyright (C) 2012-2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/stapdyn/mutator.cxx b/stapdyn/mutator.cxx index 7b35a1639..acdc68711 100644 --- a/stapdyn/mutator.cxx +++ b/stapdyn/mutator.cxx @@ -1,5 +1,5 @@ // stapdyn mutator functions -// Copyright (C) 2012-2013 Red Hat Inc. +// Copyright (C) 2012-2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/staprun/staprun.c b/staprun/staprun.c index 0cc8b64c4..976b8f047 100644 --- a/staprun/staprun.c +++ b/staprun/staprun.c @@ -2,7 +2,7 @@ * * staprun.c - SystemTap module loader * - * Copyright (C) 2005-2013 Red Hat, Inc. + * Copyright (C) 2005-2014 Red Hat, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/staptree.h b/staptree.h index 71ce1205d..7433b4126 100644 --- a/staptree.h +++ b/staptree.h @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2005-2013 Red Hat Inc. +// Copyright (C) 2005-2014 Red Hat Inc. // Copyright (C) 2006 Intel Corporation. // // This file is part of systemtap, and is free software. You can diff --git a/tapset-mark.cxx b/tapset-mark.cxx index 13ea5eea5..ed7ed57cd 100644 --- a/tapset-mark.cxx +++ b/tapset-mark.cxx @@ -1,5 +1,5 @@ // tapset for kernel static markers -// Copyright (C) 2005-2010 Red Hat Inc. +// Copyright (C) 2005-2014 Red Hat Inc. // Copyright (C) 2005-2007 Intel Corporation. // // This file is part of systemtap, and is free software. You can diff --git a/tapset-method.cxx b/tapset-method.cxx index fef77ed7f..4bab9a9bc 100644 --- a/tapset-method.cxx +++ b/tapset-method.cxx @@ -1,5 +1,5 @@ // Tapset for per-method based probes -// Copyright (C) 2013 Red Hat Inc. +// Copyright (C) 2014 Red Hat Inc. // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/tapset-perfmon.cxx b/tapset-perfmon.cxx index 4fe720347..2d9b6555b 100644 --- a/tapset-perfmon.cxx +++ b/tapset-perfmon.cxx @@ -1,5 +1,5 @@ // tapset for HW performance monitoring -// Copyright (C) 2005-2013 Red Hat Inc. +// Copyright (C) 2005-2014 Red Hat Inc. // Copyright (C) 2005-2007 Intel Corporation. // // This file is part of systemtap, and is free software. You can diff --git a/tapset-procfs.cxx b/tapset-procfs.cxx index 92cdebba7..4a3296ce7 100644 --- a/tapset-procfs.cxx +++ b/tapset-procfs.cxx @@ -1,5 +1,5 @@ // tapset for procfs -// Copyright (C) 2005-2010 Red Hat Inc. +// Copyright (C) 2005-2014 Red Hat Inc. // Copyright (C) 2005-2007 Intel Corporation. // // This file is part of systemtap, and is free software. You can diff --git a/tapset-utrace.cxx b/tapset-utrace.cxx index 4ad918727..38b2782fb 100644 --- a/tapset-utrace.cxx +++ b/tapset-utrace.cxx @@ -1,5 +1,5 @@ // utrace tapset -// Copyright (C) 2005-2013 Red Hat Inc. +// Copyright (C) 2005-2014 Red Hat Inc. // Copyright (C) 2005-2007 Intel Corporation. // // This file is part of systemtap, and is free software. You can diff --git a/tapset/linux/context.stp b/tapset/linux/context.stp index a3e94d70b..fb1610abf 100644 --- a/tapset/linux/context.stp +++ b/tapset/linux/context.stp @@ -1,5 +1,5 @@ // context tapset -// Copyright (C) 2005-2013 Red Hat Inc. +// Copyright (C) 2005-2014 Red Hat Inc. // Copyright (C) 2006 Intel Corporation. // // This file is part of systemtap, and is free software. You can diff --git a/tapset/linux/ioblock.stp b/tapset/linux/ioblock.stp index 2b5a27416..9a61b64f1 100644 --- a/tapset/linux/ioblock.stp +++ b/tapset/linux/ioblock.stp @@ -1,7 +1,7 @@ // Block I/O tapset // Copyright (C) 2006 Intel Corp. // Copyright (C) 2006 IBM Corp. -// Copyright (C) 2010 Red Hat Inc. +// Copyright (C) 2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/tapset/linux/ip.stp b/tapset/linux/ip.stp index 8126b3143..abdd0b657 100644 --- a/tapset/linux/ip.stp +++ b/tapset/linux/ip.stp @@ -1,7 +1,7 @@ // IP tapset // // Copyright (C) 2009, IBM Inc. -// Copyright (C) 2010, 2012 Red Hat Inc. +// Copyright (C) 2010, 2014 Red Hat Inc. // // Author : Breno Leitao // diff --git a/tapset/linux/memory.stp b/tapset/linux/memory.stp index f8e9c3f95..2939125a0 100644 --- a/tapset/linux/memory.stp +++ b/tapset/linux/memory.stp @@ -1,7 +1,7 @@ // memory/vm related tapset // Copyright (C) 2005, 2006 IBM Corp. // Copyright (C) 2006 Intel Corporation. -// Copyright (C) 2010 Red Hat Inc. +// Copyright (C) 2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/tapset/linux/nfsd.stp b/tapset/linux/nfsd.stp index 83765a3bf..f6eb650c9 100644 --- a/tapset/linux/nfsd.stp +++ b/tapset/linux/nfsd.stp @@ -2,7 +2,7 @@ // Copyright (C) 2006-2007 IBM Corp. // Copyright (C) 2007 Intel Corporation. // Copyright (C) 2007 Bull S.A.S -// Copyright (C) 2010,2011 Red Hat Inc. +// Copyright (C) 2010,2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/tapset/linux/rpc.stp b/tapset/linux/rpc.stp index 03e4b7559..bcad23dd3 100644 --- a/tapset/linux/rpc.stp +++ b/tapset/linux/rpc.stp @@ -1,7 +1,7 @@ // rpc tapset // Copyright (C) 2006 IBM Corp. // Copyright (C) 2007 Bull S.A.S -// Copyright (C) 2008, 2010-2013 Red Hat +// Copyright (C) 2008, 2010-2014 Red Hat // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/tapset/linux/scsi.stp b/tapset/linux/scsi.stp index d54e83e93..d22f60ac0 100644 --- a/tapset/linux/scsi.stp +++ b/tapset/linux/scsi.stp @@ -1,6 +1,6 @@ // scsi tapset // Copyright (C) 2005, 2006, 2009 IBM Corp. -// Copyright (C) 2010 Red Hat +// Copyright (C) 2014 Red Hat // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/tapset/linux/signal.stp b/tapset/linux/signal.stp index b529f5f51..ece351861 100644 --- a/tapset/linux/signal.stp +++ b/tapset/linux/signal.stp @@ -1,7 +1,7 @@ // Signal tapset // Copyright (C) 2006 IBM Corp. // Copyright (C) 2006 Intel Corporation. -// Copyright (C) 2008-2010 Red Hat, Inc. +// Copyright (C) 2008-2014 Red Hat, Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/tapset/linux/task.stp b/tapset/linux/task.stp index 0e50b16bf..1782b92f3 100644 --- a/tapset/linux/task.stp +++ b/tapset/linux/task.stp @@ -1,6 +1,6 @@ // task information tapset // Copyright (C) 2006 Intel Corporation. -// Copyright (C) 2010-2013 Red Hat Inc. +// Copyright (C) 2010-2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/tapset/linux/task_time.stp b/tapset/linux/task_time.stp index 1c2a9e35f..74d2b23e9 100644 --- a/tapset/linux/task_time.stp +++ b/tapset/linux/task_time.stp @@ -1,5 +1,5 @@ // Task time query and utility functions. -// Copyright (C) 2009, 2010 Red Hat Inc. +// Copyright (C) 2009, 2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/tapset/pn.stp b/tapset/pn.stp index bb61c51f7..0ab3c90dc 100644 --- a/tapset/pn.stp +++ b/tapset/pn.stp @@ -1,5 +1,5 @@ // probe-name tapset -// Copyright (C) 2010, 2011 Red Hat Inc. +// Copyright (C) 2010, 2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/tapset/uconversions.stp b/tapset/uconversions.stp index 9cdf01b76..ccd7ade85 100644 --- a/tapset/uconversions.stp +++ b/tapset/uconversions.stp @@ -1,5 +1,5 @@ // userspace conversions tapset -// Copyright (C) 2005-2012 Red Hat Inc. +// Copyright (C) 2005-2014 Red Hat Inc. // Copyright (C) 2007 Intel Corporation. // // This file is part of systemtap, and is free software. You can diff --git a/tapsets.cxx b/tapsets.cxx index 5509334c2..8d074d15e 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -1,5 +1,5 @@ // tapset resolution -// Copyright (C) 2005-2013 Red Hat Inc. +// Copyright (C) 2005-2014 Red Hat Inc. // Copyright (C) 2005-2007 Intel Corporation. // Copyright (C) 2008 James.Bottomley@HansenPartnership.com // diff --git a/translator-output.h b/translator-output.h index 817bd8da9..fc962b07a 100644 --- a/translator-output.h +++ b/translator-output.h @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2005, 2009, 2013 Red Hat Inc. +// Copyright (C) 2005, 2009, 2014 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General diff --git a/util.cxx b/util.cxx index 43ca9dab9..2b2d43258 100644 --- a/util.cxx +++ b/util.cxx @@ -1,5 +1,5 @@ // Copyright (C) Andrew Tridgell 2002 (original file) -// Copyright (C) 2006-2011 Red Hat Inc. (systemtap changes) +// Copyright (C) 2006-2014 Red Hat Inc. (systemtap changes) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as -- 2.43.5