Skip to content

Commit

Permalink
rename MIT-LICENSE to LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
bleything committed Jan 12, 2010
1 parent ae748c0 commit 556e4f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Portions of the code (notably the Rakefile) contain code pulled and/or adapted f

=== MIT License

:include: MIT-LICENSE
:include: LICENSE


4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUBYFORGE_USER = ENV['RUBYFORGE_USER']
TEST_FILES = Dir.glob('test/test_*').delete_if { |item| item.include?( "\.svn" ) }
TEST_ASSETS = Dir.glob('test/assets/*').delete_if { |item| item.include?( "\.svn" ) }
LIB_FILES = Dir.glob('lib/**/*').delete_if { |item| item.include?( "\.svn" ) }
RELEASE_FILES = [ "Rakefile", "README", "MIT-LICENSE", "docs/USAGE" ] + LIB_FILES + TEST_FILES + TEST_ASSETS
RELEASE_FILES = [ "Rakefile", "README", "LICENSE", "docs/USAGE" ] + LIB_FILES + TEST_FILES + TEST_ASSETS

task :default => [ :test ]
# Run the unit tests
Expand Down Expand Up @@ -109,7 +109,7 @@ Rake::RDocTask.new { |rdoc|
rdoc.title = "All-purpose Property List manipulation library"
rdoc.options << '-SNmREADME'
rdoc.template = "docs/jamis-template.rb"
rdoc.rdoc_files.include('README', 'MIT-LICENSE', 'CHANGELOG')
rdoc.rdoc_files.include('README', 'LICENSE', 'CHANGELOG')
rdoc.rdoc_files.include Dir.glob('docs/**').delete_if {|f| f.include? 'jamis' }
rdoc.rdoc_files.include('lib/**')
}
Expand Down

0 comments on commit 556e4f9

Please sign in to comment.