Changeset 2993 for trunk/yat/omic/BamFile.cc
- Timestamp:
- Mar 3, 2013, 8:38:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/omic/BamFile.cc
r2983 r2993 1 1 2 // $Id$ 2 // 3 // Copyright (C) 2012, 2013 Peter Johansson 4 // 5 // This program is free software; you can redistribute it and/or modify 6 // it under the terms of the GNU General Public License as published by 7 // the Free Software Foundation; either version 3 of the License, or 8 // (at your option) any later version. 9 // 10 // This program is distributed in the hope that it will be useful, but 11 // WITHOUT ANY WARRANTY; without even the implied warranty of 12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 // General Public License for more details. 14 // 15 // You should have received a copy of the GNU General Public License 16 // along with this program. If not, see <http://www.gnu.org/licenses/>. 3 4 /* 5 Copyright (C) 2012, 2013 Peter Johansson 6 7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 9 The yat library is free software; you can redistribute it and/or 10 modify it under the terms of the GNU General Public License as 11 published by the Free Software Foundation; either version 3 of the 12 License, or (at your option) any later version. 13 14 The yat library is distributed in the hope that it will be useful, 15 but WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 General Public License for more details. 18 19 You should have received a copy of the GNU General Public License 20 along with this program. If not, see <http://www.gnu.org/licenses/>. 21 */ 17 22 18 23 #include <config.h>
Note: See TracChangeset
for help on using the changeset viewer.