summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfche <fche>2008-01-28 20:59:25 +0000
committerfche <fche>2008-01-28 20:59:25 +0000
commit0f16be729dd58136d9791f6fc5d492f34bbbeeba (patch)
treee330ac37eeaa349ab167a77e0979ecbff8e83a04
parent395d6cf1121410e4795193ee42fb1890d1695907 (diff)
downloadsystemtap-steved-0f16be729dd58136d9791f6fc5d492f34bbbeeba.tar.gz
systemtap-steved-0f16be729dd58136d9791f6fc5d492f34bbbeeba.tar.xz
systemtap-steved-0f16be729dd58136d9791f6fc5d492f34bbbeeba.zip
update copyright years for recent checkins
-rw-r--r--elaborate.cxx2
-rw-r--r--elaborate.h2
-rw-r--r--staptree.cxx2
-rw-r--r--staptree.h2
-rw-r--r--tapsets.cxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/elaborate.cxx b/elaborate.cxx
index 39dae294..c01c3255 100644
--- a/elaborate.cxx
+++ b/elaborate.cxx
@@ -1,5 +1,5 @@
// elaboration functions
-// Copyright (C) 2005-2007 Red Hat Inc.
+// Copyright (C) 2005-2008 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/elaborate.h b/elaborate.h
index 5f396526..b478b6d8 100644
--- a/elaborate.h
+++ b/elaborate.h
@@ -1,5 +1,5 @@
// -*- C++ -*-
-// Copyright (C) 2005-2007 Red Hat Inc.
+// Copyright (C) 2005-2008 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/staptree.cxx b/staptree.cxx
index 6d001375..61a931f8 100644
--- a/staptree.cxx
+++ b/staptree.cxx
@@ -1,5 +1,5 @@
// parse tree functions
-// Copyright (C) 2005, 2006 Red Hat Inc.
+// Copyright (C) 2005-2008 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/staptree.h b/staptree.h
index 54194c7b..de5b3726 100644
--- a/staptree.h
+++ b/staptree.h
@@ -1,5 +1,5 @@
// -*- C++ -*-
-// Copyright (C) 2005-2007 Red Hat Inc.
+// Copyright (C) 2005-2008 Red Hat Inc.
// Copyright (C) 2006 Intel Corporation.
//
// This file is part of systemtap, and is free software. You can
diff --git a/tapsets.cxx b/tapsets.cxx
index 336abb9c..a63dc4d0 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -1,5 +1,5 @@
// tapset resolution
-// Copyright (C) 2005-2007 Red Hat Inc.
+// Copyright (C) 2005-2008 Red Hat Inc.
// Copyright (C) 2005-2007 Intel Corporation.
//
// This file is part of systemtap, and is free software. You can