[med-svn] [SCM] filo branch, master, updated. aa1cde5d67fced6b2a06b3b97a8e443f09acd6fb

Aaron Quinlan aaronquinlan at gmail.com
Fri Aug 12 06:38:41 UTC 2011


The following commit has been merged in the master branch:
commit a93f95b4ecf5fbef8827d522e48ac724f086c8b1
Author: Aaron Quinlan <aaronquinlan at gmail.com>
Date:   Fri Jul 1 14:22:35 2011 -0400

    Added LICENSE (MIT) and updated banners.

diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..8f49d70
--- /dev/null
+++ b/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.
diff --git a/src/groupBy/groupBy.cpp b/src/groupBy/groupBy.cpp
index 78855fa..09c2dc9 100644
--- a/src/groupBy/groupBy.cpp
+++ b/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 at gmail.com
 
-Licenced under the GNU General Public License 2.0 license.
+Licenced under the MIT license.
 ******************************************************************************/
 #include <vector>
 #include <map>
diff --git a/src/groupBy/groupBy.h b/src/groupBy/groupBy.h
index 0503cf6..af8ab6a 100644
--- a/src/groupBy/groupBy.h
+++ b/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 at gmail.com
 
-  Licenced under the GNU General Public License 2.0 license.
+  Licenced under the MIT license.
 ******************************************************************************/
 
 #ifndef GROUPBY_H
diff --git a/src/shuffle/shuffle.cpp b/src/shuffle/shuffle.cpp
index fda40fa..c1fc9c6 100755
--- a/src/shuffle/shuffle.cpp
+++ b/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 at gmail.com
+
+  Licenced under the MIT license.
+******************************************************************************/
 #include <iostream>
 #include <fstream>
 #include <vector>
diff --git a/src/stats/stats.cpp b/src/stats/stats.cpp
index 98611b0..c394816 100755
--- a/src/stats/stats.cpp
+++ b/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 at gmail.com
+
+  Licenced under the MIT license.
+******************************************************************************/
 #include <iostream>
 #include <fstream>
 #include <iomanip>

-- 
useful FILe and stream Operations



More information about the debian-med-commit mailing list