public
Description: bioruby
Homepage: http://bioruby.open-bio.org
Clone URL: git://github.com/bioruby/bioruby.git
Naohisa Goto (author)
Wed Sep 09 20:38:25 -0700 2009
commit  78f9463b764687401ff4a7480c1383c5594e5133
tree    5edc5f68f74dd680a519100e03f66886b9f2b25a
parent  e731c6e52bc9a672e4546eeca4f2d2d968bdba09
bioruby / LEGAL
100644 142 lines (94 sloc) 4.513 kb
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
LEGAL NOTICE INFORMATION
------------------------
 
All the files in this distribution are covered under either the Ruby's
license (see the file COPYING) or public-domain except some files
mentioned below.
 
 
setup.rb:
 
 Copyright (c) 2000-2006 Minero Aoki
 
 This program is free software.
 You can distribute/modify this program under the terms of
 the GNU LGPL, Lesser General Public License version 2.1.
 
 
sample/any2fasta.rb:
 
   Copyright (C) 2006 Pjotr Prins <p@bioruby.org>
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
 
 
sample/biofetch.rb:
 
   Copyright (C) 2002-2004 KATAYAMA Toshiaki <k@bioruby.org>
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
 
 
sample/enzymes.rb:
 
   Copyright (C) 2006 Pjotr Prins <p@bioruby.org> and
   Trevor Wennblom <trevor@corevx.com>
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
 
 
sample/fasta2tab.rb:
sample/fsplit.rb:
sample/gb2tab.rb:
sample/genes2nuc.rb:
sample/genes2pep.rb:
sample/genes2tab.rb:
sample/genome2tab.rb:
sample/gt2fasta.rb:
sample/ssearch2tab.rb:
sample/tfastx2tab.rb:
sample/vs-genes.rb:
 
   Copyright (C) 2001 KATAYAMA Toshiaki <k@bioruby.org>
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
 
 
sample/fastagrep.rb:
sample/fastasort.rb:
sample/na2aa.rb:
 
   Copyright (C) 2008 KATAYAMA Toshiaki <k@bioruby.org> & Pjotr Prins
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
 
 
sample/gb2fasta.rb:
 
   Copyright (C) 2001 KATAYAMA Toshiaki <k@bioruby.org>
   Copyright (C) 2002 Yoshinori K. Okuji <o@bioruby.org>
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
 
 
sample/gbtab2mysql.rb:
sample/genome2rb.rb:
sample/pmfetch.rb:
sample/pmsearch.rb:
 
   Copyright (C) 2002 KATAYAMA Toshiaki <k@bioruby.org>
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
 
 
sample/tdiary.rb:
 
   Copyright (C) 2003 KATAYAMA Toshiaki <k@bioruby.org>
                      Mitsuteru C. Nakao <n@bioruby.org>
                      Itoshi NIKAIDO <itoshi@gsc.riken.go.jp>
                      Takeya KASUKAWA <kasukawa@gsc.riken.go.jp>
 
  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 2 of the License, or (at your option) any later version.
 
 
test/data/uniprot/p53_human.uniprot:
 
   This Swiss-Prot entry is copyright. It is produced through a collaboration
   between the Swiss Institute of Bioinformatics and the EMBL outstation -
   the European Bioinformatics Institute. There are no restrictions on its
   use as long as its content is in no way modified and this statement is not
   removed.
 
 
GPL:
 
 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
                       59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
 
 
LGPL:
 
 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
     59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.