Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Fix license file for build #2079

Merged
merged 2 commits into from
Oct 6, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions License.md → LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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