# called Boo, so this one will be it "Booh". Or whatever.
#
#
-# Copyright (c) 2004-2008 Guillaume Cottenceau <http://zarb.org/~gc/resource/gc_mail.png>
+# Copyright (c) 2004-2009 Guillaume Cottenceau <http://zarb.org/~gc/resource/gc_mail.png>
#
# This software may be freely redistributed under the terms of the GNU
# public license version 2.
when '--version'
puts _("Booh version %s
-Copyright (c) 2005-2008 Guillaume Cottenceau.
+Copyright (c) 2005-2009 Guillaume Cottenceau.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.") % $VERSION
# called Boo, so this one will be it "Booh". Or whatever.
#
#
-# Copyright (c) 2004-2008 Guillaume Cottenceau <http://zarb.org/~gc/resource/gc_mail.png>
+# Copyright (c) 2004-2009 Guillaume Cottenceau <http://zarb.org/~gc/resource/gc_mail.png>
#
# This software may be freely redistributed under the terms of the GNU
# public license version 2.
when '--version'
puts _("Booh version %s
-Copyright (c) 2005-2008 Guillaume Cottenceau.
+Copyright (c) 2005-2009 Guillaume Cottenceau.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.") % $VERSION
# called Boo, so this one will be it "Booh". Or whatever.
#
#
-# Copyright (c) 2004-2008 Guillaume Cottenceau <http://zarb.org/~gc/resource/gc_mail.png>
+# Copyright (c) 2004-2009 Guillaume Cottenceau <http://zarb.org/~gc/resource/gc_mail.png>
#
# This software may be freely redistributed under the terms of the GNU
# public license version 2.
when '--version'
puts _("Booh version %s
-Copyright (c) 2005-2008 Guillaume Cottenceau.
+Copyright (c) 2005-2009 Guillaume Cottenceau.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.") % $VERSION
* called Boo, so this one will be it "Booh". Or whatever.
*
*
- * Copyright (c) 2005-2008 Guillaume Cottenceau
+ * Copyright (c) 2005-2009 Guillaume Cottenceau
*
* This software may be freely redistributed under the terms of the GNU
* public license version 2.
# called Boo, so this one will be it "Booh". Or whatever.
#
#
-# Copyright (c) 2004 Guillaume Cottenceau <gc3 at bluewin.ch>
+# Copyright (c) 2004-2009 Guillaume Cottenceau
#
# This software may be freely redistributed under the terms of the GNU
# public license version 2.
Gtk::AboutDialog.set_url_hook { |dialog, url| open_url(url) }
Gtk::AboutDialog.show($main_window, { :name => 'booh',
:version => $VERSION,
- :copyright => 'Copyright (c) 2005-2008 Guillaume Cottenceau',
+ :copyright => 'Copyright (c) 2005-2009 Guillaume Cottenceau',
:license => get_license,
:website => 'http://booh.org/',
:authors => [ 'Guillaume Cottenceau' ],