diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-24 01:45:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-24 01:45:21 +0800 |
commit | be1585de31f763555568a1e2775b7e0b809506ab (patch) | |
tree | 8a70fda04fdfda4d04c53e391151e43011b31b42 | |
parent | ae33e0a13d2955740135de9cfd19bc4aef6f06ba (diff) | |
download | gsoc2013-evolution-be1585de31f763555568a1e2775b7e0b809506ab.tar gsoc2013-evolution-be1585de31f763555568a1e2775b7e0b809506ab.tar.gz gsoc2013-evolution-be1585de31f763555568a1e2775b7e0b809506ab.tar.bz2 gsoc2013-evolution-be1585de31f763555568a1e2775b7e0b809506ab.tar.lz gsoc2013-evolution-be1585de31f763555568a1e2775b7e0b809506ab.tar.xz gsoc2013-evolution-be1585de31f763555568a1e2775b7e0b809506ab.tar.zst gsoc2013-evolution-be1585de31f763555568a1e2775b7e0b809506ab.zip |
Add year 2002 to the copyright.
* e-shell-about-box.c: Add year 2002 to the copyright.
svn path=/trunk/; revision=15812
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-about-box.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 1d8a9f0813..eff74020da 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2002-02-23 Ettore Perazzoli <ettore@ximian.com> + * e-shell-about-box.c: Add year 2002 to the copyright. + +2002-02-23 Ettore Perazzoli <ettore@ximian.com> + * e-storage-set-view.c (impl_destroy): Renamed from `destroy'. (impl_right_click): Renamed from `right_click'. (impl_cursor_activated): Renamed from `cursor_activated'. diff --git a/shell/e-shell-about-box.c b/shell/e-shell-about-box.c index 491434669b..33962b0663 100644 --- a/shell/e-shell-about-box.c +++ b/shell/e-shell-about-box.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shell-about-box.c * - * Copyright (C) 2001 Ximian, Inc. + * Copyright (C) 2001, 2002 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public @@ -38,7 +38,7 @@ static GtkEventBoxClass *parent_class = NULL; static const char *text[] = { "", N_("Evolution " VERSION), - N_("Copyright 1999, 2000, 2001 Ximian, Inc."), + N_("Copyright 1999, 2000, 2001, 2002 Ximian, Inc."), "", N_("Brought to you by"), "", |