From 6b5bae881c34645f94a6f0fdb8b90f290282bcf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 7 Jan 2011 05:13:00 +0100 Subject: [PATCH] Update copyright years. --- LICENSE | 2 +- src/ld-window-main.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 37280c3..d948c33 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright Přemysl Janouch 2010 +Copyright Přemysl Janouch 2010 - 2011 All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/ld-window-main.c b/src/ld-window-main.c index 296bee5..366dbf0 100644 --- a/src/ld-window-main.c +++ b/src/ld-window-main.c @@ -2,7 +2,7 @@ * ld-window-main.c * * 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. * @@ -1165,7 +1165,7 @@ on_action_about (GtkAction *action, LdWindowMain *self) gtk_show_about_dialog (GTK_WINDOW (self), "program-name", PROJECT_NAME, "version", PROJECT_VERSION, - "copyright", "Copyright Přemysl Janouch 2010", + "copyright", "Copyright Přemysl Janouch 2010 - 2011", NULL); }