[paludis-commits] paludis.git (master) -- abd4c4d by David Leverton

git at git.pioto.org git at git.pioto.org
Fri Aug 1 18:53:46 EDT 2008


Module:    paludis.git
Branch:    master
Commit:    abd4c4d73087be66653eb227ea583e15ff02738a
URL:       http://git.pioto.org/?p=paludis.git;a=commit;h=abd4c4d73087be66653eb227ea583e15ff02738a

Author:    David Leverton <levertond at googlemail.com>
Committer: David Leverton <levertond at googlemail.com>
Date:      Fri Aug  1 23:52:57 2008 +0100

----

(ruby) Update copyright and version number on playman.rb

----

 ruby/demos/playman.rb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/ruby/demos/playman.rb b/ruby/demos/playman.rb
index 751c4f0..6180b92 100755
--- a/ruby/demos/playman.rb
+++ b/ruby/demos/playman.rb
@@ -2,7 +2,8 @@
 # vim: set sw=4 sts=4 et tw=80 ft=ruby :
 # $Id$
 
-# Copyright (c) 2007 Mike Kelly <pioto at pioto.org>
+# Copyright (c) 2007 Mike Kelly
+# Copyright (c) 2007, 2008 David Leverton
 #
 # This file is part of the Paludis package manager. Paludis is free software;
 # you can redistribute it and/or modify it under the terms of the GNU General
@@ -30,7 +31,7 @@ include Paludis
 Log.instance.log_level = LogLevel::Warning
 Log.instance.program_name = $0
 
-version = "0.1.5"
+version = "0.1.6"
 laymanglobal_url = URI.parse('http://www.gentoo.org/proj/en/overlays/layman-global.txt')
 
 opts = GetoptLong.new(
---


More information about the paludis-commits mailing list