Sha256: 72b79727a793d60b2a87ce700b39572fa4b155f3e72ebed5b859131ca36ff431
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
#!/usr/bin/env ruby -w # encoding: UTF-8 # # = Tj3Config.rb -- The TaskJuggler III Project Management Software # # Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016 # by Chris Schlaeger <cs@taskjuggler.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 'taskjuggler/UTF8String' require 'taskjuggler/AppConfig' AppConfig.version = '3.6.0' AppConfig.packageName = 'taskjuggler' AppConfig.softwareName = 'TaskJuggler' AppConfig.packageInfo = 'A Project Management Software' AppConfig.copyright = [ (2006..2016).to_a ] AppConfig.authors = [ 'Chris Schlaeger <cs@taskjuggler.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-3.6.0 | lib/taskjuggler/Tj3Config.rb |