Update copyright years.

This commit is contained in:
Přemysl Eric Janouch 2011-01-07 05:13:00 +01:00
parent c815d0c16a
commit 6b5bae881c
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Copyright Přemysl Janouch 2010 Copyright Přemysl Janouch 2010 - 2011
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -2,7 +2,7 @@
* ld-window-main.c * ld-window-main.c
* *
* This file is a part of logdiag. * This file is a part of logdiag.
* Copyright Přemysl Janouch 2010. All rights reserved. * Copyright Přemysl Janouch 2010 - 2011. All rights reserved.
* *
* See the file LICENSE for licensing information. * See the file LICENSE for licensing information.
* *
@ -1165,7 +1165,7 @@ on_action_about (GtkAction *action, LdWindowMain *self)
gtk_show_about_dialog (GTK_WINDOW (self), gtk_show_about_dialog (GTK_WINDOW (self),
"program-name", PROJECT_NAME, "program-name", PROJECT_NAME,
"version", PROJECT_VERSION, "version", PROJECT_VERSION,
"copyright", "Copyright Přemysl Janouch 2010", "copyright", "Copyright Přemysl Janouch 2010 - 2011",
NULL); NULL);
} }