Skip to content

Commit

Permalink
Added LICENSE (MIT) and updated banners.
Browse files Browse the repository at this point in the history
  • Loading branch information
arq5x committed Jul 1, 2011
1 parent f56efe3 commit a93f95b
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 4 deletions.
19 changes: 19 additions & 0 deletions LICENSE
@@ -0,0 +1,19 @@
Copyright (C) 2009,2010,2011 by Aaron Quinlan.

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 restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
4 changes: 2 additions & 2 deletions src/groupBy/groupBy.cpp
@@ -1,12 +1,12 @@
/*****************************************************************************
groupBy.cpp
(c) 2009, 2010 - Aaron Quinlan
(c) 2009, 2010, 2011 - Aaron Quinlan
Center for Public Health Genomics
University of Virginia
aaronquinlan@gmail.com
Licenced under the GNU General Public License 2.0 license.
Licenced under the MIT license.
******************************************************************************/
#include <vector>
#include <map>
Expand Down
4 changes: 2 additions & 2 deletions src/groupBy/groupBy.h
@@ -1,12 +1,12 @@
/*****************************************************************************
groupBy.h
(c) 2009, 2010 - Aaron Quinlan
(c) 2009, 2010, 2011 - Aaron Quinlan
Center for Public Health Genomics
University of Virginia
aaronquinlan@gmail.com
Licenced under the GNU General Public License 2.0 license.
Licenced under the MIT license.
******************************************************************************/

#ifndef GROUPBY_H
Expand Down
10 changes: 10 additions & 0 deletions src/shuffle/shuffle.cpp
@@ -1,3 +1,13 @@
/*****************************************************************************
shuffle.cpp
(c) 2009, 2010, 2011 - Aaron Quinlan
Center for Public Health Genomics
University of Virginia
aaronquinlan@gmail.com
Licenced under the MIT license.
******************************************************************************/
#include <iostream>
#include <fstream>
#include <vector>
Expand Down
10 changes: 10 additions & 0 deletions src/stats/stats.cpp
@@ -1,3 +1,13 @@
/*****************************************************************************
stats.cpp
(c) 2009, 2010, 2011 - Aaron Quinlan
Center for Public Health Genomics
University of Virginia
aaronquinlan@gmail.com
Licenced under the MIT license.
******************************************************************************/
#include <iostream>
#include <fstream>
#include <iomanip>
Expand Down

0 comments on commit a93f95b

Please sign in to comment.