diff options
author | Ralph Amissah <ralph@amissah.com> | 2011-02-07 13:59:45 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2011-02-07 13:59:45 -0500 |
commit | 5888d745abc2fb6d8eeac4f46608ecda9d8763da (patch) | |
tree | cca575339243e28797afc8c9757ed0b23ff8af8c /bin/sisu3 | |
parent | debian/source/format "3.0 (quilt)" (diff) | |
parent | update changelogs & version date (diff) |
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'bin/sisu3')
-rw-r--r-- | bin/sisu3 | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,14 +1,12 @@ #!/usr/bin/env ruby # coding: utf-8 -#SiSU: copyright (C) 1997 - 2009 Ralph Amissah; License GPL, see appended program information +#SiSU: copyright (C) 1997 - 2011 Ralph Amissah; License GPL, see appended program information #raise "Please, use Ruby1.8 (1.8.4 or later), current Ruby #{RUBY_VERSION}" if RUBY_VERSION < '1.8.4' or RUBY_VERSION > '1.9' raise "Please, use Ruby1.8.4 or later, current Ruby #{RUBY_VERSION}" if RUBY_VERSION < '1.8.4' $VERBOSE=nil $KCODE='u' if RUBY_VERSION < '1.9' argv=$* SiSU_version_dir=case argv.inspect -when /--v1/ - 'v1' when /--v2/ 'v2' when /--v3/ @@ -29,7 +27,7 @@ __END__ * Author: Ralph Amissah * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Ralph Amissah All Rights Reserved. + 2007, 2008, 2009, 2010, 2011 Ralph Amissah All Rights Reserved. * License: GPL 3 or later: |