Permalink
Browse files

Added README and renamed COPYING to LICENSE to be more GitHub-friendly.

  • Loading branch information...
1 parent 34df667 commit 192e4f0a3b2870a39357f261ffa501ce9505ac12 @BenLangmead committed Dec 21, 2012
Showing with 12 additions and 2 deletions.
  1. 0 COPYING → LICENSE
  2. +1 −1 Makefile
  3. +2 −1 NEWS
  4. +9 −0 README
View
File renamed without changes.
View
@@ -124,7 +124,7 @@ GENERAL_LIST = $(wildcard scripts/*.sh) \
reads/e_coli_10000snp.fq \
$(PTHREAD_PKG) \
AUTHORS \
- COPYING \
+ LICENSE \
NEWS \
MANUAL \
MANUAL.markdown \
View
3 NEWS
@@ -4,7 +4,7 @@ Bowtie NEWS
===========
Bowtie is now available for download. 0.9.0 is the first version to
-be released under the OSI Artistic License (see `COPYING') and freely
+be released under the OSI Artistic License (see `LICENSE') and freely
available to the public for download. The current version is 0.12.10.
Reporting Issues
@@ -27,6 +27,7 @@ Version Release History
=======================
Version 0.12.10 - Coming soon
+ * Renamed COPYING to LICENSE to be more GitHub-friendly.
* Tokenizer no longer has limit of 10,000 tokens, which was a
problem for users trying to index a very large number of FASTA
files.
View
9 README
@@ -0,0 +1,9 @@
+Bowtie: http://bowtie-bio.sf.net
+
+ - See AUTHORS for information about who wrote Bowtie and its various
+ components.
+ - See LICENSE for license information.
+ - See MANUAL for detailed information on how to use Bowtie.
+ - See NEWS for information about changes in this and previous versions
+ of Bowtie.
+ - See TUTORIAL for a quick example to get you started with Bowtie.

0 comments on commit 192e4f0

Please sign in to comment.