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

Commit c7a05e0

Browse files
committed
Merge pull request #2079 from rspec/fix_license
Fix license file for build
2 parents 052cc3d + 239ddef commit c7a05e0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

License.md renamed to LICENSE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
The MIT License (MIT)
2-
==================
2+
=====================
33

4-
Copyright © 2012 Chad Humphries, David Chelimsky, Myron Marston
5-
Copyright © 2009 Chad Humphries, David Chelimsky
6-
Copyright © 2006 David Chelimsky, The RSpec Development Team
7-
Copyright © 2005 Steven Baker
4+
* Copyright © 2012 Chad Humphries, David Chelimsky, Myron Marston
5+
* Copyright © 2009 Chad Humphries, David Chelimsky
6+
* Copyright © 2006 David Chelimsky, The RSpec Development Team
7+
* Copyright © 2005 Steven Baker
88

99
Permission is hereby granted, free of charge, to any person obtaining
1010
a copy of this software and associated documentation files (the

rspec-core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414
s.description = "BDD for Ruby. RSpec runner and example groups."
1515

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

0 commit comments

Comments
 (0)