diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-11-09 13:39:48 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-11-09 13:39:48 -0500 |
commit | 915d70c56138f2d5e197153e3cd943d75b068ef2 (patch) | |
tree | d25ef4f7c83640c1a1ed8334aacf13aee371c1da /demos | |
parent | c292401162cc2a87fd3cfd4cd4802a6fc641c8f4 (diff) | |
download | gtk+-915d70c56138f2d5e197153e3cd943d75b068ef2.tar.gz |
Update copyright year
Diffstat (limited to 'demos')
-rw-r--r-- | demos/gtk-demo/application.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/application.c b/demos/gtk-demo/application.c index d250586286..bdd35bf138 100644 --- a/demos/gtk-demo/application.c +++ b/demos/gtk-demo/application.c @@ -119,7 +119,7 @@ activate_about (GSimpleAction *action, gtk_get_major_version (), gtk_get_minor_version (), gtk_get_micro_version ()), - "copyright", "(C) 1997-2009 The GTK+ Team", + "copyright", "(C) 1997-2013 The GTK+ Team", "license-type", GTK_LICENSE_LGPL_2_1, "website", "http://www.gtk.org", "comments", "Program to demonstrate GTK+ functions.", |