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

Commit 9bdb4ab

Browse files
committed
Merge pull request #242 from rspec/change_license
Unify license styles with other repos
2 parents cda4cd3 + 2666e3d commit 9bdb4ab

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

LICENSE.txt renamed to LICENSE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
Copyright (c) 2013 David Chelimsky, Myron Marston, Jon Rowe, Sam Phippen, Xavier Shay, Bradley Schaefer
1+
The MIT License (MIT)
2+
====================
23

3-
MIT License
4+
* Copyright © 2013 David Chelimsky, Myron Marston, Jon Rowe, Sam Phippen, Xavier Shay, Bradley Schaefer
45

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

rspec-support.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.license = "MIT"
1515

1616
spec.files = `git ls-files -- lib/*`.split("\n")
17-
spec.files += %w[README.md LICENSE.txt Changelog.md]
17+
spec.files += %w[README.md LICENSE.md Changelog.md]
1818
spec.test_files = []
1919
spec.rdoc_options = ["--charset=UTF-8"]
2020
spec.require_paths = ["lib"]

0 commit comments

Comments
 (0)