Fix patch-change bank update loop
[ardour.git] / gtk2_ardour / about.cc
index 0066074d207d5c7c9d33a2ce495883ef1b8604c1..de9ccf927b7c5f9232fdc49e38e2b61fbb0f6af1 100644 (file)
@@ -167,6 +167,7 @@ static const char* authors[] = {
        N_("Nick Lanham"),
        N_("Colin Law"),
        N_("Joshua Leach"),
+       N_("Jan Lentfer"),
        N_("Ben Loftis"),
        N_("Nick Mainsbridge"),
        N_("Tim Mayberry"),
@@ -569,7 +570,7 @@ About::About ()
 #endif
 
        set_translator_credits (t);
-       set_copyright (_("Copyright (C) 1999-2018 Paul Davis\n"));
+       set_copyright (_("Copyright (C) 1999-2019 Paul Davis\n"));
        set_license (gpl);
        set_name (X_("Ardour"));
        set_website (X_("http://ardour.org/"));