Skip to content

Commit ecbdbd2

Browse files
committed
- fixed license to make it standard MIT license.
- updated gem file to reflect latest changes in self-testing methods.
1 parent 9b91974 commit ecbdbd2

File tree

2 files changed

+19
-33
lines changed

2 files changed

+19
-33
lines changed

Gemfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ source "http://rubygems.org/"
33
gem "bundler", "~> 1.1.rc.7"
44
gem "rake", ">= 0.9.2.2"
55

6-
gem 'hardmock', '1.3.8'
7-
gem "rspec"
6+
gem "minitest"
87
gem "require_all"
98
gem "constructor"
109
gem "diy"
11-
gem "rr"

docs/license.txt

+18-30
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,19 @@
1-
Copyright (c) 2007-14 Mike Karlesky, Mark VanderVoord, Greg Williams
1+
Copyright (c) 2007-14 Mike Karlesky, Mark VanderVoord, Greg Williams
22

3-
Permission is hereby granted, free of charge, to any person
4-
obtaining a copy of this software and associated documentation
5-
files (the "Software"), to deal in the Software without
6-
restriction, including without limitation the rights to use,
7-
copy, modify, merge, publish, distribute, sublicense, and/or sell
8-
copies of the Software, and to permit persons to whom the
9-
Software is furnished to do so, subject to the following
10-
conditions:
11-
12-
The above copyright notice and this permission notice shall be
13-
included in all copies or substantial portions of the Software.
14-
15-
The end-user documentation included with the redistribution, if
16-
any, must include the following acknowledgment: "This product
17-
includes software developed for the CMock Project, by Mike Karlesky,
18-
Mark VanderVoord, and Greg Williams and other contributors", in
19-
the same place and form as other third-party acknowledgments.
20-
Alternately, this acknowledgment may appear in the software
21-
itself, in the same form and location as other such third-party
22-
acknowledgments.
23-
24-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
25-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
26-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
27-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
28-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
29-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
30-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
31-
OTHER DEALINGS IN THE SOFTWARE.
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

0 commit comments

Comments
 (0)