[paludis-commits] paludis.git (0.28) -- 730cf12 by David Leverton

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


Module:    paludis.git
Branch:    0.28
Commit:    730cf12b714ef8a23df756f2ecf27a52f2d041da
URL:       http://git.pioto.org/?p=paludis.git;a=commit;h=730cf12b714ef8a23df756f2ecf27a52f2d041da

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 cd48792..3b63bd6 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