Browse code

version 1.33.1

Add LICENSE info and R CMD check fix

Ge Tan authored on 23/10/2022 22:33:22
Showing 1 changed files
... ...
@@ -1,7 +1,10 @@
1 1
 CONTENTS AND COPYRIGHT
2 2
 
3
-The source code under src/ucsc comes from Jim Kent's source utilities.
3
+The source code under "src/ucsc" comes from Jim Kent's source utilities.
4 4
 Any usage of this code should follow the license restriction.
5
+Note that the "src/lib", "src/inc" and "src/utils" refer to directories within
6
+the original Kent source tree. In CNEr, the files are all under
7
+"src/ucsc".
5 8
 
6 9
 The following lines are taken from README of Kent's utilities.
7 10
 
... ...
@@ -11,7 +14,4 @@ and web display programs as well as some of Jim Kent's own tools.
11 14
 All files are copyrighted, but license is hereby granted for personal,
12 15
 academic, and non-profit use.  A license is also granted for the contents
13 16
 of the src/lib, src/inc and src/utils and python directories for commercial
14
-users.  Commercial users should contact kent@soe.ucsc.edu for access to other
15
-modules.  Commercial users interested in the UCSC Genome Browser in particular
16
-please see
17
-    http://genome.ucsc.edu/license/.
17
+users.
Browse code

initial version from github

Ge Tan authored on 25/02/2014 21:11:54
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
1
+CONTENTS AND COPYRIGHT
2
+
3
+The source code under src/ucsc comes from Jim Kent's source utilities.
4
+Any usage of this code should follow the license restriction.
5
+
6
+The following lines are taken from README of Kent's utilities.
7
+
8
+This directory contains the entire source tree for the
9
+UCSC Genome Bioinformatics Group's suite of biological analysis
10
+and web display programs as well as some of Jim Kent's own tools.
11
+All files are copyrighted, but license is hereby granted for personal,
12
+academic, and non-profit use.  A license is also granted for the contents
13
+of the src/lib, src/inc and src/utils and python directories for commercial
14
+users.  Commercial users should contact kent@soe.ucsc.edu for access to other
15
+modules.  Commercial users interested in the UCSC Genome Browser in particular
16
+please see
17
+    http://genome.ucsc.edu/license/.