File tree 2 files changed +3
-16
lines changed
2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 1
1
## Summary
2
2
3
- The Ruby code for Transrate is released under the MIT license.
4
-
5
- SNAP and CD-HIT-2D are bundled as binaries under their respective licenses
6
- as described below.
3
+ Transrate is released under the MIT license.
7
4
8
5
## The MIT License (MIT)
9
6
10
- Copyright (c) 2013 Richard Smith
7
+ Copyright (c) 2014 Richard Smith-Unna & Chris Boursnell
11
8
12
9
Permission is hereby granted, free of charge, to any person obtaining a copy of
13
10
this software and associated documentation files (the "Software"), to deal in
@@ -25,13 +22,3 @@ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
25
22
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
26
23
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
27
24
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28
-
29
- ## SNAP
30
-
31
- SNAP is distributed as a binary in accordance with its Apache license.
32
- The source code for SNAP is available at https://github.com/amplab/snap
33
-
34
- ## CD-HIT-2D
35
-
36
- CD-HIT-2D is distributed as a binary in accordance with ith GPLv2 license.
37
- The source code for CD-HIT-2D is available at https://code.google.com/p/cdhit/
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module Transrate
9
9
# Semantic Versioning 2.0 (http://semver.org/).
10
10
module VERSION
11
11
MAJOR = 0
12
- MINOR = 2
12
+ MINOR = 3
13
13
PATCH = 0
14
14
BUILD = nil
15
15
You can’t perform that action at this time.
0 commit comments