Sha256: 761e817cca1a6ce9ea976c0ea2787e82c88a605f66457c964ee7c7039223fd03

Contents?: true

Size: 1009 Bytes

Versions: 1

Compression:

Stored size: 1009 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, 2011, 2012
#               by Chris Schlaeger <chris@linux.com>
#
# 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.4.0'
AppConfig.packageName = 'taskjuggler'
AppConfig.softwareName = 'TaskJuggler'
AppConfig.packageInfo = 'A Project Management Software'
AppConfig.copyright = [ (2006..2012).to_a ]
AppConfig.authors = [ 'Chris Schlaeger <chris@linux.com>' ]
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.4.0 lib/taskjuggler/Tj3Config.rb