From 587ddd859452d30ca5c0620bd0343c572613316f Mon Sep 17 00:00:00 2001 From: Derrick Wood Date: Thu, 27 Mar 2014 23:41:37 -0400 Subject: [PATCH] add comment block --- src/kraken_headers.hpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/kraken_headers.hpp b/src/kraken_headers.hpp index 0b691f7..cd4ad93 100644 --- a/src/kraken_headers.hpp +++ b/src/kraken_headers.hpp @@ -1,3 +1,22 @@ +/* + * Copyright 2013-2014, Derrick Wood + * + * This file is part of the Kraken taxonomic sequence classification system. + * + * Kraken is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Kraken is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Kraken. If not, see . + */ + #ifndef KRAKEN_HEADERS_HPP #define KRAKEN_HEADERS_HPP