Skip to content

Commit

Permalink
Relicense GFA parser under SPAdes-compatible license
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Korobeynikov <anton@korobeynikov.info>
  • Loading branch information
asl committed Jul 5, 2024
1 parent 88d619c commit 6436514
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/common/io/graph/gfa.cpp
Original file line number Diff line number Diff line change
@@ -1,27 +1,9 @@

//***************************************************************************
//* Copyright (c) 2023-2024 SPAdes team
//* All Rights Reserved
//* See file LICENSE for details.
//***************************************************************************

// Copyright 2022 Anton Korobeynikov

// This file is part of Bandage

// Bandage 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.

// Bandage 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 Bandage. If not, see <http://www.gnu.org/licenses/>.

#include "gfa.hpp"

#include <lexy/action/parse.hpp> // lexy::parse
Expand Down

0 comments on commit 6436514

Please sign in to comment.