~cypheon/elfelli

4da01e6d6e4f11fe5ca6f509bfc776fe9491574f — Johann Rudloff 4 years ago a29b3b7
Update copyright.
1 files changed, 1 insertions(+), 1 deletions(-)

M src/Application.cpp
M src/Application.cpp => src/Application.cpp +1 -1
@@ 266,7 266,7 @@ void Application::on_about_activate()
  dlg.set_name(appname);
  dlg.set_version(version);
  dlg.set_authors(std::vector<std::string>(1, "Johann Rudloff"));
  dlg.set_copyright("Copyright \xC2\xA9 2006-2008 Johann Rudloff");
  dlg.set_copyright("Copyright \xC2\xA9 2006-2019 Johann Rudloff");
  dlg.set_website("https://elfelli.sinyax.net/");
  dlg.set_license(license_text);
  dlg.set_logo(Gdk::Pixbuf::create_from_file(find_datafile("elfelli-logo.svg")));