Skip to content

Commit 2b51eff

Browse files
author
Richard Smith
committed
v0.3
1 parent 99032df commit 2b51eff

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

LICENSE

+2-15
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
## Summary
22

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.
74

85
## The MIT License (MIT)
96

10-
Copyright (c) 2013 Richard Smith
7+
Copyright (c) 2014 Richard Smith-Unna & Chris Boursnell
118

129
Permission is hereby granted, free of charge, to any person obtaining a copy of
1310
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
2522
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2623
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2724
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/

lib/transrate/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Transrate
99
# Semantic Versioning 2.0 (http://semver.org/).
1010
module VERSION
1111
MAJOR = 0
12-
MINOR = 2
12+
MINOR = 3
1313
PATCH = 0
1414
BUILD = nil
1515

0 commit comments

Comments
 (0)