summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2007-03-18 11:22:09 +0000
committerSampo Savolainen <v2@iki.fi>2007-03-18 11:22:09 +0000
commitc89eaf029700c635d7b775abb7059be0eae7cd3f (patch)
tree7fa7a30a2c57415bc443b932009a3ef143e053ab
parentd2744347dd2b4118fea3ffdab1b5a9b35496b652 (diff)
Extend copyright year to 2007
git-svn-id: svn://localhost/ardour2/trunk@1616 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/about.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc
index b0ec4f1436..df6d0102ed 100644
--- a/gtk2_ardour/about.cc
+++ b/gtk2_ardour/about.cc
@@ -190,7 +190,7 @@ About::About ()
}
set_translator_credits (t);
- set_copyright (_("Copyright (C) 1999-2006 Paul Davis\n"));
+ set_copyright (_("Copyright (C) 1999-2007 Paul Davis\n"));
set_license (_("Ardour 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"));