Sha256: c5937187d36fa9453a8b3c4a9e99155605e7f7d699f9595c90dfa34a2192857e

Contents?: true

Size: 316 Bytes

Versions: 16

Compression:

Stored size: 316 Bytes

Contents

desc "Add copyright headers"
task :headers do
  require 'rubygems'
  require 'copyright_header'

  args = {
    :license_file => '.license_header',
    :add_path => 'lib/',
    :output_dir => '.',
    :guess_extension => true,
  }

  command_line = CopyrightHeader::CommandLine.new( args )
  command_line.execute
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
dtk-common-0.12.0 Rakefile
dtk-common-core-0.12.0 Rakefile
dtk-common-core-0.11.1.1 Rakefile
dtk-common-core-0.11.1 Rakefile
dtk-common-0.11.0 Rakefile
dtk-common-core-0.11.0 Rakefile
dtk-common-0.10.3 Rakefile
dtk-common-0.10.1 Rakefile
dtk-common-core-0.10.1 Rakefile
dtk-common-core-0.10.0 Rakefile
dtk-common-0.10.0 Rakefile
dtk-common-0.9.1 Rakefile
dtk-common-0.9.0 Rakefile
dtk-common-core-0.9.0 Rakefile
dtk-common-0.8.0 Rakefile
dtk-common-core-0.8.0 Rakefile