Sha256: 58366795632ffc7a7828ae106d16103627cefdef15aa3881fdd4de2b0835ba89
Contents?: true
Size: 953 Bytes
Versions: 1
Compression:
Stored size: 953 Bytes
Contents
#!/usr/bin/env ruby -w # encoding: UTF-8 # # = Tj3Config.rb -- The TaskJuggler III Project Management Software # # Copyright (c) 2006, 2007, 2008, 2009, 2010 by Chris Schlaeger <cs@kde.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # require 'UTF8String' require 'AppConfig' AppConfig.version = '0.0.7' AppConfig.packageName = 'taskjuggler' AppConfig.softwareName = 'TaskJuggler III' AppConfig.packageInfo = 'A Project Management Software' AppConfig.copyright = [ (2006..2010).to_a ] AppConfig.authors = [ 'Chris Schlaeger <cs(a)kde.org>' ] AppConfig.contact = 'http://www.taskjuggler.org' AppConfig.license = <<'EOT' This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. EOT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
taskjuggler-0.0.7 | lib/Tj3Config.rb |