forked from turn-project/turn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE.txt
More file actions
35 lines (20 loc) · 756 Bytes
/
LICENSE.txt
File metadata and controls
35 lines (20 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
= Copyright Notices
== Turn
Copyright:: (c) 2006-2008 Tim Pease
License:: MIT License
See license/MIT-LICENSE.txt for license details.
== MiniTest
Copyright:: (c) Ryan Davis, Seattle.rb
License:: MIT License
See license/MIT-LICENSE.txt for license details.
Turn tightly couples with MiniTest which means in some cases
MiniTest code might be reused and modified so Turn will
interface with MiniTest effectively.
== TestUnit
Copyright:: (c) Nathaniel Talbott
License:: The Ruby License
This software is distributed under the same terms as Ruby.
See license/RUBY-LICENSE.txt for detiails.
Turn tightly couples with TesUnit which means in some cases
TestUnit code might be reused and modified so Turn will
interface with TestUnit effectively.