diff --git a/src/libtomahawk/database/fuzzyindex/DatabaseFuzzyIndex.cpp b/src/libtomahawk/database/fuzzyindex/DatabaseFuzzyIndex.cpp index ebc668b32..87fd9686b 100644 --- a/src/libtomahawk/database/fuzzyindex/DatabaseFuzzyIndex.cpp +++ b/src/libtomahawk/database/fuzzyindex/DatabaseFuzzyIndex.cpp @@ -1,3 +1,21 @@ +/* === This file is part of Tomahawk Player - === + * + * Copyright 2010-2014, Christian Muehlhaeuser + * + * Tomahawk 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. + * + * Tomahawk 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 Tomahawk. If not, see . + */ + #include "DatabaseFuzzyIndex.h" #include "database/DatabaseImpl.h" @@ -8,7 +26,6 @@ namespace Tomahawk { DatabaseFuzzyIndex::DatabaseFuzzyIndex( QObject* parent, bool wipe ) : FuzzyIndex( parent, "tomahawk.lucene", wipe ) { - } diff --git a/src/libtomahawk/database/fuzzyindex/DatabaseFuzzyIndex.h b/src/libtomahawk/database/fuzzyindex/DatabaseFuzzyIndex.h index 6d8c55335..ef5f891fe 100644 --- a/src/libtomahawk/database/fuzzyindex/DatabaseFuzzyIndex.h +++ b/src/libtomahawk/database/fuzzyindex/DatabaseFuzzyIndex.h @@ -1,3 +1,21 @@ +/* === This file is part of Tomahawk Player - === + * + * Copyright 2010-2014, Christian Muehlhaeuser + * + * Tomahawk 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. + * + * Tomahawk 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 Tomahawk. If not, see . + */ + #ifndef TOMAHAWK_DATABASEFUZZYINDEX_H #define TOMAHAWK_DATABASEFUZZYINDEX_H