diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-01-02 20:57:46 +0000 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-01-02 20:57:46 +0000 |
commit | b4438089b094c68c9f0545246696f30fb9105a62 (patch) | |
tree | c5a88b8760cf0eade2aaf02752339c4a179420af /bin/sisu_termsheet | |
parent | Updated sisu-0.63.0 (diff) | |
parent | bump version number (diff) |
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'bin/sisu_termsheet')
-rwxr-xr-x | bin/sisu_termsheet | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sisu_termsheet b/bin/sisu_termsheet index 032e386c..32395401 100755 --- a/bin/sisu_termsheet +++ b/bin/sisu_termsheet @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -#SiSU: copyright (C) 1997..2007 Ralph Amissah; License GPL, see appended program information +#SiSU: copyright (C) 1997..2008 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' $VERBOSE=nil branch='v0' @@ -14,14 +14,14 @@ __END__ * Author: Ralph Amissah * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007 Ralph Amissah All Rights Reserved. + 2007, 2008 Ralph Amissah All Rights Reserved. * License: GPL 3 or later: SiSU, a framework for document structuring, publishing and search Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007 Ralph Amissah + 2007, 2008 Ralph Amissah This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free |