Browse Source

Changes dates

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1775 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.70
sletz 17 years ago
parent
commit
9b7831ba1e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      common/Jackdmp.cpp
  2. +1
    -1
      windows/JackdmpWIN32.cpp

+ 1
- 1
common/Jackdmp.cpp View File

@@ -63,7 +63,7 @@ static void copyright(FILE* file)
{ {
fprintf(file, "jackdmp " VERSION "\n" fprintf(file, "jackdmp " VERSION "\n"
"Copyright 2001-2005 Paul Davis and others.\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" "jackdmp comes with ABSOLUTELY NO WARRANTY\n"
"This is free software, and you are welcome to redistribute it\n" "This is free software, and you are welcome to redistribute it\n"
"under certain conditions; see the file COPYING for details\n"); "under certain conditions; see the file COPYING for details\n");


+ 1
- 1
windows/JackdmpWIN32.cpp View File

@@ -61,7 +61,7 @@ static void copyright(FILE* file)
{ {
fprintf (file, "jackdmp " VERSION "\n" fprintf (file, "jackdmp " VERSION "\n"
"Copyright 2001-2005 Paul Davis and others.\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" "jackdmp comes with ABSOLUTELY NO WARRANTY\n"
"This is free software, and you are welcome to redistribute it\n" "This is free software, and you are welcome to redistribute it\n"
"under certain conditions; see the file COPYING for details\n"); "under certain conditions; see the file COPYING for details\n");


Loading…
Cancel
Save