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

Unify license styles with other repos #242

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
5 changes: 3 additions & 2 deletions LICENSE.txt → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Copyright (c) 2013 David Chelimsky, Myron Marston, Jon Rowe, Sam Phippen, Xavier Shay, Bradley Schaefer
The MIT License (MIT)
====================

MIT License
* Copyright © 2013 David Chelimsky, Myron Marston, Jon Rowe, Sam Phippen, Xavier Shay, Bradley Schaefer

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-support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

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