From 7760130febb40063b58adcc274823ef228a1a609 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Wed, 16 Jan 2013 22:47:33 +0000 Subject: [PATCH] Updating year... --- ede-about/ede-about.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ede-about/ede-about.cpp b/ede-about/ede-about.cpp index 4872304..2ed0525 100644 --- a/ede-about/ede-about.cpp +++ b/ede-about/ede-about.cpp @@ -3,7 +3,7 @@ * * Eabout, display version and authors * Part of Equinox Desktop Environment (EDE). - * Copyright (c) 2008-2012 EDE Authors. + * Copyright (c) 2008-2013 EDE Authors. * * This program is licensed under terms of the * GNU General Public License version 2 or newer. @@ -141,7 +141,7 @@ int main(int argc, char **argv) { ede_label_box->labelfont(1); ede_label_box->align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE); - Fl_Box* ede_copy_box = new Fl_Box(70, 35, 300, 25, "Copyright (c) by EDE Authors 2000-2012"); + Fl_Box* ede_copy_box = new Fl_Box(70, 35, 300, 25, "Copyright (c) by EDE Authors 2000-2013"); ede_copy_box->labelsize(11); ede_copy_box->align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE|FL_ALIGN_TOP);