Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update copyright year in about box
  • Loading branch information
Sebastien Bourdeauducq committed Feb 24, 2012
1 parent 3cfd158 commit 8c38036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/gui/about.c
Expand Up @@ -58,7 +58,7 @@ void init_about(void)
mtk_cmdf(appid, "mac = new Label(-text \"\eEthernet MAC: %02x:%02x:%02x:%02x:%02x:%02x\")", macadr[0], macadr[1], macadr[2], macadr[3], macadr[4], macadr[5]);
mtk_cmd_seq(appid, "sep2 = new Separator(-vertical no)",
"info = new Label(-text \"Flickernoise is free software, released under GNU GPL version 3.\n"
"Copyright (C) 2010, 2011 Flickernoise developers.\n"
"Copyright (C) 2010, 2011, 2012 Flickernoise developers.\n"
"Milkymist is a trademark of S\xe9""bastien Bourdeauducq.\n"
"Web: www.milkymist.org\" -font \"monospaced\")",

Expand Down
4 changes: 2 additions & 2 deletions src/translations/french.c
Expand Up @@ -237,11 +237,11 @@ struct mtk_i18n_entry translation_french[] = {

// About
{ "Flickernoise is free software, released under GNU GPL version 3.\n"
"Copyright (C) 2010, 2011 Flickernoise developers.\n"
"Copyright (C) 2010, 2011, 2012 Flickernoise developers.\n"
"Milkymist is a trademark of S\xe9""bastien Bourdeauducq.\n"
"Web: www.milkymist.org",
"Flickernoise est un logiciel libre, sous licence GNU GPL version 3.\n"
"Copyright (C) 2010, 2011 d\xe9""veloppeurs Flickernoise.\n"
"Copyright (C) 2010, 2011, 2012 d\xe9""veloppeurs Flickernoise.\n"
"Milkymist est une marque de S\xe9""bastien Bourdeauducq.\n"
"Web: www.milkymist.org" },

Expand Down

0 comments on commit 8c38036

Please sign in to comment.