diff --git a/LICENSE b/LICENSE index 3acb8a4..cf8cb59 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ +MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without diff --git a/Makefile b/Makefile index 7be898a..b39dc1c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PROGRAM_NAME = scythe -VERSION = 0.98 +VERSION = 0.981 CC = gcc CFLAGS = -Wall -pedantic -DVERSION=$(VERSION) -std=gnu99 DEBUG = -g diff --git a/README.md b/README.md index 9109393..9a5a3db 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Scythe - A very simple adapter trimmer (version 0.98 BETA) +# Scythe - A very simple adapter trimmer (version 0.981 BETA) Contact: Vince Buffalo (with the poly-A tail removed) -Copyright (c) 2011 The Regents of University of California, Davis Campus. +Copyright (c) Vince Buffalo, 2011-2012 ## About