Skip to content

Commit

Permalink
Merge pull request #2079 from rspec/fix_license
Browse files Browse the repository at this point in the history
Fix license file for build
  • Loading branch information
JonRowe committed Oct 6, 2015
2 parents 052cc3d + 239ddef commit c7a05e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions License.md → LICENSE.md
@@ -1,10 +1,10 @@
The MIT License (MIT)
==================
=====================

Copyright © 2012 Chad Humphries, David Chelimsky, Myron Marston
Copyright © 2009 Chad Humphries, David Chelimsky
Copyright © 2006 David Chelimsky, The RSpec Development Team
Copyright © 2005 Steven Baker
* Copyright © 2012 Chad Humphries, David Chelimsky, Myron Marston
* Copyright © 2009 Chad Humphries, David Chelimsky
* Copyright © 2006 David Chelimsky, The RSpec Development Team
* Copyright © 2005 Steven Baker

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion rspec-core.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = "BDD for Ruby. RSpec runner and example groups."

s.files = `git ls-files -- lib/*`.split("\n")
s.files += %w[README.md License.txt Changelog.md .yardopts .document]
s.files += %w[README.md LICENSE.md Changelog.md .yardopts .document]
s.test_files = []
s.bindir = 'exe'
s.executables = `git ls-files -- exe/*`.split("\n").map{ |f| File.basename(f) }
Expand Down

0 comments on commit c7a05e0

Please sign in to comment.