From 9b7831ba1e4f390c7e46ec76e751dde8eb6347ca Mon Sep 17 00:00:00 2001 From: sletz Date: Sat, 26 Jan 2008 09:10:29 +0000 Subject: [PATCH] Changes dates git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1775 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/Jackdmp.cpp | 2 +- windows/JackdmpWIN32.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/Jackdmp.cpp b/common/Jackdmp.cpp index f8cd895a..d0b1519c 100644 --- a/common/Jackdmp.cpp +++ b/common/Jackdmp.cpp @@ -63,7 +63,7 @@ static void copyright(FILE* file) { fprintf(file, "jackdmp " VERSION "\n" "Copyright 2001-2005 Paul Davis and others.\n" - "Copyright 2004-2007 Grame.\n" + "Copyright 2004-2008 Grame.\n" "jackdmp comes with ABSOLUTELY NO WARRANTY\n" "This is free software, and you are welcome to redistribute it\n" "under certain conditions; see the file COPYING for details\n"); diff --git a/windows/JackdmpWIN32.cpp b/windows/JackdmpWIN32.cpp index 3fa1f37c..93410de1 100644 --- a/windows/JackdmpWIN32.cpp +++ b/windows/JackdmpWIN32.cpp @@ -61,7 +61,7 @@ static void copyright(FILE* file) { fprintf (file, "jackdmp " VERSION "\n" "Copyright 2001-2005 Paul Davis and others.\n" - "Copyright 2004-2007 Grame.\n" + "Copyright 2004-2008 Grame.\n" "jackdmp comes with ABSOLUTELY NO WARRANTY\n" "This is free software, and you are welcome to redistribute it\n" "under certain conditions; see the file COPYING for details\n");