From 1b8bccea6dd55a7d0331db13651e4d1cbaae3342 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sat, 3 Jan 2009 14:40:18 +0100 Subject: [PATCH] 2009 --- bin/booh | 4 ++-- bin/booh-backend | 4 ++-- bin/booh-classifier | 4 ++-- ext/rbbooh.cc | 2 +- lib/booh/booh-lib.rb | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bin/booh b/bin/booh index 23c49ea..9f654e8 100755 --- a/bin/booh +++ b/bin/booh @@ -10,7 +10,7 @@ # called Boo, so this one will be it "Booh". Or whatever. # # -# Copyright (c) 2004-2008 Guillaume Cottenceau +# Copyright (c) 2004-2009 Guillaume Cottenceau # # This software may be freely redistributed under the terms of the GNU # public license version 2. @@ -74,7 +74,7 @@ def handle_options 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 diff --git a/bin/booh-backend b/bin/booh-backend index f9eb1f1..b4665d3 100755 --- a/bin/booh-backend +++ b/bin/booh-backend @@ -10,7 +10,7 @@ # called Boo, so this one will be it "Booh". Or whatever. # # -# Copyright (c) 2004-2008 Guillaume Cottenceau +# Copyright (c) 2004-2009 Guillaume Cottenceau # # This software may be freely redistributed under the terms of the GNU # public license version 2. @@ -98,7 +98,7 @@ def handle_options 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 diff --git a/bin/booh-classifier b/bin/booh-classifier index cc3170d..75108db 100755 --- a/bin/booh-classifier +++ b/bin/booh-classifier @@ -10,7 +10,7 @@ # called Boo, so this one will be it "Booh". Or whatever. # # -# Copyright (c) 2004-2008 Guillaume Cottenceau +# Copyright (c) 2004-2009 Guillaume Cottenceau # # This software may be freely redistributed under the terms of the GNU # public license version 2. @@ -73,7 +73,7 @@ def handle_options 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 diff --git a/ext/rbbooh.cc b/ext/rbbooh.cc index f2dfca0..4827ae8 100644 --- a/ext/rbbooh.cc +++ b/ext/rbbooh.cc @@ -9,7 +9,7 @@ * 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. diff --git a/lib/booh/booh-lib.rb b/lib/booh/booh-lib.rb index 1ea0231..6b55ce4 100644 --- a/lib/booh/booh-lib.rb +++ b/lib/booh/booh-lib.rb @@ -8,7 +8,7 @@ # called Boo, so this one will be it "Booh". Or whatever. # # -# Copyright (c) 2004 Guillaume Cottenceau +# Copyright (c) 2004-2009 Guillaume Cottenceau # # This software may be freely redistributed under the terms of the GNU # public license version 2. @@ -852,7 +852,7 @@ EOF 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' ], -- 2.30.4