From f8d28c4d0ea97a15ec9cf80ccc9d4092fc8ca128 Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 30 Jan 2008 17:23:24 +0000 Subject: update copyright year in -v message too --- main.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.cxx') diff --git a/main.cxx b/main.cxx index 556b30ff..668c14b8 100644 --- a/main.cxx +++ b/main.cxx @@ -1,5 +1,5 @@ // systemtap translator/driver -// Copyright (C) 2005-2007 Red Hat Inc. +// Copyright (C) 2005-2008 Red Hat Inc. // Copyright (C) 2005 IBM Corp. // Copyright (C) 2006 Intel Corporation. // @@ -47,7 +47,7 @@ version () << "SystemTap translator/driver " << "(version " << VERSION << "/" << dwfl_version (NULL) << " built " << DATE << ")" << endl - << "Copyright (C) 2005-2007 Red Hat, Inc. and others" << endl + << "Copyright (C) 2005-2008 Red Hat, Inc. and others" << endl << "This is free software; see the source for copying conditions." << endl; } -- cgit